-
Notifications
You must be signed in to change notification settings - Fork 2k
chore(deps): update all dependencies #3929
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 4 commits
8b258c8
bb85d62
e6d5591
f38a22d
c592811
3b7558d
562d92c
f59d168
ebf6987
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,7 +10,7 @@ | |
| "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" | ||
| }, | ||
| "engines": { | ||
| "node": "20.x" | ||
| "node": "22.x" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| }, | ||
| "scripts": { | ||
| "start": "node app.js", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,7 +14,7 @@ | |
| "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" | ||
| }, | ||
| "engines": { | ||
| "node": "20.x.x" | ||
| "node": "22.x" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| }, | ||
| "author": "Google Inc.", | ||
| "license": "Apache-2.0", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,7 +14,7 @@ | |
| "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" | ||
| }, | ||
| "engines": { | ||
| "node": "20.x.x" | ||
| "node": "22.x" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| }, | ||
| "author": "Google Inc.", | ||
| "license": "Apache-2.0", | ||
|
|
@@ -25,7 +25,7 @@ | |
| "c8": "^10.0.0", | ||
| "mocha": "^10.0.0", | ||
| "proxyquire": "^2.1.3", | ||
| "sinon": "^18.0.0", | ||
| "sinon": "^19.0.0", | ||
|
||
| "supertest": "^7.0.0" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,7 +10,7 @@ | |
| "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" | ||
| }, | ||
| "engines": { | ||
| "node": "20.x" | ||
| "node": "22.x" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| }, | ||
| "scripts": { | ||
| "start": "node app.js", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,7 +10,7 @@ | |
| "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" | ||
| }, | ||
| "engines": { | ||
| "node": "20.x" | ||
| "node": "22.x" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| }, | ||
| "scripts": { | ||
| "deploy": "gcloud app deploy", | ||
|
|
@@ -26,7 +26,7 @@ | |
| "chai": "^4.5.0", | ||
| "mocha": "^10.0.0", | ||
| "proxyquire": "^2.1.0", | ||
| "sinon": "^18.0.0", | ||
| "sinon": "^19.0.0", | ||
|
||
| "supertest": "^7.0.0", | ||
| "wait-port": "^1.0.4" | ||
| } | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,7 +6,7 @@ | |
| "license": "Apache Version 2.0", | ||
| "author": "Google Inc.", | ||
| "engines": { | ||
| "node": "20.x" | ||
| "node": "22.x" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| }, | ||
| "scripts": { | ||
| "start": "node app.js", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,7 +10,7 @@ | |
| "url": "https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git" | ||
| }, | ||
| "engines": { | ||
| "node": "20.x" | ||
| "node": "22.x" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| }, | ||
| "scripts": { | ||
| "system-test": "c8 mocha -p -j 2 --exit test/*.test.js", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,7 +6,7 @@ | |
| "license": "Apache Version 2.0", | ||
| "author": "Google Inc.", | ||
| "engines": { | ||
| "node": "20.x" | ||
| "node": "22.x" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| }, | ||
| "scripts": { | ||
| "start": "node app.js", | ||
|
|
@@ -24,7 +24,7 @@ | |
| "jsonwebtoken": "^9.0.0", | ||
| "mocha": "^10.0.0", | ||
| "proxyquire": "^2.1.3", | ||
| "sinon": "^18.0.0", | ||
| "sinon": "^19.0.0", | ||
|
||
| "supertest": "^7.0.0", | ||
| "wait-port": "^1.0.4" | ||
| } | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,7 +6,7 @@ | |
| "license": "Apache Version 2.0", | ||
| "author": "Google Inc.", | ||
| "engines": { | ||
| "node": "20.x" | ||
| "node": "22.x" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| }, | ||
| "scripts": { | ||
| "start": "node app.js", | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -15,7 +15,7 @@ | |||||
| "pug": "^3.0.2" | ||||||
| }, | ||||||
| "devDependencies": { | ||||||
| "@types/express": "^4.17.17", | ||||||
| "@types/express": "^5.0.0", | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Upgrading
Suggested change
|
||||||
| "@types/multer": "^1.4.7", | ||||||
| "@types/proxyquire": "^1.3.28", | ||||||
| "@types/supertest": "^6.0.0", | ||||||
|
|
@@ -24,6 +24,6 @@ | |||||
| "mocha": "^10.2.0", | ||||||
| "proxyquire": "^2.1.3", | ||||||
| "supertest": "^7.0.0", | ||||||
| "uuid": "^10.0.0" | ||||||
| "uuid": "^11.0.0" | ||||||
|
||||||
| } | ||||||
| } | ||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,7 +15,7 @@ | |
| "pug": "^3.0.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/express": "^4.17.17", | ||
| "@types/express": "^5.0.0", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| "@types/multer": "^1.4.7", | ||
| "@types/proxyquire": "^1.3.28", | ||
| "@types/supertest": "^6.0.0", | ||
|
|
@@ -24,6 +24,6 @@ | |
| "mocha": "^10.2.0", | ||
| "proxyquire": "^2.1.3", | ||
| "supertest": "^7.0.0", | ||
| "uuid": "^10.0.0" | ||
| "uuid": "^11.0.0" | ||
|
||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -6,7 +6,7 @@ | |||||||||||||||||||||||
| "license": "Apache Version 2.0", | ||||||||||||||||||||||||
| "author": "Google Inc.", | ||||||||||||||||||||||||
| "engines": { | ||||||||||||||||||||||||
| "node": "20.x" | ||||||||||||||||||||||||
| "node": "22.x" | ||||||||||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||||||||||||||||||||||||
| }, | ||||||||||||||||||||||||
| "scripts": { | ||||||||||||||||||||||||
| "prepare": "npm run gcp-build", | ||||||||||||||||||||||||
|
|
@@ -26,11 +26,11 @@ | |||||||||||||||||||||||
| "express": "^4.16.3" | ||||||||||||||||||||||||
| }, | ||||||||||||||||||||||||
| "devDependencies": { | ||||||||||||||||||||||||
| "@types/express": "^4.17.17", | ||||||||||||||||||||||||
| "@types/node": "^20.0.0", | ||||||||||||||||||||||||
| "@types/express": "^5.0.0", | ||||||||||||||||||||||||
| "@types/node": "^22.0.0", | ||||||||||||||||||||||||
| "c8": "^10.0.0", | ||||||||||||||||||||||||
| "chai": "^4.5.0", | ||||||||||||||||||||||||
| "gts": "^5.0.0", | ||||||||||||||||||||||||
| "gts": "^6.0.0", | ||||||||||||||||||||||||
|
Comment on lines
+29
to
+33
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Upgrading these dev dependencies is good. However, ensure that your tests and build process still work correctly with the new versions, especially with the breaking change in
Suggested change
|
||||||||||||||||||||||||
| "mocha": "^10.2.0", | ||||||||||||||||||||||||
| "typescript": "^5.0.0", | ||||||||||||||||||||||||
| "wait-port": "^1.0.0" | ||||||||||||||||||||||||
|
|
||||||||||||||||||||||||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -25,9 +25,9 @@ | |||||||||||||||||||||
| "devDependencies": { | ||||||||||||||||||||||
| "c8": "^10.0.0", | ||||||||||||||||||||||
| "chai": "^4.5.0", | ||||||||||||||||||||||
| "gts": "^5.0.0", | ||||||||||||||||||||||
| "gts": "^6.0.0", | ||||||||||||||||||||||
| "mocha": "^10.0.0", | ||||||||||||||||||||||
| "sinon": "^18.0.0", | ||||||||||||||||||||||
| "uuid": "^10.0.0" | ||||||||||||||||||||||
| "sinon": "^19.0.0", | ||||||||||||||||||||||
| "uuid": "^11.0.0" | ||||||||||||||||||||||
|
||||||||||||||||||||||
| "gts": "^6.0.0", | |
| "mocha": "^10.0.0", | |
| "sinon": "^18.0.0", | |
| "uuid": "^10.0.0" | |
| "sinon": "^19.0.0", | |
| "uuid": "^11.0.0" | |
| "gts": "^6.0.0", | |
| "mocha": "^10.0.0", | |
| "sinon": "^19.0.0", | |
| "uuid": "^11.0.0" |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -27,6 +27,6 @@ | |
| "devDependencies": { | ||
| "c8": "^10.0.0", | ||
| "mocha": "^10.0.0", | ||
| "uuid": "^10.0.0" | ||
| "uuid": "^11.0.0" | ||
|
||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,6 +24,6 @@ | |
| "c8": "^10.0.0", | ||
| "chai": "^4.5.0", | ||
| "mocha": "^10.0.0", | ||
| "uuid": "^10.0.0" | ||
| "uuid": "^11.0.0" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,6 +24,6 @@ | |
| "c8": "^10.0.0", | ||
| "chai": "^4.5.0", | ||
| "mocha": "^10.0.0", | ||
| "uuid": "^10.0.0" | ||
| "uuid": "^11.0.0" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,6 +22,6 @@ | |
| "c8": "^10.0.0", | ||
| "chai": "^4.5.0", | ||
| "mocha": "^10.0.0", | ||
| "uuid": "^10.0.0" | ||
| "uuid": "^11.0.0" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,6 +17,6 @@ | |
| "c8": "^10.0.0", | ||
| "mocha": "^10.0.0", | ||
| "proxyquire": "^2.1.0", | ||
| "sinon": "^18.0.0" | ||
| "sinon": "^19.0.0" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,6 +26,6 @@ | |
| "chai": "^4.5.0", | ||
| "mocha": "^10.0.0", | ||
| "proxyquire": "^2.0.1", | ||
| "uuid": "^10.0.0" | ||
| "uuid": "^11.0.0" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,6 +21,6 @@ | |
| "c8": "^10.0.0", | ||
| "chai": "^4.5.0", | ||
| "mocha": "^10.0.0", | ||
| "uuid": "^10.0.0" | ||
| "uuid": "^11.0.0" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,6 +22,6 @@ | |
| "c8": "^10.0.0", | ||
| "chai": "^4.5.0", | ||
| "mocha": "^10.0.0", | ||
| "uuid": "^10.0.0" | ||
| "uuid": "^11.0.0" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -23,6 +23,6 @@ | |
| "chai": "^4.5.0", | ||
| "execa": "^9.0.0", | ||
| "mocha": "^10.0.0", | ||
| "uuid": "^10.0.0" | ||
| "uuid": "^11.0.0" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,6 +21,6 @@ | |
| "c8": "^10.0.0", | ||
| "chai": "^4.5.0", | ||
| "mocha": "^10.0.0", | ||
| "uuid": "^10.0.0" | ||
| "uuid": "^11.0.0" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,6 +20,6 @@ | |
| "c8": "^10.0.0", | ||
| "chai": "^4.5.0", | ||
| "mocha": "^10.0.0", | ||
| "uuid": "^10.0.0" | ||
| "uuid": "^11.0.0" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,6 +24,6 @@ | |
| "c8": "^10.0.0", | ||
| "chai": "^4.5.0", | ||
| "mocha": "^10.0.0", | ||
| "uuid": "^10.0.0" | ||
| "uuid": "^11.0.0" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,6 +19,6 @@ | |
| "devDependencies": { | ||
| "chai": "^4.5.0", | ||
| "mocha": "^10.0.0", | ||
| "uuid": "^10.0.0" | ||
| "uuid": "^11.0.0" | ||
| } | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Upgrading
uuidandsinonis good. Ensure your tests still pass with these new versions.