Skip to content

chore(deps): update dependency rimraf to v6#63

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/rimraf-6.x
Open

chore(deps): update dependency rimraf to v6#63
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/rimraf-6.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Sep 6, 2024

This PR contains the following updates:

Package Change Age Confidence
rimraf ^2.2.8^6.0.0 age confidence

Release Notes

isaacs/rimraf (rimraf)

v6.1.3

Compare Source

v6.1.2

Compare Source

v6.1.1

Compare Source

v6.1.0

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v5.0.10

Compare Source

v5.0.9

Compare Source

v5.0.8

Compare Source

v5.0.7

Compare Source

v5.0.6

Compare Source

v5.0.5

Compare Source

v5.0.4

Compare Source

v5.0.3

Compare Source

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

v4.4.1

Compare Source

v4.4.0

Compare Source

v4.3.1

Compare Source

v4.3.0

Compare Source

v4.2.0

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

v4.1.1

Compare Source

v4.1.0

Compare Source

v4.0.7

Compare Source

v4.0.6

Compare Source

v4.0.5

Compare Source

v4.0.4

Compare Source

v4.0.3

Compare Source

v4.0.2

Compare Source

v4.0.1

Compare Source

v4.0.0

Compare Source

v3.0.2

Compare Source

v3.0.1

Compare Source

v3.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@cypress-app-bot
Copy link

See the guidelines for reviewing dependency updates for info on how to review dependency update PRs.

@renovate renovate bot changed the title chore(deps): update dependency rimraf to v6 chore(deps): update dependency rimraf to v6 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/rimraf-6.x branch December 8, 2024 18:28
@renovate renovate bot changed the title chore(deps): update dependency rimraf to v6 - autoclosed chore(deps): update dependency rimraf to v6 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/rimraf-6.x branch from 9856219 to 4061409 Compare December 9, 2024 04:29
@renovate renovate bot force-pushed the renovate/rimraf-6.x branch from 4061409 to 0e4cb40 Compare August 10, 2025 15:12
@renovate renovate bot force-pushed the renovate/rimraf-6.x branch from 0e4cb40 to 36e448b Compare October 31, 2025 00:14
@renovate renovate bot force-pushed the renovate/rimraf-6.x branch 2 times, most recently from da1c7b2 to 3a76a5a Compare January 8, 2026 20:37
@renovate renovate bot force-pushed the renovate/rimraf-6.x branch from 3a76a5a to 92ead29 Compare February 2, 2026 16:43
@renovate renovate bot force-pushed the renovate/rimraf-6.x branch 3 times, most recently from e67aa6b to f8fc264 Compare February 17, 2026 17:33
@renovate renovate bot force-pushed the renovate/rimraf-6.x branch from f8fc264 to 7b55ba7 Compare March 5, 2026 18:42
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

"nyc": "^17.0.0",
"phantomjs-prebuilt": "^2.1.3",
"rimraf": "^2.2.8",
"rimraf": "^6.0.0",
Copy link

Choose a reason for hiding this comment

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

rimraf v6 breaks rimraf.sync() call in tests

High Severity

Upgrading rimraf from ^2.2.8 to ^6.0.0 breaks the existing usage in tests/test-unix.js. The test file does var rimraf = require('rimraf') followed by rimraf.sync(socket). In rimraf v2, require('rimraf') returned a function with a .sync property. In rimraf v5+, the default export was removed — require('rimraf') now returns an object with named exports like { rimraf, rimrafSync, ... }. The .sync property no longer exists on the module object, so rimraf.sync(socket) will throw a TypeError at runtime.

Additional Locations (1)

Fix in Cursor Fix in Web

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