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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 11, 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
@types/jsonwebtoken (source) 9.0.6 -> 9.0.7 age adoption passing confidence devDependencies patch
@types/node (source) 22.5.4 -> 22.9.0 age adoption passing confidence devDependencies minor
commitizen 4.3.0 -> 4.3.1 age adoption passing confidence devDependencies patch
concurrently 9.0.0 -> 9.1.0 age adoption passing confidence devDependencies minor
husky 9.1.5 -> 9.1.6 age adoption passing confidence devDependencies patch
node (source) 20.17.0 -> 20.18.0 age adoption passing confidence volta minor
tslib (source) 2.6.3 -> 2.8.1 age adoption passing confidence dependencies minor
typescript (source) 5.6.2 -> 5.6.3 age adoption passing confidence devDependencies patch

Release Notes

commitizen/cz-cli (commitizen)

v4.3.1

Compare Source

4.3.1 (2024-09-27)
Bug Fixes
open-cli-tools/concurrently (concurrently)

v9.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v9.0.1...v9.1.0

v9.0.1

Compare Source

What's Changed

Full Changelog: open-cli-tools/concurrently@v9.0.0...v9.0.1

typicode/husky (husky)

v9.1.6

Compare Source

nodejs/node (node)

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 - "before 4am on Monday" (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 9866433 to c98d52d Compare March 18, 2024 22:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1c25ea4 to bc9c1ef Compare March 20, 2024 19:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 211af4a to cedd92b Compare March 30, 2024 08:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 344a2a5 to 8fd80ff Compare April 9, 2024 05:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 8f39e6b to 0ea5d99 Compare April 10, 2024 20:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from abaed57 to 796793f Compare May 8, 2024 12:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 3d2ac8f to 2a36f4f Compare May 14, 2024 09:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5d5911d to e3c02f2 Compare May 21, 2024 12:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e3c02f2 to 5c40cb7 Compare May 28, 2024 07:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 532a050 to d409c43 Compare September 27, 2024 16:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from a5993ff to 93384c4 Compare October 8, 2024 22:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 41d93ac to 51be6c5 Compare October 22, 2024 04:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 7d5b619 to 1a7c1f7 Compare October 29, 2024 17:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from be1f61e to fed7d3d Compare November 4, 2024 12:42
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