From a85fe7630dd07e380623bee75e60a11834f25f01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 11:08:40 +0000 Subject: [PATCH] Bump the dev-dependencies group with 2 updates Bumps the dev-dependencies group with 2 updates: [@stylistic/eslint-plugin-js](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js) and [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml). Updates `@stylistic/eslint-plugin-js` from 3.1.0 to 4.0.0 - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v4.0.0/packages/eslint-plugin-js) Updates `eslint-plugin-yml` from 1.16.0 to 1.17.0 - [Release notes](https://github.com/ota-meshi/eslint-plugin-yml/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-yml/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-yml/compare/v1.16.0...v1.17.0) --- updated-dependencies: - dependency-name: "@stylistic/eslint-plugin-js" dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: eslint-plugin-yml dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4731079..9b116ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,11 +18,11 @@ "devDependencies": { "@eslint/json": "^0.10.0", "@eslint/markdown": "^6.2.2", - "@stylistic/eslint-plugin-js": "^3.1.0", + "@stylistic/eslint-plugin-js": "^4.0.0", "eslint": "^9.20.1", "eslint-plugin-import": "^2.31.0", "eslint-plugin-regexp": "^2.7.0", - "eslint-plugin-yml": "^1.16.0", + "eslint-plugin-yml": "^1.17.0", "husky": "^9.1.7" } }, @@ -251,9 +251,9 @@ "license": "MIT" }, "node_modules/@stylistic/eslint-plugin-js": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-3.1.0.tgz", - "integrity": "sha512-lQktsOiCr8S6StG29C5fzXYxLOD6ID1rp4j6TRS+E/qY1xd59Fm7dy5qm9UauJIEoSTlYx6yGsCHYh5UkgXPyg==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-4.0.0.tgz", + "integrity": "sha512-KfA3MdW8rzqhK5zyQdBhtmSSqHGr6AIau9qwlAlOGefSVoxHUEXSVxA4dX7dwxOl+4b61sfHDouid69Tz+Lrmw==", "dev": true, "license": "MIT", "dependencies": { @@ -264,7 +264,7 @@ "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "peerDependencies": { - "eslint": ">=8.40.0" + "eslint": ">=9.0.0" } }, "node_modules/@stylistic/eslint-plugin-js/node_modules/eslint-visitor-keys": { @@ -1219,15 +1219,15 @@ } }, "node_modules/eslint-plugin-yml": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-1.16.0.tgz", - "integrity": "sha512-t4MNCetPjTn18/fUDlQ/wKkcYjnuLYKChBrZ0qUaNqRigVqChHWzTP8SrfFi5s4keX3vdlkWRSu8zHJMdKwxWQ==", + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-yml/-/eslint-plugin-yml-1.17.0.tgz", + "integrity": "sha512-Q3LXFRnNpGYAK/PM0BY1Xs0IY1xTLfM0kC986nNQkx1l8tOGz+YS50N6wXkAJkrBpeUN9OxEMB7QJ+9MTDAqIQ==", "dev": true, "license": "MIT", "dependencies": { "debug": "^4.3.2", + "escape-string-regexp": "4.0.0", "eslint-compat-utils": "^0.6.0", - "lodash": "^4.17.21", "natural-compare": "^1.4.0", "yaml-eslint-parser": "^1.2.1" }, diff --git a/package.json b/package.json index 6c4aace..1100e57 100644 --- a/package.json +++ b/package.json @@ -26,11 +26,11 @@ "devDependencies": { "@eslint/json": "^0.10.0", "@eslint/markdown": "^6.2.2", - "@stylistic/eslint-plugin-js": "^3.1.0", + "@stylistic/eslint-plugin-js": "^4.0.0", "eslint": "^9.20.1", "eslint-plugin-import": "^2.31.0", "eslint-plugin-regexp": "^2.7.0", - "eslint-plugin-yml": "^1.16.0", + "eslint-plugin-yml": "^1.17.0", "husky": "^9.1.7" } }