Bump the dev-dependencies group with 3 updates#51
Conversation
Bumps the dev-dependencies group with 3 updates: [typescript](https://github.com/microsoft/TypeScript), [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) and [tsx](https://github.com/privatenumber/tsx). Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.3) Updates `vitest` from 4.1.6 to 4.1.9 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.9/packages/vitest) Updates `tsx` from 4.22.1 to 4.22.4 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.22.1...v4.22.4) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: vitest dependency-version: 4.1.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: tsx dependency-version: 4.22.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: eb85b12fdc
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "devDependencies": { | ||
| "dotenv": "^17.4.2", | ||
| "typescript": "^5.5.3", | ||
| "typescript": "^6.0.3", |
There was a problem hiding this comment.
Add --ignoreConfig to the type-test invocation
With this TypeScript 6 bump, pnpm test fails when it reaches the existing test:types script because that command passes type-tests/oidcProviderTypes.ts as a command-line file while a root tsconfig.json exists; TS 6 now exits with TS5112 unless --ignoreConfig is supplied. I verified the script with tsc 6.0.3, so please migrate that command or keep TypeScript 5 until it is updated.
Useful? React with 👍 / 👎.
| "devDependencies": { | ||
| "dotenv": "^17.4.2", | ||
| "typescript": "^5.5.3", | ||
| "typescript": "^6.0.3", |
There was a problem hiding this comment.
Migrate the ESM build config before bumping TypeScript
The CI Build SDK and Pages workflows run pnpm build, which invokes tsc -p tsconfig.esm.json; under TypeScript 6, that config's moduleResolution: "Node" is treated as deprecated node10 and exits with TS5107 unless it is migrated or explicitly silenced. I verified tsc -p tsconfig.esm.json with 6.0.3 fails on tsconfig.esm.json(5,25), so this dependency bump breaks the SDK build.
Useful? React with 👍 / 👎.
| "@types/node": "^22.19.19", | ||
| "tsx": "^4.21.0", | ||
| "typescript": "^5.9.3" | ||
| "typescript": "^6.0.3" |
There was a problem hiding this comment.
Declare Node types for the example builds
TypeScript 6 also changes the default types list to empty, but this Node example's tsconfig does not list "node" while signInFlow.ts relies on process and node:readline/promises; pnpm build:node-example now reports TS2591 asking to add Node to types. The contract deploy example has the same Node-only pattern, so the bump should include tsconfig updates for these examples.
Useful? React with 👍 / 👎.
Bumps the dev-dependencies group with 3 updates: typescript, vitest and tsx.
Updates
typescriptfrom 5.9.3 to 6.0.3Release notes
Sourced from typescript's releases.
Commits
050880cBump version to 6.0.3 and LKGeeae9dd🤖 Pick PR #63401 (Also check package name validity in...) into release-6.0 (#...ad1c695🤖 Pick PR #63368 (Harden ATA package name filtering) into release-6.0 (#63372)0725fb4🤖 Pick PR #63310 (Mark class property initializers as...) into release-6.0 (#...607a22aBump version to 6.0.2 and LKG9e72ab7🤖 Pick PR #63239 (Fix missing lib files in reused pro...) into release-6.0 (#...35ff23d🤖 Pick PR #63163 (Port anyFunctionType subtype fix an...) into release-6.0 (#...e175b69Bump version to 6.0.1-rc and LKGaf4caacUpdate LKG8efd7e8Merge remote-tracking branch 'origin/main' into release-6.0Updates
vitestfrom 4.1.6 to 4.1.9Release notes
Sourced from vitest's releases.
Commits
a7a61e7chore: release v4.1.9 (#10598)934b0f5fix(pool): prevent test run hang on worker crash (#10543) [backport to v4] (#...7fb2965fix(browser): wait for orchestrator readiness before resolving browser sessio...a518019fix: fiximportOriginalwith optimizer and query import [backport to v4] (#...e61f2ddchore: release v4.1.8e4067b3fix(browser): disable clientcdpAPI whenallowWrite/allowExec: false[ba...a09d472chore: release v4.1.7Updates
tsxfrom 4.22.1 to 4.22.4Release notes
Sourced from tsx's releases.
Commits
1ce8463fix: resolve CommonJS directory requires inside dependencies (#803)dce02fcfix: decode typed loader source68f72f3fix: preserve entrypoint with TypeScript preload hooks69455cftest: cover package exports for ambiguous ESM reexports35b700bfix: preserve CJS JSON require in ESM hooksef807dbchore: update testing dependencies3917090test: document compatibility test taxonomyde8113frefactor: centralize Node capability factsc1f62dbtest: consolidate tsconfig path edge coverage4e08174test: consolidate loader hook coverageDependabot 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 <dependency name> major versionwill 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 versionwill 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