Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a04ec11

Browse files
chore(deps): update babel to v7.27.7 (#17684)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: fisker <[email protected]>
1 parent 32be5b6 commit a04ec11

4 files changed

Lines changed: 14 additions & 32 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"dependencies": {
3535
"@angular/compiler": "20.0.5",
3636
"@babel/code-frame": "7.27.1",
37-
"@babel/parser": "7.27.5",
38-
"@babel/types": "7.27.6",
37+
"@babel/parser": "7.27.7",
38+
"@babel/types": "7.27.7",
3939
"@glimmer/syntax": "0.94.9",
4040
"@prettier/cli": "0.9.0",
4141
"@prettier/html-tags": "1.0.0",

tests/format/js/async-do-expressions/__snapshots__/format.test.js.snap

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

33
exports[`async-do-expressions.js [acorn] format 1`] = `
44
"Unexpected token (1:7)
@@ -61,12 +61,6 @@ async do {
6161
await 42
6262
}
6363
64-
function iter() {
65-
return async do {
66-
return 1;
67-
}
68-
};
69-
7064
let x = async do {
7165
let tmp = f();
7266
tmp * tmp + 1
@@ -93,12 +87,6 @@ let x = async do {
9387
await 42;
9488
});
9589
96-
function iter() {
97-
return async do {
98-
return 1;
99-
};
100-
}
101-
10290
let x = async do {
10391
let tmp = f();
10492
tmp * tmp + 1;

tests/format/js/async-do-expressions/async-do-expressions.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ async do {
1414
await 42
1515
}
1616

17-
function iter() {
18-
return async do {
19-
return 1;
20-
}
21-
};
22-
2317
let x = async do {
2418
let tmp = f();
2519
tmp * tmp + 1

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -173,14 +173,14 @@ __metadata:
173173
languageName: node
174174
linkType: hard
175175

176-
"@babel/parser@npm:7.27.5, @babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.27.2, @babel/parser@npm:^7.27.4, @babel/parser@npm:^7.27.5":
177-
version: 7.27.5
178-
resolution: "@babel/parser@npm:7.27.5"
176+
"@babel/parser@npm:7.27.7, @babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.23.9, @babel/parser@npm:^7.27.2, @babel/parser@npm:^7.27.4, @babel/parser@npm:^7.27.5":
177+
version: 7.27.7
178+
resolution: "@babel/parser@npm:7.27.7"
179179
dependencies:
180-
"@babel/types": "npm:^7.27.3"
180+
"@babel/types": "npm:^7.27.7"
181181
bin:
182182
parser: ./bin/babel-parser.js
183-
checksum: 10/0ad671be7994dba7d31ec771bd70ea5090aa34faf73e93b1b072e3c0a704ab69f4a7a68ebfb9d6a7fa455e0aa03dfa65619c4df6bae1cf327cba925b1d233fc4
183+
checksum: 10/ed25ccfc709e77b94afebfa8377cca2ee5d0750162a6b4e7eb7b679ccdf307d1a015dee58d94afe726ed6d278a83aa348cb3a47717222ac4c3650d077f6ca4fd
184184
languageName: node
185185
linkType: hard
186186

@@ -397,13 +397,13 @@ __metadata:
397397
languageName: node
398398
linkType: hard
399399

400-
"@babel/types@npm:7.27.6, @babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.27.1, @babel/types@npm:^7.27.3, @babel/types@npm:^7.3.3":
401-
version: 7.27.6
402-
resolution: "@babel/types@npm:7.27.6"
400+
"@babel/types@npm:7.27.7, @babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.27.1, @babel/types@npm:^7.27.3, @babel/types@npm:^7.27.7, @babel/types@npm:^7.3.3":
401+
version: 7.27.7
402+
resolution: "@babel/types@npm:7.27.7"
403403
dependencies:
404404
"@babel/helper-string-parser": "npm:^7.27.1"
405405
"@babel/helper-validator-identifier": "npm:^7.27.1"
406-
checksum: 10/174741c667775680628a09117828bbeffb35ea543f59bf80649d0d60672f7815a0740ddece3cca87516199033a039166a6936434131fce2b6a820227e64f91ae
406+
checksum: 10/39e9f05527ef0771dfb6220213a9ef2ca35c2b6d531e3310c8ffafb53aa50362e809f75af8feb28bd6abb874a00c02b05ac00e3063ee239db5c6f1653eab19c5
407407
languageName: node
408408
linkType: hard
409409

@@ -7431,8 +7431,8 @@ __metadata:
74317431
"@angular/compiler": "npm:20.0.5"
74327432
"@babel/code-frame": "npm:7.27.1"
74337433
"@babel/generator": "npm:7.27.5"
7434-
"@babel/parser": "npm:7.27.5"
7435-
"@babel/types": "npm:7.27.6"
7434+
"@babel/parser": "npm:7.27.7"
7435+
"@babel/types": "npm:7.27.7"
74367436
"@eslint-react/eslint-plugin": "npm:1.52.2"
74377437
"@eslint/js": "npm:9.29.0"
74387438
"@glimmer/syntax": "npm:0.94.9"

0 commit comments

Comments
 (0)