Skip to content

Commit

Permalink
chore(deps): update dependency test-all-versions to v6 (#1877)
Browse files Browse the repository at this point in the history
Also, fix error in test-all-versions@6 with not liking socket.io@^3.1.3 being an empty range
I also reduced the number of socket.io@4 versions tested (4.4.1 is over 2y old)

Co-authored-by: Trent Mick <trentm@gmail.com>
  • Loading branch information
renovate-bot and trentm authored Jan 3, 2024
1 parent ec7125b commit 2d11b69
Show file tree
Hide file tree
Showing 25 changed files with 227 additions and 156 deletions.
333 changes: 202 additions & 131 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion plugins/node/instrumentation-amqplib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"ts-mocha": "10.0.0",
"nyc": "15.1.0",
"sinon": "15.2.0",
"test-all-versions": "5.0.1",
"test-all-versions": "6.0.0",
"typescript": "4.4.4"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/node/instrumentation-cucumber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"rimraf": "5.0.5",
"semver": "7.5.4",
"sinon": "15.2.0",
"test-all-versions": "5.0.1",
"test-all-versions": "6.0.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/node/instrumentation-dataloader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.5",
"test-all-versions": "5.0.1",
"test-all-versions": "6.0.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/node/instrumentation-lru-memoizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.5",
"test-all-versions": "5.0.1",
"test-all-versions": "6.0.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/node/instrumentation-mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"mongoose": "6.12.3",
"nyc": "15.1.0",
"rimraf": "5.0.5",
"test-all-versions": "5.0.1",
"test-all-versions": "6.0.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
4 changes: 2 additions & 2 deletions plugins/node/instrumentation-socket.io/.tav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
commands:
- npm run test

- versions: "^3.1.3"
- versions: "^3.1.2"
peerDependencies: socket.io-client@^3
commands:
- npm run test

- versions: "4.4.1 || 4.5.1 || 4.5.2 || ^4.5.3"
- versions: "4.5.3 || 4.6.2 || ^4.7.1"
peerDependencies: socket.io-client@^4
commands:
- npm run test
2 changes: 1 addition & 1 deletion plugins/node/instrumentation-socket.io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"rimraf": "5.0.5",
"socket.io": "^4.1.3",
"socket.io-client": "^4.1.3",
"test-all-versions": "5.0.1",
"test-all-versions": "6.0.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/node/instrumentation-tedious/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"nyc": "15.1.0",
"rimraf": "5.0.5",
"tedious": "15.1.3",
"test-all-versions": "5.0.1",
"test-all-versions": "6.0.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"nyc": "15.1.0",
"rimraf": "5.0.5",
"sinon": "15.2.0",
"test-all-versions": "5.0.1",
"test-all-versions": "6.0.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"nyc": "15.1.0",
"rimraf": "5.0.5",
"sinon": "15.2.0",
"test-all-versions": "5.0.1",
"test-all-versions": "6.0.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"nyc": "15.1.0",
"rimraf": "5.0.5",
"sinon": "15.2.0",
"test-all-versions": "5.0.1",
"test-all-versions": "6.0.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"nyc": "15.1.0",
"rimraf": "5.0.5",
"semver": "^7.5.4",
"test-all-versions": "5.0.1",
"test-all-versions": "6.0.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.5",
"test-all-versions": "5.0.1",
"test-all-versions": "6.0.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"nyc": "15.1.0",
"rimraf": "5.0.5",
"sinon": "15.2.0",
"test-all-versions": "5.0.1",
"test-all-versions": "6.0.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"nyc": "15.1.0",
"rimraf": "5.0.5",
"sinon": "15.2.0",
"test-all-versions": "5.0.1",
"test-all-versions": "6.0.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"mongodb": "3.6.11",
"nyc": "15.1.0",
"rimraf": "5.0.5",
"test-all-versions": "5.0.1",
"test-all-versions": "6.0.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"nyc": "15.1.0",
"rimraf": "5.0.5",
"semver": "7.5.4",
"test-all-versions": "5.0.1",
"test-all-versions": "6.0.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"rxjs": "7.8.1",
"rxjs-compat": "6.6.7",
"semver": "7.5.4",
"test-all-versions": "5.0.1",
"test-all-versions": "6.0.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/node/opentelemetry-instrumentation-pg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"rimraf": "5.0.5",
"safe-stable-stringify": "^2.4.1",
"sinon": "15.2.0",
"test-all-versions": "5.0.1",
"test-all-versions": "6.0.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"rimraf": "5.0.5",
"semver": "7.5.4",
"sinon": "15.2.0",
"test-all-versions": "5.0.1",
"test-all-versions": "6.0.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"nyc": "15.1.0",
"redis": "4.1.0",
"rimraf": "5.0.5",
"test-all-versions": "5.0.1",
"test-all-versions": "6.0.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"nyc": "15.1.0",
"redis": "3.1.2",
"rimraf": "5.0.5",
"test-all-versions": "5.0.1",
"test-all-versions": "6.0.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4",
"@types/redis": "2.8.32"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"restify": "11.1.0",
"rimraf": "5.0.5",
"semver": "7.5.4",
"test-all-versions": "^5.0.1",
"test-all-versions": "^6.0.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"nyc": "15.1.0",
"rimraf": "5.0.5",
"sinon": "15.2.0",
"test-all-versions": "5.0.1",
"test-all-versions": "6.0.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4",
"winston": "3.3.3",
Expand Down

0 comments on commit 2d11b69

Please sign in to comment.