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

chore(deps): update devdependencies (major) #55

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 8, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/uuid (source) ^8.3.4 -> ^10.0.0 age adoption passing confidence
@​valora/eslint-config-typescript ^0.0.1 -> ^1.0.2 age adoption passing confidence
commit-and-tag-version ^9.6.0 -> ^12.4.4 age adoption passing confidence
conventional-changelog-conventionalcommits (source) ^6.1.0 -> ^8.0.0 age adoption passing confidence
husky ^7.0.4 -> ^9.1.6 age adoption passing confidence
semantic-release ^19.0.5 -> ^24.1.1 age adoption passing confidence

Release Notes

absolute-version/commit-and-tag-version (commit-and-tag-version)

v12.4.4

Compare Source

Bug Fixes

v12.4.3

Compare Source

Bug Fixes
  • Correct issue where downstream dependency would throw options.debug is not a function (4280bcf)

v12.4.2

Compare Source

Bug Fixes
  • deps: update dependency conventional-changelog to v4 (#​176) (8d15fc7)

v12.4.1

Compare Source

Bug Fixes
  • raise the 'openapi'-updater to a higher order of precedence above the 'yaml'-updater (#​143) (37fe178)

v12.4.0

Compare Source

Features

v12.3.0

Compare Source

Features
Bug Fixes
  • Add debug messages for exclusions during bump lifecycle (#​131) (a9191f2)

v12.2.0

Compare Source

Features

v12.1.0

Compare Source

Features

v12.0.0

Compare Source

⚠ BREAKING CHANGES
  • Drop support for node 14, 16. Now supports node 18 and 20.
Bug Fixes
  • Drop support for node 14, 16. Now supports node 18 and 20. (b1a58bc)
  • preserve frontmatter when updating changelog (#​108) (abdcfe2)

v11.3.0

Compare Source

Features

v11.2.4

Compare Source

Bug Fixes
  • allow bump task to handle versions with build metadata (33913ee)
  • handle invalid versions passed to releaseAs (33913ee)

v11.2.3

Compare Source

Bug Fixes
  • bump: propagate the parserOpts from args to conventionalRecommendedBump, fixing an issue with custom headerPatterns (#​89) (bc685be)

v11.2.2

Compare Source

Bug Fixes
  • deps: update dependency conventional-changelog-conventionalcommits to v6 (285f5e7)
  • deps: update dependency conventional-changelog-conventionalcommits to v6 (#​81) (ab67fa4)
  • deps: update dependency conventional-changelog-conventionalcommits to v6.1.0 (39827d3)
  • deps: update dependency conventional-changelog-conventionalcommits to v6.1.0 (#​86) (a8580d5)
  • deps: update dependency conventional-recommended-bump to v7 (5978564)
  • deps: update dependency conventional-recommended-bump to v7 (#​83) (1c9f82e)
  • deps: update dependency git-semver-tags to v5 (97e0237)
  • deps: update dependency git-semver-tags to v5 (#​80) (46ea506)

v11.2.1

Compare Source

Bug Fixes
  • dep: add stringify-package to project source, removing the deprecation warning on npm install (#​65) (3a959a7)

v11.2.0

Compare Source

Features
  • implement detect pm name (174a8bd)
  • support config npmClient (c33686a)
  • Support customizing the npm publish hint message with a new option: npmPublishHint (1f77110)

v11.1.0

Compare Source

Features
  • Expose release count option (40d27f8)
  • replace the changelog if releaseCount = 0 (d18af90)
Bug Fixes
  • ensure git signatures are not present (268800b)

v11.0.0

Compare Source

⚠ BREAKING CHANGES
  • deps: update dependency conventional-changelog-conventionalcommits to v5. This is technically a breaking change for anyone relying on the exact formatting of the changelog, as it ensures that versions are always written with H2 headers.
Bug Fixes
  • deps: update dependency conventional-changelog-conventionalcommits to v5 (b38e900)
  • deps: update dependency conventional-changelog-conventionalcommits to v5. This is technically a breaking change for anyone relying on the exact formatting of the changelog, as it ensures that versions are always written with H2 headers. (ffa799a)

v10.1.0

Compare Source

Features
  • options: Expose parser and writer options from conventional-commits-parser and conventional-commits-writer (185a461)
  • updater: add Gradle support (0cf439f)
Bug Fixes
  • use correct param for dryRun check (300b907)
10.0.1 (2022-05-28)
Bug Fixes
  • No longer warn inappropriately when a custom updater is provided as an object (5eb8886)

v10.0.1

Compare Source

v10.0.0

Compare Source

⚠ BREAKING CHANGES
  • Drop support for node 10 and 12, support node 16 and 18
Bug Fixes
  • deps: update dependency yargs to v17 (d190c51)
Build System
  • Drop support for node 10 and 12, support node 16 and 18 (0f75115)
conventional-changelog/conventional-changelog (conventional-changelog-conventionalcommits)

v8.0.0

Compare Source

⚠ BREAKING CHANGES
  • Node >= 18 is required
  • conventional-recommended-bump: new Bumper exported class (#​1218)
  • cleanup presets interface (#​1215)
  • conventional-changelog-writer: rewrite to TypeScript (#​1150)
  • Now all packages, except gulp-conventional-changelog, are ESM-only.
Features
Bug Fixes

v7.0.2

Compare Source

Bug Fixes
  • conventional-changelog-conventionalcommits: fix handling input params (#​1120) (e721cde)

v7.0.1

Compare Source

Bug Fixes
  • conventional-changelog-conventionalcommits: include constants.js in package (#​1095) (a730b18), closes #​1093

v7.0.0

Compare Source

⚠ BREAKING CHANGES
  • Node >= 16 is required
  • Now all presets are exports preset config factory function. conventional-changelog-preset-loader now exports new loadPreset and createPresetLoader functions. If you are using presets indirectly, using preset name, no any changes in configuration needed, just upgrade packages to latest versions.
Features
typicode/husky (husky)

v9.1.6

Compare Source

v9.1.5

Compare Source

v9.1.4

Compare Source

v9.1.3

Compare Source

  • fix: better handle space in PATH

v9.1.2

Compare Source

v9.1.1

Compare Source

v9.1.0

Compare Source

Super saiyan god dog! It's over 9.0.0!

There's a bug with this release which prevents the deprecation notice to appear and requires to remove #!/usr/bin/env sh and . "$(dirname -- "$0")/_/husky.sh" (which are deprecated by the way). I'll publish a new version to fix that. Sorry about any inconvenience.

What's new

You can now run package commands directly, no need for npx or equivalents.
It makes writing hooks more intuitive and is also slightly faster 🐺⚡️

### .husky/pre-commit
- npx jest
+ jest # ~0.2s faster

A new recipe has been added to the docs. Lint staged files without external dependencies (inspired by Prettier docs). Feel free to modify it.

### .husky/pre-commit
prettier $(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g') --write --ignore-unknown
git update-index --again

For more advanced use cases, see lint-staged.

Fixes

  • bunx husky init command
  • Workaround for some hooks implementation on Windows 🤷

Deprecations

  • Remove #!/usr/bin/env sh and . "$(dirname -- "$0")/_/husky.sh" from your hooks
  • Move your code from ~/.huskyrc to .config/husky/init.sh

Support for these will be removed in v10, notices have been added.

Friendly reminder

If Git hooks don't fit your workflow, you can disable Husky globally. Just add export HUSKY=0 to .config/husky/init.sh.

I've seen some confusion about this on X, so just a heads-up!

Sponsoring

Husky is downloaded over 45M times per month and used by ~1.5M projects. If your company wants to sponsor, you can do so here: GitHub Sponsors.

Have a nice summer ☀️ I'm open to new opportunities/consulting so feel free to drop me a message 😉

v9.0.11

Compare Source

v9.0.10

Compare Source

v9.0.9

Compare Source

v9.0.8

Compare Source

v9.0.7

Compare Source

v9.0.6

Compare Source

v9.0.5

Compare Source

v9.0.4

Compare Source

v9.0.3

Compare Source

v9.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.0.1...v9.0.2

v9.0.1

Compare Source

Kicking off the year with an exciting update!

TLDR;

Improved user experience and a (even) smaller package size while packing in more features!

👋 By the Way

I'm available for remote work (Front-end/Back-end mainly JS/TS but open to other stacks Rails, Go, Elixir). You can contact me at my mail: typicode at gmail 🙂

Introducing husky init

Adding husky to a project is now easier than ever. Although the installation process was straightforward, it often required consulting the documentation.

v8
npm pkg set scripts.prepare="husky install"
npm run prepare
npx husky add .husky/pre-commit "npm test"
v9
npx husky init

Adding a New Hook

Adding a hook is now as simple as creating a file. This can be accomplished using your favorite editor, a script or a basic echo command.

v8
npx husky add  .husky/pre-commit "npm test"
git add --chmod=+x .husky/pre-commit # On Windows
v9
echo "npm test" > .husky/pre-commit

Further Size Reduction

v8 was already the most compact Git hooks manager at approximately 6kB.

v9 takes this a step further, reducing the size to just 3kB, likely making it the smallest devDependency in your toolkit.

To give you an idea of how small it is, the biggest file in the project is the MIT license 😄

More to Come

Additional features are in the pipeline for v9. Stay tuned 🙌

Other Changes

  • Enhanced security with CI and npm --provenance for safer publishing.
  • Added $XDG_CONFIG_HOME support. Move ~/.huskyrc to ~/.config/husky/init.sh for centralized configuration.
  • Fixed permission issue for Windows-created hooks; they no longer need to be executable.
  • Removed husky install. Use husky or husky some/dir for the same functionality (deprecation notice to be added).
  • Modified behavior when .git is missing; it now triggers a warning instead of failure.
  • Replaced HUSKY_DEBUG=1 with HUSKY=2 for debugging.
  • Updated the Husky API for module usage.
  • Transitioned to ESM for module usage.
  • Dropped support for Node 14 and 16.
  • Revamped docs.

How to Migrate

v9 is backward compatible with v8, allowing you to freely upgrade and migrate your hooks later.

package.json

{
  "scripts": {
-   "prepare": "husky install"
+   "prepare": "husky"
  }
}

.husky/pre-commit

- #!/usr/bin/env sh
- . "$(dirname -- "$0")/_/husky.sh"
npm test

v8.0.3

Compare Source

  • fix: add git not installed message #​1208

v8.0.2

Compare Source

  • docs: remove deprecated npm set-script

v8.0.1

Compare Source

  • fix: use POSIX equality operator

v8.0.0

Compare Source

What's Changed

Feats
Fixes
Docs
Chore
semantic-release/semantic-release (semantic-release)

v24.1.1

Compare Source

v24.1.0

Compare Source

v24.0.0

Compare Source

Bug Fixes
  • deps: upgraded to the beta of the commit-analyzer plugin (dfc3d91)
  • deps: upgraded to the beta of the release-notes-generator plugin (4a4cd92)
BREAKING CHANGES
  • deps: the commit-analyzer plugin now expects to be used with the latest major versions of
    conventional-changelog packages. if you are installing any of these packages in addition to
    semantic-release, be sure to update them as well
  • deps: the release-notes-generator plugin now expects to be used with the latest major
    versions of conventional-changelog packages. if you are installing any of these packages in addition
    to semantic-release, be sure to update them as well

v23.1.1

Compare Source

v23.1.0

Compare Source

v23.0.8

Compare Source

Bug Fixes
  • deps: rename read-pkg-up -> read-package-up (4980cba)
  • deps: rename read-pkg-up -> read-package-up (#​3249) (95a8b9e)

v23.0.7

Compare Source

v23.0.6

Compare Source

Bug Fixes

v23.0.5

Compare Source

v23.0.4

Compare Source

v23.0.3

Compare Source

v23.0.2

Compare Source

Bug Fixes

v23.0.1

Compare Source

Bug Fixes
  • deps: update dependency marked-terminal to v7 (9faded8)

v23.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES

related to https://github.com/semantic-release/semantic-release/discussions/3088

v22.0.12

Compare Source

Bug Fixes
  • Revert "fix(deps): update dependency cosmiconfig to v9" (#​3104) (f6f1bf1)

v22.0.11

Compare Source

Bug Fixes
  • deps: update dependency cosmiconfig to v9 (b38cd2e)

v22.0.10

Compare Source

Bug Fixes
  • revert updating cosmiconfig to v9 (88efead)

v22.0.9

Compare Source

Bug Fixes

v22.0.8

Compare Source

Bug Fixes

v22.0.7

Compare Source

Bug Fixes
Features

v22.0.6

Compare Source

Bug Fixes

v22.0.5

Compare Source

Bug Fixes

v22.0.4

Compare Source

Bug Fixes

v22.0.3

Compare Source

Bug Fixes

v22.0.2

Compare Source

Bug Fixes
  • deps: update dependency marked-terminal to v6 (8a7befe)

v22.0.1

Compare Source

Bug Fixes
  • deps: upgraded release-notes-generator and commit-analyzer plugins to stable versions (041e4f7), closes #​2934

v22.0.0

Compare Source

Bug Fixes
  • deps: updated to the latest beta of the commit analyzer plugin (03a687b)
  • deps: updated to the latest betas of the commit-analyzer and release-notes-generator plugins (de8e4e0)
  • deps: upgraded to the latest version of the npm plugin with npm v10 (a23b718)
Features
  • conventional-changelog-presets: supported new preset format (07a79ea)
  • defined exports for the package (72ab317)
  • node-versions: raised the minimum node v20 requirement to v20.6 (e623cc6)
  • node-versions: raised the minimum required node version to v18.17 and dropped v19 support (b9f294d)
  • node-versions: raised the minimum supported node version w/in the v20 range to v20.6.1 ([b93bef4](https:

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" in timezone UTC, Automerge - "after 8:00 before 23:00 every weekday except on Friday" in timezone UTC.

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update devdependencies (major) chore(deps): update devdependencies to v1 (major) Aug 9, 2022
@renovate renovate bot changed the title chore(deps): update devdependencies to v1 (major) chore(deps): update devdependencies (major) Aug 10, 2022
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 8 times, most recently from 3178ff3 to 4ec6c9b Compare August 19, 2022 02:15
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from f983556 to d4804f2 Compare August 30, 2022 01:03
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from 9ad4c0d to e9b5255 Compare September 1, 2022 16:45
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from c8c3923 to a7c624d Compare September 17, 2022 03:50
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from 817f478 to 9e16651 Compare October 10, 2022 04:45
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 5 times, most recently from b72c3a0 to d35f3b1 Compare October 21, 2022 23:00
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from d35f3b1 to 0ddc62c Compare October 24, 2022 04:45
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 5 times, most recently from 0ccc14c to 31530c8 Compare June 24, 2024 08:55
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 42f6bf5 to 22c6c01 Compare July 15, 2024 03:35
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 4 times, most recently from d883bc4 to 28942a4 Compare July 22, 2024 08:16
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 5 times, most recently from b7f15cf to 34c96af Compare August 1, 2024 15:57
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 34c96af to b0cbc10 Compare August 5, 2024 03:54
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from e81f3e2 to 9640151 Compare August 27, 2024 00:35
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 438459e to eb96bfe Compare September 2, 2024 03:52
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 6 times, most recently from 26f8d98 to c38ccd3 Compare September 16, 2024 07:14
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from c38ccd3 to d8f128d Compare September 19, 2024 02:01
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.

0 participants