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 all non-major dependencies #129

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 10, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/jest (source) 29.5.12 -> 29.5.14 age adoption passing confidence devDependencies patch
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.18.1 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
semantic-release 23.0.2 -> 23.1.1 age adoption passing confidence devDependencies minor
ts-jest (source) 29.1.2 -> 29.2.5 age adoption passing confidence devDependencies minor
typescript (source) 5.4.2 -> 5.7.3 age adoption passing confidence devDependencies minor
yarn 1.22.21 -> 1.22.22 age adoption passing confidence volta patch

Release Notes

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

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 😉

nodejs/node (node)

v20.18.1: 2024-11-20, Version 20.18.1 'Iron' (LTS), @​marco-ippolito

Compare Source

Notable Changes
Commits

v20.18.0: 2024-10-03, Version 20.18.0 'Iron' (LTS), @​targos

Compare Source

Notable Changes
Experimental Network Inspection Support in Node.js

This update introduces the initial support for network inspection in Node.js.
Currently, this is an experimental feature, so you need to enable it using the --experimental-network-inspection flag.
With this feature enabled, you can inspect network activities occurring within a JavaScript application.

To use network inspection, start your Node.js application with the following command:

$ node --inspect-wait --experimental-network-inspection index.js

Please note that the network inspection capabilities are in active development.
We are actively working on enhancing this feature and will continue to expand its functionality in future updates.

Contributed by Kohei Ueno in #​53593 and #​54246

Exposes X509_V_FLAG_PARTIAL_CHAIN to tls.createSecureContext

This releases introduces a new option to the API tls.createSecureContext. From
now on, tls.createSecureContext({ allowPartialTrustChain: true }) can be used
to treat intermediate (non-self-signed) certificates in the trust CA certificate
list as trusted.

Contributed by Anna Henningsen in #​54790

New option for vm.createContext() to create a context with a freezable globalThis

Node.js implements a flavor of vm.createContext() and friends that creates a context without contextifying its global
object when vm.constants.DONT_CONTEXTIFY is used. This is suitable when users want to freeze the context
(impossible when the global is contextified i.e. has interceptors installed) or speed up the global access if they
don't need the interceptor behavior.

Contributed by Joyee Cheung in #​54394

Deprecations
  • [64aa31f6e5] - repl: doc-deprecate instantiating node:repl classes without new (Aviv Keller) #​54842
  • [4c52ee3d7f] - zlib: deprecate instantiating classes without new (Yagiz Nizipli) #​54708
Other Notable Changes
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 2 times, most recently from 6f3a452 to 6f9a460 Compare June 21, 2024 23:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from af82c68 to 4225eba Compare July 6, 2024 14:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ad451f0 to 94b48fa Compare July 12, 2024 05:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 3feaef8 to d3276ae Compare July 24, 2024 23:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from fe99052 to 3a56404 Compare August 2, 2024 02:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7eaed6d to 23cf904 Compare August 23, 2024 20:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f8180ca to 20af759 Compare September 13, 2024 17:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 20af759 to 5adc504 Compare September 27, 2024 05:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4f4eb42 to a7113f3 Compare October 9, 2024 05:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a7113f3 to bf41060 Compare October 23, 2024 23:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ab872ce to 7191cae Compare November 23, 2024 05:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7191cae to 0ec656e Compare January 9, 2025 03:34
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