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 packages #75

Merged
merged 1 commit into from
Apr 1, 2021
Merged

Update Node packages #75

merged 1 commit into from
Apr 1, 2021

Conversation

svengreb
Copy link
Owner

@svengreb svengreb commented Apr 1, 2021

Resolves #74

Updated all Node packages to their latest versions:

- husky [1] — Bumped minimum version from `v4.3.0` to `v6.0.0` [2].
  This also includes some breaking changes that require migrations.
  Run the official migration CLI to automatically migrate from v4 to v6:
  `npx husky-init && npm exec -- github:typicode/husky-4-to-6
  --remove-v4-config`
- lint-staged [3] — Bumped minimum version from `v10.5.1` to
  `v10.5.4` [4].
- remark-cli [5] — Bumped minimum version from `v8.0.1` to
  `v9.0.0` [6].
- Validated and fixed/improved matches after running formatting and
  linting tools with their latest versions.

[1]: https://github.com/typicode/husky
[2]: typicode/husky@v4.3.0...v6.0.0
[3]: https://github.com/okonet/lint-staged
[4]: typicode/husky@v10.5.1...v10.5.4
[5]: https://github.com/remarkjs/remark/releases
[6]: typicode/husky@v8.0.1...v9.0.0

GH-74
@svengreb svengreb merged commit d827dbf into main Apr 1, 2021
@svengreb svengreb deleted the task/gh-74-update-node-packages branch April 1, 2021 13:11
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 packages
2 participants