Skip to content

Commit

Permalink
Merge branch 'main' into dluna-1688-mongodb-async-context-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
david-luna authored Oct 6, 2023
2 parents 12d980a + 2d36152 commit 349e5c7
Show file tree
Hide file tree
Showing 53 changed files with 96 additions and 96 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/close-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
close-pr-message: 'This PR was closed because it has been stale for 14 days with no activity.'
stale-issue-label: stale
stale-pr-label: stale
exempt-issue-labels: never-stale,instrumentation-request
exempt-issue-labels: never-stale,instrumentation-request,bug
exempt-pr-labels: never-stale
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
"@opentelemetry/contrib-test-utils": "^0.34.1",
"@types/mocha": "8.2.3",
"@types/node": "18.6.5",
"@types/sinon": "10.0.16",
"@types/sinon": "10.0.18",
"mocha": "7.2.0",
"nock": "13.3.3",
"nyc": "15.1.0",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"sinon": "15.2.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
"@opentelemetry/contrib-test-utils": "^0.34.1",
"@types/mocha": "8.2.3",
"@types/node": "18.6.5",
"@types/sinon": "10.0.16",
"@types/sinon": "10.0.18",
"mocha": "7.2.0",
"nock": "13.3.3",
"nyc": "15.1.0",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"sinon": "15.2.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"@opentelemetry/contrib-test-utils": "^0.34.1",
"@types/mocha": "8.2.3",
"@types/node": "18.6.5",
"@types/sinon": "10.0.16",
"@types/sinon": "10.0.18",
"eslint-plugin-header": "^3.1.1",
"mocha": "7.2.0",
"nock": "13.3.3",
"nyc": "15.1.0",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"sinon": "15.2.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
"@opentelemetry/contrib-test-utils": "^0.34.1",
"@types/mocha": "8.2.3",
"@types/node": "18.6.5",
"@types/semver": "7.5.2",
"@types/semver": "7.5.3",
"mocha": "7.2.0",
"nock": "13.3.3",
"nyc": "15.1.0",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
"@opentelemetry/api": "^1.0.0",
"@types/mocha": "8.2.3",
"@types/node": "18.6.5",
"@types/sinon": "10.0.16",
"@types/sinon": "10.0.18",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"sinon": "15.2.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
"@opentelemetry/sdk-node": "^0.43.0",
"@types/mocha": "8.2.3",
"@types/node": "18.6.5",
"@types/semver": "7.5.2",
"@types/semver": "7.5.3",
"mocha": "7.2.0",
"nock": "13.3.3",
"nyc": "15.1.0",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
4 changes: 2 additions & 2 deletions metapackages/auto-instrumentations-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"@opentelemetry/api": "^1.4.1",
"@types/mocha": "7.0.2",
"@types/node": "18.6.5",
"@types/sinon": "10.0.16",
"@types/sinon": "10.0.18",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"sinon": "15.2.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
Expand Down
4 changes: 2 additions & 2 deletions metapackages/auto-instrumentations-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@opentelemetry/api": "^1.3.0",
"@types/mocha": "8.2.3",
"@types/node": "18.6.5",
"@types/sinon": "10.0.16",
"@types/sinon": "10.0.18",
"@types/webpack-env": "1.16.2",
"babel-loader": "8.2.2",
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
Expand All @@ -49,7 +49,7 @@
"karma-webpack": "4.0.2",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"sinon": "15.2.0",
"ts-loader": "8.3.0",
"ts-mocha": "10.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/opentelemetry-host-metrics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
"@opentelemetry/api": "^1.3.0",
"@types/mocha": "8.2.3",
"@types/node": "18.6.5",
"@types/sinon": "10.0.16",
"@types/sinon": "10.0.18",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"sinon": "15.2.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/opentelemetry-id-generator-aws-xray/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@opentelemetry/api": "^1.0.0",
"@types/mocha": "8.2.3",
"@types/node": "18.6.5",
"@types/sinon": "10.0.16",
"@types/sinon": "10.0.18",
"@types/webpack-env": "1.16.2",
"@jsdevtools/coverage-istanbul-loader": "3.0.5",
"karma": "6.3.16",
Expand All @@ -68,7 +68,7 @@
"karma-webpack": "4.0.2",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"sinon": "15.2.0",
"ts-loader": "8.3.0",
"ts-mocha": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-sampler-aws-xray/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@opentelemetry/contrib-test-utils": "^0.34.0",
"@types/mocha": "8.2.3",
"@types/node": "18.6.5",
"@types/sinon": "10.0.16",
"@types/sinon": "10.0.18",
"eslint": "8.7.0",
"expect": "29.2.0",
"mocha": "7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/node/instrumentation-amqplib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/amqplib": "^0.5.17",
"@types/lodash": "4.14.199",
"@types/mocha": "8.2.3",
"@types/sinon": "10.0.16",
"@types/sinon": "10.0.18",
"@types/node": "18.6.5",
"amqplib": "0.8.0",
"expect": "29.2.0",
Expand Down
8 changes: 4 additions & 4 deletions plugins/node/instrumentation-cucumber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@
"@opentelemetry/sdk-trace-base": "^1.3.1",
"@opentelemetry/sdk-trace-node": "^1.3.1",
"@types/mocha": "7.0.2",
"@types/semver": "7.5.2",
"@types/shimmer": "1.0.2",
"@types/sinon": "10.0.16",
"@types/semver": "7.5.3",
"@types/shimmer": "1.0.3",
"@types/sinon": "10.0.18",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"semver": "7.5.4",
"sinon": "15.2.0",
"test-all-versions": "5.0.1",
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 @@ -55,7 +55,7 @@
"dataloader": "2.2.2",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"test-all-versions": "5.0.1",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
Expand Down
2 changes: 1 addition & 1 deletion plugins/node/instrumentation-fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/sinon": "^10.0.11",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"sinon": "15.2.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 @@ -51,7 +51,7 @@
"lru-memoizer": "2.1.4",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"test-all-versions": "5.0.1",
"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 @@ -54,7 +54,7 @@
"mocha": "7.2.0",
"mongoose": "6.11.5",
"nyc": "15.1.0",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"test-all-versions": "5.0.1",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
Expand Down
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 @@ -50,7 +50,7 @@
"expect": "27.4.2",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"socket.io": "^4.1.3",
"socket.io-client": "^4.1.3",
"test-all-versions": "5.0.1",
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 @@ -55,7 +55,7 @@
"@types/node": "18.6.5",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"tedious": "15.1.3",
"test-all-versions": "5.0.1",
"ts-mocha": "10.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/node": "18.6.5",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@
"@opentelemetry/sdk-trace-base": "^1.8.0",
"@types/mocha": "8.2.3",
"@types/node": "18.6.5",
"@types/sinon": "10.0.16",
"@types/sinon": "10.0.18",
"aws-sdk": "2.1008.0",
"eslint": "8.7.0",
"expect": "29.2.0",
"mocha": "7.2.0",
"nock": "13.3.3",
"nyc": "15.1.0",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"sinon": "15.2.0",
"test-all-versions": "5.0.1",
"ts-mocha": "10.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
"@opentelemetry/sdk-trace-node": "^1.8.0",
"@types/mocha": "7.0.2",
"@types/node": "18.6.5",
"@types/sinon": "10.0.16",
"@types/sinon": "10.0.18",
"bunyan": "1.8.15",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"sinon": "15.2.0",
"test-all-versions": "5.0.1",
"ts-mocha": "10.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
"@opentelemetry/sdk-trace-node": "^1.8.0",
"@types/mocha": "7.0.2",
"@types/node": "18.6.5",
"@types/semver": "7.5.2",
"@types/sinon": "10.0.16",
"@types/semver": "7.5.3",
"@types/sinon": "10.0.18",
"cassandra-driver": "4.6.4",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"sinon": "15.2.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 @@
"connect": "3.7.0",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
8 changes: 4 additions & 4 deletions plugins/node/opentelemetry-instrumentation-dns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
"@opentelemetry/sdk-trace-node": "^1.8.0",
"@types/mocha": "7.0.2",
"@types/node": "18.6.5",
"@types/semver": "7.5.2",
"@types/shimmer": "1.0.2",
"@types/sinon": "10.0.16",
"@types/semver": "7.5.3",
"@types/shimmer": "1.0.3",
"@types/sinon": "10.0.18",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"sinon": "15.2.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
"@opentelemetry/sdk-trace-node": "^1.8.0",
"@types/mocha": "7.0.2",
"@types/node": "18.6.5",
"@types/sinon": "10.0.16",
"@types/sinon": "10.0.18",
"express": "4.17.3",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"sinon": "15.2.0",
"test-all-versions": "5.0.1",
"ts-mocha": "10.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"fastify": "4.18.0",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
"@types/generic-pool": "^3.1.9",
"@types/mocha": "7.0.2",
"@types/node": "18.6.5",
"@types/semver": "7.5.2",
"@types/semver": "7.5.3",
"generic-pool": "3.8.2",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"semver": "7.5.4",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"graphql": "^16.5.0",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"test-all-versions": "5.0.1",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/node": "18.6.5",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
"@opentelemetry/sdk-trace-base": "^1.8.0",
"@opentelemetry/sdk-trace-node": "^1.8.0",
"@types/mocha": "7.0.2",
"@types/sinon": "10.0.16",
"@types/sinon": "10.0.18",
"@types/node": "18.6.5",
"cross-env": "7.0.3",
"ioredis": "5.2.2",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"sinon": "15.2.0",
"test-all-versions": "5.0.1",
"ts-mocha": "10.0.0",
Expand Down
Loading

0 comments on commit 349e5c7

Please sign in to comment.