deps: bump the minor-patch group across 1 directory with 3 updates - #111
deps: bump the minor-patch group across 1 directory with 3 updates#111dependabot[bot] wants to merge 1 commit into
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Bumps the minor-patch group with 3 updates in the /packages/squad-sdk directory: [@opentelemetry/exporter-metrics-otlp-grpc](https://github.com/open-telemetry/opentelemetry-js), [@opentelemetry/exporter-trace-otlp-grpc](https://github.com/open-telemetry/opentelemetry-js) and [@opentelemetry/sdk-node](https://github.com/open-telemetry/opentelemetry-js). Updates `@opentelemetry/exporter-metrics-otlp-grpc` from 0.219.0 to 0.221.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@experimental/v0.219.0...experimental/v0.221.0) Updates `@opentelemetry/exporter-trace-otlp-grpc` from 0.219.0 to 0.221.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@experimental/v0.219.0...experimental/v0.221.0) Updates `@opentelemetry/sdk-node` from 0.219.0 to 0.221.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@experimental/v0.219.0...experimental/v0.221.0) --- updated-dependencies: - dependency-name: "@opentelemetry/exporter-metrics-otlp-grpc" dependency-version: 0.221.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: "@opentelemetry/exporter-trace-otlp-grpc" dependency-version: 0.221.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: "@opentelemetry/sdk-node" dependency-version: 0.221.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
efe7e70 to
862ff72
Compare
|
Not merged — needs refresh: workspace lockfile drift (head This PR changes CI already shows the consequence — Note that GitHub still reports this PR as Asking Dependabot to rebuild the update so the root lockfile moves with the manifest: ·@·d·ependabot r·ecreate |
`packages/squad-cli` and `packages/squad-sdk` had their own `package-ecosystem: npm` entries in dependabot.yml. They are workspace members of `workspaces: packages/*` and have no `package-lock.json` of their own, so a directory-scoped entry makes Dependabot edit the member's `package.json` and nothing else. The manifest and the single root lockfile then disagree, `npm ci` refuses with EUSAGE, and every check that installs first fails for a reason that has nothing to do with the dependency being bumped. That produced three of the open PRs — #111, #112 and #26 — all reporting `mergeable: MERGEABLE` while being uninstallable. The root `/` entry already updates every member manifest together with the lockfile, which is the only combination npm will install, so the two entries are removed rather than fixed. Lands the upgrades those PRs were trying to make, this time with the lockfile: - esbuild ^0.25.0 -> ^0.28.2 in squad-cli (#112) - @opentelemetry/{exporter-metrics-otlp-grpc,exporter-trace-otlp-grpc,sdk-node} ^0.219.0 -> ^0.221.0 in squad-sdk (#111) The lockfile diff is large because those two trees are large — 60 @opentelemetry and 26 @esbuild entries move. A no-op `npm install --package-lock-only` on dev changes 4 lines, so the churn is the upgrade, not a reformat.
|
Superseded by #135 — closing. The upgrades this PR wanted are now on Same root cause as #112: this changed Worth noting these were 0.x bumps — |
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
Bumps the minor-patch group with 3 updates in the /packages/squad-sdk directory: @opentelemetry/exporter-metrics-otlp-grpc, @opentelemetry/exporter-trace-otlp-grpc and @opentelemetry/sdk-node.
Updates
@opentelemetry/exporter-metrics-otlp-grpcfrom 0.219.0 to 0.221.0Release notes
Sourced from @opentelemetry/exporter-metrics-otlp-grpc's releases.
... (truncated)
Commits
76fa6b5chore: prepare next release (#6942)3787896chore(deps): update dependency webpack-cli to v7.2.1 (#6934)be5f757fix(deps): update dependency body-parser to v2.3.0 [security] (#6941)f6d8fbechore(deps): lock file maintenance (#6559)9612732chore: remove examples/dice from workspaces (#6937)7107906chore: start using min-release-age in .npmrc, disable minimumReleaseAge for r...a7e5d11chore(deps): update dependency webpack to v5.108.4 (#6933)af7a82dchore(deps): update dependency msw to v2.15.0 (#6831)b9f57c6chore(deps): update dependency@types/webpack-envto v1.18.8 (#6877)cbb4abfchore(deps): update ubuntu docker tag to v26 (#6635)Updates
@opentelemetry/exporter-trace-otlp-grpcfrom 0.219.0 to 0.221.0Release notes
Sourced from @opentelemetry/exporter-trace-otlp-grpc's releases.
... (truncated)
Commits
76fa6b5chore: prepare next release (#6942)3787896chore(deps): update dependency webpack-cli to v7.2.1 (#6934)be5f757fix(deps): update dependency body-parser to v2.3.0 [security] (#6941)f6d8fbechore(deps): lock file maintenance (#6559)9612732chore: remove examples/dice from workspaces (#6937)7107906chore: start using min-release-age in .npmrc, disable minimumReleaseAge for r...a7e5d11chore(deps): update dependency webpack to v5.108.4 (#6933)af7a82dchore(deps): update dependency msw to v2.15.0 (#6831)b9f57c6chore(deps): update dependency@types/webpack-envto v1.18.8 (#6877)cbb4abfchore(deps): update ubuntu docker tag to v26 (#6635)Updates
@opentelemetry/sdk-nodefrom 0.219.0 to 0.221.0Release notes
Sourced from @opentelemetry/sdk-node's releases.
... (truncated)
Commits
76fa6b5chore: prepare next release (#6942)3787896chore(deps): update dependency webpack-cli to v7.2.1 (#6934)be5f757fix(deps): update dependency body-parser to v2.3.0 [security] (#6941)f6d8fbechore(deps): lock file maintenance (#6559)9612732chore: remove examples/dice from workspaces (#6937)7107906chore: start using min-release-age in .npmrc, disable minimumReleaseAge for r...a7e5d11chore(deps): update dependency webpack to v5.108.4 (#6933)af7a82dchore(deps): update dependency msw to v2.15.0 (#6831)b9f57c6chore(deps): update dependency@types/webpack-envto v1.18.8 (#6877)cbb4abfchore(deps): update ubuntu docker tag to v26 (#6635)