Skip to content

chore(deps-dev): bump typescript from 6.0.3 to 7.0.2 in /infra - #1209

Merged
krishagel merged 3 commits into
devfrom
dependabot/npm_and_yarn/infra/dev/typescript-7.0.2
Jul 27, 2026
Merged

chore(deps-dev): bump typescript from 6.0.3 to 7.0.2 in /infra#1209
krishagel merged 3 commits into
devfrom
dependabot/npm_and_yarn/infra/dev/typescript-7.0.2

Conversation

@dependabot

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 13, 2026
@chatgpt-codex-connector

Copy link
Copy Markdown

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

Copy link
Copy Markdown
Member

🤖 pr-fix routine: blocked, same root cause as #1216

Both failing checks here have the identical signature already diagnosed on PR #1216:

  1. Validate CDK Infrastructure fails with:

    error: lockfile had changes, but lockfile is frozen
    note: try re-running without --frozen-lockfile and commit the updated lockfile
    

    Dependabot bumped infra/package.json (typescript 6.0.3 → 7.0.2) but did not regenerate infra/bun.lock, so bun install --frozen-lockfile rejects it in CI. The fix is mechanical — run bun install in infra/ and commit the updated lockfile — but this routine's execution environment has no network egress to registry.npmjs.org (re-confirmed this run: direct request returns 403 Host not in allowlist: registry.npmjs.org), so the lockfile can't be regenerated from here.

  2. claude-review fails with:

    Action failed with error: Workflow initiated by non-human actor: dependabot (type: Bot).
    Add bot to allowed_bots list or use '*' to allow all bots.
    

    Fixing this requires editing the claude-review GitHub Actions workflow config under .github/workflows/**, which is a protected path this autonomous routine is not permitted to touch.

No human review comments or REQUESTED_CHANGES are present — the only PR comment is an unrelated Codex usage-limit notice.

A human will need to either:

  1. Run bun install locally in infra/ on this branch and push the updated infra/bun.lock, or
  2. Comment ·@·d·ependabot r·ecreate and see if a fresh PR includes the lockfile update, or
  3. Add dependabot to the claude-review workflow's allowed_bots list, and/or update this routine's environment network allowlist to include registry.npmjs.org.

Note: PRs #1215, #1214, #1213, #1212, #1211, #1210 show the identical failure signature and are very likely blocked by the same root cause — worth checking in the same batch when this gets addressed.

The routine will not pick this PR up again until a human removes the pr-fix-stuck label.


Generated by Claude Code

dependabot Bot and others added 3 commits July 27, 2026 11:22
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 bumped package.json without regenerating the bun lockfile
(bun.lock is not natively supported by dependabot), so CI fails at
bun install --frozen-lockfile. Regenerated with bun 1.2.23 to match
the bun-version pinned in CI.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
TypeScript 7 is the native (Go) compiler; ts-node depends on the old
TS compiler API and crashes at startup (readConfig →
'Cannot read properties of undefined (reading fileExists)'), which
broke 'cdk synth'. tsx is esbuild-based, does not use the TS compiler
API, and is already the runner aliased for ts-node in the root
package.json. tsc (used by 'bun run build') compiles cleanly under
TS7, and all lambda unit tests pass.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@krishagel
krishagel force-pushed the dependabot/npm_and_yarn/infra/dev/typescript-7.0.2 branch from 1fbe73d to 071e503 Compare July 27, 2026 18:24
@krishagel
krishagel merged commit fffe73d into dev Jul 27, 2026
7 checks passed
@krishagel krishagel added pr-fix-done pr-fix routine processed and PR is clean and removed pr-fix-stuck pr-fix routine gave up — human attention needed labels Jul 27, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/infra/dev/typescript-7.0.2 branch July 27, 2026 18:31
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 pr-fix-done pr-fix routine processed and PR is clean

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant