Skip to content

deps: bump typescript from 6.0.3 to 7.0.2 - #33

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/typescript-7.0.2
Closed

deps: bump typescript from 6.0.3 to 7.0.2#33
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/typescript-7.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 12, 2026

Copy link
Copy Markdown
Contributor

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.


Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot @github

dependabot Bot commented on behalf of github Jul 12, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, squad:belanna. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-7.0.2 branch from 06b5adc to a0efe57 Compare July 13, 2026 04:15
@github-actions

Copy link
Copy Markdown
Contributor

👋 Friendly nudge — this PR has had no activity for 7 days.

What needs attention:

  • 🔴 4 CI check(s) failing: Policy Gates, sdk-exports-validation, test, build-validate. Fix these first.
  • 👀 No approving reviews yet. Request a review from a teammate.
  • ⬇️ 12 commits behind dev. Rebase to pick up latest changes.

If this PR is abandoned, please close it. If it's blocked on something external, leave a comment so the team knows.
This is an automated check that runs on weekdays. It won't nudge the same PR more than once per week.

1 similar comment
@github-actions

Copy link
Copy Markdown
Contributor

👋 Friendly nudge — this PR has had no activity for 7 days.

What needs attention:

  • 🔴 4 CI check(s) failing: Policy Gates, sdk-exports-validation, test, build-validate. Fix these first.
  • 👀 No approving reviews yet. Request a review from a teammate.
  • ⬇️ 12 commits behind dev. Rebase to pick up latest changes.

If this PR is abandoned, please close it. If it's blocked on something external, leave a comment so the team knows.
This is an automated check that runs on weekdays. It won't nudge the same PR more than once per week.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-7.0.2 branch from a0efe57 to 1347819 Compare August 2, 2026 23:53
@dependabot
dependabot Bot changed the base branch from dev to replatform-0.11 August 7, 2026 23:08
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-7.0.2 branch from 1347819 to acfdf7d Compare August 7, 2026 23:08
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>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-7.0.2 branch from acfdf7d to 1da57de Compare August 8, 2026 05:23
@github-actions

Copy link
Copy Markdown
Contributor

👋 Friendly nudge — this PR has had no activity for 9 days.

What needs attention:

  • 🔴 2 CI check(s) failing: sdk-exports-validation, test. Fix these first.
  • 👀 No approving reviews yet. Request a review from a teammate.
  • ⬇️ 24 commits behind dev. Rebase to pick up latest changes.

If this PR is abandoned, please close it. If it's blocked on something external, leave a comment so the team knows.
This is an automated check that runs on weekdays. It won't nudge the same PR more than once per week.

@github-actions

Copy link
Copy Markdown
Contributor

👋 Friendly nudge — this PR has had no activity for 7 days.

What needs attention:

  • 🔴 2 CI check(s) failing: sdk-exports-validation, test. Fix these first.
  • 👀 No approving reviews yet. Request a review from a teammate.
  • ⬇️ 24 commits behind dev. Rebase to pick up latest changes.

If this PR is abandoned, please close it. If it's blocked on something external, leave a comment so the team knows.
This is an automated check that runs on weekdays. It won't nudge the same PR more than once per week.

1 similar comment
@github-actions

Copy link
Copy Markdown
Contributor

👋 Friendly nudge — this PR has had no activity for 7 days.

What needs attention:

  • 🔴 2 CI check(s) failing: sdk-exports-validation, test. Fix these first.
  • 👀 No approving reviews yet. Request a review from a teammate.
  • ⬇️ 24 commits behind dev. Rebase to pick up latest changes.

If this PR is abandoned, please close it. If it's blocked on something external, leave a comment so the team knows.
This is an automated check that runs on weekdays. It won't nudge the same PR more than once per week.

DeDuva commented Sep 1, 2026

Copy link
Copy Markdown
Owner

Not merged — needs refresh, then human review (head 1da57de7)

  • Stale base. mergeStateStatus is blocked. This PR was opened 2026-07-12 and predates the current workflows: claude-md, one of the two required checks on dev, never ran on this head and cannot pass as-is.
  • CI on the stale head: test FAILURE and sdk-exports-validation FAILURE. Both were produced against a base branch that has moved substantially since, so they are not a clean read on TypeScript 7 itself — the PR needs to be rebuilt before its checks mean anything.
  • Scope: clean, and unlike deps: bump typescript from 6.0.3 to 7.0.2 in /packages/squad-sdk #26 there is no lockfile drift here — package.json, package-lock.json, and the four packages/*/package.json files all move together.

Asking Dependabot to rebase onto current dev so the current required checks run:

·@·d·ependabot r·ebase

Once rebased, this still needs a human. TypeScript 6.0.3 → 7.0.2 is a compiler major, and toolchain majors are never merged automatically here regardless of green checks — a compiler change surfaces at publish time and in downstream consumers of @deduvafork/squad-sdk and @deduvafork/squad-cli, not in this repository's test run. Worth reviewing: emitted .d.ts shape against sdk-exports-validation, any tsconfig options TypeScript 7 changes or removes, and the lint pass (tsc --noEmit across squad-sdk and squad-cli).

See also #26, the same bump scoped to packages/squad-sdk.

@dependabot @github

dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor Author

Looks like typescript is no longer being updated by Dependabot, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 1, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/typescript-7.0.2 branch September 1, 2026 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant