chore(deps-dev): bump typescript from 6.0.3 to 7.0.2 in /infra - #1209
Conversation
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
|
🤖 pr-fix routine: blocked, same root cause as #1216 Both failing checks here have the identical signature already diagnosed on PR #1216:
No human review comments or A human will need to either:
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 Generated by Claude Code |
69b379d to
1fbe73d
Compare
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>
1fbe73d to
071e503
Compare
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 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)