Skip to content

Commit 2ae4e22

Browse files
build(deps-dev): bump the dev-dependencies group with 5 updates (#113)
Bumps the dev-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.1.0` | `7.1.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.1.0` | `7.1.1` | | [bumpp](https://github.com/antfu/bumpp) | `9.3.1` | `9.4.0` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.1.4` | `5.1.5` | | [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `2.0.4` | `2.0.5` | Updates `@typescript-eslint/eslint-plugin` from 7.1.0 to 7.1.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.1.0 to 7.1.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.1/packages/parser) Updates `bumpp` from 9.3.1 to 9.4.0 - [Release notes](https://github.com/antfu/bumpp/releases) - [Commits](antfu-collective/bumpp@v9.3.1...v9.4.0) Updates `vite` from 5.1.4 to 5.1.5 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.1.5/packages/vite) Updates `vue-tsc` from 2.0.4 to 2.0.5 - [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/v2.0.5/packages/tsc) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: bumpp dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: vue-tsc dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f00c8c4 commit 2ae4e22

File tree

2 files changed

+79
-78
lines changed

2 files changed

+79
-78
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@
8787
"@types/mockjs": "^1.0.10",
8888
"@types/nprogress": "^0.2.3",
8989
"@types/sortablejs": "^1.15.8",
90-
"@typescript-eslint/eslint-plugin": "^7.1.0",
91-
"@typescript-eslint/parser": "^7.1.0",
90+
"@typescript-eslint/eslint-plugin": "^7.1.1",
91+
"@typescript-eslint/parser": "^7.1.1",
9292
"@vitejs/plugin-vue": "^5.0.4",
9393
"@vitejs/plugin-vue-jsx": "^3.1.0",
9494
"autoprefixer": "^10.4.18",
95-
"bumpp": "^9.3.1",
95+
"bumpp": "^9.4.0",
9696
"eslint": "^8.57.0",
9797
"eslint-config-prettier": "^9.1.0",
9898
"eslint-define-config": "^2.1.0",
@@ -115,12 +115,12 @@
115115
"typescript": "^5.3.3",
116116
"unplugin-auto-import": "^0.17.5",
117117
"unplugin-vue-components": "^0.26.0",
118-
"vite": "^5.1.4",
118+
"vite": "^5.1.5",
119119
"vite-plugin-compression": "^0.5.1",
120120
"vite-plugin-remove-console": "^2.2.0",
121121
"vite-svg-loader": "^5.1.0",
122122
"vue-eslint-parser": "^9.4.2",
123-
"vue-tsc": "^2.0.4"
123+
"vue-tsc": "^2.0.5"
124124
},
125125
"engines": {
126126
"node": "^18.0.0 || >=20.0.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)