Skip to content

Commit 23468fc

Browse files
chore(deps): update dependency rimraf to ^6.1.3 (#1931)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [rimraf](https://redirect.github.com/isaacs/rimraf) | [`^6.1.2` → `^6.1.3`](https://renovatebot.com/diffs/npm/rimraf/6.1.2/6.1.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/rimraf/6.1.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rimraf/6.1.2/6.1.3?slim=true) | --- ### Release Notes <details> <summary>isaacs/rimraf (rimraf)</summary> ### [`v6.1.3`](https://redirect.github.com/isaacs/rimraf/compare/v6.1.2...f738c781d14fa7bc06f8e39e062d78f701fde3f1) [Compare Source](https://redirect.github.com/isaacs/rimraf/compare/v6.1.2...v6.1.3) </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/textlint/textlint). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMi4wIiwidXBkYXRlZEluVmVyIjoiNDMuMjIuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 81bdc42 commit 23468fc

19 files changed

Lines changed: 97 additions & 55 deletions

File tree

packages/@textlint/ast-node-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"devDependencies": {
3131
"@types/node": "^24.10.13",
32-
"rimraf": "^6.1.2",
32+
"rimraf": "^6.1.3",
3333
"typescript": "~5.8.3",
3434
"vitest": "^3.2.4"
3535
}

packages/@textlint/ast-tester/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"devDependencies": {
4747
"@types/debug": "^4.1.12",
4848
"@types/node": "^24.10.13",
49-
"rimraf": "^6.1.2",
49+
"rimraf": "^6.1.3",
5050
"typescript": "~5.8.3",
5151
"vitest": "^3.2.4"
5252
},

packages/@textlint/ast-traverse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"devDependencies": {
4343
"@textlint/markdown-to-ast": "workspace:*",
4444
"@types/node": "^24.10.13",
45-
"rimraf": "^6.1.2",
45+
"rimraf": "^6.1.3",
4646
"typescript": "~5.8.3",
4747
"vitest": "^3.2.4"
4848
},

packages/@textlint/config-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@types/debug": "^4.1.12",
5858
"@types/node": "^24.10.13",
5959
"prettier": "^2.3.0",
60-
"rimraf": "^6.1.2",
60+
"rimraf": "^6.1.3",
6161
"typescript": "~5.8.3",
6262
"vitest": "^3.2.4"
6363
},

packages/@textlint/feature-flag/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@types/node": "^24.10.13",
40-
"rimraf": "^6.1.2",
40+
"rimraf": "^6.1.3",
4141
"typescript": "~5.8.3",
4242
"vitest": "^3.2.4"
4343
}

packages/@textlint/fixer-formatter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"devDependencies": {
5353
"@types/debug": "^4.1.12",
5454
"@types/node": "^24.10.13",
55-
"rimraf": "^6.1.2",
55+
"rimraf": "^6.1.3",
5656
"typescript": "~5.8.3",
5757
"vitest": "^3.2.4"
5858
},

packages/@textlint/kernel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@textlint/markdown-to-ast": "workspace:*",
5353
"@types/debug": "^4.1.12",
5454
"@types/node": "^24.10.13",
55-
"rimraf": "^6.1.2",
55+
"rimraf": "^6.1.3",
5656
"shelljs": "^0.10.0",
5757
"textlint-rule-preset-ja-spacing": "^2.4.3",
5858
"typescript": "~5.8.3",

packages/@textlint/linter-formatter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@types/lodash": "^4.17.23",
5555
"@types/node": "^24.10.13",
5656
"chai": "^4.5.0",
57-
"rimraf": "^6.1.2",
57+
"rimraf": "^6.1.3",
5858
"typescript": "~5.8.3",
5959
"vitest": "^3.2.4"
6060
},

packages/@textlint/markdown-to-ast/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@types/node": "^24.10.13",
5252
"@types/unist": "^3.0.3",
5353
"mkdirp": "^1.0.4",
54-
"rimraf": "^6.1.2",
54+
"rimraf": "^6.1.3",
5555
"typescript": "~5.8.3",
5656
"vitest": "^3.2.4"
5757
},

packages/@textlint/module-interop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@types/node": "^24.10.13",
5151
"prettier": "^2.7.1",
52-
"rimraf": "^6.1.2",
52+
"rimraf": "^6.1.3",
5353
"typescript": "~5.8.3",
5454
"vitest": "^3.2.4"
5555
},

0 commit comments

Comments
 (0)