Skip to content

Commit 6f5dd50

Browse files
feat(deps): bump @opentelemetry/instrumentation-pg from 0.38.0 to 0.40.0 (#11494)
Bumps [@opentelemetry/instrumentation-pg](https://github.com/open-telemetry/opentelemetry-js-contrib) from 0.38.0 to 0.40.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/f81f8a76a8f0af2101c62dbc73cde442f875d833"><code>f81f8a7</code></a> chore: release main (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/issues/1539">#1539</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/8d9687d89e4a80dbf2a5e8be6fb027ff20824593"><code>8d9687d</code></a> feat(fastify): Skip update HTTP's span name and update RpcMetadata's route in...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/bf25eb112b458ddab330dad2ad3d77bcb14bced2"><code>bf25eb1</code></a> chore(renovate): change strategy for <code>@​opentelemetry/api</code>, run experimental upd...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/3139dbf5e07a4d58ff06d2f67870b1bb2e1de0cd"><code>3139dbf</code></a> chore: update renovate.json (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/issues/1575">#1575</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/273993b8d438c0caf6d7b933af611d45ef770e0e"><code>273993b</code></a> chore: re-enable instrumentation-fastify unit test on node@18 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/issues/1568">#1568</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/84a2377845c313f0ca68b4de7f3e7a464be68885"><code>84a2377</code></a> fix(deps): update otel core experimental to ^0.41.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/issues/1566">#1566</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/ffb45fe8c9319bc28e35b09540b0d1e6cbace9df"><code>ffb45fe</code></a> chore(renovate): split patch and minor rules (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/issues/1572">#1572</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/8e2f518d668bb5e0382e1e071bac0213b57142a0"><code>8e2f518</code></a> feat(express): Skip update HTTP's span name and update RpcMetadata's route in...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/774d25463bdbf7f290d99a07f627237888137e24"><code>774d254</code></a> fix(document-load): compatibility issue with <code>@​opentelemetry/sdk-trace-web</code><a href="https://github.com/1"><code>@​1</code></a>.1...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/a18b0749ac2d43758e6378c4bd41f52e8eca5c89"><code>a18b074</code></a> docs: document merge reqiurements (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/issues/1553">#1553</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-js-contrib/compare/contrib-test-utils-v0.38.0...sql-common-v0.40.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@opentelemetry/instrumentation-pg&package-manager=npm_and_yarn&previous-version=0.38.0&new-version=0.40.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 08e26ab commit 6f5dd50

File tree

2 files changed

+8
-17
lines changed

2 files changed

+8
-17
lines changed

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@opentelemetry/instrumentation-mysql": "0.35.0",
6969
"@opentelemetry/instrumentation-mysql2": "0.35.0",
7070
"@opentelemetry/instrumentation-nestjs-core": "0.34.0",
71-
"@opentelemetry/instrumentation-pg": "0.38.0",
71+
"@opentelemetry/instrumentation-pg": "0.40.0",
7272
"@opentelemetry/resources": "^1.23.0",
7373
"@opentelemetry/sdk-trace-base": "^1.23.0",
7474
"@opentelemetry/semantic-conventions": "^1.23.0",

yarn.lock

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5040,13 +5040,13 @@
50405040
"@opentelemetry/instrumentation" "^0.48.0"
50415041
"@opentelemetry/semantic-conventions" "^1.0.0"
50425042

5043-
"@opentelemetry/instrumentation-pg@0.38.0":
5044-
version "0.38.0"
5045-
resolved "https://registry.yarnpkg.com/@opentelemetry/instrumentation-pg/-/instrumentation-pg-0.38.0.tgz#19d49cc301ab63124a0482f21f64be3fbb81321c"
5046-
integrity sha512-Q7V/OJ1OZwaWYNOP/E9S6sfS03Z+PNU1SAjdAoXTj5j4u4iJSMSieLRWXFaHwsbefIOMkYvA00EBKF9IgbgbLA==
5043+
"@opentelemetry/instrumentation-pg@0.40.0":
5044+
version "0.40.0"
5045+
resolved "https://registry.yarnpkg.com/@opentelemetry/instrumentation-pg/-/instrumentation-pg-0.40.0.tgz#f83bd217ffb41cd471f9acfb5c1d5c1d420a70bb"
5046+
integrity sha512-z3v8OzfImnycykWgqIdS44aUZlRwq51yYIo8GfmiRBd8yyMl2ESQyv6z/IAWBWyT015IWGy3ZTijySe65P9J1w==
50475047
dependencies:
5048-
"@opentelemetry/instrumentation" "^0.48.0"
5049-
"@opentelemetry/semantic-conventions" "^1.0.0"
5048+
"@opentelemetry/instrumentation" "^0.50.0"
5049+
"@opentelemetry/semantic-conventions" "^1.22.0"
50505050
"@opentelemetry/sql-common" "^0.40.0"
50515051
"@types/pg" "8.6.1"
50525052
"@types/pg-pool" "2.0.4"
@@ -6973,7 +6973,7 @@
69736973
dependencies:
69746974
"@types/pg" "*"
69756975

6976-
"@types/pg@*":
6976+
"@types/pg@*", "@types/pg@^8.6.5":
69776977
version "8.10.2"
69786978
resolved "https://registry.yarnpkg.com/@types/pg/-/pg-8.10.2.tgz#7814d1ca02c8071f4d0864c1b17c589b061dba43"
69796979
integrity sha512-MKFs9P6nJ+LAeHLU3V0cODEOgyThJ3OAnmOlsZsxux6sfQs3HRXR5bBn7xG5DjckEFhTAxsXi7k7cd0pCMxpJw==
@@ -6991,15 +6991,6 @@
69916991
pg-protocol "*"
69926992
pg-types "^2.2.0"
69936993

6994-
"@types/pg@^8.6.5":
6995-
version "8.6.5"
6996-
resolved "https://registry.yarnpkg.com/@types/pg/-/pg-8.6.5.tgz#2dce9cb468a6a5e0f1296a59aea3ac75dd27b702"
6997-
integrity sha512-tOkGtAqRVkHa/PVZicq67zuujI4Oorfglsr2IbKofDwBSysnaqSx7W1mDqFqdkGE6Fbgh+PZAl0r/BWON/mozw==
6998-
dependencies:
6999-
"@types/node" "*"
7000-
pg-protocol "*"
7001-
pg-types "^2.2.0"
7002-
70036994
"@types/prettier@^2.1.5":
70046995
version "2.4.4"
70056996
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.4.4.tgz#5d9b63132df54d8909fce1c3f8ca260fdd693e17"

0 commit comments

Comments
 (0)