Skip to content

Commit

Permalink
chore(deps): update patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 7, 2024
1 parent 891739e commit a5c6774
Show file tree
Hide file tree
Showing 17 changed files with 408 additions and 313 deletions.
679 changes: 387 additions & 292 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@
"test/*",
"website"
],
"packageManager": "npm@9.9.2"
"packageManager": "npm@9.9.3"
}
2 changes: 1 addition & 1 deletion packages/@textlint/ast-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@types/mocha": "^9.1.1",
"@types/node": "^18.19.9",
"@types/node": "^18.19.31",
"mocha": "^10.4.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/ast-traverse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@textlint/markdown-to-ast": "^14.0.4",
"@types/mocha": "^9.1.1",
"@types/node": "^18.19.9",
"@types/node": "^18.19.31",
"mocha": "^10.4.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/config-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"devDependencies": {
"@types/mocha": "^9.1.1",
"@types/node": "^18.19.9",
"@types/node": "^18.19.31",
"mocha": "^10.4.0",
"prettier": "^2.3.0",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/feature-flag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@types/mocha": "^9.1.1",
"@types/node": "^18.19.9",
"@types/node": "^18.19.31",
"mocha": "^10.4.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/fixer-formatter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@types/diff": "^4.0.2",
"@types/mocha": "^9.1.1",
"@types/node": "^18.19.9",
"@types/node": "^18.19.31",
"mocha": "^10.4.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/kernel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@textlint/markdown-to-ast": "^14.0.4",
"@types/debug": "^4.1.12",
"@types/mocha": "^9.1.1",
"@types/node": "^18.19.9",
"@types/node": "^18.19.31",
"mocha": "^10.4.0",
"rimraf": "^3.0.2",
"shelljs": "^0.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/legacy-textlint-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@textlint/textlint-plugin-text": "^14.0.4"
},
"devDependencies": {
"@types/node": "^18.19.9",
"@types/node": "^18.19.31",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"typescript": "~5.3.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/@textlint/linter-formatter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@
"@textlint/types": "^14.0.4",
"chalk": "^4.1.2",
"debug": "^4.3.4",
"js-yaml": "^3.14.1",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"pluralize": "^2.0.0",
"string-width": "^4.2.3",
"strip-ansi": "^6.0.1",
"table": "^6.8.1",
"table": "^6.8.2",
"text-table": "^0.2.0",
"try-resolve": "^1.0.1"
},
"devDependencies": {
"@types/js-yaml": "^3.12.10",
"@types/lodash": "^4.17.0",
"@types/mocha": "^9.1.1",
"@types/node": "^18.19.9",
"@types/node": "^18.19.31",
"chai": "^4.4.1",
"mocha": "^10.4.0",
"proxyquire": "^2.1.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/@textlint/markdown-to-ast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
"remark-frontmatter": "^3.0.0",
"remark-gfm": "^1.0.0",
"remark-parse": "^9.0.0",
"traverse": "^0.6.8",
"traverse": "^0.6.9",
"unified": "^9.2.2"
},
"devDependencies": {
"@textlint/ast-tester": "^14.0.4",
"@types/mocha": "^9.1.1",
"@types/node": "^18.19.9",
"@types/node": "^18.19.31",
"@types/traverse": "^0.6.36",
"mkdirp": "^1.0.4",
"mocha": "^10.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/module-interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@types/mocha": "^9.1.1",
"@types/node": "^18.19.9",
"@types/node": "^18.19.31",
"mocha": "^10.4.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/source-code-fixer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"devDependencies": {
"@types/mocha": "^9.1.1",
"@types/node": "^18.19.9",
"@types/node": "^18.19.31",
"mocha": "^10.4.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@textlint/markdown-to-ast": "^14.0.4",
"@types/mocha": "^9.1.1",
"@types/node": "^18.19.9",
"@types/node": "^18.19.31",
"mocha": "^10.4.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@types/mocha": "^9.1.1",
"@types/node": "^18.19.9",
"@types/node": "^18.19.31",
"mocha": "^10.4.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/textlint-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@types/mocha": "^9.1.1",
"@types/node": "^18.19.9",
"@types/node": "^18.19.31",
"analyze-desumasu-dearu": "^4.0.1",
"match-index": "^1.0.3",
"mocha": "^10.4.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/textlint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"glob": "^7.2.3",
"md5": "^2.3.0",
"mkdirp": "^0.5.6",
"optionator": "^0.9.3",
"optionator": "^0.9.4",
"path-to-glob-pattern": "^2.0.1",
"rc-config-loader": "^4.1.3",
"read-pkg": "^1.1.0",
Expand All @@ -77,7 +77,7 @@
"@types/clone": "^2.1.4",
"@types/glob": "^8.1.0",
"@types/mocha": "^9.1.1",
"@types/node": "^18.19.9",
"@types/node": "^18.19.31",
"@types/read-pkg-up": "^3.0.1",
"@types/shelljs": "^0.8.15",
"clone": "^2.1.2",
Expand All @@ -87,7 +87,7 @@
"textlint-plugin-html": "^0.3.0",
"textlint-rule-helper": "^2.3.1",
"textlint-rule-no-todo": "^2.0.1",
"textlint-rule-preset-ja-spacing": "^2.4.1",
"textlint-rule-preset-ja-spacing": "^2.4.3",
"textlint-rule-preset-jtf-style": "^2.3.14",
"ts-node": "^10.9.2",
"typescript": "~5.3.3"
Expand Down

0 comments on commit a5c6774

Please sign in to comment.