Skip to content

Commit

Permalink
chore(deps): update dependency @opentelemetry/semantic-conventions to…
Browse files Browse the repository at this point in the history
… v1.26.0 (#994)

* chore(deps): update dependency @opentelemetry/semantic-conventions to v1.26.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Add changelog entry

Signed-off-by: Andrew Haines <haines@cerbos.dev>

---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Andrew Haines <haines@cerbos.dev>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Andrew Haines <haines@cerbos.dev>
  • Loading branch information
renovate[bot] and haines authored Aug 27, 2024
1 parent 31f518d commit caf5472
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 7 deletions.
4 changes: 3 additions & 1 deletion packages/opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## [Unreleased]

No notable changes.
### Changed

- Bump dependency on [@opentelemetry/semantic-conventions] to 1.26.0 ([#994](https://github.com/cerbos/cerbos-sdk-javascript/pull/994))

## [0.5.2] - 2024-08-19

Expand Down
8 changes: 8 additions & 0 deletions packages/opentelemetry/changelog.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
unreleased:
type: patch

bumped:
"@opentelemetry/semantic-conventions":
to: 1.26.0
pull: 994

releases:
- version: 0.5.2
date: 2024-08-19
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@cerbos/core": "^0.18.1",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/instrumentation": "^0.52.1",
"@opentelemetry/semantic-conventions": "^1.25.1"
"@opentelemetry/semantic-conventions": "^1.26.0"
},
"publishConfig": {
"access": "public",
Expand Down
14 changes: 10 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion private/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@opentelemetry/sdk-metrics": "1.25.1",
"@opentelemetry/sdk-trace-base": "1.25.1",
"@opentelemetry/sdk-trace-node": "1.25.1",
"@opentelemetry/semantic-conventions": "1.25.1",
"@opentelemetry/semantic-conventions": "1.26.0",
"@testing-library/react": "16.0.0",
"@testing-library/user-event": "14.5.2",
"@types/react": "18.3.3",
Expand Down

0 comments on commit caf5472

Please sign in to comment.