mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-04 01:18:20 +02:00
chore(deps): update node.js to v22 (#9487)
This commit is contained in:
parent
4f7fb8f1ae
commit
d17d68d6aa
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
- name: Use Node.js 20
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20.x
|
||||
node-version: 22.x
|
||||
cache: 'yarn'
|
||||
- name: Enable corepack
|
||||
run: corepack enable
|
||||
|
2
.github/workflows/build_coverage.yaml
vendored
2
.github/workflows/build_coverage.yaml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20.x
|
||||
node-version: 22.x
|
||||
cache: 'yarn'
|
||||
- name: Enable corepack
|
||||
run: corepack enable
|
||||
|
2
.github/workflows/build_frontend_prs.yml
vendored
2
.github/workflows/build_frontend_prs.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
- name: Use Node.js 20.x
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20.x
|
||||
node-version: 22.x
|
||||
- name: Enable corepack
|
||||
run: corepack enable
|
||||
- run: yarn --immutable
|
||||
|
2
.github/workflows/build_prs_jest_report.yaml
vendored
2
.github/workflows/build_prs_jest_report.yaml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
- name: Use Node.js 20.x
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20.x
|
||||
node-version: 22.x
|
||||
cache: 'yarn'
|
||||
- name: Enable corepack
|
||||
run: corepack enable
|
||||
|
2
.github/workflows/gitar-duet-action.yml
vendored
2
.github/workflows/gitar-duet-action.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
- name: Use Node.js 20
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20.x
|
||||
node-version: 22.x
|
||||
cache: 'yarn'
|
||||
|
||||
- name: Enable corepack
|
||||
|
@ -30,7 +30,7 @@ jobs:
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20.x
|
||||
node-version: 22.x
|
||||
cache: 'yarn'
|
||||
cache-dependency-path: |
|
||||
current/yarn.lock
|
||||
|
2
.github/workflows/notify_enterprise.yaml
vendored
2
.github/workflows/notify_enterprise.yaml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
- name: Use Node.js 20
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20.x
|
||||
node-version: 22.x
|
||||
cache: 'yarn'
|
||||
- name: Enable corepack
|
||||
run: corepack enable
|
||||
|
2
.github/workflows/publish-new-version.yaml
vendored
2
.github/workflows/publish-new-version.yaml
vendored
@ -126,7 +126,7 @@ jobs:
|
||||
- name: Use Node js 20
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20.x'
|
||||
node-version: '22.x'
|
||||
cache: 'yarn'
|
||||
- name: upgrade package version
|
||||
run: |
|
||||
|
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
- name: Setup to npm
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20.x
|
||||
node-version: 22.x
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
cache: 'yarn'
|
||||
- name: Enable corepack
|
||||
|
2
.github/workflows/update_contributors.yaml
vendored
2
.github/workflows/update_contributors.yaml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
- name: Use Node.js 20.x
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20.x
|
||||
node-version: 22.x
|
||||
- uses: actions/checkout@master
|
||||
with:
|
||||
repository: sighphyre/svg-contributors
|
||||
|
2
.github/workflows/validate-migrations.yaml
vendored
2
.github/workflows/validate-migrations.yaml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
- name: Use Node.js 20.x
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20.x
|
||||
node-version: 22.x
|
||||
cache: 'yarn'
|
||||
- name: Start database
|
||||
working-directory: test-migrations
|
||||
|
@ -1 +1 @@
|
||||
20.18.3
|
||||
22.15.0
|
||||
|
@ -1,4 +1,4 @@
|
||||
ARG NODE_VERSION=20.19.0-alpine3.21
|
||||
ARG NODE_VERSION=22.15.0-alpine3.21
|
||||
|
||||
FROM node:$NODE_VERSION AS builder
|
||||
|
||||
|
@ -1 +1 @@
|
||||
20
|
||||
22
|
||||
|
@ -58,7 +58,7 @@
|
||||
"@types/lodash.isequal": "^4.5.8",
|
||||
"@types/lodash.mapvalues": "^4.6.9",
|
||||
"@types/lodash.omit": "4.5.9",
|
||||
"@types/node": "^20.12.12",
|
||||
"@types/node": "^22.0.0",
|
||||
"@types/react": "18.3.18",
|
||||
"@types/react-dom": "18.3.5",
|
||||
"@types/react-router-dom": "5.3.3",
|
||||
|
@ -3108,12 +3108,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/node@npm:^20.12.12":
|
||||
version: 20.17.24
|
||||
resolution: "@types/node@npm:20.17.24"
|
||||
"@types/node@npm:^22.0.0":
|
||||
version: 22.15.18
|
||||
resolution: "@types/node@npm:22.15.18"
|
||||
dependencies:
|
||||
undici-types: "npm:~6.19.2"
|
||||
checksum: 10c0/2a39ce4c4cd4588a05b2a485cc0a1407cbea608dd1ab03e36add59d61712718d95c84b492ca5190753f0be2bce748aeeb0f2a1412e712775462befe3820b3ff9
|
||||
undici-types: "npm:~6.21.0"
|
||||
checksum: 10c0/e23178c568e2dc6b93b6aa3b8dfb45f9556e527918c947fe7406a4c92d2184c7396558912400c3b1b8d0fa952ec63819aca2b8e4d3545455fc6f1e9623e09ca6
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -9980,13 +9980,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"undici-types@npm:~6.19.2":
|
||||
version: 6.19.6
|
||||
resolution: "undici-types@npm:6.19.6"
|
||||
checksum: 10c0/9b2264c5700e7169c6c62c643aac56cd8984c5fd7e18ed31ff11780260e137f6340dee8317a2e6e0ae3c49f5e5ef6fa577ea07193cbaa535265cba76a267cae9
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"undici-types@npm:~6.20.0":
|
||||
version: 6.20.0
|
||||
resolution: "undici-types@npm:6.20.0"
|
||||
@ -9994,6 +9987,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"undici-types@npm:~6.21.0":
|
||||
version: 6.21.0
|
||||
resolution: "undici-types@npm:6.21.0"
|
||||
checksum: 10c0/c01ed51829b10aa72fc3ce64b747f8e74ae9b60eafa19a7b46ef624403508a54c526ffab06a14a26b3120d055e1104d7abe7c9017e83ced038ea5cf52f8d5e04
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"unified@npm:^10.0.0":
|
||||
version: 10.1.2
|
||||
resolution: "unified@npm:10.1.2"
|
||||
@ -10122,7 +10122,7 @@ __metadata:
|
||||
"@types/lodash.isequal": "npm:^4.5.8"
|
||||
"@types/lodash.mapvalues": "npm:^4.6.9"
|
||||
"@types/lodash.omit": "npm:4.5.9"
|
||||
"@types/node": "npm:^20.12.12"
|
||||
"@types/node": "npm:^22.0.0"
|
||||
"@types/react": "npm:18.3.18"
|
||||
"@types/react-dom": "npm:18.3.5"
|
||||
"@types/react-router-dom": "npm:5.3.3"
|
||||
|
@ -216,7 +216,7 @@
|
||||
"@types/mime": "4.0.0",
|
||||
"@types/murmurhash3js": "^3.0.7",
|
||||
"@types/mustache": "^4.2.5",
|
||||
"@types/node": "20.17.24",
|
||||
"@types/node": "22.15.18",
|
||||
"@types/nodemailer": "6.4.17",
|
||||
"@types/owasp-password-strength-test": "1.3.2",
|
||||
"@types/pg": "8.11.11",
|
||||
|
19
yarn.lock
19
yarn.lock
@ -2469,12 +2469,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/node@npm:20.17.24":
|
||||
version: 20.17.24
|
||||
resolution: "@types/node@npm:20.17.24"
|
||||
"@types/node@npm:22.15.18":
|
||||
version: 22.15.18
|
||||
resolution: "@types/node@npm:22.15.18"
|
||||
dependencies:
|
||||
undici-types: "npm:~6.19.2"
|
||||
checksum: 10c0/2a39ce4c4cd4588a05b2a485cc0a1407cbea608dd1ab03e36add59d61712718d95c84b492ca5190753f0be2bce748aeeb0f2a1412e712775462befe3820b3ff9
|
||||
undici-types: "npm:~6.21.0"
|
||||
checksum: 10c0/e23178c568e2dc6b93b6aa3b8dfb45f9556e527918c947fe7406a4c92d2184c7396558912400c3b1b8d0fa952ec63819aca2b8e4d3545455fc6f1e9623e09ca6
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -9942,6 +9942,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"undici-types@npm:~6.21.0":
|
||||
version: 6.21.0
|
||||
resolution: "undici-types@npm:6.21.0"
|
||||
checksum: 10c0/c01ed51829b10aa72fc3ce64b747f8e74ae9b60eafa19a7b46ef624403508a54c526ffab06a14a26b3120d055e1104d7abe7c9017e83ced038ea5cf52f8d5e04
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"unique-filename@npm:^3.0.0":
|
||||
version: 3.0.0
|
||||
resolution: "unique-filename@npm:3.0.0"
|
||||
@ -10016,7 +10023,7 @@ __metadata:
|
||||
"@types/mime": "npm:4.0.0"
|
||||
"@types/murmurhash3js": "npm:^3.0.7"
|
||||
"@types/mustache": "npm:^4.2.5"
|
||||
"@types/node": "npm:20.17.24"
|
||||
"@types/node": "npm:22.15.18"
|
||||
"@types/nodemailer": "npm:6.4.17"
|
||||
"@types/owasp-password-strength-test": "npm:1.3.2"
|
||||
"@types/pg": "npm:8.11.11"
|
||||
|
Loading…
Reference in New Issue
Block a user