Skip to content

Commit

Permalink
Update packages (#100)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump vite from 4.4.4 to 4.5.5

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.4 to 4.5.5.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.5/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.5/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(deps): bump minimatch from 3.0.5 to 3.0.6

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.5 to 3.0.6.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.5...v3.0.6)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(deps): bump micromatch from 4.0.4 to 4.0.8

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.4 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.4...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update semver

* Update yaml

* Update json5

* Update async

* Update ansi-regex

* Update ip

* Update nx

* Update @textlint-rule/textlint-rule-no-unmatched-pair

* Update mocha

* Update express

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
massongit and dependabot[bot] authored Dec 10, 2024
1 parent a0d35a7 commit a432de1
Show file tree
Hide file tree
Showing 8 changed files with 233 additions and 993 deletions.
2 changes: 1 addition & 1 deletion packages/@textlint/config-inliner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"mocha": "^8.4.0",
"mocha": "^9.2.2",
"prettier": "^2.3.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/config-partial-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"mocha": "^8.4.0",
"mocha": "^9.2.2",
"prettier": "^2.3.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/runtime-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"mocha": "^8.4.0",
"mocha": "^9.2.2",
"prettier": "^2.3.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/script-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"@types/webpack": "^5.28.5",
"mocha": "^8.4.0",
"mocha": "^9.2.2",
"prettier": "^2.3.0",
"textlint-rule-no-dropping-the-ra": "^3.0.0",
"textlint-rule-preset-ja-technical-writing": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/script-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"mocha": "^8.4.0",
"mocha": "^9.2.2",
"prettier": "^2.3.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@textlint/website-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"@types/rimraf": "3.0.0",
"mocha": "^8.4.0",
"mocha": "^9.2.2",
"prettier": "^2.3.0",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/textchecker-element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/mocha": "^10.0.1",
"@types/node": "^18.13.0",
"@types/rimraf": "^3.0.0",
"mocha": "^8.4.0",
"mocha": "^9.2.2",
"prettier": "^2.3.0",
"rimraf": "^3.0.2",
"textlint-rule-preset-ja-technical-writing": "^8.0.0",
Expand Down
Loading

0 comments on commit a432de1

Please sign in to comment.