Skip to content

Commit

Permalink
run make update-compat-table
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Sep 21, 2024
1 parent 112b9aa commit b125e62
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions compat-table/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions compat-table/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"githubDependencies": {
"kangax/compat-table": "f5f3c409d236989e031b202a9bc6175eee43b936",
"williamkapke/node-compat-table": "67edbe1d9fcafca131b650f6affc74aad1146c10"
"kangax/compat-table": "02bfc256f8db6768a6570016fdad5c7d5bc7cede",
"williamkapke/node-compat-table": "20fa0775d01324b90a1ee3ec72ecf1d6520afa3a"
},
"dependencies": {
"@mdn/browser-compat-data": "5.6.0",
"@mdn/browser-compat-data": "5.6.2",
"@types/caniuse-lite": "1.0.1",
"@types/node": "20.3.2",
"caniuse-lite": "1.0.30001660"
"caniuse-lite": "1.0.30001662"
}
}
2 changes: 1 addition & 1 deletion internal/compat/js_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ var jsTable = map[JSFeature]map[Engine][]versionRange{
// Note: The latest version of "Firefox" failed 2 tests including: RegExp Unicode Property Escapes: Unicode 15.1
// Note: The latest version of "Hermes" failed 8 tests including: RegExp Unicode Property Escapes: Unicode 11
// Note: The latest version of "IE" failed 8 tests including: RegExp Unicode Property Escapes: Unicode 11
// Note: The latest version of "IOS" failed this test: RegExp Unicode Property Escapes: Unicode 15.1
// Note: The latest version of "IOS" failed this test: RegExp Unicode Property Escapes: Unicode 16.0
// Note: The latest version of "Node" failed this test: RegExp Unicode Property Escapes: Unicode 16.0
// Note: The latest version of "Rhino" failed 8 tests including: RegExp Unicode Property Escapes: Unicode 11
// Note: The latest version of "Safari" failed this test: RegExp Unicode Property Escapes: Unicode 16.0
Expand Down

0 comments on commit b125e62

Please sign in to comment.