Skip to content

chore(deps-dev): bump typescript from 5.9.3 to 6.0.3#24

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/typescript-6.0.3
Open

chore(deps-dev): bump typescript from 5.9.3 to 6.0.3#24
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/typescript-6.0.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Bumps typescript from 5.9.3 to 6.0.3.

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 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
  • 050880c Bump version to 6.0.3 and LKG
  • eeae9dd 🤖 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 (#...
  • 607a22a Bump version to 6.0.2 and LKG
  • 9e72ab7 🤖 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 (#...
  • e175b69 Bump version to 6.0.1-rc and LKG
  • af4caac Update LKG
  • 8efd7e8 Merge remote-tracking branch 'origin/main' into release-6.0
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 27, 2026
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 27, 2026

Greptile Summary

This PR is a Dependabot-automated major version bump of TypeScript from 5.9.3 to 6.0.3 across all packages in the monorepo. The project's existing tsconfig files already use modern, TS 6.0-compatible options (module: "preserve", moduleResolution: "bundler", erasableSyntaxOnly, verbatimModuleSyntax), so no configuration changes are needed.

Confidence Score: 5/5

Safe to merge — this is a clean major-version bump with no config compatibility issues.

All tsconfig files already use modern TS 6.0-compatible settings (bundler moduleResolution, preserve module mode, no deprecated options). The lockfile is consistently updated, and tsdown's peer dependency is correctly resolved against TypeScript 6.0.3. No breaking changes are expected.

No files require special attention.

Important Files Changed

Filename Overview
e2e/cli/package.json Bumps typescript devDependency specifier from ^5 to ^6.
packages/arkor/package.json Bumps typescript devDependency specifier from ^5 to ^6.
packages/cli-internal/package.json Bumps typescript devDependency specifier from ^5 to ^6.
packages/create-arkor/package.json Bumps typescript devDependency specifier from ^5 to ^6.
packages/studio-app/package.json Bumps typescript devDependency specifier from ^5 to ^6.
pnpm-lock.yaml Lockfile updated to resolve typescript@6.0.3 across all importers; tsdown and rolldown-plugin-dts peer dependency snapshots correctly point to the new version.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Dependabot PR] --> B[Update package.json files\n5 packages: ^5 → ^6]
    B --> C[Update pnpm-lock.yaml\ntypescript 5.9.3 → 6.0.3]
    C --> D{tsconfig compatibility?}
    D -->|module: preserve\nmoduleResolution: bundler\nerasableSyntaxOnly: true\nverbatimModuleSyntax: true| E[✅ All options compatible\nwith TS 6.0]
    D -->|No deprecated options\neg. moduleResolution: classic\nor module: amd/umd| F[✅ No config changes needed]
    E --> G[Safe to merge]
    F --> G
Loading

Reviews (1): Last reviewed commit: "chore(deps-dev): bump typescript from 5...." | Re-trigger Greptile

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 28, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

6 similar comments
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 28, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 28, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 28, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 28, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 29, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 29, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-6.0.3 branch 3 times, most recently from a6900a2 to 01dccc7 Compare April 30, 2026 15:50
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 30, 2026

❌ 34 Tests Failed:

Tests completed Failed Passed Skipped
726 34 692 0
View the top 3 failed test(s) by shortest run time
src/arkor-build.test.ts > arkor build (E2E) > builds a freshly init'd project end-to-end
Stack Traces | 0.0496s run time
AssertionError: expected 1 to be +0 // Object.is equality

- Expected
+ Received

- 0
+ 1

 ❯ src/arkor-build.test.ts:71:29
src/arkor-init.test.ts > arkor init (E2E) > renders the npm next-steps (npx for run) when --use-npm is set
Stack Traces | 0.0512s run time
AssertionError: expected 1 to be +0 // Object.is equality

- Expected
+ Received

- 0
+ 1

 ❯ src/arkor-init.test.ts:137:25
src/arkor-init.test.ts > arkor init (E2E) > runs real 'pnpm' install + git commit (gated by SKIP_E2E_INSTALL)
Stack Traces | 0.0537s run time
AssertionError: expected 1 to be +0 // Object.is equality

- Expected
+ Received

- 0
+ 1

 ❯ src/arkor-init.test.ts:274:27
src/arkor-init.test.ts > arkor init (E2E) > renders the pnpm next-steps when --use-pnpm is set
Stack Traces | 0.0548s run time
AssertionError: expected 1 to be +0 // Object.is equality

- Expected
+ Received

- 0
+ 1

 ❯ src/arkor-init.test.ts:126:25
src/arkor-build.test.ts > arkor build (E2E) > fails with a clear error when no entry exists
Stack Traces | 0.0567s run time
AssertionError: expected 'node:.../modules/cjs/loader:1459…' to match /Build entry not found/

- Expected:
/Build entry not found/

+ Received:
"node:.../modules/cjs/loader:1459
  throw err;
  ^

Error: Cannot find module '.../arkor/dist/bin.mjs'
    at Module._resolveFilename (node:.../modules/cjs/loader:1456:15)
    at defaultResolveImpl (node:.../modules/cjs/loader:1066:19)
    at resolveForCJSWithHooks (node:.../modules/cjs/loader:1071:22)
    at Module._load (node:.../modules/cjs/loader:1242:25)
    at wrapModuleLoad (node:.../modules/cjs/loader:255:19)
    at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
    at node:internal/main/run_main_module:33:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}

Node.js v24.14.1
"

 ❯ src/arkor-build.test.ts:59:43
src/arkor-whoami.test.ts > arkor whoami × SDK version gate (E2E) > substitutes the yarn command when invoked under yarn
Stack Traces | 0.0611s run time
AssertionError: expected 'node:.../modules/cjs/loader:1459…' to contain 'yarn global add arkor@latest'

- Expected
+ Received

- yarn global add arkor@latest
+ node:.../modules/cjs/loader:1459
+   throw err;
+   ^
+
+ Error: Cannot find module '.../arkor/dist/bin.mjs'
+     at Module._resolveFilename (node:.../modules/cjs/loader:1456:15)
+     at defaultResolveImpl (node:.../modules/cjs/loader:1066:19)
+     at resolveForCJSWithHooks (node:.../modules/cjs/loader:1071:22)
+     at Module._load (node:.../modules/cjs/loader:1242:25)
+     at wrapModuleLoad (node:.../modules/cjs/loader:255:19)
+     at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
+     at node:internal/main/run_main_module:33:47 {
+   code: 'MODULE_NOT_FOUND',
+   requireStack: []
+ }
+
+ Node.js v24.14.1
+

 ❯ src/arkor-whoami.test.ts:180:27
src/arkor-init.test.ts > arkor init (E2E) > runs real 'npm' install + git commit (gated by SKIP_E2E_INSTALL)
Stack Traces | 0.0615s run time
AssertionError: expected 1 to be +0 // Object.is equality

- Expected
+ Received

- 0
+ 1

 ❯ src/arkor-init.test.ts:274:27
src/arkor-whoami.test.ts > arkor whoami × SDK version gate (E2E) > substitutes the bun command when invoked under bun
Stack Traces | 0.0626s run time
AssertionError: expected 'node:.../modules/cjs/loader:1459…' to contain 'bun add -g arkor@latest'

- Expected
+ Received

- bun add -g arkor@latest
+ node:.../modules/cjs/loader:1459
+   throw err;
+   ^
+
+ Error: Cannot find module '.../arkor/dist/bin.mjs'
+     at Module._resolveFilename (node:.../modules/cjs/loader:1456:15)
+     at defaultResolveImpl (node:.../modules/cjs/loader:1066:19)
+     at resolveForCJSWithHooks (node:.../modules/cjs/loader:1071:22)
+     at Module._load (node:.../modules/cjs/loader:1242:25)
+     at wrapModuleLoad (node:.../modules/cjs/loader:255:19)
+     at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
+     at node:internal/main/run_main_module:33:47 {
+   code: 'MODULE_NOT_FOUND',
+   requireStack: []
+ }
+
+ Node.js v24.14.1
+

 ❯ src/arkor-whoami.test.ts:163:27
src/arkor-init.test.ts > arkor init (E2E) > creates a real git repo and initial commit when --git is set
Stack Traces | 0.0629s run time
AssertionError: expected 1 to be +0 // Object.is equality

- Expected
+ Received

- 0
+ 1

 ❯ src/arkor-init.test.ts:162:25
src/arkor-whoami.test.ts > arkor whoami × SDK version gate (E2E) > forwards the X-Arkor-Client header on every request
Stack Traces | 0.0638s run time
AssertionError: expected undefined to be defined
 ❯ src/arkor-whoami.test.ts:220:20
src/arkor-init.test.ts > arkor init (E2E) > sanitises --name when prompts are skipped
Stack Traces | 0.068s run time
AssertionError: expected 1 to be +0 // Object.is equality

- Expected
+ Received

- 0
+ 1

 ❯ src/arkor-init.test.ts:225:25
src/arkor-build.test.ts > arkor build (E2E) > bundles a custom entry when one is passed positionally
Stack Traces | 0.0683s run time
AssertionError: expected 1 to be +0 // Object.is equality

- Expected
+ Received

- 0
+ 1

 ❯ src/arkor-build.test.ts:52:25
src/arkor-whoami.test.ts > arkor whoami × SDK version gate (E2E) > still exits 1 on 426 when the body is missing or non-JSON
Stack Traces | 0.0691s run time
AssertionError: expected 'node:.../modules/cjs/loader:1459…' to contain 'Arkor SDK is no longer supported'

- Expected
+ Received

- Arkor SDK is no longer supported
+ node:.../modules/cjs/loader:1459
+   throw err;
+   ^
+
+ Error: Cannot find module '.../arkor/dist/bin.mjs'
+     at Module._resolveFilename (node:.../modules/cjs/loader:1456:15)
+     at defaultResolveImpl (node:.../modules/cjs/loader:1066:19)
+     at resolveForCJSWithHooks (node:.../modules/cjs/loader:1071:22)
+     at Module._load (node:.../modules/cjs/loader:1242:25)
+     at wrapModuleLoad (node:.../modules/cjs/loader:255:19)
+     at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
+     at node:internal/main/run_main_module:33:47 {
+   code: 'MODULE_NOT_FOUND',
+   requireStack: []
+ }
+
+ Node.js v24.14.1
+

 ❯ src/arkor-whoami.test.ts:202:27
src/arkor-init.test.ts > arkor init (E2E) > renders the 'yarn' next-steps when --use-'yarn' is set
Stack Traces | 0.0701s run time
AssertionError: expected 1 to be +0 // Object.is equality

- Expected
+ Received

- 0
+ 1

 ❯ src/arkor-init.test.ts:151:25
src/arkor-init.test.ts > arkor init (E2E) > rejects --agents-md --no-agents-md with a clear error
Stack Traces | 0.0734s run time
AssertionError: expected 'node:.../modules/cjs/loader:1459…' to contain 'Pick one of --agents-md / --no-agents…'

- Expected
+ Received

- Pick one of --agents-md / --no-agents-md, not both.
+ node:.../modules/cjs/loader:1459
+   throw err;
+   ^
+
+ Error: Cannot find module '.../arkor/dist/bin.mjs'
+     at Module._resolveFilename (node:.../modules/cjs/loader:1456:15)
+     at defaultResolveImpl (node:.../modules/cjs/loader:1066:19)
+     at resolveForCJSWithHooks (node:.../modules/cjs/loader:1071:22)
+     at Module._load (node:.../modules/cjs/loader:1242:25)
+     at wrapModuleLoad (node:.../modules/cjs/loader:255:19)
+     at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
+     at node:internal/main/run_main_module:33:47 {
+   code: 'MODULE_NOT_FOUND',
+   requireStack: []
+ }
+
+ Node.js v24.14.1
+

 ❯ src/arkor-init.test.ts:115:27
src/arkor-init.test.ts > arkor init (E2E) > skips git init when the target is already a git repo
Stack Traces | 0.0736s run time
AssertionError: expected 1 to be +0 // Object.is equality

- Expected
+ Received

- 0
+ 1

 ❯ src/arkor-init.test.ts:243:25
src/arkor-init.test.ts > arkor init (E2E) > skips AGENTS.md and CLAUDE.md when --no-agents-md is passed
Stack Traces | 0.0743s run time
AssertionError: expected 1 to be +0 // Object.is equality

- Expected
+ Received

- 0
+ 1

 ❯ src/arkor-init.test.ts:94:25
src/arkor-init.test.ts > arkor init (E2E) > does not prompt when --name + --template are provided without -y
Stack Traces | 0.0766s run time
AssertionError: expected 1 to be +0 // Object.is equality

- Expected
+ Received

- 0
+ 1

 ❯ src/arkor-init.test.ts:198:25
src/arkor-whoami.test.ts > arkor whoami × SDK version gate (E2E) > substitutes the pnpm command when invoked under pnpm
Stack Traces | 0.0793s run time
AssertionError: expected 'node:.../modules/cjs/loader:1459…' to contain 'pnpm add -g arkor@latest'

- Expected
+ Received

- pnpm add -g arkor@latest
+ node:.../modules/cjs/loader:1459
+   throw err;
+   ^
+
+ Error: Cannot find module '.../arkor/dist/bin.mjs'
+     at Module._resolveFilename (node:.../modules/cjs/loader:1456:15)
+     at defaultResolveImpl (node:.../modules/cjs/loader:1066:19)
+     at resolveForCJSWithHooks (node:.../modules/cjs/loader:1071:22)
+     at Module._load (node:.../modules/cjs/loader:1242:25)
+     at wrapModuleLoad (node:.../modules/cjs/loader:255:19)
+     at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
+     at node:internal/main/run_main_module:33:47 {
+   code: 'MODULE_NOT_FOUND',
+   requireStack: []
+ }
+
+ Node.js v24.14.1
+

 ❯ src/arkor-whoami.test.ts:144:27
src/arkor-init.test.ts > arkor init (E2E) > renders the 'bun' next-steps when --use-'bun' is set
Stack Traces | 0.0816s run time
AssertionError: expected 1 to be +0 // Object.is equality

- Expected
+ Received

- 0
+ 1

 ❯ src/arkor-init.test.ts:151:25
src/arkor-init.test.ts > arkor init (E2E) > scaffolds with --skip-install --skip-git (hermetic happy path)
Stack Traces | 0.0845s run time
AssertionError: expected 1 to be +0 // Object.is equality

- Expected
+ Received

- 0
+ 1

 ❯ src/arkor-init.test.ts:69:25
src/arkor-build.test.ts > arkor build (E2E) > bundles src/arkor/index.ts to .arkor/build/index.mjs
Stack Traces | 0.0854s run time
AssertionError: expected 1 to be +0 // Object.is equality

- Expected
+ Received

- 0
+ 1

 ❯ src/arkor-build.test.ts:37:25
src/arkor-whoami.test.ts > arkor whoami × SDK version gate (E2E) > surfaces a deprecation warning with pm-aware upgrade hint when 200 + Deprecation header
Stack Traces | 0.0881s run time
AssertionError: expected 1 to be +0 // Object.is equality

- Expected
+ Received

- 0
+ 1

 ❯ src/arkor-whoami.test.ts:249:25
src/arkor-init.test.ts > arkor init (E2E) > rejects --git --skip-git with a clear error
Stack Traces | 0.0914s run time
AssertionError: expected 'node:.../modules/cjs/loader:1459…' to contain 'Pick one of --git / --skip-git, not b…'

- Expected
+ Received

- Pick one of --git / --skip-git, not both.
+ node:.../modules/cjs/loader:1459
+   throw err;
+   ^
+
+ Error: Cannot find module '.../arkor/dist/bin.mjs'
+     at Module._resolveFilename (node:.../modules/cjs/loader:1456:15)
+     at defaultResolveImpl (node:.../modules/cjs/loader:1066:19)
+     at resolveForCJSWithHooks (node:.../modules/cjs/loader:1071:22)
+     at Module._load (node:.../modules/cjs/loader:1242:25)
+     at wrapModuleLoad (node:.../modules/cjs/loader:255:19)
+     at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
+     at node:internal/main/run_main_module:33:47 {
+   code: 'MODULE_NOT_FOUND',
+   requireStack: []
+ }
+
+ Node.js v24.14.1
+

 ❯ src/arkor-init.test.ts:177:27
loads.spec.ts::Studio boot + auth contract › /api/credentials with a wrong-length token also 403s
Stack Traces | 0.093s run time
arkor dev exited before signalling ready (code=1, signal=null).
loads.spec.ts::Studio boot + auth contract › non-loopback Host header is rejected (DNS rebinding guard)
Stack Traces | 0.093s run time
arkor dev exited before signalling ready (code=1, signal=null).
src/arkor-whoami.test.ts > arkor whoami × SDK version gate (E2E) > renders the npm install command on 426 when invoked under npm
Stack Traces | 0.105s run time
AssertionError: expected 'node:.../modules/cjs/loader:1459…' to contain 'Arkor SDK 1.3.5 is no longer supported'

- Expected
+ Received

- Arkor SDK 1.3.5 is no longer supported
+ node:.../modules/cjs/loader:1459
+   throw err;
+   ^
+
+ Error: Cannot find module '.../arkor/dist/bin.mjs'
+     at Module._resolveFilename (node:.../modules/cjs/loader:1456:15)
+     at defaultResolveImpl (node:.../modules/cjs/loader:1066:19)
+     at resolveForCJSWithHooks (node:.../modules/cjs/loader:1071:22)
+     at Module._load (node:.../modules/cjs/loader:1242:25)
+     at wrapModuleLoad (node:.../modules/cjs/loader:255:19)
+     at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
+     at node:internal/main/run_main_module:33:47 {
+   code: 'MODULE_NOT_FOUND',
+   requireStack: []
+ }
+
+ Node.js v24.14.1
+

 ❯ src/arkor-whoami.test.ts:123:27
loads.spec.ts::Studio boot + auth contract › /api/credentials returns 403 without the token header
Stack Traces | 0.107s run time
arkor dev exited before signalling ready (code=1, signal=null).
loads.spec.ts::Studio boot + auth contract › /api/credentials returns 200 with the expected token header
Stack Traces | 0.114s run time
arkor dev exited before signalling ready (code=1, signal=null).
pages.spec.ts::Studio pages › Job detail attaches to the SSE event stream
Stack Traces | 0.516s run time
arkor dev exited before signalling ready (code=1, signal=null).
pages.spec.ts::Studio pages › Jobs list renders rows from /api/jobs
Stack Traces | 0.519s run time
arkor dev exited before signalling ready (code=1, signal=null).
playground.spec.ts::Playground › streams a base-model response from the fake cloud-api
Stack Traces | 0.521s run time
arkor dev exited before signalling ready (code=1, signal=null).
pages.spec.ts::Studio pages › Overview renders and pulls jobs from /api/jobs
Stack Traces | 0.539s run time
arkor dev exited before signalling ready (code=1, signal=null).
loads.spec.ts::Studio boot + auth contract › serves index.html with the per-launch meta token
Stack Traces | 0.602s run time
arkor dev exited before signalling ready (code=1, signal=null).

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-6.0.3 branch 7 times, most recently from 64c3aa4 to 3ca432a Compare May 6, 2026 10:31
@dependabot dependabot Bot changed the title chore(deps-dev): bump typescript from 5.9.3 to 6.0.3 build(deps-dev): bump typescript from 5.9.3 to 6.0.3 May 8, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-6.0.3 branch from 3ca432a to 63fb1a1 Compare May 8, 2026 14:03
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 63fb1a15af

ℹ️ 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".

"jsdom": "29.1.1",
"tailwindcss": "^4.0.0",
"typescript": "^5",
"typescript": "^6",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Add declarations before enabling TS 6

With this upgrade, the Studio app inherits TypeScript 6's new default of noUncheckedSideEffectImports: true. This package still side-effect imports the bare Fontsource packages in src/lib/fonts.ts (@fontsource-variable/geist and @fontsource-variable/geist-mono), which are CSS-only exports without TypeScript declarations for those bare specifiers, so pnpm --filter @arkor/studio-app typecheck and the root arkor build path will fail with unresolved-module errors unless the imports are changed to declared CSS paths, ambient declarations are added, or the option is set explicitly.

Useful? React with 👍 / 👎.

@dependabot dependabot Bot changed the title build(deps-dev): bump typescript from 5.9.3 to 6.0.3 chore(deps-dev): bump typescript from 5.9.3 to 6.0.3 May 13, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-6.0.3 branch from 63fb1a1 to 3e42127 Compare May 13, 2026 09:39
Bumps [typescript](https://github.com/microsoft/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)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript-6.0.3 branch from 3e42127 to 9bf922d Compare May 13, 2026 10: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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants