2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-06-03 07:12:33 +00:00

chore(deps-dev): bump the modman-dependencies group (#817)

Bumps the modman-dependencies group in /src/ModManUi with 3 updates: [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest), [npm-run-all2](https://github.com/bcomnes/npm-run-all2) and [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc).


Updates `@vitest/eslint-plugin` from 1.6.17 to 1.6.18
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.6.17...v1.6.18)

Updates `npm-run-all2` from 9.0.0 to 9.0.1
- [Release notes](https://github.com/bcomnes/npm-run-all2/releases)
- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bcomnes/npm-run-all2/compare/v9.0.0...v9.0.1)

Updates `vue-tsc` from 3.3.1 to 3.3.2
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v3.3.2/packages/tsc)

---
updated-dependencies:
- dependency-name: "@vitest/eslint-plugin"
  dependency-version: 1.6.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: modman-dependencies
- dependency-name: npm-run-all2
  dependency-version: 9.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: modman-dependencies
- dependency-name: vue-tsc
  dependency-version: 3.3.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: modman-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-05-30 09:08:44 +02:00
committed by GitHub
parent ac9e691342
commit f7be1ac9c1
+3 -3
View File
@@ -26,7 +26,7 @@
"@types/jsdom": "28.0.3", "@types/jsdom": "28.0.3",
"@types/node": "25.9.1", "@types/node": "25.9.1",
"@vitejs/plugin-vue": "6.0.7", "@vitejs/plugin-vue": "6.0.7",
"@vitest/eslint-plugin": "1.6.17", "@vitest/eslint-plugin": "1.6.18",
"@vue/eslint-config-prettier": "10.2.0", "@vue/eslint-config-prettier": "10.2.0",
"@vue/eslint-config-typescript": "14.7.0", "@vue/eslint-config-typescript": "14.7.0",
"@vue/test-utils": "2.4.10", "@vue/test-utils": "2.4.10",
@@ -35,13 +35,13 @@
"eslint-plugin-vue": "10.9.1", "eslint-plugin-vue": "10.9.1",
"jiti": "2.7.0", "jiti": "2.7.0",
"jsdom": "29.1.1", "jsdom": "29.1.1",
"npm-run-all2": "9.0.0", "npm-run-all2": "9.0.1",
"prettier": "3.8.3", "prettier": "3.8.3",
"sass": "1.100.0", "sass": "1.100.0",
"typescript": "6.0.3", "typescript": "6.0.3",
"vite": "8.0.14", "vite": "8.0.14",
"vite-plugin-vue-devtools": "8.1.2", "vite-plugin-vue-devtools": "8.1.2",
"vitest": "4.1.7", "vitest": "4.1.7",
"vue-tsc": "3.3.1" "vue-tsc": "3.3.2"
} }
} }