Skip to content
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

Bump the opentelemetry group in /auth with 5 updates #296

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2024

Bumps the opentelemetry group in /auth with 5 updates:

Package From To
@opentelemetry/api 1.7.0 1.8.0
@opentelemetry/exporter-trace-otlp-grpc 0.48.0 0.49.1
@opentelemetry/instrumentation 0.48.0 0.49.1
@opentelemetry/instrumentation-http 0.48.0 0.49.1
@opentelemetry/sdk-node 0.48.0 0.49.1

Updates @opentelemetry/api from 1.7.0 to 1.8.0

Release notes

Sourced from @​opentelemetry/api's releases.

v1.8.0

  • @opentelemetry/sdk-metrics has been promoted to stable
  • @opentelemetry/api-metrics has been merged into @opentelemetry/api and deprecated

💥 Breaking Change

🚀 (Enhancement)

🐛 (Bug Fix)

  • fix(sdk-trace): enforce consistent span durations #3327 @​dyladan
  • fix(resources): fix EnvDetector throwing errors when attribute values contain spaces #3295
  • fix(trace): fix an issue which caused negative span durations in web based spans #3359 @​dyladan
  • fix(resources): strict OTEL_RESOURCE_ATTRIBUTES baggage octet decoding #3341 @​legendecas

📚 (Refine Doc)

🏠 (Internal)

API v1.8.0

🚀 (Enhancement)

  • feat(api): add SugaredTracer for functions not defined in the spec #3317 @​secustor

🐛 (Bug Fix)

Changelog

Sourced from @​opentelemetry/api's changelog.

1.8.0

  • @opentelemetry/sdk-metrics has been promoted to stable
  • @opentelemetry/api-metrics has been merged into @opentelemetry/api and deprecated

💥 Breaking Change

🚀 (Enhancement)

🐛 (Bug Fix)

  • fix(sdk-trace): enforce consistent span durations #3327 @​dyladan
  • fix(resources): fix EnvDetector throwing errors when attribute values contain spaces #3295
  • fix(trace): fix an issue which caused negative span durations in web based spans #3359 @​dyladan
  • fix(resources): strict OTEL_RESOURCE_ATTRIBUTES baggage octet decoding #3341 @​legendecas

📚 (Refine Doc)

🏠 (Internal)

Metrics API 1.0.0

Metrics API is now stable and generally available. There are no changes between 1.0.0 and the previous 0.33.0 version.

💥 Breaking Change

  • Add semver check to metrics API #3357 @​dyladan
    • Previously API versions were only considered compatible if the API was exactly the same
Commits

Updates @opentelemetry/exporter-trace-otlp-grpc from 0.48.0 to 0.49.1

Release notes

Sourced from @​opentelemetry/exporter-trace-otlp-grpc's releases.

Experimental v0.49.1

0.49.1

🐛 (Bug Fix)

Experimental v0.49.0

0.49.0

💥 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

🚀 (Enhancement)

🐛 (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
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 from 0.48.0 to 0.49.1

Release notes

Sourced from @​opentelemetry/instrumentation's releases.

Experimental v0.49.1

0.49.1

🐛 (Bug Fix)

Experimental v0.49.0

0.49.0

💥 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

🚀 (Enhancement)

🐛 (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
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-http from 0.48.0 to 0.49.1

Release notes

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

Experimental v0.49.1

0.49.1

🐛 (Bug Fix)

Experimental v0.49.0

0.49.0

💥 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

🚀 (Enhancement)

🐛 (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
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/sdk-node from 0.48.0 to 0.49.1

Release notes

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

Experimental v0.49.1

0.49.1

🐛 (Bug Fix)

Experimental v0.49.0

0.49.0

💥 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

🚀 (Enhancement)

🐛 (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
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

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the opentelemetry group in /auth with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@opentelemetry/api](https://github.com/open-telemetry/opentelemetry-js) | `1.7.0` | `1.8.0` |
| [@opentelemetry/exporter-trace-otlp-grpc](https://github.com/open-telemetry/opentelemetry-js) | `0.48.0` | `0.49.1` |
| [@opentelemetry/instrumentation](https://github.com/open-telemetry/opentelemetry-js) | `0.48.0` | `0.49.1` |
| [@opentelemetry/instrumentation-http](https://github.com/open-telemetry/opentelemetry-js) | `0.48.0` | `0.49.1` |
| [@opentelemetry/sdk-node](https://github.com/open-telemetry/opentelemetry-js) | `0.48.0` | `0.49.1` |


Updates `@opentelemetry/api` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@v1.7.0...v1.8.0)

Updates `@opentelemetry/exporter-trace-otlp-grpc` from 0.48.0 to 0.49.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.48.0...experimental/v0.49.1)

Updates `@opentelemetry/instrumentation` from 0.48.0 to 0.49.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.48.0...experimental/v0.49.1)

Updates `@opentelemetry/instrumentation-http` from 0.48.0 to 0.49.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.48.0...experimental/v0.49.1)

Updates `@opentelemetry/sdk-node` from 0.48.0 to 0.49.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-js/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-js@experimental/v0.48.0...experimental/v0.49.1)

---
updated-dependencies:
- dependency-name: "@opentelemetry/api"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: "@opentelemetry/exporter-trace-otlp-grpc"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: "@opentelemetry/instrumentation"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: "@opentelemetry/instrumentation-http"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
- dependency-name: "@opentelemetry/sdk-node"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: opentelemetry
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Mar 1, 2024
@jsangmeister jsangmeister added this pull request to the merge queue Mar 1, 2024
Merged via the queue into main with commit 06db4eb Mar 1, 2024
3 checks passed
@jsangmeister jsangmeister deleted the dependabot/npm_and_yarn/auth/opentelemetry-a9e11046c3 branch March 1, 2024 08:02
peb-adr added a commit to peb-adr/openslides-auth-service that referenced this pull request Mar 20, 2024
* commit '47e96488366a5a335022b2830e519a05247a827f': (25 commits)
  Bump autoflake from 2.3.0 to 2.3.1 in /auth/libraries/pip-auth (OpenSlides#315)
  Bump the opentelemetry group in /auth with 1 update (OpenSlides#314)
  Bump the typescript-eslint group in /auth with 2 updates (OpenSlides#313)
  Bump types-requests in /auth/libraries/pip-auth (OpenSlides#312)
  Bump pytest from 8.1.0 to 8.1.1 in /auth/libraries/pip-auth (OpenSlides#311)
  Bump redis from 5.0.2 to 5.0.3 in /auth/libraries/pip-auth (OpenSlides#310)
  Bump types-redis in /auth/libraries/pip-auth (OpenSlides#309)
  Bump mypy from 1.8.0 to 1.9.0 in /auth/libraries/pip-auth (OpenSlides#308)
  Bump eslint-plugin-jsdoc from 48.2.0 to 48.2.1 in /auth (OpenSlides#307)
  Bump typescript from 5.3.3 to 5.4.2 in /auth (OpenSlides#306)
  Bump the opentelemetry group in /auth with 1 update (OpenSlides#305)
  Automatically close feature branch issues (OpenSlides#304)
  Bump the typescript-eslint group in /auth with 2 updates (OpenSlides#303)
  Add staging branches to CI (OpenSlides#301) (OpenSlides#302)
  Bump pytest from 8.0.2 to 8.1.0 in /auth/libraries/pip-auth (OpenSlides#299)
  Bump samlify from 2.8.10 to 2.8.11 in /auth (OpenSlides#300)
  Bump the opentelemetry group in /auth with 5 updates (OpenSlides#296)
  Bump express from 4.18.2 to 4.18.3 in /auth (OpenSlides#297)
  Bump @types/cookie-parser from 1.4.6 to 1.4.7 in /auth (OpenSlides#298)
  Automatically create PRs for commits on staging branches (OpenSlides#294) (OpenSlides#295)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant