From 78e7719b854b40ad3ba0693abd89e4f02d9bd314 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Jun 2025 11:56:25 +0000 Subject: [PATCH 1/2] chore(deps): bump the eslint group across 1 directory with 6 updates Bumps the eslint group with 6 updates in the /tools/code-style directory: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.28.0` | `9.29.0` | | [eslint-config-love](https://github.com/mightyiam/eslint-config-love) | `120.0.0` | `121.0.0` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.31.0` | `2.32.0` | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `50.7.1` | `51.1.1` | | [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.19.0` | `17.20.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.33.1` | `8.34.1` | Updates `@eslint/js` from 9.28.0 to 9.29.0 - [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.29.0/packages/js) Updates `eslint-config-love` from 120.0.0 to 121.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/v120.0.0...v121.0.0) Updates `eslint-plugin-import` from 2.31.0 to 2.32.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.31.0...v2.32.0) Updates `eslint-plugin-jsdoc` from 50.7.1 to 51.1.1 - [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/v50.7.1...v51.1.1) Updates `eslint-plugin-n` from 17.19.0 to 17.20.0 - [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.19.0...v17.20.0) Updates `typescript-eslint` from 8.33.1 to 8.34.1 - [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.34.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-config-love dependency-version: 121.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-import dependency-version: 2.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-jsdoc dependency-version: 51.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-n dependency-version: 17.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint - dependency-name: typescript-eslint dependency-version: 8.34.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] --- tools/code-style/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/code-style/package.json b/tools/code-style/package.json index e4e168e02..1f6aca136 100644 --- a/tools/code-style/package.json +++ b/tools/code-style/package.json @@ -6,19 +6,19 @@ "node": ">=20.18" }, "dependencies": { - "@eslint/js": "9.28.0", + "@eslint/js": "9.29.0", "eslint": "9.14.0", - "eslint-config-love": "120.0.0", - "eslint-plugin-import": "2.31.0", - "eslint-plugin-jsdoc": "50.7.1", + "eslint-config-love": "121.0.0", + "eslint-plugin-import": "2.32.0", + "eslint-plugin-jsdoc": "51.1.1", "eslint-plugin-license-header": "0.8.0", - "eslint-plugin-n": "17.19.0", + "eslint-plugin-n": "17.20.0", "eslint-plugin-promise": "7.2.1", "eslint-plugin-simple-import-sort": "12.1.1", "eslint-plugin-tsdoc": "0.4.0", "globals": "^16.0.0", "neostandard": "0.12.1", - "typescript-eslint": "8.33.1" + "typescript-eslint": "8.34.1" }, "scripts": { "cs-fix": "npm exec -- eslint --fix ." From 86fe01a4f4be3a43e1cac4ed3bfb33504101e830 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Tue, 24 Jun 2025 12:28:33 +0200 Subject: [PATCH 2/2] "fix" Signed-off-by: Jan Kowalleck --- tests/_data/models.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/_data/models.js b/tests/_data/models.js index 6974ff932..321fbd74b 100644 --- a/tests/_data/models.js +++ b/tests/_data/models.js @@ -21,6 +21,8 @@ const { PackageURL } = require('packageurl-js') const { Enums, Models, Types } = require('../../') +/* eslint-disable jsdoc/no-undefined-types -- something is odd with type detection */ + /** * @returns {Models.Bom} */