Skip to content

Commit

Permalink
Update compat data (#15732)
Browse files Browse the repository at this point in the history
  • Loading branch information
babel-bot committed Jun 30, 2023
1 parent 47d1454 commit 134aa17
Show file tree
Hide file tree
Showing 70 changed files with 71 additions and 69 deletions.
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 @@ -3,6 +3,8 @@
"chrome": "112",
"opera": "98",
"edge": "112",
"firefox": "116",
"deno": "1.32",
"electron": "24.0"
},
"transform-class-static-block": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

COMPAT_TABLE_COMMIT=2c4d894c9a9aa48d6f23f186d884c8d23e307e13
COMPAT_TABLE_COMMIT=fcd2cc07e669911d2fae1ebdb6a62ea663e6c748
GIT_HEAD=build/compat-table/.git/HEAD

if [ -d "build/compat-table" ]; then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { android, chrome < 112, edge < 112, firefox, ios, node, opera < 98, safari, samsung }
transform-unicode-sets-regex { android, chrome < 112, edge < 112, firefox < 116, ios, node, opera < 98, safari, samsung }
transform-class-static-block { android, chrome < 94, edge < 94, firefox < 93, ios, node < 16.11, opera < 80, safari, samsung < 17 }
transform-private-property-in-object { android, chrome < 91, edge < 91, firefox < 90, ios < 15, node < 16.9, opera < 77, safari < 15, samsung < 16 }
transform-class-properties { android, chrome < 74, edge < 79, firefox < 90, ios < 14.5, opera < 62, safari < 14.1, samsung < 11 }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { android, chrome < 112, edge < 112, firefox, ios, node, opera < 98, safari, samsung }
transform-unicode-sets-regex { android, chrome < 112, edge < 112, firefox < 116, ios, node, opera < 98, safari, samsung }
transform-class-static-block { android, chrome < 94, edge < 94, firefox < 93, ios, node < 16.11, opera < 80, safari, samsung < 17 }
transform-private-property-in-object { android, chrome < 91, edge < 91, firefox < 90, ios < 15, node < 16.9, opera < 77, safari < 15, samsung < 16 }
transform-class-properties { android, chrome < 74, edge < 79, firefox < 90, ios < 14.5, opera < 62, safari < 14.1, samsung < 11 }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { android, chrome < 112, edge < 112, firefox, ios, node, opera < 98, safari, samsung }
transform-unicode-sets-regex { android, chrome < 112, edge < 112, firefox < 116, ios, node, opera < 98, safari, samsung }
transform-class-static-block { android, chrome < 94, edge < 94, firefox < 93, ios, node < 16.11, opera < 80, safari, samsung < 17 }
transform-private-property-in-object { android, chrome < 91, edge < 91, firefox < 90, ios < 15, node < 16.9, opera < 77, safari < 15, samsung < 16 }
transform-class-properties { android, chrome < 74, edge < 79, firefox < 90, ios < 14.5, opera < 62, safari < 14.1, samsung < 11 }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { android, chrome < 112, edge < 112, firefox, ios, node, opera < 98, safari, samsung }
transform-unicode-sets-regex { android, chrome < 112, edge < 112, firefox < 116, ios, node, opera < 98, safari, samsung }
transform-class-static-block { android, chrome < 94, edge < 94, firefox < 93, ios, node < 16.11, opera < 80, safari, samsung < 17 }
transform-private-property-in-object { android, chrome < 91, edge < 91, firefox < 90, ios < 15, node < 16.9, opera < 77, safari < 15, samsung < 16 }
transform-class-properties { android, chrome < 74, edge < 79, firefox < 90, ios < 14.5, opera < 62, safari < 14.1, samsung < 11 }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Using targets:
Using modules transform: false

Using plugins:
transform-unicode-sets-regex { android, chrome < 112, edge < 112, firefox, ios, node, opera < 98, safari, samsung }
transform-unicode-sets-regex { android, chrome < 112, edge < 112, firefox < 116, ios, node, opera < 98, safari, samsung }
transform-class-static-block { android, chrome < 94, edge < 94, firefox < 93, ios, node < 16.11, opera < 80, safari, samsung < 17 }
transform-private-property-in-object { android, chrome < 91, edge < 91, firefox < 90, ios < 15, node < 16.9, opera < 77, safari < 15, samsung < 16 }
transform-class-properties { android, chrome < 74, edge < 79, firefox < 90, ios < 14.5, opera < 62, safari < 14.1, samsung < 11 }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Using targets:
Using modules transform: false

Using plugins:
transform-unicode-sets-regex { android, chrome < 112, edge < 112, firefox, ios, node, opera < 98, safari, samsung }
transform-unicode-sets-regex { android, chrome < 112, edge < 112, firefox < 116, ios, node, opera < 98, safari, samsung }
transform-class-static-block { android, chrome < 94, edge < 94, firefox < 93, ios, node < 16.11, opera < 80, safari, samsung < 17 }
transform-private-property-in-object { android, chrome < 91, edge < 91, firefox < 90, ios < 15, node < 16.9, opera < 77, safari < 15, samsung < 16 }
transform-class-properties { android, chrome < 74, edge < 79, firefox < 90, ios < 14.5, opera < 62, safari < 14.1, samsung < 11 }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Using targets:
Using modules transform: false

Using plugins:
transform-unicode-sets-regex { android, chrome < 112, edge < 112, firefox, ios, node, opera < 98, safari, samsung }
transform-unicode-sets-regex { android, chrome < 112, edge < 112, firefox < 116, ios, node, opera < 98, safari, samsung }
transform-class-static-block { android, chrome < 94, edge < 94, firefox < 93, ios, node < 16.11, opera < 80, safari, samsung < 17 }
transform-private-property-in-object { android, chrome < 91, edge < 91, firefox < 90, ios < 15, node < 16.9, opera < 77, safari < 15, samsung < 16 }
transform-class-properties { android, chrome < 74, edge < 79, firefox < 90, ios < 14.5, opera < 62, safari < 14.1, samsung < 11 }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Using targets:
Using modules transform: false

Using plugins:
transform-unicode-sets-regex { android, chrome < 112, edge < 112, firefox, ios, node, opera < 98, safari, samsung }
transform-unicode-sets-regex { android, chrome < 112, edge < 112, firefox < 116, ios, node, opera < 98, safari, samsung }
transform-class-static-block { android, chrome < 94, edge < 94, firefox < 93, ios, node < 16.11, opera < 80, safari, samsung < 17 }
transform-private-property-in-object { android, chrome < 91, edge < 91, firefox < 90, ios < 15, node < 16.9, opera < 77, safari < 15, samsung < 16 }
transform-class-properties { android, chrome < 74, edge < 79, firefox < 90, ios < 14.5, opera < 62, safari < 14.1, samsung < 11 }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { chrome < 112, firefox, ios, safari, samsung }
transform-unicode-sets-regex { chrome < 112, firefox < 116, ios, safari, samsung }
transform-class-static-block { ios, safari }
syntax-private-property-in-object
syntax-class-properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { chrome < 112, firefox, ios, safari, samsung }
transform-unicode-sets-regex { chrome < 112, firefox < 116, ios, safari, samsung }
transform-class-static-block { ios, safari }
syntax-private-property-in-object
syntax-class-properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { firefox, ios, safari, samsung }
transform-unicode-sets-regex { firefox < 116, ios, safari, samsung }
transform-class-static-block { ios, safari }
syntax-private-property-in-object
syntax-class-properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { chrome < 112, edge < 112, firefox, ie, ios, safari }
transform-unicode-sets-regex { chrome < 112, edge < 112, firefox < 116, ie, ios, safari }
transform-class-static-block { chrome < 94, edge < 94, firefox < 93, ie, ios, safari }
transform-private-property-in-object { chrome < 91, edge < 91, firefox < 90, ie, ios < 15, safari < 15 }
transform-class-properties { chrome < 74, edge < 79, firefox < 90, ie, ios < 14.5, safari < 14.1 }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { chrome < 112, edge < 112, firefox, ie, ios, safari }
transform-unicode-sets-regex { chrome < 112, edge < 112, firefox < 116, ie, ios, safari }
transform-class-static-block { chrome < 94, edge < 94, firefox < 93, ie, ios, safari }
transform-private-property-in-object { chrome < 91, edge < 91, firefox < 90, ie, ios < 15, safari < 15 }
transform-class-properties { chrome < 74, edge < 79, firefox < 90, ie, ios < 14.5, safari < 14.1 }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { firefox, node }
transform-unicode-sets-regex { firefox < 116, node }
transform-class-static-block { firefox < 93, node < 16.11 }
transform-private-property-in-object { firefox < 90, node < 16.9 }
transform-class-properties { firefox < 90, node < 12 }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { chrome < 112, firefox, ie }
transform-unicode-sets-regex { chrome < 112, firefox < 116, ie }
transform-class-static-block { chrome < 94, firefox < 93, ie }
transform-private-property-in-object { chrome < 91, firefox < 90, ie }
transform-class-properties { chrome < 74, firefox < 90, ie }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { chrome < 112, firefox, ie }
transform-unicode-sets-regex { chrome < 112, firefox < 116, ie }
transform-class-static-block { chrome < 94, firefox < 93, ie }
transform-private-property-in-object { chrome < 91, firefox < 90, ie }
transform-class-properties { chrome < 74, firefox < 90, ie }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { chrome < 112, firefox, ie }
transform-unicode-sets-regex { chrome < 112, firefox < 116, ie }
transform-class-static-block { chrome < 94, firefox < 93, ie }
transform-private-property-in-object { chrome < 91, firefox < 90, ie }
transform-class-properties { chrome < 74, firefox < 90, ie }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { chrome < 112, firefox, ie }
transform-unicode-sets-regex { chrome < 112, firefox < 116, ie }
transform-class-static-block { chrome < 94, firefox < 93, ie }
transform-private-property-in-object { chrome < 91, firefox < 90, ie }
transform-class-properties { chrome < 74, firefox < 90, ie }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { chrome < 112, firefox, ie }
transform-unicode-sets-regex { chrome < 112, firefox < 116, ie }
transform-class-static-block { chrome < 94, firefox < 93, ie }
transform-private-property-in-object { chrome < 91, firefox < 90, ie }
transform-class-properties { chrome < 74, firefox < 90, ie }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { chrome < 112, firefox, ie }
transform-unicode-sets-regex { chrome < 112, firefox < 116, ie }
transform-class-static-block { chrome < 94, firefox < 93, ie }
transform-private-property-in-object { chrome < 91, firefox < 90, ie }
transform-class-properties { chrome < 74, firefox < 90, ie }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { chrome < 112, firefox, ie }
transform-unicode-sets-regex { chrome < 112, firefox < 116, ie }
transform-class-static-block { chrome < 94, firefox < 93, ie }
transform-private-property-in-object { chrome < 91, firefox < 90, ie }
transform-class-properties { chrome < 74, firefox < 90, ie }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { chrome < 112, firefox, ie }
transform-unicode-sets-regex { chrome < 112, firefox < 116, ie }
transform-class-static-block { chrome < 94, firefox < 93, ie }
transform-private-property-in-object { chrome < 91, firefox < 90, ie }
transform-class-properties { chrome < 74, firefox < 90, ie }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { chrome < 112, firefox, ie }
transform-unicode-sets-regex { chrome < 112, firefox < 116, ie }
transform-class-static-block { chrome < 94, firefox < 93, ie }
transform-private-property-in-object { chrome < 91, firefox < 90, ie }
transform-class-properties { chrome < 74, firefox < 90, ie }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { chrome < 112, firefox, ie }
transform-unicode-sets-regex { chrome < 112, firefox < 116, ie }
transform-class-static-block { chrome < 94, firefox < 93, ie }
transform-private-property-in-object { chrome < 91, firefox < 90, ie }
transform-class-properties { chrome < 74, firefox < 90, ie }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { chrome < 112, firefox, ie }
transform-unicode-sets-regex { chrome < 112, firefox < 116, ie }
transform-class-static-block { chrome < 94, firefox < 93, ie }
transform-private-property-in-object { chrome < 91, firefox < 90, ie }
transform-class-properties { chrome < 74, firefox < 90, ie }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { chrome < 112, firefox, ie }
transform-unicode-sets-regex { chrome < 112, firefox < 116, ie }
transform-class-static-block { chrome < 94, firefox < 93, ie }
transform-private-property-in-object { chrome < 91, firefox < 90, ie }
transform-class-properties { chrome < 74, firefox < 90, ie }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { chrome < 112, firefox, ie }
transform-unicode-sets-regex { chrome < 112, firefox < 116, ie }
transform-class-static-block { chrome < 94, firefox < 93, ie }
transform-private-property-in-object { chrome < 91, firefox < 90, ie }
transform-class-properties { chrome < 74, firefox < 90, ie }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { chrome < 112, firefox, ie }
transform-unicode-sets-regex { chrome < 112, firefox < 116, ie }
transform-class-static-block { chrome < 94, firefox < 93, ie }
transform-private-property-in-object { chrome < 91, firefox < 90, ie }
transform-class-properties { chrome < 74, firefox < 90, ie }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { chrome < 112, firefox, ie }
transform-unicode-sets-regex { chrome < 112, firefox < 116, ie }
transform-class-static-block { chrome < 94, firefox < 93, ie }
transform-private-property-in-object { chrome < 91, firefox < 90, ie }
transform-class-properties { chrome < 74, firefox < 90, ie }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { chrome < 112, firefox, ie }
transform-unicode-sets-regex { chrome < 112, firefox < 116, ie }
transform-class-static-block { chrome < 94, firefox < 93, ie }
transform-private-property-in-object { chrome < 91, firefox < 90, ie }
transform-class-properties { chrome < 74, firefox < 90, ie }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { chrome < 112, firefox, ie }
transform-unicode-sets-regex { chrome < 112, firefox < 116, ie }
transform-class-static-block { chrome < 94, firefox < 93, ie }
transform-private-property-in-object { chrome < 91, firefox < 90, ie }
transform-class-properties { chrome < 74, firefox < 90, ie }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { chrome < 112, firefox, ie }
transform-unicode-sets-regex { chrome < 112, firefox < 116, ie }
transform-class-static-block { chrome < 94, firefox < 93, ie }
transform-private-property-in-object { chrome < 91, firefox < 90, ie }
transform-class-properties { chrome < 74, firefox < 90, ie }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { chrome < 112, firefox, ie }
transform-unicode-sets-regex { chrome < 112, firefox < 116, ie }
transform-class-static-block { chrome < 94, firefox < 93, ie }
transform-private-property-in-object { chrome < 91, firefox < 90, ie }
transform-class-properties { chrome < 74, firefox < 90, ie }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { chrome < 112, firefox, ie }
transform-unicode-sets-regex { chrome < 112, firefox < 116, ie }
transform-class-static-block { chrome < 94, firefox < 93, ie }
transform-private-property-in-object { chrome < 91, firefox < 90, ie }
transform-class-properties { chrome < 74, firefox < 90, ie }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { chrome < 112, firefox, ie }
transform-unicode-sets-regex { chrome < 112, firefox < 116, ie }
transform-class-static-block { chrome < 94, firefox < 93, ie }
transform-private-property-in-object { chrome < 91, firefox < 90, ie }
transform-class-properties { chrome < 74, firefox < 90, ie }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { chrome < 112, firefox, ie }
transform-unicode-sets-regex { chrome < 112, firefox < 116, ie }
transform-class-static-block { chrome < 94, firefox < 93, ie }
transform-private-property-in-object { chrome < 91, firefox < 90, ie }
transform-class-properties { chrome < 74, firefox < 90, ie }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { chrome < 112, firefox, ie }
transform-unicode-sets-regex { chrome < 112, firefox < 116, ie }
transform-class-static-block { chrome < 94, firefox < 93, ie }
transform-private-property-in-object { chrome < 91, firefox < 90, ie }
transform-class-properties { chrome < 74, firefox < 90, ie }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { chrome < 112, firefox, ie }
transform-unicode-sets-regex { chrome < 112, firefox < 116, ie }
transform-class-static-block { chrome < 94, firefox < 93, ie }
transform-private-property-in-object { chrome < 91, firefox < 90, ie }
transform-class-properties { chrome < 74, firefox < 90, ie }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { chrome < 112, firefox, ios, safari, samsung }
transform-unicode-sets-regex { chrome < 112, firefox < 116, ios, safari, samsung }
transform-class-static-block { ios, safari }
syntax-private-property-in-object
syntax-class-properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { chrome < 112, firefox, ios, safari, samsung }
transform-unicode-sets-regex { chrome < 112, firefox < 116, ios, safari, samsung }
transform-class-static-block { ios, safari }
syntax-private-property-in-object
syntax-class-properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Using targets:
Using modules transform: auto

Using plugins:
transform-unicode-sets-regex { firefox, ios, safari, samsung }
transform-unicode-sets-regex { firefox < 116, ios, safari, samsung }
transform-class-static-block { ios, safari }
syntax-private-property-in-object
syntax-class-properties
Expand Down
Loading

0 comments on commit 134aa17

Please sign in to comment.