Skip to content

Commit

Permalink
chore(deps): update dependency rimraf to ^4.4.1 (#1482)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [rimraf](https://togithub.com/isaacs/rimraf) | [`^4.4.0` ->
`^4.4.1`](https://renovatebot.com/diffs/npm/rimraf/4.4.0/4.4.1) |
[![age](https://badges.renovateapi.com/packages/npm/rimraf/4.4.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/rimraf/4.4.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/rimraf/4.4.1/compatibility-slim/4.4.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/rimraf/4.4.1/confidence-slim/4.4.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>isaacs/rimraf</summary>

###
[`v4.4.1`](https://togithub.com/isaacs/rimraf/compare/v4.4.0...v4.4.1)

[Compare
Source](https://togithub.com/isaacs/rimraf/compare/v4.4.0...v4.4.1)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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.

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/fwouts/previewjs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNy4xIiwidXBkYXRlZEluVmVyIjoiMzUuMTcuMSJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 22, 2023
1 parent aa21668 commit 5173bbf
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion chromeless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@types/express": "^4.17.17",
"rimraf": "^4.4.0",
"rimraf": "^4.4.1",
"typescript": "^4.9.5",
"unbuild": "^1.1.2",
"vite": "^4.2.1"
Expand Down
2 changes: 1 addition & 1 deletion daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"exclusive-promises": "^1.0.3",
"exit-hook": "^3.2.0",
"is-wsl": "^2.2.0",
"rimraf": "^4.4.0",
"rimraf": "^4.4.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.5",
"unbuild": "^1.1.2"
Expand Down
2 changes: 1 addition & 1 deletion frameworks/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@previewjs/properties": "workspace:*",
"@previewjs/testing": "workspace:*",
"preact": "^10.13.1",
"rimraf": "^4.4.0",
"rimraf": "^4.4.1",
"unbuild": "^1.1.2",
"vite": "^4.2.1",
"vitest": "^0.29.7"
Expand Down
2 changes: 1 addition & 1 deletion frameworks/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/react-dom": "^18.0.11",
"concurrently": "^7.6.0",
"react": "^18.2.0",
"rimraf": "^4.4.0",
"rimraf": "^4.4.1",
"shx": "^0.3.4",
"unbuild": "^1.1.2",
"vite": "^4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion frameworks/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@previewjs/iframe": "workspace:*",
"@previewjs/testing": "workspace:*",
"@types/fs-extra": "^11.0.1",
"rimraf": "^4.4.0",
"rimraf": "^4.4.1",
"shx": "^0.3.4",
"unbuild": "^1.1.2",
"vite": "^4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion frameworks/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@vue/runtime-core": "^3.2.47",
"@vue/runtime-dom": "^3.2.47",
"@vue/shared": "^3.2.47",
"rimraf": "^4.4.0",
"rimraf": "^4.4.1",
"shx": "^0.3.4",
"unbuild": "^1.1.2",
"vite": "^4.2.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 @@ -34,7 +34,7 @@
"esbuild": "^0.17.12",
"nodemon": "^2.0.22",
"open": "^9.0.0",
"rimraf": "^4.4.0",
"rimraf": "^4.4.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
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.17.12",
"rimraf": "^4.4.0",
"rimraf": "^4.4.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.5"
}
Expand Down
2 changes: 1 addition & 1 deletion integrations/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"exclusive-promises": "^1.0.3",
"execa": "^7.1.1",
"ovsx": "^0.8.0",
"rimraf": "^4.4.0",
"rimraf": "^4.4.1",
"strip-ansi": "^7.0.1",
"typescript": "^4.9.5",
"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 @@ -52,7 +52,7 @@
"fs-extra": "^11.1.1",
"pnpm": "^7.30.0",
"proper-lockfile": "^4.1.2",
"rimraf": "^4.4.0",
"rimraf": "^4.4.1",
"typescript": "^4.9.5"
}
}
48 changes: 24 additions & 24 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 @@ -35,7 +35,7 @@
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"rimraf": "^4.4.0",
"rimraf": "^4.4.1",
"typescript": "^4.9.5",
"unbuild": "^1.1.2"
}
Expand Down

0 comments on commit 5173bbf

Please sign in to comment.