react-datepicker
react-datepicker copied to clipboard
chore(deps-dev): bump core-js from 3.42.0 to 3.43.0
Bumps core-js from 3.42.0 to 3.43.0.
Changelog
Sourced from core-js's changelog.
3.43.0 - 2025.06.09
- Changes v3.42.0...v3.43.0 (139 commits)
- Explicit Resource Management proposals:
- Built-ins:
Symbol.disposeSymbol.asyncDisposeSuppressedErrorDisposableStack
DisposableStack.prototype.disposeDisposableStack.prototype.useDisposableStack.prototype.adoptDisposableStack.prototype.deferDisposableStack.prototype.moveDisposableStack.prototype[@@dispose]AsyncDisposableStack
AsyncDisposableStack.prototype.disposeAsyncAsyncDisposableStack.prototype.useAsyncDisposableStack.prototype.adoptAsyncDisposableStack.prototype.deferAsyncDisposableStack.prototype.moveAsyncDisposableStack.prototype[@@asyncDispose]Iterator.prototype[@@dispose]AsyncIterator.prototype[@@asyncDispose]- Moved to stable ES, May 2025 TC39 meeting
- Added
es.namespace module,/es/and/stable/namespaces entriesArray.fromAsyncproposal:
- Built-ins:
Array.fromAsync- Moved to stable ES, May 2025 TC39 meeting
- Added
es.namespace module,/es/and/stable/namespaces entriesError.isErrorproposal:
- Built-ins:
Error.isError- Moved to stable ES, May 2025 TC39 meeting
- Added
es.namespace module,/es/and/stable/namespaces entries- Added Joint iteration stage 2.7 proposal:
- Added built-ins:
Iterator.zipIterator.zipKeyed- Added
Iteratorchunking stage 2 proposal:
- Added built-ins:
Iterator.prototype.chunksIterator.prototype.windowsNumber.prototype.clampproposal:
- Built-ins:
Number.prototype.clamp- Moved to stage 2, May 2025 TC39 meeting
Math.clampwas replaced withNumber.prototype.clamp- Removed a
RangeErrorifmin <= maxor+0min and-0max, [tc39/proposal-math-clamp/#22](tc39/proposal-math-clamp#22)- Always check regular expression flags by
flagsgetter PR. Native methods are not fixed, only own implementation updated for:
... (truncated)
Commits
f4f4633v3.43.0c4a8143enable some neweslint-plugin-es-xrulesa5b9552Fix argument validation condition24ad7eaIterator close on argument validation errorcf6aa2cIterator#windows implementationde73131Iterator#chunks implementation8e0a239Number#clamp implementation9cf80c7refactoring5cc3f7aRefactoring884e103Iterator.zipKeyed implementation- 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)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.14%. Comparing base (
bb8049c) to head (94f5272). Report is 12 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #5688 +/- ##
=======================================
Coverage 97.14% 97.14%
=======================================
Files 30 30
Lines 3364 3364
Branches 1420 1404 -16
=======================================
Hits 3268 3268
- Misses 94 96 +2
+ Partials 2 0 -2
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.