Update dependencies#456
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
WalkthroughThis PR updates four devDependencies in package.json: Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 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 |
Bumps [globals](https://github.com/sindresorhus/globals) from 17.1.0 to 17.3.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v17.1.0...v17.3.0) --- updated-dependencies: - dependency-name: globals dependency-version: 17.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [rollup](https://github.com/rollup/rollup) from 4.56.0 to 4.57.1. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.56.0...v4.57.1) --- updated-dependencies: - dependency-name: rollup dependency-version: 4.57.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.0.10 to 25.2.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.2.0 to 25.2.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.2.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@release-it/conventional-changelog](https://github.com/release-it/conventional-changelog) from 10.0.4 to 10.0.5. - [Release notes](https://github.com/release-it/conventional-changelog/releases) - [Commits](release-it/conventional-changelog@10.0.4...10.0.5) --- updated-dependencies: - dependency-name: "@release-it/conventional-changelog" dependency-version: 10.0.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
3ab73fe to
a75158d
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@package.json`:
- Around line 65-78: The package.json devDependencies entry for "@types/node"
currently uses the unavailable version "25.2.1"; update the "@types/node" value
in the devDependencies object to "25.2.0" so the dependency resolves correctly
(leave other devDependencies like "rollup",
"@release-it/conventional-changelog", and "globals" unchanged).
| "devDependencies": { | ||
| "@eslint/js": "9.39.2", | ||
| "@release-it/conventional-changelog": "10.0.4", | ||
| "@release-it/conventional-changelog": "10.0.5", | ||
| "@rollup/plugin-typescript": "12.3.0", | ||
| "@tsconfig/node18": "18.2.6", | ||
| "@types/node": "25.0.10", | ||
| "@types/node": "25.2.1", | ||
| "deep-freeze-strict": "1.1.1", | ||
| "eslint": "9.39.2", | ||
| "globals": "17.1.0", | ||
| "globals": "17.3.0", | ||
| "husky": "8.0.3", | ||
| "memfs": "4.56.10", | ||
| "prettier": "3.8.1", | ||
| "release-it": "19.2.4", | ||
| "rollup": "4.56.0", | ||
| "rollup": "4.57.1", |
There was a problem hiding this comment.
🧩 Analysis chain
🌐 Web query:
rollup 4.57.1 release notes
💡 Result:
Rollup v4.57.1 — release notes (2026-01-30)
Bug fixes
- Fixed a heap corruption issue on Windows (
#6251). [1] - Ensured exports of a dynamic import are fully included when the import is called from a
try...catch(#6254). [1]
Merged PRs
#6251: Isolate and cacheprocess.report.getReport()calls in a child process for robust environment detection.#6252: Update dependencylru-cacheto v11.#6253: Lock file maintenance (minor/patch updates).#6254: Fully include dynamic imports in a try-catch.#6255: Lock file maintenance. [1]
Source: Rollup changelog entry for 4.57.1. [1]
References
- [1] Rollup changelog (v4.57.1) (classic.yarnpkg.com)
Citations:
🌐 Web query:
@types/node 25.2.1 changelog breaking changes
💡 Result:
- There is no
@types/[email protected]release on npm. The 25.x line shows@types/[email protected]published Feb 1, 2026, and no25.2.1entry. [1] - If you meant Node.js runtime
v25.2.1(not@types/node), its release notes (Nov 17, 2025) say it reverts a behavior change wherelocalStorageaccess could sometimes throw; this was deemed too breaking for a semver-minor and deferred to Node 26.0.0. [2] - Changelog / breaking-changes list: DefinitelyTyped generally does not provide a per-version changelog for
@types/node; the practical approach is to diff the published versions (e.g.,25.2.0vs the version you’re upgrading from). This is a recurring question in DefinitelyTyped. [3]
Sources: [1] (releasealert.dev) [2] (nodejs.org) [3] (github.com)
Citations:
- 1: https://releasealert.dev/npmjs/%40types/node?utm_source=openai
- 2: https://nodejs.org/id/blog/release/v25.2.1?utm_source=openai
- 3: Where do I find a changelog for this @types/node? DefinitelyTyped/DefinitelyTyped#52998
🌐 Web query:
@release-it/conventional-changelog 10.0.5 release notes
💡 Result:
@release-it/conventional-changelog 10.0.5 release notes (released Feb 5, 2026)
- Tests: add coverage for generating a changelog with remote
originURLs (PR build(deps): bump actions/download-artifact from 4.1.9 to 4.2.1 #132) - Fix: pass
parserOptsto both Bumper and ConventionalChangelog (PR build(deps-dev): bump @types/node from 22.13.10 to 22.13.11 #135) - Contributors: Maxel01, aarond-sp [1]
🌐 Web query:
globals 17.3.0 changelog
💡 Result:
globals v17.3.0 changelog (2026-02-01)
- Update globals dataset (automated update dated 2026-02-01) via PR
#336. [1] - Data changes: adds 2 new entries to the browser globals list and 4 new entries to the denoBuiltin globals list (reflected in
globals.jsonas 6 additions total). [2] - Dev dependency bump:
puppeteer^24.36.0 → ^24.36.1. [2]
Sources: GitHub release notes for v17.3.0 and the #336 diff. [1][2]
[1] (github.com)
[2] (github.com)
Citations:
- 1: https://github.com/sindresorhus/globals/releases
- 2: https://github.com/sindresorhus/globals/pull/336/files
Use @types/node@25.2.0 instead of 25.2.1, which does not exist on npm.
The version @types/[email protected] is not available in the npm registry; the latest in the 25.x line is @types/[email protected] (published Feb 1, 2026). Update line 72 to use 25.2.0. The other dependency bumps ([email protected], @release-it/[email protected], [email protected]) contain no breaking changes and are safe.
🤖 Prompt for AI Agents
In `@package.json` around lines 65 - 78, The package.json devDependencies entry
for "@types/node" currently uses the unavailable version "25.2.1"; update the
"@types/node" value in the devDependencies object to "25.2.0" so the dependency
resolves correctly (leave other devDependencies like "rollup",
"@release-it/conventional-changelog", and "globals" unchanged).
Summary by CodeRabbit