Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5a9fbd7

Browse files
chore(deps): update babel monorepo to v7.27.2 (#887)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f959093 commit 5a9fbd7

File tree

2 files changed

+35
-18
lines changed

2 files changed

+35
-18
lines changed

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"license": "MIT",
3838
"repository": "algolia/react-element-to-jsx-string",
3939
"devDependencies": {
40-
"@babel/cli": "7.27.1",
40+
"@babel/cli": "7.27.2",
4141
"@babel/core": "7.27.1",
42-
"@babel/preset-env": "7.27.1",
42+
"@babel/preset-env": "7.27.2",
4343
"@babel/preset-flow": "7.27.1",
4444
"@babel/preset-react": "7.27.1",
4545
"@commitlint/cli": "8.3.6",

‎yarn.lock

Lines changed: 33 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"@jridgewell/gen-mapping" "^0.3.5"
1616
"@jridgewell/trace-mapping" "^0.3.24"
1717

18-
"@babel/cli@7.27.1":
19-
version "7.27.1"
20-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.27.1.tgz#699f03267f3fb6625b6de527cd8f2bda7f6371d9"
21-
integrity sha512-uW6vyhrV/YB9f3QFyPX2sMmDTID853+f3rOsTvH9q/FsL+e40GKqdMy5fdnGBvXsk5WiWJuMhR6sl03/x+XqqA==
18+
"@babel/cli@7.27.2":
19+
version "7.27.2"
20+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.27.2.tgz#d54560567a73a269b31d3201bedb70692ace8684"
21+
integrity sha512-cfd7DnGlhH6OIyuPSSj3vcfIdnbXukhAyKY8NaZrFadC7pXyL9mOL5WgjcptiEJLi5k3j8aYvLIVCzezrWTaiA==
2222
dependencies:
2323
"@jridgewell/trace-mapping" "^0.3.25"
2424
commander "^6.2.0"
@@ -59,6 +59,11 @@
5959
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.1.tgz#db7cf122745e0a332c44e847ddc4f5e5221a43f6"
6060
integrity sha512-Q+E+rd/yBzNQhXkG+zQnF58e4zoZfBedaxwzPmicKsiK3nt8iJYrSrDbjwFFDGC4f+rPafqRaPH6TsDoSvMf7A==
6161

62+
"@babel/compat-data@^7.27.2":
63+
version "7.27.2"
64+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.27.2.tgz#4183f9e642fd84e74e3eea7ffa93a412e3b102c9"
65+
integrity sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ==
66+
6267
"@babel/core@7.27.1":
6368
version "7.27.1"
6469
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.1.tgz#89de51e86bd12246003e3524704c49541b16c3e6"
@@ -159,6 +164,17 @@
159164
lru-cache "^5.1.1"
160165
semver "^6.3.1"
161166

167+
"@babel/helper-compilation-targets@^7.27.2":
168+
version "7.27.2"
169+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.2.tgz#46a0f6efab808d51d29ce96858dd10ce8732733d"
170+
integrity sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ==
171+
dependencies:
172+
"@babel/compat-data" "^7.27.2"
173+
"@babel/helper-validator-option" "^7.27.1"
174+
browserslist "^4.24.0"
175+
lru-cache "^5.1.1"
176+
semver "^6.3.1"
177+
162178
"@babel/helper-create-class-features-plugin@^7.27.1":
163179
version "7.27.1"
164180
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.1.tgz#5bee4262a6ea5ddc852d0806199eb17ca3de9281"
@@ -789,13 +805,14 @@
789805
dependencies:
790806
"@babel/helper-plugin-utils" "^7.27.1"
791807

792-
"@babel/plugin-transform-object-rest-spread@^7.27.1":
793-
version "7.27.1"
794-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.27.1.tgz#845bdcd74c87b8f565c25cc6812f7f4f43c9ed79"
795-
integrity sha512-/sSliVc9gHE20/7D5qsdGlq7RG5NCDTWsAhyqzGuq174EtWJoGzIu1BQ7G56eDsTcy1jseBZwv50olSdXOlGuA==
808+
"@babel/plugin-transform-object-rest-spread@^7.27.2":
809+
version "7.27.2"
810+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.27.2.tgz#67f9ab822347aa2bcee91e8996763da79bdea973"
811+
integrity sha512-AIUHD7xJ1mCrj3uPozvtngY3s0xpv7Nu7DoUSnzNY6Xam1Cy4rUznR//pvMHOhQ4AvbCexhbqXCtpxGHOGOO6g==
796812
dependencies:
797-
"@babel/helper-compilation-targets" "^7.27.1"
813+
"@babel/helper-compilation-targets" "^7.27.2"
798814
"@babel/helper-plugin-utils" "^7.27.1"
815+
"@babel/plugin-transform-destructuring" "^7.27.1"
799816
"@babel/plugin-transform-parameters" "^7.27.1"
800817

801818
"@babel/plugin-transform-object-super@^7.27.1":
@@ -974,13 +991,13 @@
974991
"@babel/helper-create-regexp-features-plugin" "^7.27.1"
975992
"@babel/helper-plugin-utils" "^7.27.1"
976993

977-
"@babel/preset-env@7.27.1":
978-
version "7.27.1"
979-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.27.1.tgz#23463ab94f36540630924f5de3b4c7a8dde3b6a2"
980-
integrity sha512-TZ5USxFpLgKDpdEt8YWBR7p6g+bZo6sHaXLqP2BY/U0acaoI8FTVflcYCr/v94twM1C5IWFdZ/hscq9WjUeLXA==
994+
"@babel/preset-env@7.27.2":
995+
version "7.27.2"
996+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.27.2.tgz#106e6bfad92b591b1f6f76fd4cf13b7725a7bf9a"
997+
integrity sha512-Ma4zSuYSlGNRlCLO+EAzLnCmJK2vdstgv+n7aUP+/IKZrOfWHOJVdSJtuub8RzHTj3ahD37k5OKJWvzf16TQyQ==
981998
dependencies:
982-
"@babel/compat-data" "^7.27.1"
983-
"@babel/helper-compilation-targets" "^7.27.1"
999+
"@babel/compat-data" "^7.27.2"
1000+
"@babel/helper-compilation-targets" "^7.27.2"
9841001
"@babel/helper-plugin-utils" "^7.27.1"
9851002
"@babel/helper-validator-option" "^7.27.1"
9861003
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.27.1"
@@ -1022,7 +1039,7 @@
10221039
"@babel/plugin-transform-new-target" "^7.27.1"
10231040
"@babel/plugin-transform-nullish-coalescing-operator" "^7.27.1"
10241041
"@babel/plugin-transform-numeric-separator" "^7.27.1"
1025-
"@babel/plugin-transform-object-rest-spread" "^7.27.1"
1042+
"@babel/plugin-transform-object-rest-spread" "^7.27.2"
10261043
"@babel/plugin-transform-object-super" "^7.27.1"
10271044
"@babel/plugin-transform-optional-catch-binding" "^7.27.1"
10281045
"@babel/plugin-transform-optional-chaining" "^7.27.1"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /