Skip to content

Commit cd609de

Browse files
authored
chore(deps): update dependency @types/node to ^22.15.2 (#1738)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`^22.14.1` -> `^22.15.2`](https://renovatebot.com/diffs/npm/@types%2fnode/22.14.1/22.15.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/22.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/22.14.1/22.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.14.1/22.15.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/gapic-generator-typescript). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI1Ny4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent 422bb57 commit cd609de

File tree

44 files changed

+112
-163
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+112
-163
lines changed

baselines/asset-esm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@babel/preset-env": "^7.26.9",
8282
"@babel/preset-typescript": "^7.27.0",
8383
"@types/mocha": "^10.0.10",
84-
"@types/node": "^22.14.1",
84+
"@types/node": "^22.15.2",
8585
"@types/sinon": "^17.0.4",
8686
"babel-plugin-replace-import-extension": "^1.1.5",
8787
"c8": "^10.1.3",

baselines/asset/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@types/mocha": "^10.0.10",
42-
"@types/node": "^22.14.1",
42+
"@types/node": "^22.15.2",
4343
"@types/sinon": "^17.0.4",
4444
"c8": "^10.1.3",
4545
"gapic-tools": "^1.0.1",

baselines/bigquery-storage-esm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@babel/preset-env": "^7.26.9",
8282
"@babel/preset-typescript": "^7.27.0",
8383
"@types/mocha": "^10.0.10",
84-
"@types/node": "^22.14.1",
84+
"@types/node": "^22.15.2",
8585
"@types/sinon": "^17.0.4",
8686
"babel-plugin-replace-import-extension": "^1.1.5",
8787
"c8": "^10.1.3",

baselines/bigquery-storage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@types/mocha": "^10.0.10",
42-
"@types/node": "^22.14.1",
42+
"@types/node": "^22.15.2",
4343
"@types/sinon": "^17.0.4",
4444
"c8": "^10.1.3",
4545
"gapic-tools": "^1.0.1",

baselines/bigquery-v2-esm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"@babel/preset-env": "^7.26.9",
8888
"@babel/preset-typescript": "^7.27.0",
8989
"@types/mocha": "^10.0.10",
90-
"@types/node": "^22.14.1",
90+
"@types/node": "^22.15.2",
9191
"@types/sinon": "^17.0.4",
9292
"babel-plugin-replace-import-extension": "^1.1.5",
9393
"c8": "^10.1.3",

baselines/bigquery-v2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"devDependencies": {
4747
"@types/mocha": "^10.0.10",
48-
"@types/node": "^22.14.1",
48+
"@types/node": "^22.15.2",
4949
"@types/sinon": "^17.0.4",
5050
"c8": "^10.1.3",
5151
"gapic-tools": "^1.0.1",

baselines/compute-esm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"@babel/preset-env": "^7.26.9",
8383
"@babel/preset-typescript": "^7.27.0",
8484
"@types/mocha": "^10.0.10",
85-
"@types/node": "^22.14.1",
85+
"@types/node": "^22.15.2",
8686
"@types/sinon": "^17.0.4",
8787
"babel-plugin-replace-import-extension": "^1.1.5",
8888
"c8": "^10.1.3",

baselines/compute/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"devDependencies": {
4242
"@types/mocha": "^10.0.10",
43-
"@types/node": "^22.14.1",
43+
"@types/node": "^22.15.2",
4444
"@types/sinon": "^17.0.4",
4545
"c8": "^10.1.3",
4646
"gapic-tools": "^1.0.1",

baselines/deprecatedtest-esm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@babel/preset-env": "^7.26.9",
8282
"@babel/preset-typescript": "^7.27.0",
8383
"@types/mocha": "^10.0.10",
84-
"@types/node": "^22.14.1",
84+
"@types/node": "^22.15.2",
8585
"@types/sinon": "^17.0.4",
8686
"babel-plugin-replace-import-extension": "^1.1.5",
8787
"c8": "^10.1.3",

baselines/deprecatedtest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@types/mocha": "^10.0.10",
42-
"@types/node": "^22.14.1",
42+
"@types/node": "^22.15.2",
4343
"@types/sinon": "^17.0.4",
4444
"c8": "^10.1.3",
4545
"gapic-tools": "^1.0.1",

baselines/disable-packing-test-esm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"@babel/preset-env": "^7.26.9",
8787
"@babel/preset-typescript": "^7.27.0",
8888
"@types/mocha": "^10.0.10",
89-
"@types/node": "^22.14.1",
89+
"@types/node": "^22.15.2",
9090
"@types/sinon": "^17.0.4",
9191
"babel-plugin-replace-import-extension": "^1.1.5",
9292
"c8": "^10.1.3",

baselines/disable-packing-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@types/mocha": "^10.0.10",
47-
"@types/node": "^22.14.1",
47+
"@types/node": "^22.15.2",
4848
"@types/sinon": "^17.0.4",
4949
"c8": "^10.1.3",
5050
"gapic-tools": "^1.0.1",

baselines/dlp-esm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@babel/preset-env": "^7.26.9",
8282
"@babel/preset-typescript": "^7.27.0",
8383
"@types/mocha": "^10.0.10",
84-
"@types/node": "^22.14.1",
84+
"@types/node": "^22.15.2",
8585
"@types/sinon": "^17.0.4",
8686
"babel-plugin-replace-import-extension": "^1.1.5",
8787
"c8": "^10.1.3",

baselines/dlp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@types/mocha": "^10.0.10",
42-
"@types/node": "^22.14.1",
42+
"@types/node": "^22.15.2",
4343
"@types/sinon": "^17.0.4",
4444
"c8": "^10.1.3",
4545
"gapic-tools": "^1.0.1",

baselines/kms-esm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@babel/preset-env": "^7.26.9",
8282
"@babel/preset-typescript": "^7.27.0",
8383
"@types/mocha": "^10.0.10",
84-
"@types/node": "^22.14.1",
84+
"@types/node": "^22.15.2",
8585
"@types/sinon": "^17.0.4",
8686
"babel-plugin-replace-import-extension": "^1.1.5",
8787
"c8": "^10.1.3",

baselines/kms/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@types/mocha": "^10.0.10",
42-
"@types/node": "^22.14.1",
42+
"@types/node": "^22.15.2",
4343
"@types/sinon": "^17.0.4",
4444
"c8": "^10.1.3",
4545
"gapic-tools": "^1.0.1",

baselines/logging-esm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@babel/preset-env": "^7.26.9",
8484
"@babel/preset-typescript": "^7.27.0",
8585
"@types/mocha": "^10.0.10",
86-
"@types/node": "^22.14.1",
86+
"@types/node": "^22.15.2",
8787
"@types/sinon": "^17.0.4",
8888
"babel-plugin-replace-import-extension": "^1.1.5",
8989
"c8": "^10.1.3",

baselines/logging/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"devDependencies": {
4343
"@types/mocha": "^10.0.10",
44-
"@types/node": "^22.14.1",
44+
"@types/node": "^22.15.2",
4545
"@types/sinon": "^17.0.4",
4646
"c8": "^10.1.3",
4747
"gapic-tools": "^1.0.1",

baselines/monitoring-esm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"@babel/preset-env": "^7.26.9",
8787
"@babel/preset-typescript": "^7.27.0",
8888
"@types/mocha": "^10.0.10",
89-
"@types/node": "^22.14.1",
89+
"@types/node": "^22.15.2",
9090
"@types/sinon": "^17.0.4",
9191
"babel-plugin-replace-import-extension": "^1.1.5",
9292
"c8": "^10.1.3",

baselines/monitoring/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@types/mocha": "^10.0.10",
47-
"@types/node": "^22.14.1",
47+
"@types/node": "^22.15.2",
4848
"@types/sinon": "^17.0.4",
4949
"c8": "^10.1.3",
5050
"gapic-tools": "^1.0.1",

baselines/naming-esm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@babel/preset-env": "^7.26.9",
8282
"@babel/preset-typescript": "^7.27.0",
8383
"@types/mocha": "^10.0.10",
84-
"@types/node": "^22.14.1",
84+
"@types/node": "^22.15.2",
8585
"@types/sinon": "^17.0.4",
8686
"babel-plugin-replace-import-extension": "^1.1.5",
8787
"c8": "^10.1.3",

baselines/naming/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@types/mocha": "^10.0.10",
42-
"@types/node": "^22.14.1",
42+
"@types/node": "^22.15.2",
4343
"@types/sinon": "^17.0.4",
4444
"c8": "^10.1.3",
4545
"gapic-tools": "^1.0.1",

baselines/redis-esm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@babel/preset-env": "^7.26.9",
8282
"@babel/preset-typescript": "^7.27.0",
8383
"@types/mocha": "^10.0.10",
84-
"@types/node": "^22.14.1",
84+
"@types/node": "^22.15.2",
8585
"@types/sinon": "^17.0.4",
8686
"babel-plugin-replace-import-extension": "^1.1.5",
8787
"c8": "^10.1.3",

baselines/redis/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@types/mocha": "^10.0.10",
42-
"@types/node": "^22.14.1",
42+
"@types/node": "^22.15.2",
4343
"@types/sinon": "^17.0.4",
4444
"c8": "^10.1.3",
4545
"gapic-tools": "^1.0.1",

baselines/routingtest-esm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@babel/preset-env": "^7.26.9",
8282
"@babel/preset-typescript": "^7.27.0",
8383
"@types/mocha": "^10.0.10",
84-
"@types/node": "^22.14.1",
84+
"@types/node": "^22.15.2",
8585
"@types/sinon": "^17.0.4",
8686
"babel-plugin-replace-import-extension": "^1.1.5",
8787
"c8": "^10.1.3",

baselines/routingtest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@types/mocha": "^10.0.10",
42-
"@types/node": "^22.14.1",
42+
"@types/node": "^22.15.2",
4343
"@types/sinon": "^17.0.4",
4444
"c8": "^10.1.3",
4545
"gapic-tools": "^1.0.1",

baselines/showcase-esm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"@babel/preset-env": "^7.26.9",
8787
"@babel/preset-typescript": "^7.27.0",
8888
"@types/mocha": "^10.0.10",
89-
"@types/node": "^22.14.1",
89+
"@types/node": "^22.15.2",
9090
"@types/sinon": "^17.0.4",
9191
"babel-plugin-replace-import-extension": "^1.1.5",
9292
"c8": "^10.1.3",

baselines/showcase-legacy-esm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@babel/preset-env": "^7.26.9",
8282
"@babel/preset-typescript": "^7.27.0",
8383
"@types/mocha": "^10.0.10",
84-
"@types/node": "^22.14.1",
84+
"@types/node": "^22.15.2",
8585
"@types/sinon": "^17.0.4",
8686
"babel-plugin-replace-import-extension": "^1.1.5",
8787
"c8": "^10.1.3",

baselines/showcase-legacy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@types/mocha": "^10.0.10",
42-
"@types/node": "^22.14.1",
42+
"@types/node": "^22.15.2",
4343
"@types/sinon": "^17.0.4",
4444
"c8": "^10.1.3",
4545
"gapic-tools": "^1.0.1",

baselines/showcase/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@types/mocha": "^10.0.10",
47-
"@types/node": "^22.14.1",
47+
"@types/node": "^22.15.2",
4848
"@types/sinon": "^17.0.4",
4949
"c8": "^10.1.3",
5050
"gapic-tools": "^1.0.1",

baselines/tasks-esm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@babel/preset-env": "^7.26.9",
8282
"@babel/preset-typescript": "^7.27.0",
8383
"@types/mocha": "^10.0.10",
84-
"@types/node": "^22.14.1",
84+
"@types/node": "^22.15.2",
8585
"@types/sinon": "^17.0.4",
8686
"babel-plugin-replace-import-extension": "^1.1.5",
8787
"c8": "^10.1.3",

baselines/tasks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@types/mocha": "^10.0.10",
42-
"@types/node": "^22.14.1",
42+
"@types/node": "^22.15.2",
4343
"@types/sinon": "^17.0.4",
4444
"c8": "^10.1.3",
4545
"gapic-tools": "^1.0.1",

baselines/texttospeech-esm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@babel/preset-env": "^7.26.9",
8282
"@babel/preset-typescript": "^7.27.0",
8383
"@types/mocha": "^10.0.10",
84-
"@types/node": "^22.14.1",
84+
"@types/node": "^22.15.2",
8585
"@types/sinon": "^17.0.4",
8686
"babel-plugin-replace-import-extension": "^1.1.5",
8787
"c8": "^10.1.3",

baselines/texttospeech/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@types/mocha": "^10.0.10",
42-
"@types/node": "^22.14.1",
42+
"@types/node": "^22.15.2",
4343
"@types/sinon": "^17.0.4",
4444
"c8": "^10.1.3",
4545
"gapic-tools": "^1.0.1",

baselines/translate-esm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@babel/preset-env": "^7.26.9",
8282
"@babel/preset-typescript": "^7.27.0",
8383
"@types/mocha": "^10.0.10",
84-
"@types/node": "^22.14.1",
84+
"@types/node": "^22.15.2",
8585
"@types/sinon": "^17.0.4",
8686
"babel-plugin-replace-import-extension": "^1.1.5",
8787
"c8": "^10.1.3",

baselines/translate/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@types/mocha": "^10.0.10",
42-
"@types/node": "^22.14.1",
42+
"@types/node": "^22.15.2",
4343
"@types/sinon": "^17.0.4",
4444
"c8": "^10.1.3",
4545
"gapic-tools": "^1.0.1",

baselines/videointelligence-esm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@babel/preset-env": "^7.26.9",
8282
"@babel/preset-typescript": "^7.27.0",
8383
"@types/mocha": "^10.0.10",
84-
"@types/node": "^22.14.1",
84+
"@types/node": "^22.15.2",
8585
"@types/sinon": "^17.0.4",
8686
"babel-plugin-replace-import-extension": "^1.1.5",
8787
"c8": "^10.1.3",

baselines/videointelligence/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@types/mocha": "^10.0.10",
42-
"@types/node": "^22.14.1",
42+
"@types/node": "^22.15.2",
4343
"@types/sinon": "^17.0.4",
4444
"c8": "^10.1.3",
4545
"gapic-tools": "^1.0.1",

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@bazel/bazelisk": "^1.26.0",
6060
"@types/mocha": "^10.0.10",
6161
"@types/module-alias": "^2.0.4",
62-
"@types/node": "^22.14.1",
62+
"@types/node": "^22.15.2",
6363
"@types/nunjucks": "^3.2.6",
6464
"@types/object-hash": "^3.0.6",
6565
"@types/yargs": "^17.0.33",

0 commit comments

Comments
 (0)