build(deps): bump typescript from 6.0.3 to 7.0.2 - #3293
Merged
Conversation
🦋 Changeset detectedLatest commit: f39ebf1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 22 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
dependabot
Bot
force-pushed
the
dependabot/bun/typescript-7.0.2
branch
9 times, most recently
from
July 27, 2026 12:53
9d26521 to
3c72887
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:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/bun/typescript-7.0.2
branch
from
July 27, 2026 13:55
3c72887 to
09c2449
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the monorepo TypeScript toolchain to v7.0.2, centralizing TypeScript at the workspace root and adjusting Storybook configuration to stay compatible with the new setup.
Changes:
- Bump root
typescriptdevDependency to^7.0.2and updatebun.lockaccordingly. - Remove per-workspace
typescriptdependencies (e.g., Storybook,tabs,side-sheet) to rely on the root toolchain. - Update Storybook config (ESM node imports + docgen mode) and add Changesets for patch releases across packages.
Reviewed changes
Copilot reviewed 27 out of 28 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| storybook/package.json | Removes workspace-local TypeScript dependency from Storybook. |
| storybook/.storybook/preview.tsx | Cleans up imports; currently drops Storybook global CSS import. |
| storybook/.storybook/main.ts | Switches to node:path and changes Storybook reactDocgen mode. |
| packages/tabs/package.json | Removes workspace-local TypeScript dependency. |
| packages/side-sheet/package.json | Removes workspace-local TypeScript dependency. |
| package.json | Bumps root TypeScript to ^7.0.2. |
| bun.lock | Updates lockfile for TypeScript 7.0.2 (including new optional platform packages). |
| .changeset/utils-typescript-upgrade.md | Adds a patch Changeset referencing the TS upgrade. |
| .changeset/textarea-typescript-upgrade.md | Adds a patch Changeset referencing the TS upgrade. |
| .changeset/tabs-typescript-upgrade.md | Adds a patch Changeset referencing the TS upgrade. |
| .changeset/styles-typescript-upgrade.md | Adds a patch Changeset referencing the TS upgrade. |
| .changeset/stepper-typescript-upgrade.md | Adds a patch Changeset referencing the TS upgrade. |
| .changeset/skeleton-typescript-upgrade.md | Adds a patch Changeset referencing the TS upgrade. |
| .changeset/side-sheet-typescript-upgrade.md | Adds a patch Changeset referencing the TS upgrade. |
| .changeset/searchable-dropdown-typescript-upgrade.md | Adds a patch Changeset referencing the TS upgrade. |
| .changeset/ripple-typescript-upgrade.md | Adds a patch Changeset referencing the TS upgrade. |
| .changeset/person-typescript-upgrade.md | Adds a patch Changeset referencing the TS upgrade. |
| .changeset/markdown-typescript-upgrade.md | Adds a patch Changeset referencing the TS upgrade. |
| .changeset/list-typescript-upgrade.md | Adds a patch Changeset referencing the TS upgrade. |
| .changeset/layout-typescript-upgrade.md | Adds a patch Changeset referencing the TS upgrade. |
| .changeset/hanging-garden-typescript-upgrade.md | Adds a patch Changeset referencing the TS upgrade. |
| .changeset/filter-typescript-upgrade.md | Adds a patch Changeset referencing the TS upgrade. |
| .changeset/errorboundary-typescript-upgrade.md | Adds a patch Changeset referencing the TS upgrade. |
| .changeset/date-typescript-upgrade.md | Adds a patch Changeset referencing the TS upgrade. |
| .changeset/context-selector-typescript-upgrade.md | Adds a patch Changeset referencing the TS upgrade. |
| .changeset/components-typescript-upgrade.md | Adds a patch Changeset referencing the TS upgrade. |
| .changeset/ag-grid-utils-typescript-upgrade.md | Adds a patch Changeset referencing the TS upgrade. |
| .changeset/ag-grid-person-cell-typescript-upgrade.md | Adds a patch Changeset referencing the TS upgrade. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
eikeland
approved these changes
Jul 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.