Skip to content

Commit 113e150

Browse files
chore(deps-dev): bump the dependencies group with 2 updates (#7352)
Bumps the dependencies group with 2 updates: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) and [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress). Updates `@eslint/js` from 9.8.0 to 9.9.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.9.0/packages/js) Updates `eslint-plugin-cypress` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](cypress-io/eslint-plugin-cypress@v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: eslint-plugin-cypress dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d45e492 commit 113e150

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@babel/preset-react": "^7.24.7",
7878
"@eslint/compat": "^1.1.1",
7979
"@eslint/eslintrc": "^3.1.0",
80-
"@eslint/js": "^9.8.0",
80+
"@eslint/js": "^9.9.0",
8181
"@mdx-js/loader": "^3.0.1",
8282
"@mdx-js/react": "^3.0.1",
8383
"@octokit/auth-action": "^5.1.1",
@@ -95,7 +95,7 @@
9595
"duplexer": "^0.1.1",
9696
"eslint": "^9.7.0",
9797
"eslint-config-prettier": "^9.1.0",
98-
"eslint-plugin-cypress": "^3.4.0",
98+
"eslint-plugin-cypress": "^3.5.0",
9999
"eslint-plugin-mdx": "^3.1.5",
100100
"eslint-plugin-react": "^7.35.0",
101101
"eslint-plugin-react-hooks": "^4.6.2",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1317,10 +1317,10 @@
13171317
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.7.0.tgz#b712d802582f02b11cfdf83a85040a296afec3f0"
13181318
integrity sha512-ChuWDQenef8OSFnvuxv0TCVxEwmu3+hPNKvM9B34qpM0rDRbjL8t5QkQeHHeAfsKQjuH9wS82WeCi1J/owatng==
13191319

1320-
"@eslint/js@^9.8.0":
1321-
version "9.8.0"
1322-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.8.0.tgz#ae9bc14bb839713c5056f5018bcefa955556d3a4"
1323-
integrity sha512-MfluB7EUfxXtv3i/++oh89uzAr4PDI4nn201hsp+qaXqsjAWzinlZEHEfPgAX4doIlKvPG/i0A9dpKxOLII8yA==
1320+
"@eslint/js@^9.9.0":
1321+
version "9.9.0"
1322+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.9.0.tgz#d8437adda50b3ed4401964517b64b4f59b0e2638"
1323+
integrity sha512-hhetes6ZHP3BlXLxmd8K2SNgkhNSi+UcecbnwWKwpP7kyi/uC75DJ1lOOBO3xrC4jyojtGE3YxKZPHfk4yrgug==
13241324

13251325
"@eslint/object-schema@^2.1.4":
13261326
version "2.1.4"
@@ -5411,10 +5411,10 @@ eslint-mdx@^3.1.5:
54115411
uvu "^0.5.6"
54125412
vfile "^6.0.1"
54135413

5414-
eslint-plugin-cypress@^3.4.0:
5415-
version "3.4.0"
5416-
resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-3.4.0.tgz#6a7f508cda7579184265b50129b853e0c06c9944"
5417-
integrity sha512-Rrrr3Ri6wHqzrRr+TyUV7bDS4UnMMrFY1R1PP2F7XdGfe9txDC6lQEshyoNOWqGoPkbbeDm1x1XPc/adxemsnA==
5414+
eslint-plugin-cypress@^3.5.0:
5415+
version "3.5.0"
5416+
resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-3.5.0.tgz#380ef5049ad80ebeca923db69e4aa96e72fcd893"
5417+
integrity sha512-JZQ6XnBTNI8h1B9M7wJSFzc48SYbh7VMMKaNTQOFa3BQlnmXPrVc4PKen8R+fpv6VleiPeej6VxloGb42zdRvw==
54185418
dependencies:
54195419
globals "^13.20.0"
54205420

0 commit comments

Comments
 (0)