Skip to content

Commit

Permalink
Update Node package dependencies & GitHub Action versions (#87)
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

Closes GH-86
  • Loading branch information
svengreb committed Nov 18, 2021
1 parent 079bd3d commit f97b7e5
Show file tree
Hide file tree
Showing 3 changed files with 2,777 additions and 832 deletions.
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

0 comments on commit f97b7e5

Please sign in to comment.