pinojs / pino-opentelemetry-transport

OpenTelemetry transport for Pino
MIT License
27 stars 4 forks source link

chore(deps-dev): bump the development-dependencies group with 6 updates #148

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps the development-dependencies group with 6 updates:

Package From To
@commitlint/cli 18.6.1 19.0.3
@commitlint/config-conventional 18.6.2 19.0.3
@opentelemetry/instrumentation-http 0.46.0 0.49.1
@opentelemetry/instrumentation-pino 0.34.5 0.36.0
@opentelemetry/sdk-node 0.46.0 0.49.1
tap 16.3.10 18.7.0

Updates @commitlint/cli from 18.6.1 to 19.0.3

Release notes

Sourced from @​commitlint/cli's releases.

v19.0.3

19.0.3 (2024-02-28)

Bug Fixes

Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.0.2...v19.0.3

v19.0.2

19.0.2 (2024-02-28)

Bug Fixes

Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.0.1...v19.0.2

v19.0.1

19.0.1 (2024-02-27)

Bug Fixes

Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.0.0...v19.0.1

v19.0.0

Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v18.6.2...v19.0.0# 19.0.0 (2024-02-27)

Features

Docs

v18.6.2

... (truncated)

Changelog

Sourced from @​commitlint/cli's changelog.

19.0.3 (2024-02-28)

Note: Version bump only for package @​commitlint/cli

19.0.2 (2024-02-28)

Note: Version bump only for package @​commitlint/cli

19.0.1 (2024-02-27)

Bug Fixes

  • drop resolve-from, resolve-global and import-fresh, resolve global packages correctly (#3939) (8793c63), closes #3938

19.0.0 (2024-02-27)

Reverts

  • Revert "chore!: minimum node version v20" (2816783)

BREAKING CHANGES

  • migrate to pure ESM

  • feat: migrate to pure ESM

  • chore: update snapshot

  • fix: load parserPreset with another await

  • test: migrate to vitest

... (truncated)

Commits


Updates @commitlint/config-conventional from 18.6.2 to 19.0.3

Release notes

Sourced from @​commitlint/config-conventional's releases.

v19.0.3

19.0.3 (2024-02-28)

Bug Fixes

Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.0.2...v19.0.3

v19.0.2

19.0.2 (2024-02-28)

Bug Fixes

Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.0.1...v19.0.2

v19.0.1

19.0.1 (2024-02-27)

Bug Fixes

Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.0.0...v19.0.1

v19.0.0

Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v18.6.2...v19.0.0# 19.0.0 (2024-02-27)

Features

Docs

Changelog

Sourced from @​commitlint/config-conventional's changelog.

19.0.3 (2024-02-28)

Note: Version bump only for package @​commitlint/config-conventional

19.0.0 (2024-02-27)

Reverts

  • Revert "chore!: minimum node version v20" (2816783)

BREAKING CHANGES

  • migrate to pure ESM

  • feat: migrate to pure ESM

  • chore: update snapshot

  • fix: load parserPreset with another await

  • test: migrate to vitest

  • test: remove no replacement --runInBand test-ci script

  • chore: fix code reviews

  • refactor(load): rewrite resolve logic

  • fix(config-nx-scopes): fix syntax error

  • feat(resolve-extends): add resolveFrom and loadParserPreset

  • feat(load): use resolveFrom and loadParserPreset from resolve-extends

  • test: include only @commitlint/* packages src in coverage

  • test: explicit import vitest utilities

  • test: remove @​jest/globals from dependencies

  • fix(resolve-extends): resolveFrom output should be platform aware

... (truncated)

Commits


Updates @opentelemetry/instrumentation-http from 0.46.0 to 0.49.1

Release notes

Sourced from @​opentelemetry/instrumentation-http's releases.

Experimental v0.49.1

0.49.1

:bug: (Bug Fix)

Experimental v0.49.0

0.49.0

:boom: Breaking Change

  • fix(otlp-exporter-base)!: remove unload event from OTLPExporterBrowserBase #4438 @​eldavojohn
    • Reason: The 'unload' event prevents sites from taking advantage of Google's backward/forward cache and will be deprecated. It is now up to the consuming site to implement these shutdown events.
    • This breaking change affects users under this scenario:
      1. A user extends the exporter and overrides the shutdown function, and does something which is usually called by the unload listener
      2. We remove the unload event listener
      3. That user's overridden shutdown function no longer gets called

:rocket: (Enhancement)

:bug: (Bug Fix)

  • fix(sdk-node): allow using samplers when the exporter is defined in the environment #4394 @​JacksonWeber
  • fix(instrumentation): normalize paths for internal files in scoped packages #4467 @​pichlermarc
    • Fixes a bug where, on Windows, internal files on scoped packages would not be instrumented.
  • fix(otlp-transformer): only use BigInt inside hrTimeToNanos() #4484 @​pichlermarc
  • fix(instrumentation-fetch): do not enable in Node.js; clarify in docs this instr is for web fetch only #4498 @​trentm

Experimental v0.48.0

0.48.0

:boom: Breaking Change

  • fix(instrumentation)!: pin import-in-the-middle@1.7.1 #4441
    • Fixes a bug where, in some circumstances, ESM instrumentation packages would try to instrument CJS exports on ESM, causing the end-user application to crash.
    • This breaking change only affects users that are using the experimental @opentelemetry/instrumentation/hook.mjs loader hook AND Node.js 18.19 or later:
      • This reverts back to an older version of import-in-the-middle due to DataDog/import-in-the-middle#57
      • This version does not support Node.js 18.19 or later

:bug: (Bug Fix)

... (truncated)

Commits
  • 3920b15 chore: prepare release Experimental 0.49.1 (#4517)
  • 8e1996e fix(instrumentation): remove peer-dependency on @​opentelemetry/api-logs (#4515)
  • 7be35c7 chore: prepare release API 1.8.0/Core 1.21.0/Experimental 0.49.0 (#4504)
  • 05720cc Fix broken link to getting started page (#4511)
  • f1b2c6d fix a wrong internal link in examples readme (#4512)
  • 5637e2a chore: Semantic Conventions export individual strings (#4298)
  • aff48a1 fix(instr-fetch): do not enable in Node.js; clarify in docs this instr is for...
  • 89caef9 Add @​david-luna to triagers (#4497)
  • 356ef8a chore: remove unload event from OTLPExporterBrowserBase (#4438)
  • 5bc8ced fix(otlp-transformer): only use BigInt inside hrTimeToNanos() (#4484)
  • Additional commits viewable in compare view


Updates @opentelemetry/instrumentation-pino from 0.34.5 to 0.36.0

Release notes

Sourced from @​opentelemetry/instrumentation-pino's releases.

instrumentation-user-interaction: v0.36.0

0.36.0 (2024-03-06)

Features

  • deps: update otel-js to 1.22.0/0.49.1 (edc426b)

instrumentation-long-task: v0.36.0

0.36.0 (2024-03-06)

Features

  • deps: update otel-js to 1.22.0/0.49.1 (edc426b)

instrumentation-document-load: v0.36.0

0.36.0 (2024-03-06)

Features

  • deps: update otel-js to 1.22.0/0.49.1 (edc426b)

instrumentation-winston: v0.35.0

0.35.0 (2024-03-06)

Features

  • deps: update otel-js to 1.22.0/0.49.1 (edc426b)

instrumentation-router: v0.35.0

0.35.0 (2024-03-06)

Features

  • deps: update otel-js to 1.22.0/0.49.1 (edc426b)

instrumentation-restify: v0.36.0

0.36.0 (2024-03-06)

Features

  • deps: update otel-js to 1.22.0/0.49.1 (edc426b)

instrumentation-pino: v0.36.0

0.36.0 (2024-03-06)

... (truncated)

Commits
  • f81f8a7 chore: release main (#1539)
  • 8d9687d feat(fastify): Skip update HTTP's span name and update RpcMetadata's route in...
  • bf25eb1 chore(renovate): change strategy for @​opentelemetry/api, run experimental upd...
  • 3139dbf chore: update renovate.json (#1575)
  • 273993b chore: re-enable instrumentation-fastify unit test on node@18 (#1568)
  • 84a2377 fix(deps): update otel core experimental to ^0.41.0 (#1566)
  • ffb45fe chore(renovate): split patch and minor rules (#1572)
  • 8e2f518 feat(express): Skip update HTTP's span name and update RpcMetadata's route in...
  • 774d254 fix(document-load): compatibility issue with @​opentelemetry/sdk-trace-web@​1.1...
  • a18b074 docs: document merge reqiurements (#1553)
  • Additional commits viewable in compare view


Updates @opentelemetry/sdk-node from 0.46.0 to 0.49.1

Release notes

Sourced from @​opentelemetry/sdk-node's releases.

Experimental v0.49.1

0.49.1

:bug: (Bug Fix)

Experimental v0.49.0

0.49.0

:boom: Breaking Change

  • fix(otlp-exporter-base)!: remove unload event from OTLPExporterBrowserBase #4438 @​eldavojohn
    • Reason: The 'unload' event prevents sites from taking advantage of Google's backward/forward cache and will be deprecated. It is now up to the consuming site to implement these shutdown events.
    • This breaking change affects users under this scenario:
      1. A user extends the exporter and overrides the shutdown function, and does something which is usually called by the unload listener
      2. We remove the unload event listener
      3. That user's overridden shutdown function no longer gets called

:rocket: (Enhancement)

:bug: (Bug Fix)

  • fix(sdk-node): allow using samplers when the exporter is defined in the environment #4394 @​JacksonWeber
  • fix(instrumentation): normalize paths for internal files in scoped packages #4467 @​pichlermarc
    • Fixes a bug where, on Windows, internal files on scoped packages would not be instrumented.
  • fix(otlp-transformer): only use BigInt inside hrTimeToNanos() #4484 @​pichlermarc
  • fix(instrumentation-fetch): do not enable in Node.js; clarify in docs this instr is for web fetch only #4498 @​trentm

Experimental v0.48.0

0.48.0

:boom: Breaking Change

  • fix(instrumentation)!: pin import-in-the-middle@1.7.1 #4441
    • Fixes a bug where, in some circumstances, ESM instrumentation packages would try to instrument CJS exports on ESM, causing the end-user application to crash.
    • This breaking change only affects users that are using the experimental @opentelemetry/instrumentation/hook.mjs loader hook AND Node.js 18.19 or later:
      • This reverts back to an older version of import-in-the-middle due to DataDog/import-in-the-middle#57
      • This version does not support Node.js 18.19 or later

:bug: (Bug Fix)

... (truncated)

Commits
  • 3920b15 chore: prepare release Experimental 0.49.1 (#4517)
  • 8e1996e fix(instrumentation): remove peer-dependency on @​opentelemetry/api-logs (#4515)
  • 7be35c7 chore: prepare release API 1.8.0/Core 1.21.0/Experimental 0.49.0 (#4504)
  • 05720cc Fix broken link to getting started page (#4511)
  • f1b2c6d fix a wrong internal link in examples readme (#4512)
  • 5637e2a chore: Semantic Conventions export individual strings (#4298)
  • aff48a1 fix(instr-fetch): do not enable in Node.js; clarify in docs this instr is for...
  • 89caef9 Add @​david-luna to triagers (#4497)
  • 356ef8a chore: remove unload event from OTLPExporterBrowserBase (#4438)
  • 5bc8ced fix(otlp-transformer): only use BigInt inside hrTimeToNanos() (#4484)
  • Additional commits viewable in compare view


Updates tap from 16.3.10 to 18.7.0

Release notes

Sourced from tap's releases.

tap@18.7.0

No release notes provided.

tap@18.6.1

No release notes provided.

tap@18.6.0

No release notes provided.

tap@18.5.8

No release notes provided.

tap@18.5.7

No release notes provided.

tap@18.5.6

No release notes provided.

tap@18.5.5

No release notes provided.

tap@18.5.4

No release notes provided.

tap@18.5.1

No release notes provided.

tap@18.5.0

No release notes provided.

tap@18.4.6

No release notes provided.

tap@18.4.5

No release notes provided.

tap@18.4.4

No release notes provided.

tap@18.4.3

No release notes provided.

tap@18.4.1

No release notes provided.

tap@18.4.0

What's Changed

Note: The formatting of Symbol objects and enumerable Symbol properties has changed in snapshots and object diffs.

... (truncated)

Commits
  • 5187113 update versions
  • 5bb7ca8 remove shell:true from publish script
  • 2f9abd3 changelog 18.7
  • f105701 late-bind t.context, so it can be set in before()
  • ae2deb7 always initialize t.context
  • e906d21 tcompare: update test to strip out node version specific cruft
  • dc8dadd ci: node 20 and 21 only
  • 0768324 remove windows from CI
  • 5063b46 chore: use --loader in bootstrap
  • 51e8a31 bootstrap: run nx in --verbose mode
  • Additional commits viewable in compare view


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 commands and options
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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Vunovati commented 8 months ago

@dependabot ignore tap

dependabot[bot] commented 8 months ago

OK, I won't notify you about tap again, unless you unignore it.

dependabot[bot] commented 8 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.