build(deps): bump the composer-production-dependencies group across 1 directory with 5 updates#1
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
…th 5 updates Updates the requirements on [open-telemetry/api](https://github.com/opentelemetry-php/api), [open-telemetry/sdk](https://github.com/opentelemetry-php/sdk), [open-telemetry/opentelemetry-auto-slim](https://github.com/opentelemetry-php/contrib-auto-slim), [open-telemetry/detector-container](https://github.com/opentelemetry-php/contrib-detector-container) and [open-telemetry/opentelemetry-logger-monolog](https://github.com/opentelemetry-php/contrib-logger-monolog) to permit the latest version. Updates `open-telemetry/api` to 1.9.0 - [Release notes](https://github.com/opentelemetry-php/api/releases) - [Commits](opentelemetry-php/api@1.8.0...1.9.0) Updates `open-telemetry/sdk` to 1.14.0 - [Release notes](https://github.com/opentelemetry-php/sdk/releases) - [Commits](opentelemetry-php/sdk@1.13.0...1.14.0) Updates `open-telemetry/opentelemetry-auto-slim` to 1.4.0 - [Release notes](https://github.com/opentelemetry-php/contrib-auto-slim/releases) - [Commits](opentelemetry-php/contrib-auto-slim@1.3.0...1.4.0) Updates `open-telemetry/detector-container` to 1.2.0 - [Release notes](https://github.com/opentelemetry-php/contrib-detector-container/releases) - [Commits](opentelemetry-php/contrib-detector-container@1.1.0...1.2.0) Updates `open-telemetry/opentelemetry-logger-monolog` to 1.2.0 - [Release notes](https://github.com/opentelemetry-php/contrib-logger-monolog/releases) - [Commits](opentelemetry-php/contrib-logger-monolog@1.1.0...1.2.0) --- updated-dependencies: - dependency-name: open-telemetry/api dependency-version: 1.9.0 dependency-type: direct:production dependency-group: composer-production-dependencies - dependency-name: open-telemetry/sdk dependency-version: 1.14.0 dependency-type: direct:production dependency-group: composer-production-dependencies - dependency-name: open-telemetry/opentelemetry-auto-slim dependency-version: 1.4.0 dependency-type: direct:production dependency-group: composer-production-dependencies - dependency-name: open-telemetry/detector-container dependency-version: 1.2.0 dependency-type: direct:production dependency-group: composer-production-dependencies - dependency-name: open-telemetry/opentelemetry-logger-monolog dependency-version: 1.2.0 dependency-type: direct:production dependency-group: composer-production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
bdc8ede to
84ed3d2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on open-telemetry/api, open-telemetry/sdk, open-telemetry/opentelemetry-auto-slim, open-telemetry/detector-container and open-telemetry/opentelemetry-logger-monolog to permit the latest version.
Updates
open-telemetry/apito 1.9.0Release notes
Sourced from open-telemetry/api's releases.
Commits
6f8d237DeprecateAPIInstrumentationInterfaceandConfigurationResolver(#1896)Updates
open-telemetry/sdkto 1.14.0Release notes
Sourced from open-telemetry/sdk's releases.
Commits
6e3d0cechore: Fixed phpstan errors (#1911)65b03c7config: use OTEL_CONFIG_FILE instead of experimental variable (#1901)ce52693Update open-telemetry/api version to ^1.8 (#1882)Updates
open-telemetry/opentelemetry-auto-slimto 1.4.0Release notes
Sourced from open-telemetry/opentelemetry-auto-slim's releases.
Commits
9e9319cRevert "chore(deps): update dependency vimeo/psalm to v6.16.1 (#512)" (#540)37cbadachore(deps): update dependency vimeo/psalm to v6.16.1 (#512)f08a111Fix homepage link (#448)Updates
open-telemetry/detector-containerto 1.2.0Release notes
Sourced from open-telemetry/detector-container's releases.
Commits
57c4ebaRevert "chore(deps): update dependency vimeo/psalm to v6.16.1 (#512)" (#540)572d2c3chore(deps): update dependency vimeo/psalm to v6.16.1 (#512)af9de62Fix homepage link (#448)Updates
open-telemetry/opentelemetry-logger-monologto 1.2.0Release notes
Sourced from open-telemetry/opentelemetry-logger-monolog's releases.
Commits
418b110Revert "chore(deps): update dependency vimeo/psalm to v6.16.1 (#512)" (#540)d73e768chore(deps): update dependency vimeo/psalm to v6.16.1 (#512)f8b51db[Monolog] Add option to directly assign context elements as attributes (#467)c27f31efeat: Allowed user-defined formatterInterface in opentelemetry-logger-monolog...