Skip to content

chore(deps): bump typescript from 6.0.3 to 7.0.2#26

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

chore(deps): bump typescript from 6.0.3 to 7.0.2#26
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/typescript-7.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 10, 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 compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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 added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 10, 2026
@cevheri cevheri self-assigned this Jul 15, 2026
@cevheri
cevheri requested a review from Copilot July 15, 2026 03:44

Copilot AI left a comment

Copy link
Copy Markdown

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 repo’s TypeScript tooling version used for type-checking and developer workflows (Astro + Bun toolchain).

Changes:

  • Bumps typescript from 6.0.3 to 7.0.2 in package.json.
  • Regenerates bun.lock to reflect the new TypeScript version (including new platform-specific optional packages for TypeScript 7).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Updates the TypeScript devDependency to 7.0.2.
bun.lock Updates the lockfile entries to TypeScript 7.0.2 and its optional platform packages.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
"prettier-plugin-tailwindcss": "0.8.0",
"secretlint": "13.0.2",
"typescript": "6.0.3"
"typescript": "7.0.2"
@cevheri

cevheri commented Jul 15, 2026

Copy link
Copy Markdown
Member

Holding this bump — TypeScript 7.0 ships without a programmatic JS API.

astro check (@astrojs/check → @astrojs/language-server → @volar/kit) depends on the TS compiler API (ts.findConfigFile, ts.sys), which TypeScript 7.0 no longer ships — the new API lands in TS 7.1. Verified locally on this branch: build, tests, lint, knip all pass, only astro check crashes (same as CI). Astro-side support is tracked in withastro/roadmap#1321.

Ignoring 7.0.x only — Dependabot will re-open automatically when 7.1.0 is released.

@cevheri

cevheri commented Jul 15, 2026

Copy link
Copy Markdown
Member

@dependabot ignore this minor version

@dependabot dependabot Bot closed this Jul 15, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 15, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you about version 7.0.x again, unless you re-open this PR.

@dependabot
dependabot Bot deleted the dependabot/bun/typescript-7.0.2 branch July 15, 2026 15:27
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