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 node.js to 22.14 #1322

Merged
merged 1 commit into from
Mar 1, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 28, 2025

This PR contains the following updates:

Package Type Update Change
node (source) engines minor 22.13 -> 22.14

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

nodejs/node (node)

v22.14.0: 2025-02-11, Version 22.14.0 'Jod' (LTS), @​aduh95

Compare Source

Notable Changes
  • [82a9000e9e] - crypto: update root certificates to NSS 3.107 (Node.js GitHub Bot) #​56566
  • [b7fe54fc88] - (SEMVER-MINOR) fs: allow exclude option in globs to accept glob patterns (Daeyeon Jeong) #​56489
  • [3ac92ef607] - (SEMVER-MINOR) lib: add typescript support to STDIN eval (Marco Ippolito) #​56359
  • [1614e8e7bc] - (SEMVER-MINOR) module: add ERR_UNSUPPORTED_TYPESCRIPT_SYNTAX (Marco Ippolito) #​56610
  • [6d6cffa9cc] - (SEMVER-MINOR) module: add findPackageJSON util (Jacob Smith) #​55412
  • [d35333ae18] - (SEMVER-MINOR) process: add process.ref() and process.unref() methods (James M Snell) #​56400
  • [07ff3ddcb5] - (SEMVER-MINOR) sqlite: support TypedArray and DataView in StatementSync (Alex Yang) #​56385
  • [94d3fe1b62] - (SEMVER-MINOR) src: add --disable-sigusr1 to prevent signal i/o thread (Rafael Gonzaga) #​56441
  • [5afffb4415] - (SEMVER-MINOR) src,worker: add isInternalWorker (Carlos Espa) #​56469
  • [697a851fb3] - (SEMVER-MINOR) test_runner: add TestContext.prototype.waitFor() (Colin Ihrig) #​56595
  • [047537b48c] - (SEMVER-MINOR) test_runner: add t.assert.fileSnapshot() (Colin Ihrig) #​56459
  • [926cf84e95] - (SEMVER-MINOR) test_runner: add assert.register() API (Colin Ihrig) #​56434
  • [c658a8afdf] - (SEMVER-MINOR) worker: add eval ts input (Marco Ippolito) #​56394
Commits

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 Feb 28, 2025
@renovate renovate bot enabled auto-merge (squash) February 28, 2025 20:07
@DanySK DanySK force-pushed the renovate/minor-22.14-node.js branch 2 times, most recently from 9da01a9 to 3f42f44 Compare February 28, 2025 21:18
@renovate renovate bot force-pushed the renovate/minor-22.14-node.js branch from 3f42f44 to e47e4b3 Compare February 28, 2025 21:19
@DanySK DanySK force-pushed the renovate/minor-22.14-node.js branch 2 times, most recently from 716f732 to 652da6e Compare February 28, 2025 22:31
@renovate renovate bot force-pushed the renovate/minor-22.14-node.js branch from 652da6e to adc3db4 Compare February 28, 2025 22:35
@DanySK DanySK force-pushed the renovate/minor-22.14-node.js branch 3 times, most recently from 82a11a2 to eaf774a Compare March 1, 2025 00:10
@renovate renovate bot force-pushed the renovate/minor-22.14-node.js branch from eaf774a to d357d60 Compare March 1, 2025 00:14
@DanySK DanySK force-pushed the renovate/minor-22.14-node.js branch from d357d60 to d061ce9 Compare March 1, 2025 00:45
@renovate renovate bot merged commit 451a454 into master Mar 1, 2025
15 checks passed
@renovate renovate bot deleted the renovate/minor-22.14-node.js branch March 1, 2025 01:20
DanySK pushed a commit that referenced this pull request Mar 1, 2025
## [8.0.4](8.0.3...8.0.4) (2025-03-01)

### Dependency updates

* **core-deps:** update dependency gradle to v8.13 ([#1318](#1318)) ([4c02a29](4c02a29))
* **deps:** update dependency org.danilopianini:maven-central-portal-kotlin-api-jvm to v2.6.0 ([#1319](#1319)) ([bc90771](bc90771))
* **deps:** update dependency org.danilopianini:maven-central-portal-kotlin-api-jvm to v2.7.0 ([#1320](#1320)) ([52eb0e0](52eb0e0))
* **deps:** update dependency org.danilopianini:maven-central-portal-kotlin-api-jvm to v2.8.0 ([#1321](#1321)) ([921008a](921008a))
* **deps:** update dependency semantic-release-preconfigured-conventional-commits to v1.1.125 ([#1312](#1312)) ([3396f27](3396f27))
* **deps:** update node.js to 22.14 ([#1322](#1322)) ([451a454](451a454))
* **deps:** update plugin com.gradle.develocity to v3.19.2 ([#1313](#1313)) ([74a7c25](74a7c25))
* **deps:** update plugin multijvmtesting to v3.2.3 ([#1314](#1314)) ([022772c](022772c))
* **deps:** update plugin org.danilopianini.gradle-pre-commit-git-hooks to v2.0.21 ([#1315](#1315)) ([2a3e74b](2a3e74b))
* **deps:** update plugin publishoncentral to v8.0.3 ([#1316](#1316)) ([ac507a7](ac507a7))

### Build and continuous integration

* **deps:** update danysk/build-check-deploy-gradle-action action to v3.7.12 ([#1317](#1317)) ([fb2d65d](fb2d65d))
Copy link

github-actions bot commented Mar 1, 2025

🎉 This PR is included in version 8.0.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants