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

fix(deps): update all non-major dependencies #51

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 8, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@openapitools/openapi-generator-cli 2.11.0 -> 2.18.4 age adoption passing confidence devDependencies minor
@types/jest (source) 29.5.12 -> 29.5.14 age adoption passing confidence devDependencies patch
@types/node (source) 20.11.25 -> 20.17.29 age adoption passing confidence devDependencies minor
commitizen 4.3.0 -> 4.3.1 age adoption passing confidence devDependencies patch
husky 9.0.11 -> 9.1.7 age adoption passing confidence devDependencies minor
node (source) 20.11.1 -> 20.19.0 age adoption passing confidence volta minor
npm-run-all2 5.0.0 -> 5.0.2 age adoption passing confidence devDependencies patch
rimraf 5.0.5 -> 5.0.10 age adoption passing confidence devDependencies patch
ts-jest (source) 29.1.2 -> 29.3.1 age adoption passing confidence devDependencies minor
tslib (source) 2.6.2 -> 2.8.1 age adoption passing confidence dependencies minor
typescript (source) 5.4.2 -> 5.8.2 age adoption passing confidence devDependencies minor

Release Notes

OpenAPITools/openapi-generator-cli (@​openapitools/openapi-generator-cli)

v2.18.4

Compare Source

Bug Fixes

v2.18.3

Compare Source

Bug Fixes

v2.18.2

Compare Source

Bug Fixes
  • deps: update dependency reflect-metadata to v0.2.2 (#​780) (ed23197)

v2.18.1

Compare Source

Bug Fixes

v2.18.0

Compare Source

Features

v2.17.1

Compare Source

Bug Fixes

v2.17.0

Compare Source

Features

v2.16.3

Compare Source

Bug Fixes

v2.16.2

Compare Source

Bug Fixes

v2.16.1

Compare Source

Bug Fixes

v2.16.0

Compare Source

Features

v2.15.4

Compare Source

Bug Fixes

v2.15.3

Compare Source

Bug Fixes

v2.15.2

Compare Source

Bug Fixes

v2.15.1

Compare Source

Bug Fixes

v2.15.0

Compare Source

Features
  • release: trigger a release (407e90f)

v2.14.1

Compare Source

Bug Fixes

v2.14.0

Compare Source

Features
  • config schema: add openapi-normalizer generator property (#​830) (c91d116)

v2.13.13

Compare Source

Bug Fixes

v2.13.12

Compare Source

Bug Fixes

v2.13.11

Compare Source

Bug Fixes

v2.13.10

Compare Source

Bug Fixes
  • deps: update dependency https-proxy-agent to v7.0.5 (#​800) (e8226d8)

v2.13.9

Compare Source

Bug Fixes

v2.13.8

Compare Source

Bug Fixes

v2.13.7

Compare Source

Bug Fixes

v2.13.6

Compare Source

Bug Fixes

v2.13.5

Compare Source

Bug Fixes
  • deps: update dependency axios to v1.7.4 [security] (#​789) (18abce4)

v2.13.4

Compare Source

Bug Fixes

v2.13.3

Compare Source

Bug Fixes

v2.13.2

Compare Source

Bug Fixes

v2.13.1

Compare Source

Reverts

v2.13.0

Compare Source

Features

v2.12.1

Compare Source

Bug Fixes
  • deps: update dependency reflect-metadata to v0.2.1 (#​773) (f6dcb95)

v2.12.0

Compare Source

Features
  • release: trigger a release (ad97182)
commitizen/cz-cli (commitizen)

v4.3.1

Compare Source

4.3.1 (2024-09-27)
Bug Fixes
typicode/husky (husky)

v9.1.7

Compare Source

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.1.6...v9.1.7

v9.1.6

Compare Source

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.1.5...v9.1.6

v9.1.5

Compare Source

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.1.4...v9.1.5

v9.1.4

Compare Source

  • Improve deprecation notice

v9.1.3

Compare Source

  • fix: better handle space in PATH

v9.1.2

Compare Source

Show a message instead of automatically removing deprecated code.

This only concerns projects that still have the following code in their hooks:

- #!/usr/bin/env sh # <- This is deprecated, remove it
- . "$(dirname -- "$0")/_/husky.sh"  # <- This is deprecated, remove it

### Rest of your hook code

Hooks with these lines will fail in v10.0.0

v9.1.1

Compare Source

Super saiyan god dog! It's over 9.0.0!

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

  • #!/usr/bin/env sh and . "$(dirname -- "$0")/_/husky.sh" are deprecated. husky command will automatically remove them, no action required.
  • If you're having code in ~/.huskyrc please move it to .config/husky/init.sh

Support for these will be removed in v10.

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.1.0

Compare Source

nodejs/node (node)

v20.19.0: 2025-03-13, Version 20.19.0 'Iron' (LTS), @​marco-ippolito

Compare Source

Notable Changes
require(esm) is now enabled by default

Support for loading native ES modules using require() had been available on v20.x under the command line flag --experimental-require-module, and available by default on v22.x and v23.x. In this release, it is now no longer behind a flag on v20.x.

This feature has been tested on v23.x and v22.x, and we are looking for user feedback from v20.x to make more final tweaks before fully stabilizing it. When the Node.js instance encounters a native ES module in require() somewhere outside node_modules for the first time, it will emit an experimental warning unless require() comes from a path that contains node_modules. If there happens to be any regressions caused by this feature, users can report it to the Node.js issue tracker. Meanwhile this feature can also be disabled using --no-experimental-require-module as a workaround.

With this feature enabled, Node.js will no longer throw ERR_REQUIRE_ESM if require() is used to load a ES module. It can, however, throw ERR_REQUIRE_ASYNC_MODULE if the ES module being loaded or its dependencies contain top-level await. When the ES module is loaded successfully by require(), the returned object will either be a ES module namespace object similar to what's returned by import(), or what gets exported as "module.exports" in the ES module.

Users can check process.features.require_module to see whether require(esm) is enabled in the current Node.js instance. For packages, the "module-sync" exports condition can be used as a way to detect require(esm) support in the current Node.js instance and allow both require() and import to load the same native ES module. See the documentation for more details about this feature.

Contributed by Joyee Cheung in #​55085

Module syntax detection is now enabled by default

Module syntax detection (the --experimental-detect-module flag) is now
enabled by default. Use --no-experimental-detect-module to disable it if
needed.

Syntax detection attempts to run ambiguous files as CommonJS, and if the module
fails to parse as CommonJS due to ES module syntax, Node.js tries again and runs
the file as an ES module.
Ambiguous files are those with a .js or no extension, where the nearest parent
package.json has no "type" field (either "type": "module" or
"type": "commonjs").
Syntax detection should have no performance impact on CommonJS modules, but it
incurs a slight performance penalty for ES modules; add "type": "module" to
the nearest parent package.json file to eliminate the performance cost.
A use case unlocked by this feature is the ability to use ES module syntax in
extensionless scripts with no nearby package.json.

Thanks to Geoffrey Booth for making this work on #​53619.

Other Notable Changes
  • [285bb4ee14] - crypto: update root certificates to NSS 3.107 (Node.js GitHub Bot) #​56566
  • [73b5c16684] - (SEMVER-MINOR) worker: add postMessageToThread (Paolo Insogna) #​53682
  • [de313b2336] - (SEMVER-MINOR) module: only emit require(esm) warning under --trace-require-module (Joyee Cheung) #​56194
  • [4fba01911d] - (SEMVER-MINOR) process: add process.features.require_module (Joyee Cheung) #​55241
  • [df8a045afe] - (SEMVER-MINOR) module: implement the "module-sync" exports condition (Joyee Cheung) #​54648
  • [f9dc1eaef5] - (SEMVER-MINOR) module: add __esModule to require()'d ESM (Joyee Cheung) #​52166
Commits

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 force-pushed the renovate/all-minor-patch branch 4 times, most recently from d320061 to 913237e Compare April 10, 2024 19:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 09b86f5 to 4bc0ef9 Compare April 22, 2024 03:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 485e799 to 9ff3988 Compare May 8, 2024 13:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from e504dd7 to 054d402 Compare May 14, 2024 09:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from bf1471c to dd61cce Compare May 28, 2024 19:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from c5ef48e to 78b6a82 Compare June 5, 2024 11:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 482d921 to edf93f4 Compare June 19, 2024 18:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 84b7b13 to e2497da Compare January 16, 2025 02:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 7a42082 to 12d55fc Compare January 26, 2025 18:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2ee021f to d739c23 Compare February 10, 2025 15:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0eca104 to bb3a305 Compare February 14, 2025 00:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 79e4a64 to 3d79675 Compare March 1, 2025 00:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 78c3a28 to 0e32d6d Compare March 8, 2025 08:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 26affe0 to 883e890 Compare March 15, 2025 08:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 8eb3b35 to 2c44469 Compare March 27, 2025 04:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2c44469 to 4a9f342 Compare March 31, 2025 17:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4a9f342 to 68be333 Compare April 1, 2025 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants