Skip to content

Commit a4bf65b

Browse files
chore(deps): replace rimraf with premove (#942)
* chore(deps): update dependency rimraf to v6 * Replace rimraf with premove --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lachlan Collins <[email protected]>
1 parent f988322 commit a4bf65b

File tree

9 files changed

+18
-19
lines changed

9 files changed

+18
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
"jsdom": "^25.0.1",
4545
"knip": "^5.45.0",
4646
"nx": "^20.4.6",
47+
"premove": "^4.0.0",
4748
"prettier": "^3.5.3",
4849
"prettier-plugin-svelte": "^3.3.3",
4950
"publint": "^0.3.7",
50-
"rimraf": "^5.0.10",
5151
"sherif": "^1.4.0",
5252
"typescript": "5.2.2",
5353
"vite": "^5.4.14",

packages/angular-virtual/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"build"
4141
],
4242
"scripts": {
43-
"clean": "rimraf ./build",
43+
"clean": "premove ./build",
4444
"test:types": "tsc --noEmit",
4545
"test:eslint": "eslint ./src",
4646
"build": "ng-packagr -p ng-package.json -c tsconfig.build.json"

packages/lit-virtual/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"datagrid"
2222
],
2323
"scripts": {
24-
"clean": "rimraf ./dist && rimraf ./coverage",
24+
"clean": "premove ./dist ./coverage",
2525
"test:eslint": "eslint ./src",
2626
"test:types": "tsc",
2727
"test:build": "publint --strict",

packages/react-virtual/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"datagrid"
2424
],
2525
"scripts": {
26-
"clean": "rimraf ./dist && rimraf ./coverage",
26+
"clean": "premove ./dist ./coverage",
2727
"test:eslint": "eslint ./src",
2828
"test:types": "tsc",
2929
"test:lib": "vitest",

packages/solid-virtual/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"datagrid"
2424
],
2525
"scripts": {
26-
"clean": "rimraf ./dist && rimraf ./coverage",
26+
"clean": "premove ./dist ./coverage",
2727
"test:eslint": "eslint ./src",
2828
"test:types": "tsc",
2929
"test:build": "publint --strict",

packages/svelte-virtual/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"datagrid"
2525
],
2626
"scripts": {
27-
"clean": "rimraf ./dist && rimraf ./coverage",
27+
"clean": "premove ./dist ./coverage",
2828
"test:eslint": "eslint ./src",
2929
"test:types": "tsc",
3030
"test:build": "publint --strict",

packages/virtual-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"datagrid"
2424
],
2525
"scripts": {
26-
"clean": "rimraf ./dist && rimraf ./coverage",
26+
"clean": "premove ./dist ./coverage",
2727
"test:eslint": "eslint ./src",
2828
"test:types": "tsc",
2929
"test:lib": "vitest",

packages/vue-virtual/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"datagrid"
2828
],
2929
"scripts": {
30-
"clean": "rimraf ./dist && rimraf ./coverage",
30+
"clean": "premove ./dist ./coverage",
3131
"test:eslint": "eslint ./src",
3232
"test:types": "tsc",
3333
"test:build": "publint --strict",

pnpm-lock.yaml

Lines changed: 10 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)