Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Node package dependencies & GitHub Action versions #87

Merged
merged 1 commit into from
Nov 18, 2021

Conversation

svengreb
Copy link
Owner

Resolves #86

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 svengreb added good first issue GitHub filter label for newcomers and first time Open Source contributors context-techstack labels Nov 18, 2021
@svengreb svengreb self-assigned this Nov 18, 2021
@svengreb svengreb added scope-compatibility scope-quality scope-security scope-stability type-task and removed good first issue GitHub filter label for newcomers and first time Open Source contributors labels Nov 18, 2021
@svengreb svengreb added this to the Next milestone Nov 18, 2021
@svengreb svengreb merged commit f97b7e5 into main Nov 18, 2021
@svengreb svengreb deleted the task/gh-86-update-node-and-gh-action-deps branch November 18, 2021 20:43
@svengreb svengreb removed their assignment Nov 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Node package dependencies & GitHub Action versions
1 participant