osm-welcome-tool
osm-welcome-tool copied to clipboard
Bump core-js from 3.35.0 to 3.37.0
Bumps core-js from 3.35.0 to 3.37.0.
Changelog
Sourced from core-js's changelog.
3.37.0 - 2024.04.17
- Changes v3.36.1...v3.37.0
- New
Setmethods proposal:
- Built-ins:
Set.prototype.intersectionSet.prototype.unionSet.prototype.differenceSet.prototype.symmetricDifferenceSet.prototype.isSubsetOfSet.prototype.isSupersetOfSet.prototype.isDisjointFrom- Moved to stable ES, April 2024 TC39 meeting
- Added
es.namespace modules,/es/and/stable/namespaces entries- Explicit Resource Management stage 3 proposal:
- Some minor updates like explicit-resource-management/217
- Added
Math.sumPrecisestage 2.7 proposal:
- Built-ins:
Math.sumPrecisePromise.tryproposal:
- Built-ins:
Promise.try- Added optional arguments support, promise-try/16
- Moved to stage 2.7, April 2024 TC39 meeting
RegExp.escapestage 2 proposal:
- Moved to hex-escape semantics, regex-escaping/67
- It's not the final change of the way of escaping, waiting for regex-escaping/77 soon
- Pattern matching stage 1 proposal:
- Built-ins:
Symbol.customMatcher- Once again, the used well-known symbol was renamed
- Added new entries for that
- Added Extractors stage 1 proposal:
- Built-ins:
Symbol.customMatcher- Since the
Symbol.customMatcherwell-known symbol from the pattern matching proposal is also used in the exactors proposal, added an entry also for this proposal- Added
URL.parse, url/825- Engines bugs fixes:
- Compat data improvements:
URL.parseadded and marked as supported from FF 126URL.parseadded and marked as supported from Bun 1.1.4URL.canParsefixed and marked as supported from Bun 1.1.0- New
Setmethods fixed in JavaScriptCore and marked as supported from Bun 1.1.1- Added Opera Android 82 compat data mapping
3.36.1 - 2024.03.19
- Changes v3.36.0...v3.36.1
- Fixed some validation cases in
Object.setPrototypeOf, #1329, thanks@minseok-choe- Fixed the order of validations in
Array.from, #1331, thanks@minseok-choe
... (truncated)
Commits
598d0b23.37.0c978c8fadd an entry for exactors proposal8957db1update pattern matching proposald393ed4some simplification51cb7c8some simplification51ce5d0simplify some constants definition9da401faddMath.sumPrecise80f1d23add a fix of Safari{ Object, Map }.groupBybug that does not support itera...5b908c2add a fix of Safari bug with double call of constructor inArray.fromAsync559081fmove newSetmethods to stable ES- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)