Skip to content

bump pkgs#39

Open
mynameistito wants to merge 2 commits into
mainfrom
bump-pkgs-2007
Open

bump pkgs#39
mynameistito wants to merge 2 commits into
mainfrom
bump-pkgs-2007

Conversation

@mynameistito

@mynameistito mynameistito commented Jul 20, 2026

Copy link
Copy Markdown
Owner

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.

  • Dependencies
    • Runtime: effect → 3.22.0
    • Tooling: typescript → 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.lock updated accordingly

Written for commit 6a6ee8d. Summary will update on new commits.

Review in cubic

@changeset-bot

changeset-bot Bot commented Jul 20, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 0b5b98b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@mynameistito/codex-usage Patch

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

@pkg-pr-new

pkg-pr-new Bot commented Jul 20, 2026

Copy link
Copy Markdown

Open in StackBlitz

bun add https://pkg.pr.new/@mynameistito/codex-usage@6a6ee8d

commit: 6a6ee8d

@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedeslint-plugin-sonarjs@​4.1.0 ⏵ 4.2.09910010095 +470
Updatedeffect@​3.21.4 ⏵ 3.22.079 -210091 +197 +1100
Updatedoxfmt@​0.58.0 ⏵ 0.59.08610089 +196 +1100
Updatedtsdown@​0.22.4 ⏵ 0.22.1298 +110088 +198 +1100
Updatedtypescript@​7.1.0-dev.20260708.3 ⏵ 7.0.294 -510089100 +5100
Updatedoxlint@​1.73.0 ⏵ 1.74.099 +110092 +196100
Updatedeslint-plugin-github@​6.1.0 ⏵ 6.1.199 +110010094 +3100
Updatedknip@​6.25.0 ⏵ 6.27.099 +110095 +196100
Updated@​changesets/​cli@​2.31.0 ⏵ 2.31.197 +1100100 +196 +2100
Updatedultracite@​7.9.3 ⏵ 7.9.499 +110098 +196100

View full report

@coderabbitai

coderabbitai Bot commented Jul 20, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

Runtime and development dependencies are updated in package.json, and a patch changeset is added for @mynameistito/codex-usage.

Changes

Dependency and release updates

Layer / File(s) Summary
Package dependency version updates
package.json
The effect runtime dependency and several development tooling dependencies are moved to newer versions or ranges.
Patch release changeset
.changeset/28121eac.md
A patch bump for @mynameistito/codex-usage is recorded with the note “bumped pkgs”.

Estimated code review effort: 2 (Simple) | ~10 minutes

Poem

I’m a bunny with packages bright,
Hopping through versions overnight.
A patch note thumps, tools grow new,
Runtime leaves get a fresher hue.
Carrots compile—what a delightful sight!

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive No pull request description was provided, so there is no meaningful summary to evaluate. Add a brief description of the dependency/version bumps and changeset update.
✅ Passed checks (4 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Title check ✅ Passed The title clearly matches the main change: bumping packages and dependencies.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch bump-pkgs-2007

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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

Comment thread package.json
"oxfmt": "^0.59.0",
"oxlint": "^1.74.0",
"tsdown": "^0.22.12",
"typescript": "^7.0.2",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant