Skip to content

deps: bump the major group across 1 directory with 2 updates - #22

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/major-39d93a22fb
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/major-39d93a22fb

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown
Contributor

Bumps the major group with 2 updates in the / directory: typescript and vitest.

Updates typescript from 6.0.3 to 7.0.2

Release notes

Sourced from typescript's releases.

TypeScript 7.0.2

https://devblogs.microsoft.com/typescript/announcing-typescript-7-0/

This tag was originally released at: https://github.com/microsoft/typescript-go/releases/tag/typescript%2Fv7.0.2

Commits
  • 1e4744d Merge branch 'main' into ts7-release
  • a5a219cmicrosoft/typescript-go#4558
  • ecfe30d Update status localization
  • 5de25b5 Hide executable name in TypeScript status
  • d7ce74a Show bundled TypeScript version for packaged servers
  • 29be66a Correct TS 7 release version to 7.0.2
  • ed2bd1b Merge branch 'main' into ts7-release
  • 8873075 Bump the github-actions group across 1 directory with 3 updates (microsoft/ty...
  • 9427131 Set up stable / nightly extension split, other prep (microsoft/typescript-go#...
  • d4eaca5microsoft/typescript-go#4549
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.


Updates vitest from 4.1.10 to 5.0.1

Release notes

Sourced from vitest's releases.

v5.0.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v5.0.0

Vitest 5 is officially out! This release focuses on performance and brings a lot of new features while fixing long-standing bugs. See our blog post for the official announcement.

   🚨 Breaking Changes

... (truncated)

Commits
  • 03630a5 chore: release v5.0.1 (#11275)
  • a47d790 fix(fakeTimers): force queueMicrotask and nextTick in toNotFake (#11261)
  • 2ce29d5 fix: warn when deprecated deps.optimizer.web is used (#11214)
  • ccd6d05 docs: fix typecheck exclude default in documentation (#11223)
  • 91ab158 fix(doctor): measure vm pools for custom environments (#11212)
  • 23dda73 fix: share the server on self-referencing extends (#11034)
  • 498fbe9 fix: resolve ResolvedConfig exactOptionalPropertyTypes errors (#11175)
  • 115c3f6 fix: correct typos in error message and comments (#11187)
  • 7361465 fix: keep metadata file when clearing the cache (#11199)
  • 972e24b fix(browser): avoid double quotes in config.define (#11198)
  • Additional commits viewable in compare view

@dependabot @github

dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: automated, dependencies. 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 requested a review from SuperInstance as a code owner September 21, 2026 09:55
Bumps the major group with 2 updates in the / directory: [typescript](https://github.com/microsoft/TypeScript) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `typescript` from 6.0.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v6.0.3...v7.0.2)

Updates `vitest` from 4.1.10 to 5.0.1
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v5.0.1/packages/vitest)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
- dependency-name: vitest
  dependency-version: 5.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title deps: bump the major group with 2 updates deps: bump the major group across 1 directory with 2 updates Sep 21, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/major-39d93a22fb branch from 3e3827c to 393b46b Compare September 21, 2026 15:33
@SuperInstance

Copy link
Copy Markdown
Owner

Diagnosis (2026-09-22): this PR is the root of the org-wide TS7 red-CI class. All four checks fail in <10s at npm ci with ERESOLVE: @typescript-eslint/eslint-plugin@8.70.0 peers typescript <6.1.0, this PR bumps typescript 6.0.3 → 7.0.2. Merging will red the currently-green quilt main. Recommend closing/holding until @typescript-eslint ships a TS7-compatible major; same signature filed as quilt-cloudflare#5 and quilt-pincher#8.

@SuperInstance

Copy link
Copy Markdown
Owner

Fleet review verdict (verified via gh pr checks): CI red on this branch — a merge requires a migration commit, not just an approve. Major bumps (eslint 10 / vitest 5) change config APIs; dependabot cannot perform those. Either push a fixing commit here or close and let a lane do the migration properly.

@SuperInstance

Copy link
Copy Markdown
Owner

Review — quilt #22 (dependabot, major group bump)

Verdict: APPROVE pending CI green on the dep PR itself.

This is a routine major version bump across:

  • packages/cli, core, mcp, sdk, tui (5 package.jsons, +2/-2 each)
  • package-lock.json: +855/-365 (lockfile churn)

Dependabot PRs are mechanical. The right check is:

  1. Does CI pass on the PR? (haven't seen a fresh PR-run status yet — only push events to main)
  2. Did the package-lock resolve cleanly? (yes — net additions)
  3. Are there any BREAKING CHANGES in the major bump that need code updates? (dependabot's semantic grouping usually handles this, but worth eyeballing)

Suggestion: trigger a re-run on this PR by checking out the branch locally:

gh pr checkout 22
pnpm install
pnpm -r build  # or whatever the monorepo build command is
pnpm -r test

If that green-lights, the PR is ready to merge via the web UI.

Doctrine note (cross-project): dependabot major bumps are the "evidence budget" of a repo. If they accrue unsynced, the next upgrade becomes a 6-hour archeology. Cheap to merge now; expensive to defer.

This branch has not been deployed

No deployments
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