Commit Graph

17 Commits

Author SHA1 Message Date
dependabot[bot] 67a7c461fd chore(deps-dev): bump core-js from 3.6.4 to 3.20.1
Bumps [core-js](https://github.com/zloirock/core-js) from 3.6.4 to 3.20.1.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/compare/v3.6.4...v3.20.1)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-29 20:31:07 +08:00
dependabot[bot] b12994f14b chore(deps-dev): bump husky from 4.2.3 to 7.0.4
Bumps [husky](https://github.com/typicode/husky) from 4.2.3 to 7.0.4.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v4.2.3...v7.0.4)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-29 20:29:46 +08:00
dependabot[bot] 6f4cf86c97 chore(deps-dev): bump @babel/preset-env from 7.9.0 to 7.16.5
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.9.0 to 7.16.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.16.5/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-29 20:29:01 +08:00
Cell 64edf084d8 🔒 Chore: fix security alerts 2021-12-29 20:17:41 +08:00
Cell e741763f2b Merge pull request #3 from Lruihao/dependabot/npm_and_yarn/path-parse-1.0.7
chore(deps): bump path-parse from 1.0.6 to 1.0.7
2021-12-29 18:02:00 +08:00
Cell d873ff8d4d Merge pull request #4 from Lruihao/dependabot/npm_and_yarn/browserslist-4.19.1
chore(deps): bump browserslist from 4.11.0 to 4.19.1
2021-12-29 18:01:50 +08:00
Cell 26e2f42298 Merge pull request #2 from Lruihao/dependabot/npm_and_yarn/elliptic-6.5.4
chore(deps): bump elliptic from 6.5.2 to 6.5.4
2021-12-29 18:01:40 +08:00
dependabot[bot] 2624753344 chore(deps): bump browserslist from 4.11.0 to 4.19.1
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.11.0 to 4.19.1.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.11.0...4.19.1)

---
updated-dependencies:
- dependency-name: browserslist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-29 09:55:28 +00:00
dependabot[bot] 8985cbbdde chore(deps): bump lodash from 4.17.15 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-29 09:55:28 +00:00
dependabot[bot] e8e432cadf chore(deps): bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-29 09:55:27 +00:00
dependabot[bot] ab78efa61d chore(deps): bump elliptic from 6.5.2 to 6.5.4
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.4)

---
updated-dependencies:
- dependency-name: elliptic
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-29 09:55:26 +00:00
Cell 7945270509 Feat: LoveIt => FixIt 2021-12-18 16:15:22 +08:00
Dillon 6112b510bf chore(i18n): update Polish and docs (#234) 2020-04-16 18:31:06 +08:00
Dillon 90184ca3e7 feat(search): add local search (#231)
* feat(search): add local search

* docs: add docs for search
2020-04-15 15:46:50 +08:00
Dillon 41c2d3a38e feat: add detection of the theme version and Hugo version (#173)
* feat: add detection of the theme version and Hugo version

* fix: hugo.IsProduction is incompatible in Hugo v0.62.0
2020-03-16 21:35:16 +08:00
dependabot[bot] ca13e7d1b4 chore(deps-dev): bump minimist from 1.2.0 to 1.2.2 (#152)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.2.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-03-14 21:50:15 +08:00
Dillon d87af71176 chore(hook): add babel pre-commit hook 2020-02-17 00:41:08 +08:00