dependabot npm(deps): bump core-js from 3.37.0 to 3.37.1
Bumps core-js from 3.37.0 to 3.37.1.
Changelog
Sourced from core-js's changelog.
3.37.1 - 2024.05.14
- Changes v3.37.0...v3.37.1
- Fixed
URL.parse
feature detection for some specific cases- Compat data improvements:
Set
methods proposal added and marked as supported from FF 127Symbol.dispose
added and marked as supported from V8 ~ Chromium 125Math.f16round
andDataView.prototype.{ getFloat16, setFloat16 }
added and marked as supported from Deno 1.43URL.parse
added and marked as supported from Chromium 126URL.parse
added and marked as supported from NodeJS 22.0URL.parse
added and marked as supported from Deno 1.43- Added Rhino 1.7.15 compat data, many features marked as supported
- Added NodeJS 22.0 compat data mapping
- Added Deno 1.43 compat data mapping
- Added Electron 31 compat data mapping
- Updated Opera Android 82 compat data mapping
- Added Samsung Internet 26 compat data mapping
- Added Oculus Quest Browser 33 compat data mapping
Commits
-
d044cb5
3.37.1 -
431a551
update some linting plugins / rules -
ed25984
fixURL
parse feature detection - See full diff in compare view