deps: bump typescript from 6.0.3 to 7.0.2 in /packages/squad-sdk - #26
deps: bump typescript from 6.0.3 to 7.0.2 in /packages/squad-sdk#26dependabot[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 |
|
👋 Friendly nudge — this PR has had no activity for 7 days. What needs attention:
If this PR is abandoned, please close it. If it's blocked on something external, leave a comment so the team knows. |
1 similar comment
|
👋 Friendly nudge — this PR has had no activity for 7 days. What needs attention:
If this PR is abandoned, please close it. If it's blocked on something external, leave a comment so the team knows. |
c3cb2c8 to
8306673
Compare
8306673 to
22d2007
Compare
Bumps [typescript](https://github.com/microsoft/TypeScript) from 6.0.3 to 7.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
22d2007 to
c9c81d8
Compare
|
👋 Friendly nudge — this PR has had no activity for 8 days. What needs attention:
If this PR is abandoned, please close it. If it's blocked on something external, leave a comment so the team knows. |
|
👋 Friendly nudge — this PR has had no activity for 7 days. What needs attention:
If this PR is abandoned, please close it. If it's blocked on something external, leave a comment so the team knows. |
1 similar comment
|
👋 Friendly nudge — this PR has had no activity for 7 days. What needs attention:
If this PR is abandoned, please close it. If it's blocked on something external, leave a comment so the team knows. |
|
Not merged — needs refresh, then human review (head Two problems, either of which alone blocks an automated merge.
Asking Dependabot to rebuild the update against current ·@·d·ependabot r·ecreate Once refreshed, this still needs a human. TypeScript See also #33, which is the same TypeScript 6 → 7 bump at the repository root. |
`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.
|
Closing — this PR no longer has a configuration that owns it, and its content is one we have decided not to pursue for now. Two independent reasons:
When typescript-eslint widens its peer range, remove that ignore and the upgrade will be re-proposed against the root workspace, with a lockfile this time. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps typescript from 6.0.3 to 7.0.2.
Commits
Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.