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 #74

Closed
svengreb opened this issue Apr 1, 2021 · 0 comments · Fixed by #75
Closed

Update Node packages #74

svengreb opened this issue Apr 1, 2021 · 0 comments · Fixed by #75

Comments

@svengreb
Copy link
Owner

svengreb commented Apr 1, 2021

Update all Node packages to their latest versions:

  • husky — Bump minimum version from v4.3.0 to v6.0.0. 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 — Bump minimum version from v10.5.1 to v10.5.4.
  • remark-cli — Bump minimum version from v8.0.1 to v9.0.0.
  • Validate and fix/improve matches after running formatting and linting tools with their latest versions.
@svengreb svengreb added this to the 0.9.0 milestone Apr 1, 2021
@svengreb svengreb self-assigned this Apr 1, 2021
svengreb added a commit that referenced this issue Apr 1, 2021
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 added a commit that referenced this issue Apr 1, 2021
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

Closes GH-74
@svengreb svengreb removed their assignment Apr 1, 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 a pull request may close this issue.

1 participant