Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Commit c7d42e3

Browse files
fix(deps): update all dependencies (#2105)
* fix(deps): update all dependencies * build: revert .github/scripts changes, they are templated * build: revert some potentially incompatible changes in samples/package.json * build: revert some potentially incompatible changes in package.json * build: downgrade incompatible trace exporter * build: downgrade to non-ESM uuid * build: downgrade to non-ESM uuid * build: gts update needs other changes * build: gts update needs other changes --------- Co-authored-by: feywind <[email protected]>
1 parent 7da8e62 commit c7d42e3

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

.github/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
"mocha": "^10.0.0",
1919
"sinon": "^18.0.0"
2020
}
21-
}
21+
}

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@google-cloud/promisify": "^5.0.0",
5555
"@opentelemetry/api": "~1.9.0",
5656
"@opentelemetry/core": "^1.30.1",
57-
"@opentelemetry/semantic-conventions": "~1.34.0",
57+
"@opentelemetry/semantic-conventions": "~1.39.0",
5858
"arrify": "^2.0.0",
5959
"extend": "^3.0.2",
6060
"google-auth-library": "^10.5.0",
@@ -73,29 +73,29 @@
7373
"@types/mocha": "^10.0.10",
7474
"@types/mv": "^2.1.4",
7575
"@types/ncp": "^2.0.8",
76-
"@types/node": "^22.14.1",
76+
"@types/node": "^24.0.0",
7777
"@types/proxyquire": "^1.3.31",
78-
"@types/sinon": "^17.0.4",
78+
"@types/sinon": "^21.0.0",
7979
"@types/tmp": "^0.2.6",
80-
"@types/uuid": "^10.0.0",
80+
"@types/uuid": "^11.0.0",
8181
"c8": "^10.1.3",
8282
"codecov": "^3.8.3",
8383
"execa": "~5.1.0",
8484
"gapic-tools": "^1.0.1",
85-
"gts": "^6.0.2",
85+
"gts": "^6.0.0",
8686
"jsdoc": "^4.0.4",
87-
"jsdoc-fresh": "^4.0.0",
88-
"jsdoc-region-tag": "^3.0.0",
87+
"jsdoc-fresh": "^5.0.0",
88+
"jsdoc-region-tag": "^4.0.0",
8989
"linkinator": "^6.1.2",
9090
"mocha": "^11.1.0",
9191
"mv": "^2.1.1",
9292
"ncp": "^2.0.0",
9393
"nise": "^6.1.1",
9494
"null-loader": "^4.0.1",
9595
"path-to-regexp": "^8.2.0",
96-
"protobufjs": "^7.4.0",
96+
"protobufjs": "~7.5.0",
9797
"proxyquire": "^2.1.3",
98-
"sinon": "^20.0.0",
98+
"sinon": "^21.0.0",
9999
"tmp": "^0.2.3",
100100
"ts-loader": "^9.5.2",
101101
"typescript": "^5.8.3",

samples/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
"devDependencies": {
4141
"@google-cloud/bigquery": "^8.0.0",
4242
"@google-cloud/typeless-sample-bot": "^3.0.0",
43-
"@types/chai": "^4.2.16",
44-
"chai": "^4.2.0",
43+
"@types/chai": "^5.0.0",
44+
"chai": "^6.0.0",
4545
"gts": "^6.0.0",
46-
"lru-cache": "9.1.2",
47-
"mocha": "^9.2.2",
48-
"rimraf": "5.0.9",
46+
"lru-cache": "10.4.3",
47+
"mocha": "^10.0.0",
48+
"rimraf": "5.0.10",
4949
"typescript": "^5.1.6",
50-
"uuid": "^9.0.0"
50+
"uuid": "^11.1.0"
5151
}
5252
}

system-test/fixtures/sample/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@google-cloud/pubsub": "file:./pubsub.tgz"
1717
},
1818
"devDependencies": {
19-
"@types/node": "^22.0.0",
19+
"@types/node": "^24.0.0",
2020
"typescript": "^5.1.6",
21-
"gts": "^6.0.0"
21+
"gts": "^7.0.0"
2222
}
2323
}

0 commit comments

Comments
 (0)