Skip to content

Comments

chore: update minor-updates#255

Merged
Dafnik merged 1 commit intomainfrom
renovate/minor-updates
Feb 2, 2026
Merged

chore: update minor-updates#255
Dafnik merged 1 commit intomainfrom
renovate/minor-updates

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 2, 2026

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) 24.10.824.10.9 age confidence
pnpm (source) 10.28.010.28.2 age confidence
prettier (source) 3.7.43.8.1 age confidence
prettier-plugin-sort-json 4.1.14.2.0 age confidence
rollup (source) 4.55.14.57.1 age confidence
typescript-eslint (source) 8.53.08.54.0 age confidence

Release Notes

pnpm/pnpm (pnpm)

v10.28.2: pnpm 10.28.2

Compare Source

Patch Changes

  • Security fix: prevent path traversal in directories.bin field.

  • When pnpm installs a file: or git: dependency, it now validates that symlinks point within the package directory. Symlinks to paths outside the package root are skipped to prevent local data from being leaked into node_modules.

    This fixes a security issue where a malicious package could create symlinks to sensitive files (e.g., /etc/passwd, ~/.ssh/id_rsa) and have their contents copied when the package is installed.

    Note: This only affects file: and git: dependencies. Registry packages (npm) have symlinks stripped during publish and are not affected.

  • Fixed optional dependencies to request full metadata from the registry to get the libc field, which is required for proper platform compatibility checks #​9950.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite

v10.28.1

Compare Source

prettier/prettier (prettier)

v3.8.1

Compare Source

v3.8.0

Compare Source

diff

🔗 Release note

Gudahtt/prettier-plugin-sort-json (prettier-plugin-sort-json)

v4.2.0

Compare Source

Added
  • Extend Prettier’s Options interface with plugin options (#​292)
    • This provides autocomplete when editing a local prettier.config.ts
Fixed
  • Fix sorting of negative numbers (#​291)
    • The numeric sort option was not recognizing negative numbers as numbers
rollup/rollup (rollup)

v4.57.1

Compare Source

2026-01-30

Bug Fixes
  • Fix heap corruption issue in Windows (#​6251)
  • Ensure exports of a dynamic import are fully included when called from a try...catch (#​6254)
Pull Requests

v4.57.0

Compare Source

2026-01-27

Features
  • Add import attributes to all plugin hooks that did not provide them yet (#​5700)
  • Deprecate returning import attributes from load or transform hooks as that will no longer be supported with rollup 5 (#​5700)
Pull Requests

v4.56.0

Compare Source

2026-01-22

Features
  • Track object property inclusions of dynamic namespace members (#​6230)
Bug Fixes
  • Handle methods that access dynamically imported namespace members via this (#​6230)
Pull Requests

v4.55.3

Compare Source

2026-01-21

Bug Fixes
  • Fix JSX semicolon insert position in variable declarations (#​6241)
Pull Requests

v4.55.2

Compare Source

2026-01-19

Bug Fixes
  • Sort manual chunks by execution order to reduce circular dependency issues (#​6240)
Pull Requests
typescript-eslint/typescript-eslint (typescript-eslint)

v8.54.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.53.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.


Configuration

📅 Schedule: Branch creation - "after 11:00pm on the 1 day of the month,before 4am on the 2 day of the month,after 11:00pm on the 15 day of the month,before 4am on the 16 day of the month" in timezone Europe/Vienna, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@coderabbitai
Copy link

coderabbitai bot commented Feb 2, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

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

See associated pull request for more information.
@renovate renovate bot force-pushed the renovate/minor-updates branch from 0b6c6d0 to 6f6455f Compare February 2, 2026 10:08
@github-actions
Copy link

github-actions bot commented Feb 2, 2026

Code Coverage

Package Line Rate Branch Rate Complexity Health
config 100% 100% 0
core 93% 89% 0
test.integration 93% 78% 0
Summary 94% (130 / 139) 85% (23 / 27) 0

@github-actions
Copy link

github-actions bot commented Feb 2, 2026

Code Coverage

Package Line Rate Branch Rate Complexity Health
helper 60% 100% 0
helper.array 100% 100% 0
helper.array.chunk 100% 100% 0
helper.array.contains-duplicates 100% 100% 0
helper.array.for-each-if-absent 100% 100% 0
helper.array.for-each-if-present 100% 100% 0
helper.array.hash 100% 100% 0
helper.array.push-if-absent 100% 100% 0
helper.array.remove 67% 40% 0
helper.boolean.from 100% 100% 0
helper.boolean.from-storage 100% 100% 0
helper.boolean.is 100% 100% 0
helper.date.from-storage 100% 100% 0
helper.date.is 100% 100% 0
helper.number 100% 83% 0
helper.number.from 100% 100% 0
helper.number.from-storage 100% 100% 0
helper.number.generator 100% 100% 0
helper.number.is 100% 100% 0
helper.number.is-numeric 100% 100% 0
helper.object.from-storage 100% 100% 0
helper.object.is 100% 100% 0
helper.stopwatch 67% 84% 0
helper.storage 97% 93% 0
helper.string 100% 50% 0
helper.string.chunk 100% 100% 0
helper.string.count-words 100% 100% 0
helper.string.cut 100% 100% 0
helper.string.email 100% 50% 0
helper.string.from 100% 100% 0
helper.string.from-storage 100% 100% 0
helper.string.generator 91% 82% 0
helper.string.imploder 83% 61% 0
helper.string.read-time 100% 100% 0
helper.string.transformer 75% 50% 0
helper.string.truncate 100% 100% 0
helper.string.url 100% 50% 0
Summary 91% (307 / 338) 82% (173 / 210) 0

@Dafnik Dafnik merged commit 6d1dd30 into main Feb 2, 2026
15 checks passed
@Dafnik Dafnik deleted the renovate/minor-updates branch February 2, 2026 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant