Skip to content

Commit

Permalink
chore(deps): update dependency rimraf to ^5.0.10 (#2752)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [rimraf](https://redirect.github.com/isaacs/rimraf) | [`^5.0.7` ->
`^5.0.10`](https://renovatebot.com/diffs/npm/rimraf/5.0.7/5.0.10) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/rimraf/5.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/rimraf/5.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/rimraf/5.0.7/5.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rimraf/5.0.7/5.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>isaacs/rimraf (rimraf)</summary>

###
[`v5.0.10`](https://redirect.github.com/isaacs/rimraf/compare/v5.0.9...v5.0.10)

[Compare
Source](https://redirect.github.com/isaacs/rimraf/compare/v5.0.9...v5.0.10)

###
[`v5.0.9`](https://redirect.github.com/isaacs/rimraf/compare/v5.0.8...546c9ec50c0e94ac08af7188b02fc1dddfc5134e)

[Compare
Source](https://redirect.github.com/isaacs/rimraf/compare/v5.0.8...v5.0.9)

###
[`v5.0.8`](https://redirect.github.com/isaacs/rimraf/compare/v5.0.7...v5.0.8)

[Compare
Source](https://redirect.github.com/isaacs/rimraf/compare/v5.0.7...v5.0.8)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/fwouts/previewjs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent 24983ca commit ea88ae5
Show file tree
Hide file tree
Showing 12 changed files with 53 additions and 51 deletions.
2 changes: 1 addition & 1 deletion analyzer/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"pino": "^8.21.0",
"pino-pretty": "^11.2.1",
"react": "^18.3.1",
"rimraf": "^5.0.7",
"rimraf": "^5.0.10",
"shx": "^0.3.4",
"unbuild": "^2.0.0",
"vitest": "^1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion chromeless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@types/express": "^4.17.21",
"rimraf": "^5.0.7",
"rimraf": "^5.0.10",
"unbuild": "^2.0.0",
"vite": "^5.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@previewjs/loader": "workspace:*",
"@types/node": "^20.10.6",
"exclusive-promises": "^1.0.3",
"rimraf": "^5.0.7",
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
"typescript": "^5.5.2",
"unbuild": "^2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"pino": "^8.21.0",
"pino-pretty": "^11.2.1",
"preact": "^10.22.0",
"rimraf": "^5.0.7",
"rimraf": "^5.0.10",
"unbuild": "^2.0.0",
"vite": "^5.3.1",
"vitest": "^1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/fs-extra": "^11.0.4",
"pino": "^8.21.0",
"pino-pretty": "^11.2.1",
"rimraf": "^5.0.7",
"rimraf": "^5.0.10",
"shx": "^0.3.4",
"unbuild": "^2.0.0",
"vite": "^5.3.1",
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@vue/shared": "^3.5.12",
"pino": "^8.21.0",
"pino-pretty": "^11.2.1",
"rimraf": "^5.0.7",
"rimraf": "^5.0.10",
"shx": "^0.3.4",
"unbuild": "^2.0.0",
"vite": "^5.3.1",
Expand Down
2 changes: 1 addition & 1 deletion integrations/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"esbuild": "^0.21.5",
"nodemon": "^3.1.4",
"open": "^10.1.0",
"rimraf": "^5.0.7",
"rimraf": "^5.0.10",
"ts-node": "^10.9.2",
"typescript": "^5.5.2"
},
Expand Down
2 changes: 1 addition & 1 deletion integrations/intellij/daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@previewjs/daemon": "workspace:*",
"@previewjs/loader": "workspace:*",
"esbuild": "^0.21.5",
"rimraf": "^5.0.7",
"rimraf": "^5.0.10",
"typescript": "^5.5.2"
}
}
2 changes: 1 addition & 1 deletion integrations/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"execa": "^8.0.1",
"get-port": "^7.1.0",
"ovsx": "^0.9.1",
"rimraf": "^5.0.7",
"rimraf": "^5.0.10",
"strip-ansi": "^7.1.0",
"typescript": "^5.5.2",
"vsce": "^2.15.0"
Expand Down
2 changes: 1 addition & 1 deletion loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"pino": "^8.21.0",
"pino-pretty": "^11.2.1",
"pnpm": "^9.12.2",
"rimraf": "^5.0.7",
"rimraf": "^5.0.10",
"typescript": "^5.5.2"
}
}
82 changes: 42 additions & 40 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"rimraf": "^5.0.7",
"rimraf": "^5.0.10",
"typescript": "^5.5.2",
"unbuild": "^2.0.0"
}
Expand Down

0 comments on commit ea88ae5

Please sign in to comment.