Skip to content

Commit 33cf18e

Browse files
cek-roadmunk-tempojennifer-shehaneAtofStryker
authored
fix: allow version 10 of the babel-loader peer dependency (#31218)
* fix: allow version 10 of the babel-loader peer dependency * empty commit * adjust babel-loader dependency Co-authored-by: Bill Glesias <bglesias@gmail.com> * upgrade babel-loader version * chore: test babel loader * chore: add changelog entry (only necessary due to touching the packages directory) * chore: add changelog entry (only necessary due to touching the packages directory) --------- Co-authored-by: Jennifer Shehane <jennifer@cypress.io> Co-authored-by: Bill Glesias <bglesias@gmail.com>
1 parent 45da70a commit 33cf18e

File tree

7 files changed

+14
-29
lines changed

7 files changed

+14
-29
lines changed

cli/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ _Released 4/8/2025 (PENDING)_
55

66
**Bugfixes:**
77

8+
- Allows for `babel-loader` version 10 to be a peer dependency of `@cypress/webpack-preprocessor`. Fixed in [#31218](https://github.com/cypress-io/cypress/pull/31218).
89
- Fixed an issue where Firefox BiDi was prematurely removing prerequests on pending requests. Fixes [#31376](https://github.com/cypress-io/cypress/issues/31376).
910

1011
**Misc:**

npm/webpack-batteries-included-preprocessor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@babel/preset-react": "^7.24.7",
1717
"@babel/runtime": "^7.25.0",
1818
"assert": "^2.0.0",
19-
"babel-loader": "^9.1.3",
19+
"babel-loader": "^10.0.0",
2020
"babel-plugin-add-module-exports": "^1.0.2",
2121
"browserify-zlib": "^0.2.0",
2222
"buffer": "^6.0.3",

npm/webpack-preprocessor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@babel/core": "^7.25.2",
2929
"@babel/preset-env": "^7.25.3",
3030
"@types/mocha": "9.0.0",
31-
"babel-loader": "^9.1.3",
31+
"babel-loader": "^10.0.0",
3232
"chai": "4.1.2",
3333
"chalk": "3.0.0",
3434
"chokidar-cli": "2.1.0",
@@ -47,7 +47,7 @@
4747
"peerDependencies": {
4848
"@babel/core": "^7.25.2",
4949
"@babel/preset-env": "^7.25.3",
50-
"babel-loader": "^8.3 || ^9",
50+
"babel-loader": "^8.3 || ^9 || ^10",
5151
"webpack": "^4 || ^5"
5252
},
5353
"files": [

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
"@types/node": "20.16.0",
175175
"@types/request-promise": "^4.1.48",
176176
"@types/tar": "^6.1.0",
177-
"babel-loader": "9.1.3",
177+
"babel-loader": "10.0.0",
178178
"chai": "1.10.0",
179179
"chai-as-promised": "7.1.1",
180180
"chai-subset": "1.6.0",

packages/web-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/webpack": "^5.28.1",
1818
"arraybuffer-loader": "1.0.8",
1919
"autoprefixer": "10.4.20",
20-
"babel-loader": "9.1.3",
20+
"babel-loader": "10.0.0",
2121
"browser-resolve": "2.0.0",
2222
"buffer": "6.0.3",
2323
"chai": "4.2.0",

system-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@types/mocha": "9.1.0",
4040
"@typescript-eslint/eslint-plugin": "7.2.0",
4141
"@typescript-eslint/parser": "7.2.0",
42-
"babel-loader": "9.1.3",
42+
"babel-loader": "10.0.0",
4343
"base64url": "^3.0.1",
4444
"bluebird": "3.7.2",
4545
"body-parser": "1.20.2",

yarn.lock

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -10861,13 +10861,12 @@ babel-eslint@^7.2.3:
1086110861
babel-types "^6.23.0"
1086210862
babylon "^6.17.0"
1086310863

10864-
babel-loader@9.1.3, babel-loader@^9.1.3:
10865-
version "9.1.3"
10866-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.1.3.tgz#3d0e01b4e69760cc694ee306fe16d358aa1c6f9a"
10867-
integrity sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==
10864+
babel-loader@10.0.0, babel-loader@^10.0.0:
10865+
version "10.0.0"
10866+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-10.0.0.tgz#b9743714c0e1e084b3e4adef3cd5faee33089977"
10867+
integrity sha512-z8jt+EdS61AMw22nSfoNJAZ0vrtmhPRVi6ghL3rCeRZI8cdNYFiV5xeV3HbE7rlZZNmGH8BVccwWt8/ED0QOHA==
1086810868
dependencies:
10869-
find-cache-dir "^4.0.0"
10870-
schema-utils "^4.0.0"
10869+
find-up "^5.0.0"
1087110870

1087210871
babel-messages@^6.23.0:
1087310872
version "6.23.0"
@@ -12939,7 +12938,7 @@ common-ancestor-path@^1.0.1:
1293912938
resolved "https://registry.yarnpkg.com/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz#4f7d2d1394d91b7abdf51871c62f71eadb0182a7"
1294012939
integrity sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==
1294112940

12942-
common-path-prefix@3.0.0, common-path-prefix@^3.0.0:
12941+
common-path-prefix@3.0.0:
1294312942
version "3.0.0"
1294412943
resolved "https://registry.yarnpkg.com/common-path-prefix/-/common-path-prefix-3.0.0.tgz#7d007a7e07c58c4b4d5f433131a19141b29f11e0"
1294512944
integrity sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==
@@ -16973,14 +16972,6 @@ find-cache-dir@^3.3.1:
1697316972
make-dir "^3.0.2"
1697416973
pkg-dir "^4.1.0"
1697516974

16976-
find-cache-dir@^4.0.0:
16977-
version "4.0.0"
16978-
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-4.0.0.tgz#a30ee0448f81a3990708f6453633c733e2f6eec2"
16979-
integrity sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==
16980-
dependencies:
16981-
common-path-prefix "^3.0.0"
16982-
pkg-dir "^7.0.0"
16983-
1698416975
find-process@1.4.7:
1698516976
version "1.4.7"
1698616977
resolved "https://registry.yarnpkg.com/find-process/-/find-process-1.4.7.tgz#8c76962259216c381ef1099371465b5b439ea121"
@@ -17030,7 +17021,7 @@ find-up@5.0.0, find-up@^5.0.0:
1703017021
locate-path "^6.0.0"
1703117022
path-exists "^4.0.0"
1703217023

17033-
find-up@6.3.0, find-up@^6.3.0:
17024+
find-up@6.3.0:
1703417025
version "6.3.0"
1703517026
resolved "https://registry.yarnpkg.com/find-up/-/find-up-6.3.0.tgz#2abab3d3280b2dc7ac10199ef324c4e002c8c790"
1703617027
integrity sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==
@@ -25787,13 +25778,6 @@ pkg-dir@^4.1.0, pkg-dir@^4.2.0:
2578725778
dependencies:
2578825779
find-up "^4.0.0"
2578925780

25790-
pkg-dir@^7.0.0:
25791-
version "7.0.0"
25792-
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-7.0.0.tgz#8f0c08d6df4476756c5ff29b3282d0bab7517d11"
25793-
integrity sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==
25794-
dependencies:
25795-
find-up "^6.3.0"
25796-
2579725781
pkg-types@^1.0.3, pkg-types@^1.3.0:
2579825782
version "1.3.1"
2579925783
resolved "https://registry.yarnpkg.com/pkg-types/-/pkg-types-1.3.1.tgz#bd7cc70881192777eef5326c19deb46e890917df"

0 commit comments

Comments
 (0)