bump pkgs#39
Conversation
🦋 Changeset detectedLatest commit: 0b5b98b The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
commit: |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
📝 WalkthroughWalkthroughRuntime and development dependencies are updated in ChangesDependency and release updates
Estimated code review effort: 2 (Simple) | ~10 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
1 issue found across 3 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="package.json">
<violation number="1" location="package.json:52">
P2: The TypeScript 7 upgrade leaves the repository's TypeScript-aware lint dependencies on an unsupported compiler API: `@typescript-eslint/*` only declares support through `<6.1.0`. This can make dependency installation fail under strict peer resolution and can crash any ESLint configuration that loads these packages; keeping the lint toolchain on TypeScript 6 or configuring it to use a separate TypeScript 6 installation would avoid the mismatch.</violation>
</file>
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
| "oxfmt": "^0.59.0", | ||
| "oxlint": "^1.74.0", | ||
| "tsdown": "^0.22.12", | ||
| "typescript": "^7.0.2", |
There was a problem hiding this comment.
P2: The TypeScript 7 upgrade leaves the repository's TypeScript-aware lint dependencies on an unsupported compiler API: @typescript-eslint/* only declares support through <6.1.0. This can make dependency installation fail under strict peer resolution and can crash any ESLint configuration that loads these packages; keeping the lint toolchain on TypeScript 6 or configuring it to use a separate TypeScript 6 installation would avoid the mismatch.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At package.json, line 52:
<comment>The TypeScript 7 upgrade leaves the repository's TypeScript-aware lint dependencies on an unsupported compiler API: `@typescript-eslint/*` only declares support through `<6.1.0`. This can make dependency installation fail under strict peer resolution and can crash any ESLint configuration that loads these packages; keeping the lint toolchain on TypeScript 6 or configuring it to use a separate TypeScript 6 installation would avoid the mismatch.</comment>
<file context>
@@ -37,20 +37,20 @@
+ "oxfmt": "^0.59.0",
+ "oxlint": "^1.74.0",
+ "tsdown": "^0.22.12",
+ "typescript": "^7.0.2",
+ "ultracite": "7.9.4"
},
</file context>
Bump dev and runtime dependency versions
Updates multiple dependencies in package.json:
effect→ 3.22.0,typescript→ 7.0.2,oxlint→ 1.74.0,tsdown→ 0.22.12,ultracite→ 7.9.4, and several other lint/build tools. The lockfile is updated accordingly.Macroscope summarized 0b5b98b.
Summary by cubic
Update runtime and dev dependencies to current versions for stability and tooling improvements. Moves TypeScript to 7.0.2 (stable); no app code changes.
effect→ 3.22.0typescript→ 7.0.2,tsdown→ 0.22.12,oxfmt→ 0.59.0,oxlint→ 1.74.0,eslint-plugin-github→ 6.1.1,eslint-plugin-sonarjs→ 4.2.0,knip→ 6.27.0,@changesets/cli→ 2.31.1,ultracite→ 7.9.4;bun.lockupdated accordinglyWritten for commit 6a6ee8d. Summary will update on new commits.