Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Node package dependencies & GitHub Action versions
Browse files Browse the repository at this point in the history
Updated all repository (development) Node packages and GitHub Actions
to the latest versions and adapt to their changes:

- husky [1] - Bumped minimum version from `^6.0.0` to `^7.0.4` [2] where
  `7.0.0` [3] is a major update that allows to remove the
  `.husky/.gitignore` file to simplify the local installation and usage.
- lint-staged [4] - Bumped minimum version from `^11.0.0` to
  `^12.0.4` [6] where `12.0.0` [7] is a major update that allows ESM [8]
  usage.
- prettier [9] - Bumped minimum version from `^2.3.2` to `^2.4.1` [10]
  where `12.0.0` [10].
- remark-cli [11] - Bumped minimum version from `^9.0.0` to `^10.0.0`.

[1]: https://github.com/typicode/husky
[2]: https://github.com/typicode/husky/releases/tag/v7.0.4
[3]: https://github.com/typicode/husky/releases/tag/v7.0.0
[4]: https://github.com/okonet/lint-staged
[5]: https://github.com/okonet/lint-staged/releases/tag/^11.0.0
[6]: https://github.com/okonet/lint-staged/releases/tag/v12.0.2
[7]: https://github.com/okonet/lint-staged/releases/tag/v12.0.0
[8]: https://nodejs.org/api/esm.html
[9]: https://prettier.io
[10]: https://github.com/prettier/prettier/releases/tag/2.4.1
[11]: https://github.com/remarkjs/remark/tree/main/packages/remark-cli

GH-86
svengreb committed Nov 18, 2021
1 parent 079bd3d commit 15385c1
Showing 3 changed files with 2,777 additions and 832 deletions.
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

3,600 changes: 2,773 additions & 827 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -30,10 +30,10 @@
},
"devDependencies": {
"@arcticicestudio/remark-preset-lint": ">=0.4.0 <1.0.0",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"husky": "^7.0.4",
"lint-staged": "^12.0.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.2",
"remark-cli": "^9.0.0"
"prettier": "^2.4.1",
"remark-cli": "^10.0.0"
}
}

0 comments on commit 15385c1

Please sign in to comment.