Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6473253

Browse files
committed
fix(@angular/cli): update minimum supported Node.js 22 version to 22.11.0
For more details, see:#27674BREAKING CHANGE: Node.js versions from 22.0 to 22.10 are no longer supported
1 parente816d46 commit6473253

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

‎WORKSPACE‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@ nodejs_register_toolchains(
9090
name="node22",
9191
# The below can be removed once @rules_nodejs/nodejs is updated to latest which contains https://github.com/bazelbuild/rules_nodejs/pull/3701
9292
node_repositories= {
93-
"22.0.0-darwin_arm64": ("node-v22.0.0-darwin-arm64.tar.gz","node-v22.0.0-darwin-arm64","ea96d349cfaa67aa87ceeaa3e5b52c9167f7ac302fd8d1ff162d0785e9dc0785"),
94-
"22.0.0-darwin_amd64": ("node-v22.0.0-darwin-x64.tar.gz","node-v22.0.0-darwin-x64","422a3887ff5418f0a4552d89cf99346ab8ab51bb5d384660baa88b8444d2c111"),
95-
"22.0.0-linux_arm64": ("node-v22.0.0-linux-arm64.tar.xz","node-v22.0.0-linux-arm64","83711d29cbe46375bdffab5419f3d831892e24294169272f6c39edc364556241"),
96-
"22.0.0-linux_ppc64le": ("node-v22.0.0-linux-ppc64le.tar.xz","node-v22.0.0-linux-ppc64le","2b3fb8707a79243bfb3131312b86716ddc3855bce21bb168095b6b916798e5e9"),
97-
"22.0.0-linux_s390x": ("node-v22.0.0-linux-s390x.tar.xz","node-v22.0.0-linux-s390x","89a8efeeb9f94ce9ea251b8109e079c14919f4c0dc2cbc9f545ec47ef0886737"),
98-
"22.0.0-linux_amd64": ("node-v22.0.0-linux-x64.tar.xz","node-v22.0.0-linux-x64","9122e50f2642afd5f6078cafd1f52ede60fc464284384f05c18a04d13d07ae5a"),
99-
"22.0.0-windows_amd64": ("node-v22.0.0-win-x64.zip","node-v22.0.0-win-x64","32d639b47d4c0a651ff8f8d7d41a454168a3d4045be37985f9a810cf8cef6174"),
93+
"22.11.0-darwin_arm64": ("node-v22.11.0-darwin-arm64.tar.gz","node-v22.11.0-darwin-arm64","2e89afe6f4e3aa6c7e21c560d8a0453d84807e97850bbb819b998531a22bdfde"),
94+
"22.11.0-darwin_amd64": ("node-v22.11.0-darwin-x64.tar.gz","node-v22.11.0-darwin-x64","668d30b9512137b5f5baeef6c1bb4c46efff9a761ba990a034fb6b28b9da2465"),
95+
"22.11.0-linux_arm64": ("node-v22.11.0-linux-arm64.tar.xz","node-v22.11.0-linux-arm64","6031d04b98f59ff0f7cb98566f65b115ecd893d3b7870821171708cdbaf7ae6e"),
96+
"22.11.0-linux_ppc64le": ("node-v22.11.0-linux-ppc64le.tar.xz","node-v22.11.0-linux-ppc64le","d1d49d7d611b104b6d616e18ac439479d8296aa20e3741432de0e85f4735a81e"),
97+
"22.11.0-linux_s390x": ("node-v22.11.0-linux-s390x.tar.xz","node-v22.11.0-linux-s390x","f474ed77d6b13d66d07589aee1c2b9175be4c1b165483e608ac1674643064a99"),
98+
"22.11.0-linux_amd64": ("node-v22.11.0-linux-x64.tar.xz","node-v22.11.0-linux-x64","83bf07dd343002a26211cf1fcd46a9d9534219aad42ee02847816940bf610a72"),
99+
"22.11.0-windows_amd64": ("node-v22.11.0-win-x64.zip","node-v22.11.0-win-x64","905373a059aecaf7f48c1ce10ffbd5334457ca00f678747f19db5ea7d256c236"),
100100
},
101-
node_version="22.0.0",
101+
node_version="22.11.0",
102102
)
103103

104104
load("@aspect_rules_js//js:toolchains.bzl","rules_js_register_toolchains")

‎constants.bzl‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Engine versions to stamp in a release package.json
2-
RELEASE_ENGINES_NODE="^20.11.1 || >=22.0.0"
2+
RELEASE_ENGINES_NODE="^20.11.1 || >=22.11.0"
33
RELEASE_ENGINES_NPM="^6.11.0 || ^7.5.6 || >=8.0.0"
44
RELEASE_ENGINES_YARN=">= 1.13.0"
55

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"packageManager":"pnpm@9.15.6",
3636
"engines": {
37-
"node":"^20.11.1 || >=22.0.0",
37+
"node":"^20.11.1 || >=22.11.0",
3838
"npm":"Please use pnpm instead of NPM to install dependencies",
3939
"yarn":"Please use pnpm instead of Yarn to install dependencies",
4040
"pnpm":"^9.15.6"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp