Skip to content

Commit e10e941

Browse files
build(deps-dev): bump the dev-dependencies group with 6 updates (#117)
Bumps the dev-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `19.0.3` | `19.1.0` | | [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `19.0.3` | `19.1.0` | | [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.14.202` | `4.17.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.1.1` | `7.2.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.1.1` | `7.2.0` | | [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `9.22.0` | `9.23.0` | Updates `@commitlint/cli` from 19.0.3 to 19.1.0 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.1.0/@commitlint/cli) Updates `@commitlint/config-conventional` from 19.0.3 to 19.1.0 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.1.0/@commitlint/config-conventional) Updates `@types/lodash` from 4.14.202 to 4.17.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Updates `@typescript-eslint/eslint-plugin` from 7.1.1 to 7.2.0 - [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.2.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.1.1 to 7.2.0 - [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.2.0/packages/parser) Updates `eslint-plugin-vue` from 9.22.0 to 9.23.0 - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](vuejs/eslint-plugin-vue@v9.22.0...v9.23.0) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@commitlint/config-conventional" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@types/lodash" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: eslint-plugin-vue dependency-type: direct:development update-type: version-update:semver-minor 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 b1c95a8 commit e10e941

File tree

2 files changed

+86
-86
lines changed

2 files changed

+86
-86
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,17 @@
7878
},
7979
"devDependencies": {
8080
"@arco-plugins/vite-vue": "^1.4.5",
81-
"@commitlint/cli": "^19.0.3",
82-
"@commitlint/config-conventional": "^19.0.3",
81+
"@commitlint/cli": "^19.1.0",
82+
"@commitlint/config-conventional": "^19.1.0",
8383
"@commitlint/types": "^19.0.3",
8484
"@eslint/js": "^8.57.0",
8585
"@intlify/unplugin-vue-i18n": "3.0.1",
86-
"@types/lodash": "^4.14.202",
86+
"@types/lodash": "^4.17.0",
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.1",
91-
"@typescript-eslint/parser": "^7.1.1",
90+
"@typescript-eslint/eslint-plugin": "^7.2.0",
91+
"@typescript-eslint/parser": "^7.2.0",
9292
"@vitejs/plugin-vue": "^5.0.4",
9393
"@vitejs/plugin-vue-jsx": "^3.1.0",
9494
"autoprefixer": "^10.4.18",
@@ -97,7 +97,7 @@
9797
"eslint-config-prettier": "^9.1.0",
9898
"eslint-define-config": "^2.1.0",
9999
"eslint-plugin-prettier": "^5.1.3",
100-
"eslint-plugin-vue": "^9.22.0",
100+
"eslint-plugin-vue": "^9.23.0",
101101
"husky": "^9.0.11",
102102
"less": "^4.2.0",
103103
"lint-staged": "^15.2.2",

0 commit comments

Comments
 (0)