Skip to content

Commit 817be5a

Browse files
Update linter dependencies
1 parent 920d70c commit 817be5a

3 files changed

Lines changed: 37 additions & 23 deletions

File tree

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@playwright/test": "^1.57.0",
1212
"@types/node": "^22.19.3",
1313
"eslint": "^8.57.0",
14-
"eslint-plugin-playwright": "^1.6.1",
14+
"eslint-plugin-playwright": "^2.0.0",
1515
"testcontainers": "^11.11.0"
1616
},
1717
"engines": {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"devDependencies": {
2525
"@changesets/cli": "^2.29.8",
2626
"depcheck": "^1.4.7",
27-
"eslint-config-prettier": "^9.1.0",
27+
"eslint-config-prettier": "^10.0.0",
2828
"eslint-config-react-app": "^7.0.1",
29-
"eslint-plugin-notice": "^0.9.10",
30-
"eslint-plugin-promise": "^6.1.1",
29+
"eslint-plugin-notice": "^1.0.0",
30+
"eslint-plugin-promise": "^7.0.0",
3131
"husky": "^9.0.11",
3232
"lint-staged": "^15.5.2",
3333
"prettier": "^3.8.1",

yarn.lock

Lines changed: 33 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1566,6 +1566,13 @@
15661566
dependencies:
15671567
eslint-visitor-keys "^3.4.3"
15681568

1569+
"@eslint-community/eslint-utils@^4.4.0":
1570+
version "4.9.1"
1571+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595"
1572+
integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==
1573+
dependencies:
1574+
eslint-visitor-keys "^3.4.3"
1575+
15691576
"@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.6.1":
15701577
version "4.12.1"
15711578
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
@@ -5745,10 +5752,10 @@ escape-string-regexp@^4.0.0:
57455752
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
57465753
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
57475754

5748-
eslint-config-prettier@^9.1.0:
5749-
version "9.1.0"
5750-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
5751-
integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==
5755+
eslint-config-prettier@^10.0.0:
5756+
version "10.1.8"
5757+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.8.tgz#15734ce4af8c2778cc32f0b01b37b0b5cd1ecb97"
5758+
integrity sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==
57525759

57535760
eslint-config-react-app@^7.0.1:
57545761
version "7.0.1"
@@ -5847,26 +5854,28 @@ eslint-plugin-jsx-a11y@^6.5.1:
58475854
safe-regex-test "^1.0.3"
58485855
string.prototype.includes "^2.0.1"
58495856

5850-
eslint-plugin-notice@^0.9.10:
5851-
version "0.9.10"
5852-
resolved "https://registry.yarnpkg.com/eslint-plugin-notice/-/eslint-plugin-notice-0.9.10.tgz#89cf6377bf1c004a219c4e541321ea9125b408c8"
5853-
integrity sha512-rF79EuqdJKu9hhTmwUkNeSvLmmq03m/NXq/NHwUENHbdJ0wtoyOjxZBhW4QCug8v5xYE6cGe3AWkGqSIe9KUbQ==
5857+
eslint-plugin-notice@^1.0.0:
5858+
version "1.0.0"
5859+
resolved "https://registry.yarnpkg.com/eslint-plugin-notice/-/eslint-plugin-notice-1.0.0.tgz#4b98ffdf2274d10f34a4231a74efafdecad6cde4"
5860+
integrity sha512-M3VLQMZzZpvfTZ/vy9FmClIKq5rLBbQpM0KgfLZPJPrVXpmJYeobmmb+lfJzHWdNm8PWwvw8KlafQWo2N9xx1Q==
58545861
dependencies:
58555862
find-root "^1.1.0"
5856-
lodash "^4.17.15"
5863+
lodash "^4.17.21"
58575864
metric-lcs "^0.1.2"
58585865

5859-
eslint-plugin-playwright@^1.6.1:
5860-
version "1.8.3"
5861-
resolved "https://registry.yarnpkg.com/eslint-plugin-playwright/-/eslint-plugin-playwright-1.8.3.tgz#00d86f3d59669c4bafd5c76d4d923bc2f0a67772"
5862-
integrity sha512-h87JPFHkz8a6oPhn8GRGGhSQoAJjx0AkOv1jME6NoMk2FpEsfvfJJNaQDxLSqSALkCr0IJXPGTnp6SIRVu5Nqg==
5866+
eslint-plugin-playwright@^2.0.0:
5867+
version "2.5.1"
5868+
resolved "https://registry.yarnpkg.com/eslint-plugin-playwright/-/eslint-plugin-playwright-2.5.1.tgz#f4bdc721ecaab2dac4690208ebd48ae020513435"
5869+
integrity sha512-q7oqVQTTfa3VXJQ8E+ln0QttPGrs/XmSO1FjOMzQYBMYF3btih4FIrhEYh34JF184GYDmq3lJ/n7CMa49OHBvA==
58635870
dependencies:
5864-
globals "^13.23.0"
5871+
globals "^16.4.0"
58655872

5866-
eslint-plugin-promise@^6.1.1:
5867-
version "6.6.0"
5868-
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.6.0.tgz#acd3fd7d55cead7a10f92cf698f36c0aafcd717a"
5869-
integrity sha512-57Zzfw8G6+Gq7axm2Pdo3gW/Rx3h9Yywgn61uE/3elTCOePEHVrn2i5CdfBwA1BLK0Q0WqctICIUSqXZW/VprQ==
5873+
eslint-plugin-promise@^7.0.0:
5874+
version "7.2.1"
5875+
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-7.2.1.tgz#a0652195700aea40b926dc3c74b38e373377bfb0"
5876+
integrity sha512-SWKjd+EuvWkYaS+uN2csvj0KoP43YTu7+phKQ5v+xw6+A0gutVX2yqCeCkC3uLCJFiPfR2dD8Es5L7yUsmvEaA==
5877+
dependencies:
5878+
"@eslint-community/eslint-utils" "^4.4.0"
58705879

58715880
eslint-plugin-react-hooks@^4.3.0:
58725881
version "4.6.2"
@@ -6682,13 +6691,18 @@ globals@^11.1.0:
66826691
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
66836692
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
66846693

6685-
globals@^13.19.0, globals@^13.23.0:
6694+
globals@^13.19.0:
66866695
version "13.24.0"
66876696
resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171"
66886697
integrity sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==
66896698
dependencies:
66906699
type-fest "^0.20.2"
66916700

6701+
globals@^16.4.0:
6702+
version "16.5.0"
6703+
resolved "https://registry.yarnpkg.com/globals/-/globals-16.5.0.tgz#ccf1594a437b97653b2be13ed4d8f5c9f850cac1"
6704+
integrity sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==
6705+
66926706
globalthis@^1.0.4:
66936707
version "1.0.4"
66946708
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.4.tgz#7430ed3a975d97bfb59bcce41f5cabbafa651236"

0 commit comments

Comments
 (0)