Skip to content

build(deps): bump typescript from 6.0.3 to 7.0.2 - #3293

Merged
eikeland merged 5 commits into
mainfrom
dependabot/bun/typescript-7.0.2
Jul 28, 2026
Merged

build(deps): bump typescript from 6.0.3 to 7.0.2#3293
eikeland merged 5 commits into
mainfrom
dependabot/bun/typescript-7.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 8, 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.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 8, 2026
@changeset-bot

changeset-bot Bot commented Jul 8, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: f39ebf1

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 22 packages
Name Type
@equinor/fusion-react-ag-grid-person-cell Patch
@equinor/fusion-react-ag-grid-utils Patch
@equinor/fusion-react-components Patch
@equinor/fusion-react-context-selector Patch
@equinor/fusion-react-date Patch
@equinor/fusion-react-errorboundary Patch
@equinor/fusion-react-filter Patch
@equinor/fusion-react-hanging-garden Patch
@equinor/fusion-react-layout Patch
@equinor/fusion-react-list Patch
@equinor/fusion-react-markdown Patch
@equinor/fusion-react-person Patch
@equinor/fusion-react-ripple Patch
@equinor/fusion-react-searchable-dropdown Patch
@equinor/fusion-react-side-sheet Patch
@equinor/fusion-react-skeleton Patch
@equinor/fusion-react-stepper Patch
@equinor/fusion-react-styles Patch
@equinor/fusion-react-tabs Patch
@equinor/fusion-react-textarea Patch
@equinor/fusion-react-utils Patch
@equinor/fusion-react-components-stories Patch

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
dependabot Bot force-pushed the dependabot/bun/typescript-7.0.2 branch 9 times, most recently from 9d26521 to 3c72887 Compare July 27, 2026 12:53
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
dependabot Bot force-pushed the dependabot/bun/typescript-7.0.2 branch from 3c72887 to 09c2449 Compare July 27, 2026 13:55

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 typescript devDependency to ^7.0.2 and update bun.lock accordingly.
  • Remove per-workspace typescript dependencies (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.

Comment thread storybook/.storybook/preview.tsx
Comment thread .changeset/components-typescript-upgrade.md
@eikeland
eikeland merged commit d0437e6 into main Jul 28, 2026
4 of 7 checks passed
@eikeland
eikeland deleted the dependabot/bun/typescript-7.0.2 branch July 28, 2026 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants