![dependabot[bot]](/assets/img/avatar_default.png)
Bumps the non-breaking-changes group with 5 updates: | Package | From | To | | --- | --- | --- | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.0` | `2.1.1` | | [vue](https://github.com/vuejs/core) | `3.5.4` | `3.5.5` | | [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) | `3.5.0` | `3.6.0` | | [@vue/reactivity](https://github.com/vuejs/core/tree/HEAD/packages/reactivity) | `3.5.4` | `3.5.5` | | [@vue/shared](https://github.com/vuejs/core/tree/HEAD/packages/shared) | `3.5.4` | `3.5.5` | Updates `vitest` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.1/packages/vitest) Updates `vue` from 3.5.4 to 3.5.5 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/compare/v3.5.4...v3.5.5) Updates `eslint-plugin-perfectionist` from 3.5.0 to 3.6.0 - [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases) - [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md) - [Commits](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.5.0...v3.6.0) Updates `@vue/reactivity` from 3.5.4 to 3.5.5 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits/v3.5.5/packages/reactivity) Updates `@vue/shared` from 3.5.4 to 3.5.5 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits/v3.5.5/packages/shared) --- updated-dependencies: - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: vue dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: eslint-plugin-perfectionist dependency-type: direct:development update-type: version-update:semver-minor dependency-group: non-breaking-changes - dependency-name: "@vue/reactivity" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: "@vue/shared" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-breaking-changes ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"name": "@vben/eslint-config",
|
|
"version": "5.0.0",
|
|
"private": true,
|
|
"homepage": "https://github.com/vbenjs/vue-vben-admin",
|
|
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
|
|
"directory": "internal/lint-configs/eslint-config"
|
|
},
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"stub": "pnpm unbuild --stub"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"main": "./dist/index.mjs",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.mjs"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"eslint-config-turbo": "^2.1.2",
|
|
"eslint-plugin-command": "^0.2.5",
|
|
"eslint-plugin-import-x": "^4.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.10.0",
|
|
"@types/eslint": "^9.6.1",
|
|
"@typescript-eslint/eslint-plugin": "^8.5.0",
|
|
"@typescript-eslint/parser": "^8.5.0",
|
|
"eslint": "^9.10.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
"eslint-plugin-jsdoc": "^50.2.3",
|
|
"eslint-plugin-jsonc": "^2.16.0",
|
|
"eslint-plugin-n": "^17.10.2",
|
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
"eslint-plugin-perfectionist": "^3.6.0",
|
|
"eslint-plugin-prettier": "^5.2.1",
|
|
"eslint-plugin-regexp": "^2.6.0",
|
|
"eslint-plugin-unicorn": "^55.0.0",
|
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
"eslint-plugin-vitest": "^0.5.4",
|
|
"eslint-plugin-vue": "^9.28.0",
|
|
"globals": "^15.9.0",
|
|
"jsonc-eslint-parser": "^2.4.0",
|
|
"vue-eslint-parser": "^9.4.3"
|
|
}
|
|
}
|