Skip to content

Commit 25b3849

Browse files
chore(deps): Update babel monorepo to ^7.28.4
1 parent 3a610f3 commit 25b3849

File tree

7 files changed

+54
-67
lines changed

7 files changed

+54
-67
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"trailingComma": "es5"
3939
},
4040
"devDependencies": {
41-
"@babel/core": "^7.28.3",
42-
"@babel/types": "^7.28.2",
41+
"@babel/core": "^7.28.4",
42+
"@babel/types": "^7.28.4",
4343
"@cypress/browserify-preprocessor": "^3.0.2",
4444
"@next-shared/common-bricks": "^0.54.0",
4545
"@types/doctrine": "^0.0.9",
@@ -77,8 +77,8 @@
7777
"packages/*"
7878
],
7979
"resolutions": {
80-
"@babel/parser": "^7.28.3",
81-
"@babel/runtime": "^7.28.3",
80+
"@babel/parser": "^7.28.4",
81+
"@babel/runtime": "^7.28.4",
8282
"@types/react": "^18.3.23",
8383
"lodash": "^4.17.21",
8484
"moment": "^2.30.1"

packages/babel-preset-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"@babel/preset-env": "^7.28.3",
1717
"@babel/preset-react": "^7.27.1",
1818
"@babel/preset-typescript": "^7.27.1",
19-
"@babel/runtime": "^7.28.3"
19+
"@babel/runtime": "^7.28.4"
2020
}
2121
}

packages/build-next-bricks/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"node": ">=16"
3535
},
3636
"dependencies": {
37-
"@babel/parser": "^7.28.3",
38-
"@babel/traverse": "^7.28.3",
37+
"@babel/parser": "^7.28.4",
38+
"@babel/traverse": "^7.28.4",
3939
"@next-core/babel-preset-next": "^1.0.26",
4040
"@svgr/webpack": "^8.1.0",
4141
"babel-loader": "^10.0.0",

packages/build-next-libs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"sideEffects": false,
2121
"dependencies": {
2222
"@babel/cli": "^7.28.3",
23-
"@babel/core": "^7.28.3",
23+
"@babel/core": "^7.28.4",
2424
"@next-core/babel-preset-next": "^1.0.26",
2525
"execa": "^5.1.1",
2626
"rimraf": "^6.0.1"

packages/cook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"sideEffects": false,
5151
"dependencies": {
52-
"@babel/parser": "^7.28.3"
52+
"@babel/parser": "^7.28.4"
5353
},
5454
"devDependencies": {
5555
"@next-core/build-next-libs": "^1.0.25",

packages/test-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"node": ">=16"
3333
},
3434
"dependencies": {
35-
"@babel/core": "^7.28.3",
35+
"@babel/core": "^7.28.4",
3636
"@testing-library/dom": "^10.4.1",
3737
"@testing-library/jest-dom": "^6.8.0",
3838
"@testing-library/react": "^16.3.0",

yarn.lock

Lines changed: 44 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@
1212
resolved "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.0.tgz#728c484f4e10df03d5a3acd0d8adcbbebff8ad63"
1313
integrity sha512-Ff9+ksdQQB3rMncgqDK78uLznstjyfIf2Arnh22pW8kBpLs6rpKDwgnZT46hin5Hl1WzazzK64DOrhSwYpS7bQ==
1414

15-
"@ampproject/remapping@^2.2.0":
16-
version "2.2.0"
17-
resolved "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz"
18-
integrity sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==
19-
dependencies:
20-
"@jridgewell/gen-mapping" "^0.1.0"
21-
"@jridgewell/trace-mapping" "^0.3.9"
22-
2315
"@ant-design/colors@^6.0.0":
2416
version "6.0.0"
2517
resolved "https://registry.npmjs.org/@ant-design/colors/-/colors-6.0.0.tgz#9b9366257cffcc47db42b9d0203bb592c13c0298"
@@ -68,21 +60,21 @@
6860
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790"
6961
integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==
7062

71-
"@babel/core@^7.16.0", "@babel/core@^7.21.3", "@babel/core@^7.23.9", "@babel/core@^7.27.4", "@babel/core@^7.28.3":
72-
version "7.28.3"
73-
resolved "https://registry.npmjs.org/@babel/core/-/core-7.28.3.tgz#aceddde69c5d1def69b839d09efa3e3ff59c97cb"
74-
integrity sha512-yDBHV9kQNcr2/sUr9jghVyz9C3Y5G2zUM2H2lo+9mKv4sFgbA8s8Z9t8D1jiTkGoO/NoIfKMyKWr4s6CN23ZwQ==
63+
"@babel/core@^7.16.0", "@babel/core@^7.21.3", "@babel/core@^7.23.9", "@babel/core@^7.27.4", "@babel/core@^7.28.4":
64+
version "7.28.4"
65+
resolved "https://registry.npmjs.org/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496"
66+
integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==
7567
dependencies:
76-
"@ampproject/remapping" "^2.2.0"
7768
"@babel/code-frame" "^7.27.1"
7869
"@babel/generator" "^7.28.3"
7970
"@babel/helper-compilation-targets" "^7.27.2"
8071
"@babel/helper-module-transforms" "^7.28.3"
81-
"@babel/helpers" "^7.28.3"
82-
"@babel/parser" "^7.28.3"
72+
"@babel/helpers" "^7.28.4"
73+
"@babel/parser" "^7.28.4"
8374
"@babel/template" "^7.27.2"
84-
"@babel/traverse" "^7.28.3"
85-
"@babel/types" "^7.28.2"
75+
"@babel/traverse" "^7.28.4"
76+
"@babel/types" "^7.28.4"
77+
"@jridgewell/remapping" "^2.3.5"
8678
convert-source-map "^2.0.0"
8779
debug "^4.1.0"
8880
gensync "^1.0.0-beta.2"
@@ -243,20 +235,20 @@
243235
"@babel/traverse" "^7.27.1"
244236
"@babel/types" "^7.27.1"
245237

246-
"@babel/helpers@^7.28.3":
247-
version "7.28.3"
248-
resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.3.tgz#b83156c0a2232c133d1b535dd5d3452119c7e441"
249-
integrity sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==
238+
"@babel/helpers@^7.28.4":
239+
version "7.28.4"
240+
resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827"
241+
integrity sha512-HFN59MmQXGHVyYadKLVumYsA9dBFun/ldYxipEjzA4196jpLZd8UjEEBLkbEkvfYreDqJhZxYAWFPtrfhNpj4w==
250242
dependencies:
251243
"@babel/template" "^7.27.2"
252-
"@babel/types" "^7.28.2"
244+
"@babel/types" "^7.28.4"
253245

254-
"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.27.2", "@babel/parser@^7.28.3":
255-
version "7.28.3"
256-
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.28.3.tgz#d2d25b814621bca5fe9d172bc93792547e7a2a71"
257-
integrity sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==
246+
"@babel/parser@^7.1.0", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.27.2", "@babel/parser@^7.28.3", "@babel/parser@^7.28.4":
247+
version "7.28.4"
248+
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8"
249+
integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==
258250
dependencies:
259-
"@babel/types" "^7.28.2"
251+
"@babel/types" "^7.28.4"
260252

261253
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.27.1":
262254
version "7.27.1"
@@ -1039,10 +1031,10 @@
10391031
"@babel/plugin-transform-modules-commonjs" "^7.27.1"
10401032
"@babel/plugin-transform-typescript" "^7.27.1"
10411033

1042-
"@babel/[email protected]", "@babel/runtime@^7.1.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.0", "@babel/runtime@^7.20.6", "@babel/runtime@^7.23.2", "@babel/runtime@^7.28.3":
1043-
version "7.28.3"
1044-
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.3.tgz#75c5034b55ba868121668be5d5bb31cc64e6e61a"
1045-
integrity sha512-9uIQ10o0WGdpP6GDhXcdOJPJuDgFtIDtN/9+ArJQ2NAfAmiuhTQdzkaTGR33v43GYS2UrSA0eX2pPPHoFVvpxA==
1034+
"@babel/[email protected]", "@babel/runtime@^7.1.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.16.0", "@babel/runtime@^7.20.6", "@babel/runtime@^7.23.2", "@babel/runtime@^7.28.4":
1035+
version "7.28.4"
1036+
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz#a70226016fabe25c5783b2f22d3e1c9bc5ca3326"
1037+
integrity sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==
10461038

10471039
"@babel/template@^7.27.1", "@babel/template@^7.27.2":
10481040
version "7.27.2"
@@ -1053,23 +1045,23 @@
10531045
"@babel/parser" "^7.27.2"
10541046
"@babel/types" "^7.27.1"
10551047

1056-
"@babel/traverse@^7.27.1", "@babel/traverse@^7.28.0", "@babel/traverse@^7.28.3":
1057-
version "7.28.3"
1058-
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.3.tgz#6911a10795d2cce43ec6a28cffc440cca2593434"
1059-
integrity sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==
1048+
"@babel/traverse@^7.27.1", "@babel/traverse@^7.28.0", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.4":
1049+
version "7.28.4"
1050+
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.28.4.tgz#8d456101b96ab175d487249f60680221692b958b"
1051+
integrity sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==
10601052
dependencies:
10611053
"@babel/code-frame" "^7.27.1"
10621054
"@babel/generator" "^7.28.3"
10631055
"@babel/helper-globals" "^7.28.0"
1064-
"@babel/parser" "^7.28.3"
1056+
"@babel/parser" "^7.28.4"
10651057
"@babel/template" "^7.27.2"
1066-
"@babel/types" "^7.28.2"
1058+
"@babel/types" "^7.28.4"
10671059
debug "^4.3.1"
10681060

1069-
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.21.3", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.3.0", "@babel/types@^7.4.4":
1070-
version "7.28.2"
1071-
resolved "https://registry.npmjs.org/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b"
1072-
integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==
1061+
"@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.21.3", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.4", "@babel/types@^7.3.0", "@babel/types@^7.4.4":
1062+
version "7.28.4"
1063+
resolved "https://registry.npmjs.org/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a"
1064+
integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==
10731065
dependencies:
10741066
"@babel/helper-string-parser" "^7.27.1"
10751067
"@babel/helper-validator-identifier" "^7.27.1"
@@ -1919,32 +1911,27 @@
19191911
"@types/yargs" "^17.0.8"
19201912
chalk "^4.0.0"
19211913

1922-
"@jridgewell/gen-mapping@^0.1.0":
1923-
version "0.1.1"
1924-
resolved "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz"
1925-
integrity sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==
1914+
"@jridgewell/gen-mapping@^0.3.0", "@jridgewell/gen-mapping@^0.3.12", "@jridgewell/gen-mapping@^0.3.5":
1915+
version "0.3.13"
1916+
resolved "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz#6342a19f44347518c93e43b1ac69deb3c4656a1f"
1917+
integrity sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==
19261918
dependencies:
1927-
"@jridgewell/set-array" "^1.0.0"
1928-
"@jridgewell/sourcemap-codec" "^1.4.10"
1919+
"@jridgewell/sourcemap-codec" "^1.5.0"
1920+
"@jridgewell/trace-mapping" "^0.3.24"
19291921

1930-
"@jridgewell/gen-mapping@^0.3.0", "@jridgewell/gen-mapping@^0.3.12":
1931-
version "0.3.12"
1932-
resolved "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.12.tgz#2234ce26c62889f03db3d7fea43c1932ab3e927b"
1933-
integrity sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==
1922+
"@jridgewell/remapping@^2.3.5":
1923+
version "2.3.5"
1924+
resolved "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz#375c476d1972947851ba1e15ae8f123047445aa1"
1925+
integrity sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==
19341926
dependencies:
1935-
"@jridgewell/sourcemap-codec" "^1.5.0"
1927+
"@jridgewell/gen-mapping" "^0.3.5"
19361928
"@jridgewell/trace-mapping" "^0.3.24"
19371929

19381930
"@jridgewell/resolve-uri@^3.0.3", "@jridgewell/resolve-uri@^3.1.0":
19391931
version "3.1.1"
19401932
resolved "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721"
19411933
integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==
19421934

1943-
"@jridgewell/set-array@^1.0.0":
1944-
version "1.2.1"
1945-
resolved "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280"
1946-
integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==
1947-
19481935
"@jridgewell/source-map@^0.3.3":
19491936
version "0.3.5"
19501937
resolved "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz#a3bb4d5c6825aab0d281268f47f6ad5853431e91"

0 commit comments

Comments
 (0)