Skip to content

build: bump the dev-dependencies group with 2 updates - #2

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-bbf091042d
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-bbf091042d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-dependencies group with 2 updates: @types/bun and typescript.

Updates @types/bun from 1.3.5 to 1.3.14

Commits

Updates typescript from 5.9.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.1 RC

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:

Commits
Maintainer changes

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


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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dev-dependencies group with 2 updates: [@types/bun](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bun) and [typescript](https://github.com/microsoft/TypeScript).


Updates `@types/bun` from 1.3.5 to 1.3.14
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bun)

Updates `typescript` from 5.9.2 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: "@types/bun"
  dependency-version: 1.3.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

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 Aug 11, 2026
@DivyamTalwar

Copy link
Copy Markdown
Owner

Superseded by #15.

This PR cannot be made green by rebasing. .github/dependabot.yml documents the cause: Dependabot rewrites package.json without touching bun.lock, so bun install --frozen-lockfile in CI fails with "lockfile had changes, but lockfile is frozen". The npm ecosystem was deliberately disabled for exactly this reason, and this PR predates that decision.

#15 applies the same bump by hand with a regenerated lockfile — typescript 5.9.2 → 7.0.2 (typechecks clean, no source changes) and @types/bun → 1.4.1 — and bun install --frozen-lockfile exits 0 there.

Safe to close once #15 lands.

DivyamTalwar added a commit that referenced this pull request Sep 5, 2026
Problem
Dependabot PR #2 has been open and red since 11 August. It cannot be fixed by
rebasing, and the repository already knows why: `.github/dependabot.yml` documents
that Dependabot rewrites `package.json` without touching `bun.lock`, so
`bun install --frozen-lockfile` in CI fails with "lockfile had changes, but
lockfile is frozen" and the pull request can never go green. The npm ecosystem was
deliberately disabled for exactly this reason, and #2 is the leftover that
motivated the decision.

The bump itself was still worth taking, so this applies it the way that file
prescribes: by hand, with `bun update`, regenerating the lockfile.

Approach
`typescript` 5.9.2 to 7.0.2 and `@types/bun` 1.3.5 to 1.4.1. The TypeScript move is
a major version, not a routine patch, and is called out as such rather than being
carried quietly inside a grouped dev-dependency bump.

Verification
`bun install --frozen-lockfile` exits 0 against the regenerated lockfile, which is
the specific check that #2 fails. `bun run ci` is green on the new compiler:
verify.sh three-role checks pass, `tsc --noEmit` is clean under 7.0.2 with no
source changes required, 73 tests pass, and validate, sbom and release-check pass.

Impact
Development dependencies only; nothing packaged changes. #2 can be closed as
superseded rather than left red.
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