mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-22 04:32:16 -05:00
deps(npm): bump the eslint-plugins-configs group across 1 directory with 6 updates
Bumps the eslint-plugins-configs group with 6 updates in the /dependencies directory: | Package | From | To | | --- | --- | --- | | [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.8.3` | `28.10.0` | | [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.16.0` | `2.18.2` | | [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) | `6.10.0` | `6.10.2` | | [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) | `7.37.1` | `7.37.2` | | [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `4.6.2` | `5.1.0` | | [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `9.28.0` | `9.32.0` | Updates `eslint-plugin-jest` from 28.8.3 to 28.10.0 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.3...v28.10.0) Updates `eslint-plugin-jsonc` from 2.16.0 to 2.18.2 - [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-jsonc/compare/v2.16.0...v2.18.2) Updates `eslint-plugin-jsx-a11y` from 6.10.0 to 6.10.2 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/main/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.10.0...v6.10.2) Updates `eslint-plugin-react` from 7.37.1 to 7.37.2 - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases) - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.37.1...v7.37.2) Updates `eslint-plugin-react-hooks` from 4.6.2 to 5.1.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) Updates `eslint-plugin-vue` from 9.28.0 to 9.32.0 - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.28.0...v9.32.0) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint-plugins-configs - dependency-name: eslint-plugin-jsonc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint-plugins-configs - dependency-name: eslint-plugin-jsx-a11y dependency-type: direct:production update-type: version-update:semver-patch dependency-group: eslint-plugins-configs - dependency-name: eslint-plugin-react dependency-type: direct:production update-type: version-update:semver-patch dependency-group: eslint-plugins-configs - dependency-name: eslint-plugin-react-hooks dependency-type: direct:production update-type: version-update:semver-major dependency-group: eslint-plugins-configs - dependency-name: eslint-plugin-vue dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint-plugins-configs ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
469f30eb53
commit
cd93afd87a
2 changed files with 524 additions and 400 deletions
912
dependencies/package-lock.json
generated
vendored
912
dependencies/package-lock.json
generated
vendored
File diff suppressed because it is too large
Load diff
12
dependencies/package.json
vendored
12
dependencies/package.json
vendored
|
@ -15,14 +15,14 @@
|
|||
"eslint": "^8.57.1",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-jest": "^28.8.3",
|
||||
"eslint-plugin-jest": "^28.10.0",
|
||||
"eslint-plugin-json": "^4.0.1",
|
||||
"eslint-plugin-jsonc": "^2.16.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.10.0",
|
||||
"eslint-plugin-jsonc": "^2.18.2",
|
||||
"eslint-plugin-jsx-a11y": "^6.10.2",
|
||||
"eslint-plugin-prettier": "^5.2.1",
|
||||
"eslint-plugin-react": "^7.37.1",
|
||||
"eslint-plugin-react-hooks": "^4.6.2",
|
||||
"eslint-plugin-vue": "^9.28.0",
|
||||
"eslint-plugin-react": "^7.37.2",
|
||||
"eslint-plugin-react-hooks": "^5.1.0",
|
||||
"eslint-plugin-vue": "^9.32.0",
|
||||
"gherkin-lint": "^4.2.4",
|
||||
"htmlhint": "^1.1.4",
|
||||
"jscpd": "^4.0.5",
|
||||
|
|
Loading…
Reference in a new issue