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(major deps): update node.js to v23 #105

Merged
merged 1 commit into from
Dec 17, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
node (source) 21.7.3 -> 23.4.0 age adoption passing confidence

Release Notes

nodejs/node (node)

v23.4.0: 2024-12-10, Version 23.4.0 (Current), @​aduh95 prepared by @​targos

Compare Source

Notable Changes
Introducing experimental assert.partialDeepStrictEqual

Sometimes, when writing test, we want to validate that some specific properties
are present, and the mere presence of additional keys are not exactly relevant
for that specific test. For this use case, we can now use
assert.partialDeepStrictEqual, which should be familiar to those already using
assert.deepStrictEqual, with the main difference that it does not require all
properties in the actual parameter to be present in the expected parameter.

Here are a few examples of usage:

assert.partialDeepStrictEqual(
  { a: 1, b: 2, c: 3 },
  { a: 1, b: 2 },
);

assert.partialDeepStrictEqual(
  [1, 2, 3, 4],
  [2, 3],
);

assert.partialDeepStrictEqual(
  { a: { b: { c: 1, d: 2 } }, e: 3 },
  { a: { b: { c: 1 } } },
);

assert.partialDeepStrictEqual(
  { a: { b: { c: 1, d: 2 } }, e: 3 },
  { a: { b: { c: 1 } } },
);

assert.partialDeepStrictEqual(
  new Set([{ a: 1 }, { b: 1 }]),
  new Set([{ a: 1 }]),
);

assert.partialDeepStrictEqual(
  { a: new Set([{ a: 1 }, { b: 1 }]), b: new Map(), c: [1, 2, 3] },
  { a: new Set([{ a: 1 }]), c: [2] },
);

Contributed by Giovanni Bucci in #​54630.

Implement --trace-env and --trace-env-[js|native]-stack

This release introduces --trace-env, --trace-env-js-stack and --trace-env-native-stack
CLI options that print information about any access to environment variables done in the current
Node.js instance to stderr. Currently in the logs, only the names of the environment variables
being accessed are printed, while the values are not printed to avoid leaking sensitive
information. To print the stack trace of the access, use --trace-env-js-stack and/or
--trace-env-native-stack.

Contributed by Joyee Cheung in #​55604.

Other notable changes
Commits

v23.3.0: 2024-11-20, Version 23.3.0 (Current), @​RafaelGSS

Compare Source

Notable Changes
  • [5767b76c30] - doc: enforce strict policy to semver-major releases (Rafael Gonzaga) #​55732
  • [ccb69bb8d5] - (SEMVER-MINOR) src: add cli option to preserve env vars on dr (Rafael Gonzaga) #​55697
  • [d4e792643d] - (SEMVER-MINOR) util: add sourcemap support to getCallSites (Marco Ippolito) #​55589
  • [00e092bb4b] - (SEMVER-MINOR) util: fix util.getCallSites plurality (Chengzhong Wu) #​55626
Commits

v23.2.0: 2024-11-11, Version 23.2.0 (Current), @​aduh95

Compare Source

Notable Changes
Update root certificates to NSS 3.104

This is the version of NSS that shipped in Firefox 131.0 on 2024-10-01.

Certificates added:

  • FIRMAPROFESIONAL CA ROOT-A WEB
  • TWCA CYBER Root CA
  • SecureSign Root CA12
  • SecureSign Root CA14
  • SecureSign Root CA15
Other notable changes
Commits

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 added the dependencies Pull requests that update a dependency file label Apr 25, 2024
@renovate renovate bot force-pushed the renovate/major-major-deps branch 11 times, most recently from 2206819 to a0264bc Compare May 3, 2024 01:01
@renovate renovate bot force-pushed the renovate/major-major-deps branch 7 times, most recently from 14bbe37 to 3214b3d Compare May 13, 2024 12:22
@renovate renovate bot force-pushed the renovate/major-major-deps branch 3 times, most recently from 0e8d125 to 3520544 Compare May 22, 2024 19:05
@renovate renovate bot force-pushed the renovate/major-major-deps branch 3 times, most recently from 751b97c to e9560e6 Compare May 27, 2024 13:05
@renovate renovate bot force-pushed the renovate/major-major-deps branch 3 times, most recently from f0cef08 to ba82aae Compare June 10, 2024 12:40
@renovate renovate bot force-pushed the renovate/major-major-deps branch 2 times, most recently from cddb175 to a1c621b Compare June 12, 2024 23:44
@renovate renovate bot changed the title fix(major deps): update node.js to v22 fix(major deps): update node.js to v23 Nov 12, 2024
@renovate renovate bot force-pushed the renovate/major-major-deps branch 4 times, most recently from c6b3678 to 52ffb74 Compare November 21, 2024 09:35
@renovate renovate bot force-pushed the renovate/major-major-deps branch 4 times, most recently from 25b2de0 to d86ff32 Compare November 28, 2024 12:56
@renovate renovate bot force-pushed the renovate/major-major-deps branch 6 times, most recently from b50c953 to 9e0c7da Compare December 4, 2024 03:14
@renovate renovate bot changed the title fix(major deps): update node.js to v23 fix(major deps): update node.js to v22 Dec 4, 2024
@renovate renovate bot force-pushed the renovate/major-major-deps branch 6 times, most recently from 527c68a to a24d51f Compare December 11, 2024 01:44
@renovate renovate bot changed the title fix(major deps): update node.js to v22 fix(major deps): update node.js to v23 Dec 11, 2024
@renovate renovate bot force-pushed the renovate/major-major-deps branch 2 times, most recently from 2c034e9 to e8e6ad0 Compare December 12, 2024 06:59
@renovate renovate bot force-pushed the renovate/major-major-deps branch from e8e6ad0 to 9577561 Compare December 12, 2024 16:52
@zdenko-kovac zdenko-kovac merged commit ce5d21a into main Dec 17, 2024
8 checks passed
@zdenko-kovac zdenko-kovac deleted the renovate/major-major-deps branch December 17, 2024 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant