Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump compat-table and electron-to-chromium #12244

Merged
merged 1 commit into from
Oct 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/babel-compat-data/data/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"chrome": "84",
"opera": "70",
"edge": "84",
"node": "14.6",
"electron": "10.0"
},
"proposal-numeric-separator": {
Expand All @@ -28,6 +29,7 @@
"chrome": "85",
"firefox": "79",
"safari": "14",
"node": "15",
"electron": "10.0"
},
"proposal-nullish-coalescing-operator": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-compat-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"compat-data"
],
"devDependencies": {
"electron-to-chromium": "1.3.574",
"electron-to-chromium": "1.3.583",
"lodash": "^4.17.19",
"mdn-browser-compat-data": "1.0.38"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not related: I tried updating mdn-browser-compat-data, too. It seems that version 1.1 is deprecated because it is renamed to @mdn/browser-compat-data. I will open another PR to address that.

}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

COMPAT_TABLE_COMMIT=e77292d3fc6f8d84c9a5a12b27e4636950fa1275
COMPAT_TABLE_COMMIT=74122d2dc54b7d655e8e7c621dee7030b857052c
GIT_HEAD=build/compat-table/.git/HEAD

if [ -d "build/compat-table" ]; then
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@babel/compat-data@workspace:packages/babel-compat-data"
dependencies:
electron-to-chromium: 1.3.574
electron-to-chromium: 1.3.583
lodash: ^4.17.19
mdn-browser-compat-data: 1.0.38
languageName: unknown
Expand Down Expand Up @@ -6089,10 +6089,10 @@ __metadata:
languageName: node
linkType: hard

"electron-to-chromium@npm:1.3.574, electron-to-chromium@npm:^1.3.571":
version: 1.3.574
resolution: "electron-to-chromium@npm:1.3.574"
checksum: 671aa9db3fbebb2538612195d667e73b981ea60bd64f7d1d42b55f406321fd4111d6409c4453ef2138f9ab36f303e84269490e9e1fb18762bc9529f89ab076b6
"electron-to-chromium@npm:1.3.583, electron-to-chromium@npm:^1.3.571":
version: 1.3.583
resolution: "electron-to-chromium@npm:1.3.583"
checksum: 134710b06cdd0a722bba5efe502beb914bae9285cd3140c5824f043984b2595e64d6cb893675d8b185cf8bef46cc8f39c72a9f1c78237e31def0c64e076e532f
languageName: node
linkType: hard

Expand Down