Skip to content

Commit e5b6f35

Browse files
chore(deps-dev): Bump eslint-plugin-regexp from 1.15.0 to 3.1.0
Bumps [eslint-plugin-regexp](https://github.com/ota-meshi/eslint-plugin-regexp) from 1.15.0 to 3.1.0. - [Release notes](https://github.com/ota-meshi/eslint-plugin-regexp/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-regexp/blob/master/CHANGELOG.md) - [Commits](ota-meshi/eslint-plugin-regexp@v1.15.0...v3.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-regexp dependency-version: 3.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a438a0c commit e5b6f35

10 files changed

Lines changed: 49 additions & 50 deletions

File tree

dev-packages/browser-integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
},
7373
"devDependencies": {
7474
"@types/node": "^18.19.1",
75-
"eslint-plugin-regexp": "^1.15.0",
75+
"eslint-plugin-regexp": "^3.1.0",
7676
"glob": "^13.0.6"
7777
},
7878
"volta": {

dev-packages/clear-cache-gh-action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@actions/github": "^5.0.0"
1919
},
2020
"devDependencies": {
21-
"eslint-plugin-regexp": "^1.15.0"
21+
"eslint-plugin-regexp": "^3.1.0"
2222
},
2323
"volta": {
2424
"extends": "../../package.json"

dev-packages/cloudflare-integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"@cloudflare/workers-types": "^4.20260426.0",
2323
"@sentry-internal/test-utils": "10.55.0",
24-
"eslint-plugin-regexp": "^1.15.0",
24+
"eslint-plugin-regexp": "^3.1.0",
2525
"vitest": "^3.2.4",
2626
"wrangler": "4.86.0"
2727
},

dev-packages/e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/node": "^18.19.1",
2424
"dotenv": "16.0.3",
2525
"esbuild": "0.20.0",
26-
"eslint-plugin-regexp": "^1.15.0",
26+
"eslint-plugin-regexp": "^3.1.0",
2727
"glob": "^13.0.6",
2828
"rimraf": "^6.1.3",
2929
"ts-node": "10.9.2"

dev-packages/external-contributor-gh-action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@actions/core": "1.10.1"
1818
},
1919
"devDependencies": {
20-
"eslint-plugin-regexp": "^1.15.0"
20+
"eslint-plugin-regexp": "^3.1.0"
2121
},
2222
"volta": {
2323
"extends": "../../package.json"

dev-packages/node-core-integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"devDependencies": {
5353
"@types/node-cron": "^3.0.11",
5454
"@types/node-schedule": "^2.1.7",
55-
"eslint-plugin-regexp": "^1.15.0",
55+
"eslint-plugin-regexp": "^3.1.0",
5656
"globby": "11"
5757
},
5858
"config": {

dev-packages/node-integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"@types/amqplib": "^0.10.5",
9494
"@types/node-cron": "^3.0.11",
9595
"@types/node-schedule": "^2.1.7",
96-
"eslint-plugin-regexp": "^1.15.0",
96+
"eslint-plugin-regexp": "^3.1.0",
9797
"globby": "11",
9898
"react": "^18.3.1",
9999
"zod": "^3.24.1"

dev-packages/rollup-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"recast": "^0.20.5"
1414
},
1515
"devDependencies": {
16-
"eslint-plugin-regexp": "^1.15.0"
16+
"eslint-plugin-regexp": "^3.1.0"
1717
},
1818
"volta": {
1919
"extends": "../../package.json"

dev-packages/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@playwright/test": "~1.56.0",
5252
"@sentry/core": "10.55.0",
5353
"@types/ws": "^8.18.1",
54-
"eslint-plugin-regexp": "^1.15.0"
54+
"eslint-plugin-regexp": "^3.1.0"
5555
},
5656
"volta": {
5757
"extends": "../../package.json"

yarn.lock

Lines changed: 40 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -4444,7 +4444,7 @@
44444444
dependencies:
44454445
eslint-visitor-keys "^3.4.3"
44464446

4447-
"@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.5.0", "@eslint-community/regexpp@^4.6.1":
4447+
"@eslint-community/regexpp@^4.11.0", "@eslint-community/regexpp@^4.4.0", "@eslint-community/regexpp@^4.6.1", "@eslint-community/regexpp@^4.8.0":
44484448
version "4.12.2"
44494449
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
44504450
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
@@ -13461,11 +13461,16 @@ commander@^9.0.0:
1346113461
resolved "https://registry.yarnpkg.com/commander/-/commander-9.5.0.tgz#bc08d1eb5cedf7ccb797a96199d41c7bc3e60d30"
1346213462
integrity sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==
1346313463

13464-
comment-parser@1.4.1, comment-parser@^1.1.2:
13464+
comment-parser@1.4.1:
1346513465
version "1.4.1"
1346613466
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.4.1.tgz#bdafead37961ac079be11eb7ec65c4d021eaf9cc"
1346713467
integrity sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==
1346813468

13469+
comment-parser@^1.4.0:
13470+
version "1.4.7"
13471+
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.4.7.tgz#f0e05275a94253814fddd4c22fcf2cc4a117116e"
13472+
integrity sha512-0h+uSNtQGW3D98eQt3jJ8L06Fves8hncB4V/PKdw/Qb8Hnk19VaKuTr55UNRYiSoVa7WwrFls+rh3ux9agmkeQ==
13473+
1346913474
commenting@^1.1.0:
1347013475
version "1.1.0"
1347113476
resolved "https://registry.yarnpkg.com/commenting/-/commenting-1.1.0.tgz#fae14345c6437b8554f30bc6aa6c1e1633033590"
@@ -16453,19 +16458,18 @@ eslint-plugin-react@^7.20.5, eslint-plugin-react@^7.31.11:
1645316458
semver "^6.3.0"
1645416459
string.prototype.matchall "^4.0.8"
1645516460

16456-
eslint-plugin-regexp@^1.15.0:
16457-
version "1.15.0"
16458-
resolved "https://registry.yarnpkg.com/eslint-plugin-regexp/-/eslint-plugin-regexp-1.15.0.tgz#2717cd4867418287b36d9569c72fca7d242c59b3"
16459-
integrity sha512-YEtQPfdudafU7RBIFci81R/Q1yErm0mVh3BkGnXD2Dk8DLwTFdc2ITYH1wCnHKim2gnHfPFgrkh+b2ozyyU7ag==
16461+
eslint-plugin-regexp@^3.1.0:
16462+
version "3.1.0"
16463+
resolved "https://registry.yarnpkg.com/eslint-plugin-regexp/-/eslint-plugin-regexp-3.1.0.tgz#e6fede2919ae39cece0669e02259c0feb1718cd9"
16464+
integrity sha512-qGXIC3DIKZHcK1H9A9+Byz9gmndY6TTSRkSMTZpNXdyCw2ObSehRgccJv35n9AdUakEjQp5VFNLas6BMXizCZg==
1646016465
dependencies:
1646116466
"@eslint-community/eslint-utils" "^4.2.0"
16462-
"@eslint-community/regexpp" "^4.4.0"
16463-
comment-parser "^1.1.2"
16464-
grapheme-splitter "^1.0.4"
16465-
jsdoctypeparser "^9.0.0"
16466-
refa "^0.11.0"
16467-
regexp-ast-analysis "^0.6.0"
16468-
scslre "^0.2.0"
16467+
"@eslint-community/regexpp" "^4.11.0"
16468+
comment-parser "^1.4.0"
16469+
jsdoc-type-pratt-parser "^7.0.0"
16470+
refa "^0.12.1"
16471+
regexp-ast-analysis "^0.7.1"
16472+
scslre "^0.3.0"
1646916473

1647016474
eslint-plugin-simple-import-sort@^12.1.1:
1647116475
version "12.1.1"
@@ -18197,11 +18201,6 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.3, graceful-fs@^4.1.5, graceful-fs@^4.1.6,
1819718201
resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725"
1819818202
integrity sha1-TK+tdrxi8C+gObL5Tpo906ORpyU=
1819918203

18200-
grapheme-splitter@^1.0.4:
18201-
version "1.0.4"
18202-
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
18203-
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
18204-
1820518204
graphemer@^1.4.0:
1820618205
version "1.4.0"
1820718206
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
@@ -20020,16 +20019,16 @@ js-yaml@^4.1.0, js-yaml@^4.1.1:
2002020019
dependencies:
2002120020
argparse "^2.0.1"
2002220021

20022+
jsdoc-type-pratt-parser@^7.0.0:
20023+
version "7.2.0"
20024+
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-7.2.0.tgz#0a29c27bd4e01e85e4617625e34e797be1486a9b"
20025+
integrity sha512-dh140MMgjyg3JhJZY/+iEzW+NO5xR2gpbDFKHqotCmexElVntw7GjWjt511+C/Ef02RU5TKYrJo/Xlzk+OLaTw==
20026+
2002320027
jsdoc-type-pratt-parser@~4.1.0:
2002420028
version "4.1.0"
2002520029
resolved "https://registry.yarnpkg.com/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.1.0.tgz#ff6b4a3f339c34a6c188cbf50a16087858d22113"
2002620030
integrity sha512-Hicd6JK5Njt2QB6XYFS7ok9e37O8AYk3jTcppG4YVQnYjOemymvTcmc7OWsmq/Qqj5TdRFO5/x/tIPmBeRtGHg==
2002720031

20028-
jsdoctypeparser@^9.0.0:
20029-
version "9.0.0"
20030-
resolved "https://registry.yarnpkg.com/jsdoctypeparser/-/jsdoctypeparser-9.0.0.tgz#8c97e2fb69315eb274b0f01377eaa5c940bd7b26"
20031-
integrity sha512-jrTA2jJIL6/DAEILBEh2/w9QxCuwmvNXIry39Ay/HVfhE3o2yVV0U44blYkqdHA/OKloJEqvJy0xU+GSdE2SIw==
20032-
2003320032
jsdom-worker@^0.3.0:
2003420033
version "0.3.0"
2003520034
resolved "https://registry.yarnpkg.com/jsdom-worker/-/jsdom-worker-0.3.0.tgz#aff32ec089d17f56a5a344a426b6fb2f56e7de54"
@@ -25865,12 +25864,12 @@ redux@^4.0.5:
2586525864
loose-envify "^1.4.0"
2586625865
symbol-observable "^1.2.0"
2586725866

25868-
refa@^0.11.0:
25869-
version "0.11.0"
25870-
resolved "https://registry.yarnpkg.com/refa/-/refa-0.11.0.tgz#07d57a9f5f3ee2dd58e0d145a6a489fda2591ed0"
25871-
integrity sha512-486O8/pQXwj9jV0mVvUnTsxq0uknpBnNJ0eCUhkZqJRQ8KutrT1PhzmumdCeM1hSBF2eMlFPmwECRER4IbKXlQ==
25867+
refa@^0.12.0, refa@^0.12.1:
25868+
version "0.12.1"
25869+
resolved "https://registry.yarnpkg.com/refa/-/refa-0.12.1.tgz#dac13c4782dc22b6bae6cce81a2b863888ea39c6"
25870+
integrity sha512-J8rn6v4DBb2nnFqkqwy6/NnTYMcgLA+sLr0iIO41qpv0n+ngb7ksag2tMRl0inb1bbO/esUwzW1vbJi7K0sI0g==
2587225871
dependencies:
25873-
"@eslint-community/regexpp" "^4.5.0"
25872+
"@eslint-community/regexpp" "^4.8.0"
2587425873

2587525874
reflect-metadata@0.2.1:
2587625875
version "0.2.1"
@@ -25963,13 +25962,13 @@ regex@^5.1.1:
2596325962
dependencies:
2596425963
regex-utilities "^2.3.0"
2596525964

25966-
regexp-ast-analysis@^0.6.0:
25967-
version "0.6.0"
25968-
resolved "https://registry.yarnpkg.com/regexp-ast-analysis/-/regexp-ast-analysis-0.6.0.tgz#c0b648728c85d266a409ce00a6440c01c9834c61"
25969-
integrity sha512-OLxjyjPkVH+rQlBLb1I/P/VTmamSjGkvN5PTV5BXP432k3uVz727J7H29GA5IFiY0m7e1xBN7049Wn59FY3DEQ==
25965+
regexp-ast-analysis@^0.7.0, regexp-ast-analysis@^0.7.1:
25966+
version "0.7.1"
25967+
resolved "https://registry.yarnpkg.com/regexp-ast-analysis/-/regexp-ast-analysis-0.7.1.tgz#c0e24cb2a90f6eadd4cbaaba129317e29d29c482"
25968+
integrity sha512-sZuz1dYW/ZsfG17WSAG7eS85r5a0dDsvg+7BiiYR5o6lKCAtUrEwdmRmaGF6rwVj3LcmAeYkOWKEPlbPzN3Y3A==
2597025969
dependencies:
25971-
"@eslint-community/regexpp" "^4.5.0"
25972-
refa "^0.11.0"
25970+
"@eslint-community/regexpp" "^4.8.0"
25971+
refa "^0.12.1"
2597325972

2597425973
regexp-tree@^0.1.27:
2597525974
version "0.1.27"
@@ -26833,14 +26832,14 @@ schema-utils@^4.0.0, schema-utils@^4.3.0, schema-utils@^4.3.3:
2683326832
ajv-formats "^2.1.1"
2683426833
ajv-keywords "^5.1.0"
2683526834

26836-
scslre@^0.2.0:
26837-
version "0.2.0"
26838-
resolved "https://registry.yarnpkg.com/scslre/-/scslre-0.2.0.tgz#b604eedbab76f87003738d00de44d7601a78609e"
26839-
integrity sha512-4hc49fUMmX3jM0XdFUAPBrs1xwEcdHa0KyjEsjFs+Zfc66mpFpq5YmRgDtl+Ffo6AtJIilfei+yKw8fUn3N88w==
26835+
scslre@^0.3.0:
26836+
version "0.3.0"
26837+
resolved "https://registry.yarnpkg.com/scslre/-/scslre-0.3.0.tgz#c3211e9bfc5547fc86b1eabaa34ed1a657060155"
26838+
integrity sha512-3A6sD0WYP7+QrjbfNA2FN3FsOaGGFoekCVgTyypy53gPxhbkCIjtO6YWgdrfM+n/8sI8JeXZOIxsHjMTNxQ4nQ==
2684026839
dependencies:
26841-
"@eslint-community/regexpp" "^4.5.0"
26842-
refa "^0.11.0"
26843-
regexp-ast-analysis "^0.6.0"
26840+
"@eslint-community/regexpp" "^4.8.0"
26841+
refa "^0.12.0"
26842+
regexp-ast-analysis "^0.7.0"
2684426843

2684526844
scule@^1.0.0, scule@^1.2.0, scule@^1.3.0:
2684626845
version "1.3.0"

0 commit comments

Comments
 (0)