From 5793e8f51959c368ea9c551b01f1d71a411aa5f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 18:25:05 +0000 Subject: [PATCH] build(deps-dev): Bump the eslint group with 2 updates Bumps the eslint group with 2 updates: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) and [eslint](https://github.com/eslint/eslint). Updates `@eslint/js` from 9.9.1 to 9.10.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.10.0/packages/js) Updates `eslint` from 9.9.1 to 9.10.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/compare/v9.9.1...v9.10.0) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- yarn.lock | 33 +++++++++++++++++++++------------ 2 files changed, 23 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index bb6fcb2..7f8d269 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@arethetypeswrong/cli": "0.16.0", "@commitlint/cli": "19.4.1", "@commitlint/types": "19.0.3", - "@eslint/js": "9.9.1", + "@eslint/js": "9.10.0", "@flex-development/commitlint-config": "1.0.1", "@flex-development/decorator-regex": "2.0.0", "@flex-development/docast": "1.0.0-alpha.18", @@ -114,7 +114,7 @@ "dprint": "0.47.2", "editorconfig": "2.0.0", "esbuild": "0.23.1", - "eslint": "9.9.1", + "eslint": "9.10.0", "eslint-import-resolver-typescript": "3.6.3", "eslint-mdx": "3.1.5", "eslint-plugin-chai-expect": "3.1.0", diff --git a/yarn.lock b/yarn.lock index e1518b7..66093d9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1419,10 +1419,10 @@ __metadata: languageName: node linkType: hard -"@eslint/js@npm:9.9.1": - version: 9.9.1 - resolution: "@eslint/js@npm:9.9.1" - checksum: 10/c3fac3389bda97e790eea03c0a0be2dc1cfb0eec3863f8c4b88033ca7bad4265e4c48abe40d4dc8f82b456a2617fc8a499b2b90837c8bd39a05ebc8cb34c3a04 +"@eslint/js@npm:9.10.0": + version: 9.10.0 + resolution: "@eslint/js@npm:9.10.0" + checksum: 10/cbda2bf268c8ac7a2b2493aaaa0113a78165a576ee5178b9fbdaf245c3d40ffaf41d006f75afab5718f68d816f00319e267b4c88ead100b19022fe491f9e0175 languageName: node linkType: hard @@ -1433,6 +1433,15 @@ __metadata: languageName: node linkType: hard +"@eslint/plugin-kit@npm:^0.1.0": + version: 0.1.0 + resolution: "@eslint/plugin-kit@npm:0.1.0" + dependencies: + levn: "npm:^0.4.1" + checksum: 10/3c6b10505f53c6e32b40572f780164b75389bbabd1bf80ab8742222710d90683a2cc9480468fca132da636f6a3053ae60b173181d14f4975fde2e6f8f9564c6d + languageName: node + linkType: hard + "@flex-development/aggregate-error-ponyfill@npm:3.1.1": version: 3.1.1 resolution: "@flex-development/aggregate-error-ponyfill@npm:3.1.1::__archiveUrl=https%3A%2F%2Fnpm.pkg.github.com%2Fdownload%2F%40flex-development%2Faggregate-error-ponyfill%2F3.1.1%2F06789d036a0573f507331cc4d1068616a4e58c9e" @@ -1893,7 +1902,7 @@ __metadata: "@arethetypeswrong/cli": "npm:0.16.0" "@commitlint/cli": "npm:19.4.1" "@commitlint/types": "npm:19.0.3" - "@eslint/js": "npm:9.9.1" + "@eslint/js": "npm:9.10.0" "@flex-development/commitlint-config": "npm:1.0.1" "@flex-development/decorator-regex": "npm:2.0.0" "@flex-development/docast": "npm:1.0.0-alpha.18" @@ -1925,7 +1934,7 @@ __metadata: dprint: "npm:0.47.2" editorconfig: "npm:2.0.0" esbuild: "npm:0.23.1" - eslint: "npm:9.9.1" + eslint: "npm:9.10.0" eslint-import-resolver-typescript: "npm:3.6.3" eslint-mdx: "npm:3.1.5" eslint-plugin-chai-expect: "npm:3.1.0" @@ -5141,15 +5150,16 @@ __metadata: languageName: node linkType: hard -"eslint@npm:9.9.1": - version: 9.9.1 - resolution: "eslint@npm:9.9.1" +"eslint@npm:9.10.0": + version: 9.10.0 + resolution: "eslint@npm:9.10.0" dependencies: "@eslint-community/eslint-utils": "npm:^4.2.0" "@eslint-community/regexpp": "npm:^4.11.0" "@eslint/config-array": "npm:^0.18.0" "@eslint/eslintrc": "npm:^3.1.0" - "@eslint/js": "npm:9.9.1" + "@eslint/js": "npm:9.10.0" + "@eslint/plugin-kit": "npm:^0.1.0" "@humanwhocodes/module-importer": "npm:^1.0.1" "@humanwhocodes/retry": "npm:^0.3.0" "@nodelib/fs.walk": "npm:^1.2.8" @@ -5172,7 +5182,6 @@ __metadata: is-glob: "npm:^4.0.0" is-path-inside: "npm:^3.0.3" json-stable-stringify-without-jsonify: "npm:^1.0.1" - levn: "npm:^0.4.1" lodash.merge: "npm:^4.6.2" minimatch: "npm:^3.1.2" natural-compare: "npm:^1.4.0" @@ -5186,7 +5195,7 @@ __metadata: optional: true bin: eslint: bin/eslint.js - checksum: 10/d53dcfff396642cc33907b7c4a04536205f8889ae264fe105eea29de571b5923eb9b0bc6fc95b5d30414796cbe180dc93a523e0fdd4f26b2b4b4cf0195969908 + checksum: 10/bbb6da7db83f5182cff5a5e1681cf77be761e37bfbfedf66add9d3d2a216dbc336e787d02d05a2ea85179c51a10203713b2438b86adfd7666c29afd3ee008fe8 languageName: node linkType: hard