Skip to content

Commit ed087ea

Browse files
chore(deps-dev): bump the dev-minor-and-patch-dependencies group across 1 directory with 2 updates (#8258)
Bumps the dev-minor-and-patch-dependencies group with 2 updates in the / directory: [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) and [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise). Updates `eslint-plugin-cypress` from 6.3.1 to 6.4.0 - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](cypress-io/eslint-plugin-cypress@v6.3.1...v6.4.0) Updates `eslint-plugin-promise` from 7.2.1 to 7.3.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](eslint-community/eslint-plugin-promise@v7.2.1...v7.3.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-version: 6.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-minor-and-patch-dependencies - dependency-name: eslint-plugin-promise dependency-version: 7.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-minor-and-patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d0eba22 commit ed087ea

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,12 @@
192192
"bun": "1.3.13",
193193
"codeowners-audit": "^2.9.0",
194194
"eslint": "^9.39.2",
195-
"eslint-plugin-cypress": "^6.3.1",
195+
"eslint-plugin-cypress": "^6.4.0",
196196
"eslint-plugin-import": "^2.32.0",
197197
"eslint-plugin-jsdoc": "^62.9.0",
198198
"eslint-plugin-mocha": "^11.2.0",
199199
"eslint-plugin-n": "^17.23.2",
200-
"eslint-plugin-promise": "^7.2.1",
200+
"eslint-plugin-promise": "^7.3.0",
201201
"eslint-plugin-unicorn": "^64.0.0",
202202
"express": "^5.1.0",
203203
"glob": "^10.4.5",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1830,10 +1830,10 @@ eslint-module-utils@^2.12.1:
18301830
dependencies:
18311831
debug "^3.2.7"
18321832

1833-
eslint-plugin-cypress@^6.3.1:
1834-
version "6.3.1"
1835-
resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-6.3.1.tgz#b0a4ce9073f39412c3f2b5b8b452a75c1885fec1"
1836-
integrity sha512-iTJtdIZbyCUlagEI4YlVcwgPFV7X379Qi/upujaD4kvOaQkMvzmpt90vfSnaqgqprp/HPIvhnzv3fdI7mYV4QQ==
1833+
eslint-plugin-cypress@^6.4.0:
1834+
version "6.4.0"
1835+
resolved "https://registry.yarnpkg.com/eslint-plugin-cypress/-/eslint-plugin-cypress-6.4.0.tgz#50ed33b4e18d9910ae34fffc9411a6f1690a380a"
1836+
integrity sha512-zdGXFSmTH4w2A+2aU/Abna2s8Vcz5mDxDsnAXP5Vl+pERWRQxlSE2qrrmriNUEKZ62tlOA87b9AOnJX49tOhAQ==
18371837
dependencies:
18381838
globals "^17.5.0"
18391839

@@ -1914,10 +1914,10 @@ eslint-plugin-n@^17.23.2:
19141914
semver "^7.6.3"
19151915
ts-declaration-location "^1.0.6"
19161916

1917-
eslint-plugin-promise@^7.2.1:
1918-
version "7.2.1"
1919-
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-7.2.1.tgz#a0652195700aea40b926dc3c74b38e373377bfb0"
1920-
integrity sha512-SWKjd+EuvWkYaS+uN2csvj0KoP43YTu7+phKQ5v+xw6+A0gutVX2yqCeCkC3uLCJFiPfR2dD8Es5L7yUsmvEaA==
1917+
eslint-plugin-promise@^7.3.0:
1918+
version "7.3.0"
1919+
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-7.3.0.tgz#7c61e117f5db8d7a300bd5143c15d1d828e4c124"
1920+
integrity sha512-6uGiOR0INuujr6PEQmeSSP7GbIMJ/ebEXXiEzb/nOj68LknH5Pxzb/AbZivmr6VE6TkTE8rTjRK9zhKpK6HsRA==
19211921
dependencies:
19221922
"@eslint-community/eslint-utils" "^4.4.0"
19231923

0 commit comments

Comments
 (0)