chore(deps): update all non-major dependencies#164
Conversation
|
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughRoutine dependency maintenance across the monorepo: pinned GitHub Actions action versions are bumped, pnpm is updated to v11.7.0, and numerous root and package-level npm dependencies are updated or removed. Svelte-related tooling is dropped. Three internal TypeScript types ( ChangesDependency and tooling version updates
Type API surface simplification
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related issues
Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
9d66960 to
5c39ba8
Compare
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx affected --targets=test:eslint,test:sherif,t... |
❌ Failed | 24s | View ↗ |
nx run-many --targets=build --exclude=examples/** |
✅ Succeeded | <1s | View ↗ |
☁️ Nx Cloud last updated this comment at 2026-06-16 05:18:08 UTC
|
View your CI Pipeline Execution ↗ for commit 151885e
☁️ Nx Cloud last updated this comment at |
commit: |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@knip.json`:
- Around line 2-3: The $schema field in knip.json references knip@5 but the
installed knip version is 6.16.1. Update the schema URL on line 2 by changing
the version from `@5` to `@6` in the $schema value so that IDE validation and
tooling use the correct configuration schema for the installed version.
In `@package.json`:
- Around line 20-21: The clean and clean:node_modules scripts are checking for
the existence of an agents directory but the actual repository structure uses
packages/agents. Update both scripts to check for the correct directory path.
Change the conditional check from [ -d agents ] to [ -d packages ] and update
the find commands to search within packages/agents (or packages/*) instead of
agents to ensure the cleanup scripts actually execute when the correct directory
structure exists.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 5ecc7202-28eb-4c1b-af58-989bc7372ac7
⛔ Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (11)
benchmarks/intent/package.jsonknip.jsonnx.jsonpackage.jsonpackages/intent/package.jsonpackages/intent/src/core/skill-sources.tspackages/intent/src/core/types.tspackages/intent/src/fs-cache.tspnpm-workspace.yamlprettier.config.jsterminalOutput
💤 Files with no reviewable changes (3)
- terminalOutput
- prettier.config.js
- packages/intent/package.json
adbc086 to
4ae842a
Compare
4ae842a to
ab96d69
Compare

This PR contains the following updates:
^2.29.8→^2.31.0^5.0.1→^5.5.0^10.2.0→^10.4.0v4.15.1→v4.17.5v6.0.2→v6.0.3v1.3.2→v1.3.4v1.8.0→v1.9.0^9.39.2→^9.39.4^4.3.0→^4.4.1^20.1.0→^20.10.4^5.80.2→^5.88.1^22.3.3→^22.7.511.1.1→11.7.0>=11.0.0→>=11.7.0^3.7.4→^3.8.4^3.4.1→^3.5.2^7.7.4→^7.8.4^1.9.0→^1.11.1^0.2.15→^0.2.17^0.19.0→^0.22.2^6.3.2→^6.7.2^4.0.17→^4.1.92.8.3→2.9.02.8.3→2.9.0v0.5.3→v0.5.6Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
changesets/changesets (@changesets/cli)
v2.31.0Compare Source
Minor Changes
#1889
96ca062Thanks @mixelburg! - Error on unsupported flags for individual CLI commands and print the matching command usage to make mistakes easier to spot.#1873
42943b7Thanks @mixelburg! - Respond to--helpon all subcommands. Previously,--helpwas only handled when it was the sole argument; passing it alongside a subcommand (e.g.changeset version --help) would silently execute the command instead. Now--helpalways exits early and prints per-command usage when a known subcommand is provided, or the general help text otherwise.Patch Changes
d2121dcThanks @Andarist! - Fix npm auth for path-based registries during publish by preserving configured registry URLs instead of normalizing them.#1888
036fdd4Thanks @mixelburg! - Fix severalchangeset versionissues with workspace protocol dependencies. Valid explicitworkspace:ranges and aliases are no longer rewritten unnecessarily, and workspace path references are handled correctly during versioning.#1903
5c4731fThanks @Andarist! - Gracefully handle stalenpm infodata leading to duplicate publish attempts.#1867
f61e716Thanks @Andarist! - Improved detection forpublishedstate of prerelease-only packages withoutlatestdist-tag on GitHub Packages registry.Updated dependencies [
036fdd4,036fdd4,036fdd4]:v2.30.0Compare Source
CodSpeedHQ/codspeed-node (@codspeed/vitest-plugin)
v5.5.0Compare Source
Highlights
We are introducing
@codspeed/playwright, for walltime benchmarking and profiling of end to end browser applications through playwright.Here's an example usage, but head to the docs for more information
Note: this plugin is only compatible with the walltime instrument.
What's Changed
Full Changelog: CodSpeedHQ/codspeed-node@v5.4.0...v5.5.0
v5.4.0Compare Source
What's Changed
This release adds first support for macOS walltime.
Please note that profiling and other instruments are not yet available on macOS and will come in a later update.
Full Changelog: CodSpeedHQ/codspeed-node@v5.3.0...v5.4.0
v5.3.0Compare Source
What's Changed
We now collect buildtime and runtime environment data to warn users about differences in their runtime environment when comparing two runs against one another.
This data includes toolchain metadata like version and build options, as well as a list of dynamically loaded linked libraries.
Full Changelog: CodSpeedHQ/codspeed-node@v5.2.0...v5.3.0
faker-js/faker (@faker-js/faker)
v10.4.0Compare Source
New Locales
Features
Changed Locales
Bug Fixes
v10.3.0Compare Source
New Locales
Features
sexTypecan return'generic'(#3259) (0e099a1)Changed Locales
Bug Fixes
CodSpeedHQ/action (CodSpeedHQ/action)
v4.17.5Compare Source
Release Notes
This release bundles all runner changes from
4.17.1through4.17.5.🚀 Features
modearg to target setup by @fargito in #397🐛 Bug Fixes
💼 Other
🏗️ Refactor
⚙️ Internals
Install codspeed-runner 4.17.5
Install prebuilt binaries via shell script
Download codspeed-runner 4.17.5
Full Runner Changelog: https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md
Full Changelog: CodSpeedHQ/action@v4.17.0...v4.17.5
v4.17.0Compare Source
Release Notes
🚀 Features
🐛 Bug Fixes
💼 Other
🏗️ Refactor
🧪 Testing
⚙️ Internals
Install codspeed-runner 4.17.0
Install prebuilt binaries via shell script
Download codspeed-runner 4.17.0
Full Runner Changelog: https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md
Full Changelog: CodSpeedHQ/action@v4.15.1...v4.17.0
actions/checkout (actions/checkout)
v6.0.3Compare Source
autofix-ci/action (autofix-ci/action)
v1.3.4: autofix-ci/action 1.3.4Compare Source
What's Changed
Full Changelog: autofix-ci/action@v1...v1.3.4
v1.3.3: autofix-ci/action 1.3.3Compare Source
What's Changed
.cito.comTLD.This aims to improve overall reliability (#32).
api.autofix.ciwill remain available as an alias for the time being.Full Changelog: autofix-ci/action@v1.3.2...v1.3.3
changesets/action (changesets/action)
v1.9.0Compare Source
Minor Changes
#636
b072bccThanks @bluwy! - Add a new@changesets/action/pr-commentsub-action to comment on PRs#625
8795eeeThanks @bluwy! - Add a new@changesets/action/pr-statussub-action to generate the changeset status comment for PRs as an alternative to the Changesets Bot.Patch Changes
#535
34f64f6Thanks @Andarist! - Fixed an issue with GitHub releases not being created for successfully published packages when some packages failed to be published to the registry.#632
1d54b9eThanks @bluwy! - Simplify internal implementation to get changelog entries for a package version#629
e0c90aaThanks @bluwy! - Fix custom version and publish command argument parsing#645
f9585d9Thanks @Andarist! - Improved force-push handling when usingcommitMode: "github-api"so updating an existing branch no longer temporarily resets the target branch to the base commit, avoiding cases where GitHub closes open pull requests during the update. This should remove a possibility of a GitHub state race that caused the force-pushed PRs not being reopened.sweepline/eslint-plugin-unused-imports (eslint-plugin-unused-imports)
v4.4.1Compare Source
No significant changes
View changes on GitHub
capricorn86/happy-dom (happy-dom)
v20.10.4Compare Source
v20.10.3Compare Source
v20.10.2Compare Source
👷♂️ Patch fixes
v20.10.1Compare Source
v20.10.0Compare Source
v20.9.0Compare Source
🎨 Features
Window.onkeydown) - By @capricorn86 in task #2131v20.8.9Compare Source
👷♂️ Patch fixes
v20.8.8Compare Source
👷♂️ Patch fixes
v20.8.7Compare Source
👷♂️ Patch fixes
Consolewith commonIConsoleinterface to support latest version of Bun - By @YevheniiKotyrlo in task #1845v20.8.6Compare Source
👷♂️ Patch fixes
Request.formData()should honor "Content-Type" header - By @brianhelba in task #2106v20.8.5Compare Source
👷♂️ Patch fixes
connectedCallback()- By @capricorn86 in task #2110v20.8.4Compare Source
v20.8.3Compare Source
👷♂️ Patch fixes
v20.8.2Compare Source
👷♂️ Patch fixes
Event.cancelBubbleandEvent.defaultPreventedwhen callingEvent.initEvent()- By @capricorn86 in task #2090v20.8.1Compare Source
👷♂️ Patch fixes
v20.8.0Compare Source
v20.7.2Compare Source
👷♂️ Patch fixes
v20.7.1Compare Source
v20.7.0Compare Source
🎨 Features
Window.getScreenDetails()- By @TrevorBurnham in task #1923ScreenfromEventTarget- By @TrevorBurnham in task #1923v20.6.5Compare Source
👷♂️ Patch fixes
v20.6.4Compare Source
👷♂️ Patch fixes
v20.6.3Compare Source
👷♂️ Patch fixes
[data-value="it's a test"]) - By @capricorn86 in task #2034v20.6.2Compare Source
👷♂️ Patch fixes
v20.6.1Compare Source
v20.6.0Compare Source
v20.5.5Compare Source
v20.5.4Compare Source
👷♂️ Patch fixes
v20.5.3Compare Source
v20.5.2Compare Source
v20.5.1Compare Source
v20.5.0Compare Source
v20.4.0Compare Source
🎨 Features
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.
Summary by CodeRabbit
Chores
Refactor