Skip to content

Commit f04dd19

Browse files
authoredJan 13, 2025··
chore(deps): replace rimraf with premove (#8532)
* chore(deps): replace rimraf with premove * Fix command * Fix sherif
1 parent e3e8814 commit f04dd19

File tree

23 files changed

+32
-73
lines changed

23 files changed

+32
-73
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@
5555
"jsdom": "^25.0.1",
5656
"knip": "^5.40.0",
5757
"nx": "^20.1.3",
58+
"premove": "^4.0.0",
5859
"prettier": "^3.4.2",
5960
"prettier-plugin-svelte": "^3.3.2",
6061
"publint": "^0.2.12",
6162
"react": "^19.0.0",
6263
"react-dom": "^19.0.0",
63-
"rimraf": "^6.0.1",
6464
"sherif": "^1.0.0",
6565
"tsup": "8.0.2",
6666
"typescript": "5.7.2",

‎packages/angular-query-devtools-experimental/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/sponsors/tannerlinsley"
1616
},
1717
"scripts": {
18-
"clean": "rimraf ./build ./coverage",
18+
"clean": "premove ./build ./coverage",
1919
"test:eslint": "eslint ./src",
2020
"test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"",
2121
"test:types:ts51": "node ../../node_modules/typescript51/lib/tsc.js",

‎packages/angular-query-experimental/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"tanstack"
2828
],
2929
"scripts": {
30-
"clean": "rimraf ./build ./coverage",
30+
"clean": "premove ./build ./coverage",
3131
"test:eslint": "eslint ./src",
3232
"test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"",
3333
"test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js",

‎packages/eslint-plugin-query/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/sponsors/tannerlinsley"
1616
},
1717
"scripts": {
18-
"clean": "rimraf ./dist ./coverage",
18+
"clean": "premove ./dist ./coverage",
1919
"test:eslint": "eslint ./src",
2020
"test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"",
2121
"test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js",

‎packages/query-async-storage-persister/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/sponsors/tannerlinsley"
1616
},
1717
"scripts": {
18-
"clean": "rimraf ./build ./coverage",
18+
"clean": "premove ./build ./coverage",
1919
"test:eslint": "eslint ./src",
2020
"test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"",
2121
"test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js",

‎packages/query-broadcast-client-experimental/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/sponsors/tannerlinsley"
1616
},
1717
"scripts": {
18-
"clean": "rimraf ./build ./coverage",
18+
"clean": "premove ./build ./coverage",
1919
"test:eslint": "eslint ./src",
2020
"test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"",
2121
"test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js",

‎packages/query-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/sponsors/tannerlinsley"
1616
},
1717
"scripts": {
18-
"clean": "rimraf ./build ./coverage",
18+
"clean": "premove ./build ./coverage",
1919
"test:eslint": "eslint ./src",
2020
"test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"",
2121
"test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js -p tsconfig.legacy.json",

‎packages/query-devtools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/sponsors/tannerlinsley"
1616
},
1717
"scripts": {
18-
"clean": "rimraf ./build ./coverage",
18+
"clean": "premove ./build ./coverage",
1919
"test:eslint": "eslint ./src",
2020
"test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"",
2121
"test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js",

‎packages/query-persist-client-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/sponsors/tannerlinsley"
1616
},
1717
"scripts": {
18-
"clean": "rimraf ./build ./coverage",
18+
"clean": "premove ./build ./coverage",
1919
"test:eslint": "eslint ./src",
2020
"test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"",
2121
"test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js",

‎packages/query-sync-storage-persister/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/sponsors/tannerlinsley"
1616
},
1717
"scripts": {
18-
"clean": "rimraf ./build ./coverage",
18+
"clean": "premove ./build ./coverage",
1919
"test:eslint": "eslint ./src",
2020
"test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"",
2121
"test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js",

‎packages/react-query-devtools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/sponsors/tannerlinsley"
1616
},
1717
"scripts": {
18-
"clean": "rimraf ./build ./coverage",
18+
"clean": "premove ./build ./coverage",
1919
"test:eslint": "eslint ./src",
2020
"test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"",
2121
"test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js",

‎packages/react-query-next-experimental/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/sponsors/tannerlinsley"
1616
},
1717
"scripts": {
18-
"clean": "rimraf ./build ./coverage",
18+
"clean": "premove ./build ./coverage",
1919
"test:eslint": "eslint ./src",
2020
"test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"",
2121
"test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js",

‎packages/react-query-persist-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/sponsors/tannerlinsley"
1616
},
1717
"scripts": {
18-
"clean": "rimraf ./build ./coverage",
18+
"clean": "premove ./build ./coverage",
1919
"test:eslint": "eslint ./src",
2020
"test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"",
2121
"test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js",

‎packages/react-query/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/sponsors/tannerlinsley"
1616
},
1717
"scripts": {
18-
"clean": "rimraf ./build ./coverage",
18+
"clean": "premove ./build ./coverage",
1919
"test:eslint": "eslint ./src",
2020
"test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"",
2121
"test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js -p tsconfig.legacy.json",

‎packages/solid-query-devtools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/sponsors/tannerlinsley"
1616
},
1717
"scripts": {
18-
"clean": "rimraf ./build ./coverage",
18+
"clean": "premove ./build ./coverage",
1919
"test:eslint": "eslint ./src",
2020
"test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"",
2121
"test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js",

‎packages/solid-query-persist-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/sponsors/tannerlinsley"
1616
},
1717
"scripts": {
18-
"clean": "rimraf ./build ./coverage",
18+
"clean": "premove ./build ./coverage",
1919
"test:eslint": "eslint ./src",
2020
"test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"",
2121
"test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js",

‎packages/solid-query/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/sponsors/tannerlinsley"
1616
},
1717
"scripts": {
18-
"clean": "rimraf ./build ./coverage",
18+
"clean": "premove ./build ./coverage",
1919
"test:eslint": "eslint ./src",
2020
"test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"",
2121
"test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js -p tsconfig.legacy.json",

‎packages/svelte-query-devtools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/sponsors/tannerlinsley"
1616
},
1717
"scripts": {
18-
"clean": "rimraf ./dist ./coverage ./.svelte-kit",
18+
"clean": "premove ./dist ./coverage ./.svelte-kit",
1919
"test:types": "svelte-check --tsconfig ./tsconfig.json",
2020
"test:eslint": "eslint ./src",
2121
"test:build": "publint --strict && attw --pack",

‎packages/svelte-query-persist-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/sponsors/tannerlinsley"
1616
},
1717
"scripts": {
18-
"clean": "rimraf ./dist ./coverage ./.svelte-kit",
18+
"clean": "premove ./dist ./coverage ./.svelte-kit",
1919
"test:types": "svelte-check --tsconfig ./tsconfig.json",
2020
"test:eslint": "eslint ./src",
2121
"test:lib": "vitest",

‎packages/svelte-query/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/sponsors/tannerlinsley"
1616
},
1717
"scripts": {
18-
"clean": "rimraf ./dist ./coverage ./.svelte-kit",
18+
"clean": "premove ./dist ./coverage ./.svelte-kit",
1919
"test:types": "svelte-check --tsconfig ./tsconfig.json",
2020
"test:eslint": "eslint ./src",
2121
"test:lib": "vitest",

‎packages/vue-query-devtools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/sponsors/tannerlinsley"
1616
},
1717
"scripts": {
18-
"clean": "rimraf ./build ./coverage",
18+
"clean": "premove ./build ./coverage",
1919
"test:eslint": "eslint ./src",
2020
"test:types": "vue-tsc",
2121
"test:build": "publint --strict && attw --pack",

‎packages/vue-query/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/sponsors/tannerlinsley"
1616
},
1717
"scripts": {
18-
"clean": "rimraf ./build ./coverage",
18+
"clean": "premove ./build ./coverage",
1919
"test:eslint": "eslint ./src",
2020
"test:types": "vue-demi-switch 3 && pnpm run \"/^test:types:ts[0-9]{2}$/\"",
2121
"test:types:ts50": "node ../../node_modules/typescript50/lib/tsc.js -p tsconfig.legacy.json",

‎pnpm-lock.yaml

+10-51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.