Skip to content

chore(deps-dev): bump typescript from 5.8.2 to 7.0.2 - #89

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

chore(deps-dev): bump typescript from 5.8.2 to 7.0.2#89
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/typescript-7.0.2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps typescript from 5.8.2 to 7.0.2.

Release notes

Sourced from typescript's releases.

TypeScript 6.0.3

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.9.3

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

... (truncated)

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 20, 2026
@bolt-new-by-stackblitz

Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@changeset-bot

changeset-bot Bot commented Jul 20, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 752bec6

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-7.0.2 branch from 770bdaa to 71cced8 Compare July 20, 2026 05:49
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.2 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>

Copy link
Copy Markdown
Member

Tried applying this bump (typescript 5.8.2 → 7.0.2) alongside the other pending dependency updates in #98. It's not mergeable yet: TypeScript 7's new compiler breaks @microsoft/api-extractor's .d.ts bundling step in packages/core (fails with Symbol not found for identifier: Omit while analyzing the exported types). That's a real incompatibility between @microsoft/api-extractor and TS 7, not something fixable from this repo's config.

Closing this PR for now — happy to revisit once @microsoft/api-extractor (or vite-plugin-dts/unplugin-dts) has proper TypeScript 7 support.


Generated by Claude Code

@sergeysova sergeysova closed this Jul 24, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor Author

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 @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/typescript-7.0.2 branch July 24, 2026 22:36
sergeysova added a commit that referenced this pull request Jul 24, 2026
…appy-dom, prettier, @unocss/preset-icons

Applies the dependabot-proposed bumps (#87, #88, #90, #91, #93):
- @babel/core 7.29.0 -> 7.29.6
- vite 7.3.2 -> 7.3.5 (root catalog + solid-router example)
- vite-plugin-dts 4.5.4 -> 5.0.3
- @vitejs/plugin-vue 5.2.4 -> 6.0.8
- happy-dom 20.8.3 -> 20.8.9
- prettier 3.8.1 -> 3.9.5
- @unocss/preset-icons 66.6.4 -> 66.7.5

vite-plugin-dts 5 renamed its `outDir`/`rollupTypes` options to
`outDirs`/`bundleTypes` and now requires `@microsoft/api-extractor` as an
explicit dependency rather than pulling it in transitively; updated all
package vite.config.ts files and added the dependency accordingly. Also
added `/// <reference types="vitest/config" />` to the vite.config.ts
files that were missing it, needed for the `test` field to type-check
under the new dts tooling. Reformatted a handful of union types per
prettier 3.9's updated style.

The typescript 5.8.2 -> 7.0.2 bump (dependabot #89) is intentionally
skipped: TypeScript 7's new compiler breaks @microsoft/api-extractor's
.d.ts bundling in packages/core ("Symbol not found for identifier:
Omit"), so PR #89 is closed as not mergeable for now.
sergeysova added a commit that referenced this pull request Jul 26, 2026
…appy-dom, prettier, @unocss/preset-icons (#98)

## Summary

Applies the dependabot-proposed dependency bumps that build/test
cleanly:

- `@babel/core` 7.29.0 → 7.29.6 (#93)
- `vite` 7.3.2 → 7.3.5 — root catalog + `examples/solid-router` (#93)
- `happy-dom` 20.8.3 → 20.8.9 (#93)
- `prettier` 3.8.1 → 3.9.5 (#91)
- `@vitejs/plugin-vue` 5.2.4 → 6.0.8 (#90)
- `@unocss/preset-icons` 66.6.4 → 66.7.5 (#88)
- `vite-plugin-dts` 4.5.4 → 5.0.3 (#87)

vite-plugin-dts 5 renamed its `outDir`/`rollupTypes` plugin options to
`outDirs`/`bundleTypes`, and now requires `@microsoft/api-extractor` as
an explicit dependency instead of pulling it in transitively — updated
every package's `vite.config.ts` and added the dependency accordingly. A
few `vite.config.ts` files were also missing `/// <reference
types="vitest/config" />`, which the new dts tooling's stricter config
type-checking surfaced; added it where needed. Reformatted a handful of
union types to match prettier 3.9's updated style (`eslint --fix`).

**Not included:** `typescript` 5.8.2 → 7.0.2 (dependabot #89).
TypeScript 7's new compiler breaks `@microsoft/api-extractor`'s `.d.ts`
bundling in `packages/core` (`Symbol not found for identifier: Omit`),
so that bump isn't mergeable yet. PR #89 will be closed with an
explanation; the others (#87, #88, #90, #91, #93) are superseded by this
PR and will be closed too.

Added an empty changeset since this is dev-tooling only, no published
package behavior changes.

Also fixes CI warnings surfaced while auditing this branch: bumps
`actions/checkout` v3 → v4 in `build.yml`/`pr-checks.yml`, removes two
genuinely unused test bindings, and adds a `varsIgnorePattern: '^_'`
exception for the intentional `infer _` pattern in
`packages/paths/lib/validate-path.ts`.

## Type of change

- 🧹 Chore / CI

## Checklist

- [x] I linked a related issue (or explained why there isn't one) —
supersedes dependabot PRs #87, #88, #90, #91, #93; #89 explained above
- [x] `pnpm build` passes
- [x] `pnpm typecheck` passes
- [x] `pnpm test` passes and I added/updated tests for my change — no
test changes needed, existing suite covers this
- [x] `pnpm lint` passes
- [x] I added a changeset (`pnpm changeset`), or an empty one for
no-release changes (`pnpm changeset --empty`)
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.

1 participant