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

Closed
svengreb opened this issue Nov 18, 2021 · 0 comments · Fixed by #87
Closed

Update Node package dependencies & GitHub Action versions #86

svengreb opened this issue Nov 18, 2021 · 0 comments · Fixed by #87

Comments

@svengreb
Copy link
Owner

svengreb commented Nov 18, 2021

Update all repository (development) Node packages and GitHub Actions to the latest versions and adapt to their changes:

  • husky — Bump minimum version from ^6.0.0 to ^7.0.4 where 7.0.0 is a major update that allows to remove the .husky/.gitignore file to simplify the local installation and usage.
  • lint-staged — Bump minimum version from ^11.0.0 to ^12.0.4 where 12.0.0 is a major update that allows ESM usage.
  • prettier — Bump minimum version from ^2.3.2 to ^2.4.1.
  • remark-cli — Bump minimum version from ^9.0.0 to ^10.0.0.
@svengreb svengreb added this to the Next milestone Nov 18, 2021
@svengreb svengreb self-assigned this Nov 18, 2021
svengreb added a commit that referenced this issue Nov 18, 2021
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 added a commit that referenced this issue Nov 18, 2021
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 added a commit that referenced this issue Nov 18, 2021
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
@svengreb svengreb removed their assignment Nov 18, 2021
svengreb added a commit to svengreb/tmpl-go that referenced this issue Nov 20, 2021
Updated to `tmpl` version `0.10.0` [1] which comes with...

1. optimized GitHub action workflows for Go and Node [2] - this change
   has also already been resolved in GH-68 [5
   the `ci-go` GitHub Action workflow.
2. the regular Node package dependency & GitHub action version
   updates [3]
3. the migration to the Markdown style guide version `0.4.0` [4]

[1]: https://github.com/svengreb/tmpl/releases/tag/v0.10.0
[2]: svengreb/tmpl#84
[3]: svengreb/tmpl#86
[4]: svengreb/tmpl#76
[5]: #68

GH-70
svengreb added a commit to svengreb/tmpl-go that referenced this issue Nov 20, 2021
Updated to `tmpl` version `0.10.0` [1] which comes with...

1. optimized GitHub action workflows for Go and Node [2] - this change
   has also already been resolved in GH-68 [5
   the `ci-go` GitHub Action workflow.
2. the regular Node package dependency & GitHub action version
   updates [3]
3. the migration to the Markdown style guide version `0.4.0` [4]

[1]: https://github.com/svengreb/tmpl/releases/tag/v0.10.0
[2]: svengreb/tmpl#84
[3]: svengreb/tmpl#86
[4]: svengreb/tmpl#76
[5]: #68

Closes GH-70
arcticicestudio pushed a commit to svengreb/styleguide-markdown that referenced this issue May 10, 2022
Updated to `tmpl` version `0.11.0` [1], including the versions in
between starting from 0.10.0 [2]:

1. Optimized GitHub action workflow scope [3].
2. Updated Node.js packages & GitHub actions [4] [^1] [^2].
3. Opts-in the Dependabot version update configuration [5].

This also includes changes required for any linter matches.

[1]: https://github.com/svengreb/tmpl/releases/tag/v0.11.0
[2]: https://github.com/svengreb/tmpl/releases/tag/v0.10.0
[3]: svengreb/tmpl#84
[4]: svengreb/tmpl#86
[5]: svengreb/tmpl#94

[^1]: svengreb/tmpl#78
[^2]: svengreb/tmpl#83

GH-61
svengreb added a commit to svengreb/styleguide-markdown that referenced this issue May 10, 2022
Updated to `tmpl` version `0.11.0` [1], including the versions in
between starting from 0.10.0 [2]:

1. Optimized GitHub action workflow scope [3].
2. Updated Node.js packages & GitHub actions [4] [^1] [^2].
3. Opts-in the Dependabot version update configuration [5].

This also includes changes required for any linter matches.

[1]: https://github.com/svengreb/tmpl/releases/tag/v0.11.0
[2]: https://github.com/svengreb/tmpl/releases/tag/v0.10.0
[3]: svengreb/tmpl#84
[4]: svengreb/tmpl#86
[5]: svengreb/tmpl#94

[^1]: svengreb/tmpl#78
[^2]: svengreb/tmpl#83

GH-61
arcticicestudio pushed a commit to svengreb/styleguide-markdown that referenced this issue May 10, 2022
Updated to `tmpl` version `0.11.0` [1], including the versions in
between starting from 0.10.0 [2]:

1. Optimized GitHub action workflow scope [3].
2. Updated Node.js packages & GitHub actions [4] [^1] [^2].
3. Opts-in the Dependabot version update configuration [5].

This also includes changes required for any linter matches.

[1]: https://github.com/svengreb/tmpl/releases/tag/v0.11.0
[2]: https://github.com/svengreb/tmpl/releases/tag/v0.10.0
[3]: svengreb/tmpl#84
[4]: svengreb/tmpl#86
[5]: svengreb/tmpl#94

[^1]: svengreb/tmpl#78
[^2]: svengreb/tmpl#83

GH-61
arcticicestudio pushed a commit to svengreb/styleguide-markdown that referenced this issue May 12, 2022
Updated to `tmpl` version `0.11.0` [1], including the versions in
between starting from 0.10.0 [2]:

1. Optimized GitHub action workflow scope [3].
2. Updated Node.js packages & GitHub actions [4] [^1] [^2].
3. Opts-in the Dependabot version update configuration [5].

This also includes changes required for any linter matches.

[1]: https://github.com/svengreb/tmpl/releases/tag/v0.11.0
[2]: https://github.com/svengreb/tmpl/releases/tag/v0.10.0
[3]: svengreb/tmpl#84
[4]: svengreb/tmpl#86
[5]: svengreb/tmpl#94

[^1]: svengreb/tmpl#78
[^2]: svengreb/tmpl#83

GH-61
arcticicestudio pushed a commit to svengreb/styleguide-markdown that referenced this issue May 12, 2022
Updated to `tmpl` version `0.11.0` [1], including the versions in
between starting from 0.10.0 [2]:

1. Optimized GitHub action workflow scope [3].
2. Updated Node.js packages & GitHub actions [4] [^1] [^2].
3. Opts-in the Dependabot version update configuration [5].

This also includes changes required for any linter matches.

[1]: https://github.com/svengreb/tmpl/releases/tag/v0.11.0
[2]: https://github.com/svengreb/tmpl/releases/tag/v0.10.0
[3]: svengreb/tmpl#84
[4]: svengreb/tmpl#86
[5]: svengreb/tmpl#94

[^1]: svengreb/tmpl#78
[^2]: svengreb/tmpl#83

GH-61
arcticicestudio pushed a commit to svengreb/styleguide-markdown that referenced this issue May 12, 2022
Updated to `tmpl` version `0.11.0` [1], including the versions in
between starting from 0.10.0 [2]:

1. Optimized GitHub action workflow scope [3].
2. Updated Node.js packages & GitHub actions [4] [^1] [^2].
3. Opts-in the Dependabot version update configuration [5].

This also includes changes required for any linter matches.

[1]: https://github.com/svengreb/tmpl/releases/tag/v0.11.0
[2]: https://github.com/svengreb/tmpl/releases/tag/v0.10.0
[3]: svengreb/tmpl#84
[4]: svengreb/tmpl#86
[5]: svengreb/tmpl#94

[^1]: svengreb/tmpl#78
[^2]: svengreb/tmpl#83

GH-61
arcticicestudio pushed a commit to svengreb/styleguide-javascript that referenced this issue May 12, 2022
Updated to `tmpl` version `0.11.0` [1], including the versions in
between starting from 0.10.0 [2]:

1. Optimized GitHub action workflow scope [3].
2. Updated Node.js packages & GitHub actions [4] [^1] [^2].
3. Opts-in the Dependabot version update configuration [5].
4. Migrated to Markdown style guide version 0.4.0 [6].

This also includes changes required for any linter matches.

[1]: https://github.com/svengreb/tmpl/releases/tag/v0.11.0
[2]: https://github.com/svengreb/tmpl/releases/tag/v0.10.0
[3]: svengreb/tmpl#84
[4]: svengreb/tmpl#86
[5]: svengreb/tmpl#94
[6]: svengreb/tmpl#76

[^1]: svengreb/tmpl#78
[^2]: svengreb/tmpl#83

GH-86
arcticicestudio pushed a commit to svengreb/styleguide-javascript that referenced this issue May 12, 2022
Updated to `tmpl` version `0.11.0` [1], including the versions in
between starting from 0.10.0 [2]:

1. Optimized GitHub action workflow scope [3].
2. Updated Node.js packages & GitHub actions [4] [^1] [^2].
3. Opts-in the Dependabot version update configuration [5].
4. Migrated to Markdown style guide version 0.4.0 [6].

This also includes changes required for any linter matches.

[1]: https://github.com/svengreb/tmpl/releases/tag/v0.11.0
[2]: https://github.com/svengreb/tmpl/releases/tag/v0.10.0
[3]: svengreb/tmpl#84
[4]: svengreb/tmpl#86
[5]: svengreb/tmpl#94
[6]: svengreb/tmpl#76

[^1]: svengreb/tmpl#78
[^2]: svengreb/tmpl#83


Co-authored-by: Sven Greb <development@svengreb.de>

GH-86
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