From bb559bf36ce13df45e9493b8f0749ba86afc44d9 Mon Sep 17 00:00:00 2001 From: alekhya-cplace Date: Thu, 15 May 2025 10:01:58 +0200 Subject: [PATCH 1/2] PFM-TASK-5778:updated node to 22.11.0 --- .github/workflows/fe-build.yml | 2 +- .github/workflows/fe-check-upmerge.yml | 2 +- .github/workflows/fe-cleanup-snapshots.yml | 2 +- .github/workflows/fe-code-quality.yml | 2 +- .github/workflows/fe-e2e.yml | 2 +- .github/workflows/fe-install-deps.yml | 2 +- .github/workflows/fe-licenses.yml | 2 +- .github/workflows/fe-pr-close.yml | 2 +- .github/workflows/fe-pr-snapshot.yml | 2 +- .github/workflows/fe-release.yml | 2 +- .github/workflows/fe-snapshot.yml | 2 +- .github/workflows/fe-tag.yml | 2 +- .nvmrc | 2 +- .tool-versions | 2 +- package-lock.json | 16 ++++++++-------- package.json | 2 +- 16 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/fe-build.yml b/.github/workflows/fe-build.yml index 9e4efd9a..c0eab649 100644 --- a/.github/workflows/fe-build.yml +++ b/.github/workflows/fe-build.yml @@ -32,7 +32,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v3 with: - node-version: 18.19.1 + node-version: 22.11.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 diff --git a/.github/workflows/fe-check-upmerge.yml b/.github/workflows/fe-check-upmerge.yml index 01107b12..9c677833 100644 --- a/.github/workflows/fe-check-upmerge.yml +++ b/.github/workflows/fe-check-upmerge.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 18.19.1 + node-version: 22.11.0 - name: Cache Node Modules id: npm-cache diff --git a/.github/workflows/fe-cleanup-snapshots.yml b/.github/workflows/fe-cleanup-snapshots.yml index a2bdff9c..5eae378e 100644 --- a/.github/workflows/fe-cleanup-snapshots.yml +++ b/.github/workflows/fe-cleanup-snapshots.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 18.19.1 + node-version: 22.11.0 - name: Cache Node Modules id: npm-cache diff --git a/.github/workflows/fe-code-quality.yml b/.github/workflows/fe-code-quality.yml index 3b049fd3..50f778cc 100644 --- a/.github/workflows/fe-code-quality.yml +++ b/.github/workflows/fe-code-quality.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 18.19.1 + node-version: 22.11.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 diff --git a/.github/workflows/fe-e2e.yml b/.github/workflows/fe-e2e.yml index f4b30108..a250d063 100644 --- a/.github/workflows/fe-e2e.yml +++ b/.github/workflows/fe-e2e.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 18.19.1 + node-version: 22.11.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 diff --git a/.github/workflows/fe-install-deps.yml b/.github/workflows/fe-install-deps.yml index 28294161..12d90410 100644 --- a/.github/workflows/fe-install-deps.yml +++ b/.github/workflows/fe-install-deps.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 18.19.1 + node-version: 22.11.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 diff --git a/.github/workflows/fe-licenses.yml b/.github/workflows/fe-licenses.yml index 9df62335..185ab731 100644 --- a/.github/workflows/fe-licenses.yml +++ b/.github/workflows/fe-licenses.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 18.19.1 + node-version: 22.11.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 diff --git a/.github/workflows/fe-pr-close.yml b/.github/workflows/fe-pr-close.yml index 670b4540..0154bb6d 100644 --- a/.github/workflows/fe-pr-close.yml +++ b/.github/workflows/fe-pr-close.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 18.19.1 + node-version: 22.11.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 diff --git a/.github/workflows/fe-pr-snapshot.yml b/.github/workflows/fe-pr-snapshot.yml index 13e41b4f..a113a09a 100644 --- a/.github/workflows/fe-pr-snapshot.yml +++ b/.github/workflows/fe-pr-snapshot.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 18.19.1 + node-version: 22.11.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 diff --git a/.github/workflows/fe-release.yml b/.github/workflows/fe-release.yml index e8e8269c..b565cd38 100644 --- a/.github/workflows/fe-release.yml +++ b/.github/workflows/fe-release.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 18.19.1 + node-version: 22.11.0 - name: Cache Node Modules id: npm-cache diff --git a/.github/workflows/fe-snapshot.yml b/.github/workflows/fe-snapshot.yml index a1108b6c..110948f3 100644 --- a/.github/workflows/fe-snapshot.yml +++ b/.github/workflows/fe-snapshot.yml @@ -30,7 +30,7 @@ jobs: token: ${{ secrets.GIT_USER_TOKEN }} - uses: actions/setup-node@v3 with: - node-version: 18.19.1 + node-version: 22.11.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 diff --git a/.github/workflows/fe-tag.yml b/.github/workflows/fe-tag.yml index 2d217092..3c789fed 100644 --- a/.github/workflows/fe-tag.yml +++ b/.github/workflows/fe-tag.yml @@ -34,7 +34,7 @@ jobs: token: ${{ secrets.GIT_USER_TOKEN }} - uses: actions/setup-node@v3 with: - node-version: 18.19.1 + node-version: 22.11.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 diff --git a/.nvmrc b/.nvmrc index 60495ee0..bb8c76c6 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v18.19.1 +v22.11.0 diff --git a/.tool-versions b/.tool-versions index 19ac4b99..f8ab203c 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 18.19.1 +nodejs 22.11.0 diff --git a/package-lock.json b/package-lock.json index 7cd6ea3c..ff36cd36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@babel/preset-env": "^7.19.4", "@babel/preset-typescript": "^7.18.6", "@types/jest": "29.5.14", - "@types/node": "^18.19.1", + "@types/node": "^22.13.14", "jest": "29.7.0", "luxon": "^3.3.0", "prettier": "2.8.1", @@ -2596,11 +2596,11 @@ } }, "node_modules/@types/node": { - "version": "18.19.75", - "resolved": "https://cplace.jfrog.io/artifactory/api/npm/cplace-npm/@types/node/-/node-18.19.75.tgz", - "integrity": "sha512-UIksWtThob6ZVSyxcOqCLOUNg/dyO1Qvx4McgeuhrEtHTLFTf7BBhEazaE4K806FGTPtzd/2sE90qn4fVr7cyw==", + "version": "22.13.14", + "resolved": "https://cplace.jfrog.io/artifactory/api/npm/cplace-npm/@types/node/-/node-22.13.14.tgz", + "integrity": "sha512-Zs/Ollc1SJ8nKUAgc7ivOEdIBM8JAKgrqqUYi2J997JuKO7/tpQC+WCetQ1sypiKCQWHdvdg9wBNpUPEWZae7w==", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.20.0" } }, "node_modules/@types/retry": { @@ -6349,9 +6349,9 @@ } }, "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://cplace.jfrog.io/artifactory/api/npm/cplace-npm/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + "version": "6.20.0", + "resolved": "https://cplace.jfrog.io/artifactory/api/npm/cplace-npm/undici-types/-/undici-types-6.20.0.tgz", + "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==" }, "node_modules/unicode-canonical-property-names-ecmascript": { "version": "2.0.0", diff --git a/package.json b/package.json index c43ae5e4..3067a571 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@babel/preset-env": "^7.19.4", "@babel/preset-typescript": "^7.18.6", "@types/jest": "29.5.14", - "@types/node": "^18.19.1", + "@types/node": "^22.13.14", "jest": "29.7.0", "luxon": "^3.3.0", "prettier": "2.8.1", From 2ecbd6aaa043ab71ae73bd1060f3d6301ec2409e Mon Sep 17 00:00:00 2001 From: alekhya-cplace Date: Thu, 15 May 2025 12:24:27 +0200 Subject: [PATCH 2/2] PFM-TASK-5778:updated node to 22.15.0 --- .github/workflows/fe-build.yml | 2 +- .github/workflows/fe-check-upmerge.yml | 2 +- .github/workflows/fe-cleanup-snapshots.yml | 2 +- .github/workflows/fe-code-quality.yml | 2 +- .github/workflows/fe-e2e.yml | 2 +- .github/workflows/fe-install-deps.yml | 2 +- .github/workflows/fe-licenses.yml | 2 +- .github/workflows/fe-pr-close.yml | 2 +- .github/workflows/fe-pr-snapshot.yml | 2 +- .github/workflows/fe-release.yml | 2 +- .github/workflows/fe-snapshot.yml | 2 +- .github/workflows/fe-tag.yml | 2 +- .nvmrc | 2 +- .tool-versions | 2 +- package-lock.json | 16 ++++++++-------- package.json | 2 +- 16 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/fe-build.yml b/.github/workflows/fe-build.yml index c0eab649..1fec67d2 100644 --- a/.github/workflows/fe-build.yml +++ b/.github/workflows/fe-build.yml @@ -32,7 +32,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v3 with: - node-version: 22.11.0 + node-version: 22.15.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 diff --git a/.github/workflows/fe-check-upmerge.yml b/.github/workflows/fe-check-upmerge.yml index 9c677833..94f69ce6 100644 --- a/.github/workflows/fe-check-upmerge.yml +++ b/.github/workflows/fe-check-upmerge.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 22.11.0 + node-version: 22.15.0 - name: Cache Node Modules id: npm-cache diff --git a/.github/workflows/fe-cleanup-snapshots.yml b/.github/workflows/fe-cleanup-snapshots.yml index 5eae378e..c37db0fb 100644 --- a/.github/workflows/fe-cleanup-snapshots.yml +++ b/.github/workflows/fe-cleanup-snapshots.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 22.11.0 + node-version: 22.15.0 - name: Cache Node Modules id: npm-cache diff --git a/.github/workflows/fe-code-quality.yml b/.github/workflows/fe-code-quality.yml index 50f778cc..555aad14 100644 --- a/.github/workflows/fe-code-quality.yml +++ b/.github/workflows/fe-code-quality.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 22.11.0 + node-version: 22.15.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 diff --git a/.github/workflows/fe-e2e.yml b/.github/workflows/fe-e2e.yml index a250d063..fcbae8bc 100644 --- a/.github/workflows/fe-e2e.yml +++ b/.github/workflows/fe-e2e.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 22.11.0 + node-version: 22.15.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 diff --git a/.github/workflows/fe-install-deps.yml b/.github/workflows/fe-install-deps.yml index 12d90410..75b02bc3 100644 --- a/.github/workflows/fe-install-deps.yml +++ b/.github/workflows/fe-install-deps.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 22.11.0 + node-version: 22.15.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 diff --git a/.github/workflows/fe-licenses.yml b/.github/workflows/fe-licenses.yml index 185ab731..8e723a15 100644 --- a/.github/workflows/fe-licenses.yml +++ b/.github/workflows/fe-licenses.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 22.11.0 + node-version: 22.15.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 diff --git a/.github/workflows/fe-pr-close.yml b/.github/workflows/fe-pr-close.yml index 0154bb6d..05f7c2ae 100644 --- a/.github/workflows/fe-pr-close.yml +++ b/.github/workflows/fe-pr-close.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 22.11.0 + node-version: 22.15.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 diff --git a/.github/workflows/fe-pr-snapshot.yml b/.github/workflows/fe-pr-snapshot.yml index a113a09a..6e864b90 100644 --- a/.github/workflows/fe-pr-snapshot.yml +++ b/.github/workflows/fe-pr-snapshot.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 22.11.0 + node-version: 22.15.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 diff --git a/.github/workflows/fe-release.yml b/.github/workflows/fe-release.yml index b565cd38..324070bd 100644 --- a/.github/workflows/fe-release.yml +++ b/.github/workflows/fe-release.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 22.11.0 + node-version: 22.15.0 - name: Cache Node Modules id: npm-cache diff --git a/.github/workflows/fe-snapshot.yml b/.github/workflows/fe-snapshot.yml index 110948f3..aaf8fd7f 100644 --- a/.github/workflows/fe-snapshot.yml +++ b/.github/workflows/fe-snapshot.yml @@ -30,7 +30,7 @@ jobs: token: ${{ secrets.GIT_USER_TOKEN }} - uses: actions/setup-node@v3 with: - node-version: 22.11.0 + node-version: 22.15.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 diff --git a/.github/workflows/fe-tag.yml b/.github/workflows/fe-tag.yml index 3c789fed..1aa8fe4c 100644 --- a/.github/workflows/fe-tag.yml +++ b/.github/workflows/fe-tag.yml @@ -34,7 +34,7 @@ jobs: token: ${{ secrets.GIT_USER_TOKEN }} - uses: actions/setup-node@v3 with: - node-version: 22.11.0 + node-version: 22.15.0 - name: Cache Node Modules id: npm-cache uses: actions/cache@v4 diff --git a/.nvmrc b/.nvmrc index bb8c76c6..9158a6fb 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v22.11.0 +v22.15.0 diff --git a/.tool-versions b/.tool-versions index f8ab203c..36e55c3f 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 22.11.0 +nodejs 22.15.0 diff --git a/package-lock.json b/package-lock.json index ff36cd36..b963d2a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@babel/preset-env": "^7.19.4", "@babel/preset-typescript": "^7.18.6", "@types/jest": "29.5.14", - "@types/node": "^22.13.14", + "@types/node": "^22.15.0", "jest": "29.7.0", "luxon": "^3.3.0", "prettier": "2.8.1", @@ -2596,11 +2596,11 @@ } }, "node_modules/@types/node": { - "version": "22.13.14", - "resolved": "https://cplace.jfrog.io/artifactory/api/npm/cplace-npm/@types/node/-/node-22.13.14.tgz", - "integrity": "sha512-Zs/Ollc1SJ8nKUAgc7ivOEdIBM8JAKgrqqUYi2J997JuKO7/tpQC+WCetQ1sypiKCQWHdvdg9wBNpUPEWZae7w==", + "version": "22.15.0", + "resolved": "https://cplace.jfrog.io/artifactory/api/npm/cplace-npm/@types/node/-/node-22.15.0.tgz", + "integrity": "sha512-99S8dWD2DkeE6PBaEDw+In3aar7hdoBvjyJMR6vaKBTzpvR0P00ClzJMOoVrj9D2+Sy/YCwACYHnBTpMhg1UCA==", "dependencies": { - "undici-types": "~6.20.0" + "undici-types": "~6.21.0" } }, "node_modules/@types/retry": { @@ -6349,9 +6349,9 @@ } }, "node_modules/undici-types": { - "version": "6.20.0", - "resolved": "https://cplace.jfrog.io/artifactory/api/npm/cplace-npm/undici-types/-/undici-types-6.20.0.tgz", - "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==" + "version": "6.21.0", + "resolved": "https://cplace.jfrog.io/artifactory/api/npm/cplace-npm/undici-types/-/undici-types-6.21.0.tgz", + "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==" }, "node_modules/unicode-canonical-property-names-ecmascript": { "version": "2.0.0", diff --git a/package.json b/package.json index 3067a571..a1185037 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@babel/preset-env": "^7.19.4", "@babel/preset-typescript": "^7.18.6", "@types/jest": "29.5.14", - "@types/node": "^22.13.14", + "@types/node": "^22.15.0", "jest": "29.7.0", "luxon": "^3.3.0", "prettier": "2.8.1",