Skip to content

Commit d51cd99

Browse files
chore(deps): update dependency node to v22.18.0 (#566)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b4e0256 commit d51cd99

File tree

8 files changed

+22
-22
lines changed

8 files changed

+22
-22
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424
- uses: actions/setup-node@v4
2525
with:
26-
node-version: 22
26+
node-version: 22.18.0
2727
- uses: bahmutov/npm-install@v1
2828
- uses: rharkor/[email protected]
2929
- name: Build
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v4
3939
- uses: actions/setup-node@v4
4040
with:
41-
node-version: 22
41+
node-version: 22.18.0
4242
- uses: bahmutov/npm-install@v1
4343
- name: Lint
4444
run: yarn lint:eslint
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/checkout@v4
5353
- uses: actions/setup-node@v4
5454
with:
55-
node-version: 22
55+
node-version: 22.18.0
5656
- uses: bahmutov/npm-install@v1
5757
# we need to upgrade to Node16 module resolution so TSC can use package.json#exports
5858
- uses: rharkor/[email protected]
@@ -70,7 +70,7 @@ jobs:
7070
- uses: actions/checkout@v4
7171
- uses: actions/setup-node@v4
7272
with:
73-
node-version: 22
73+
node-version: 22.18.0
7474
- uses: bahmutov/npm-install@v1
7575
- uses: rharkor/[email protected]
7676
- name: Build
@@ -89,7 +89,7 @@ jobs:
8989
- uses: actions/checkout@v4
9090
- uses: actions/setup-node@v4
9191
with:
92-
node-version: 22
92+
node-version: 22.18.0
9393
- uses: bahmutov/npm-install@v1
9494
- uses: rharkor/[email protected]
9595
- name: Build

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 22
21+
node-version: 22.18.0
2222
- uses: bahmutov/npm-install@v1
2323

2424
- name: Build docs

.github/workflows/regen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: 22
23+
node-version: 22.18.0
2424
- uses: bahmutov/npm-install@v1
2525

2626
- name: Build codegen

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
2323
- uses: actions/setup-node@v4
2424
with:
25-
node-version: 22
25+
node-version: 22.18.0
2626
- uses: bahmutov/npm-install@v1
2727

2828
- name: Create Release Pull Request or Publish to npm

example/nextjs-webpush/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@eslint/eslintrc": "^3",
2121
"@tailwindcss/postcss": "^4",
2222
"@types/jsonwebtoken": "^9.0.10",
23-
"@types/node": "^20",
23+
"@types/node": "^22.18.0",
2424
"@types/react": "^19",
2525
"@types/react-dom": "^19",
2626
"eslint": "^9",

example/nextjs-webpush/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -607,10 +607,10 @@
607607
dependencies:
608608
undici-types "~7.10.0"
609609

610-
"@types/node@^20":
611-
version "20.19.10"
612-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.19.10.tgz#8bee5d6fa97221d50d767fa5707a3dd6503e8f19"
613-
integrity sha512-iAFpG6DokED3roLSP0K+ybeDdIX6Bc0Vd3mLW5uDqThPWtNos3E+EqOM11mPQHKzfWHqEBuLjIlsBQQ8CsISmQ==
610+
"@types/node@^22.18.0":
611+
version "22.18.0"
612+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.0.tgz#9e4709be4f104e3568f7dd1c71e2949bf147a47b"
613+
integrity sha512-m5ObIqwsUp6BZzyiy4RdZpzWGub9bqLJMvZDD0QMXhxjqMHMENlj+SqF5QxoUwaQNFe+8kz8XM8ZQhqkQPTgMQ==
614614
dependencies:
615615
undici-types "~6.21.0"
616616

@@ -3144,10 +3144,10 @@ typed-array-length@^1.0.7:
31443144
possible-typed-array-names "^1.0.0"
31453145
reflect.getprototypeof "^1.0.6"
31463146

3147-
typescript@^5:
3148-
version "5.9.2"
3149-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
3150-
integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
3147+
typescript@5.7.3:
3148+
version "5.7.3"
3149+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
3150+
integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
31513151

31523152
ua-is-frozen@^0.1.2:
31533153
version "0.1.2"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@testing-library/react": "^16.1.0",
6262
"@testing-library/user-event": "^14.5.2",
6363
"@tsconfig/create-react-app": "^2.0.5",
64-
"@types/node": "^20.17.11",
64+
"@types/node": "^22.18.0",
6565
"@types/react": "^18.2.42",
6666
"@types/react-dom": "^18.2.17",
6767
"@typescript-eslint/eslint-plugin": "^7.18.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3732,10 +3732,10 @@
37323732
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.55.tgz#c329cbd434c42164f846b909bd6f85b5537f6240"
37333733
integrity sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==
37343734

3735-
"@types/node@^20.17.11":
3736-
version "20.19.11"
3737-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.19.11.tgz#728cab53092bd5f143beed7fbba7ba99de3c16c4"
3738-
integrity sha512-uug3FEEGv0r+jrecvUUpbY8lLisvIjg6AAic6a2bSP5OEOLeJsDSnvhCDov7ipFFMXS3orMpzlmi0ZcuGkBbow==
3735+
"@types/node@^22.18.0":
3736+
version "22.18.0"
3737+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.0.tgz#9e4709be4f104e3568f7dd1c71e2949bf147a47b"
3738+
integrity sha512-m5ObIqwsUp6BZzyiy4RdZpzWGub9bqLJMvZDD0QMXhxjqMHMENlj+SqF5QxoUwaQNFe+8kz8XM8ZQhqkQPTgMQ==
37393739
dependencies:
37403740
undici-types "~6.21.0"
37413741

0 commit comments

Comments
 (0)