From edfe5d366e56d010bbc50c44b8b09859cbd9f8d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 11:30:29 +0000 Subject: [PATCH] chore(deps): bump the eslint group across 1 directory with 8 updates Bumps the eslint group with 8 updates in the /tools/code-style directory: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.7.0` | `9.11.1` | | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `8.57.1` | | [eslint-config-love](https://github.com/mightyiam/eslint-config-love) | `56.0.0` | `83.0.0` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.1` | `2.30.0` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `48.7.0` | `50.3.0` | | [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.9.0` | `17.10.3` | | [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) | `6.4.0` | `7.1.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `7.16.0` | `8.7.0` | Updates `@eslint/js` from 9.7.0 to 9.11.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.11.1/packages/js) Updates `eslint` from 8.57.0 to 8.57.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v8.57.1) Updates `eslint-config-love` from 56.0.0 to 83.0.0 - [Release notes](https://github.com/mightyiam/eslint-config-love/releases) - [Changelog](https://github.com/mightyiam/eslint-config-love/blob/main/CHANGELOG.md) - [Commits](https://github.com/mightyiam/eslint-config-love/compare/v56.0.0...v83.0.0) Updates `eslint-plugin-import` from 2.29.1 to 2.30.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.29.1...v2.30.0) Updates `eslint-plugin-jsdoc` from 48.7.0 to 50.3.0 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v48.7.0...v50.3.0) Updates `eslint-plugin-n` from 17.9.0 to 17.10.3 - [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint-community/eslint-plugin-n/compare/v17.9.0...v17.10.3) Updates `eslint-plugin-promise` from 6.4.0 to 7.1.0 - [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-community/eslint-plugin-promise/compare/v6.4.0...v7.1.0) Updates `typescript-eslint` from 7.16.0 to 8.7.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.7.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: eslint - dependency-name: eslint-config-love dependency-type: direct:production update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-import dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-jsdoc dependency-type: direct:production update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-n dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-promise dependency-type: direct:production update-type: version-update:semver-major dependency-group: eslint - dependency-name: typescript-eslint dependency-type: direct:production update-type: version-update:semver-major dependency-group: eslint ... Signed-off-by: dependabot[bot] --- tools/code-style/package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tools/code-style/package.json b/tools/code-style/package.json index cfed2bc01..3f92712c0 100644 --- a/tools/code-style/package.json +++ b/tools/code-style/package.json @@ -7,19 +7,19 @@ }, "dependencies": { "@eslint/eslintrc": "3.1.0", - "@eslint/js": "9.7.0", + "@eslint/js": "9.11.1", "@types/eslint": "^8.56.10", - "eslint": "8.57.0", - "eslint-config-love": "56.0.0", + "eslint": "8.57.1", + "eslint-config-love": "83.0.0", "eslint-plugin-editorconfig": "4.0.3", "eslint-plugin-header": "3.1.1", - "eslint-plugin-import": "2.29.1", - "eslint-plugin-jsdoc": "48.7.0", - "eslint-plugin-n": "17.9.0", - "eslint-plugin-promise": "6.4.0", + "eslint-plugin-import": "2.30.0", + "eslint-plugin-jsdoc": "50.3.0", + "eslint-plugin-n": "17.10.3", + "eslint-plugin-promise": "7.1.0", "eslint-plugin-simple-import-sort": "12.1.1", "eslint-plugin-tsdoc": "0.3.0", "globals": "^15.7.0", - "typescript-eslint": "7.16.0" + "typescript-eslint": "8.7.0" } }