fix(deps): update dependency temporal-polyfill to v1#739
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.3.0→^1.0.0Release Notes
fullcalendar/temporal-polyfill (temporal-polyfill)
v1.0.1✨ Features
/implementationand/shimentrypoints for finer control over native vs. polyfilled. See docsfunction.lengthand non-constructable💥 Breaking
iso8601andgregorywork as before, but other calendars now need a different entrypoint. See Upgrade Notes belowglobal.min.jsis no longer in the NPM package, but remains on the jsdelivr CDN (like this), which auto-minifies🛠️ Upgrade Notes
If you use any of the following calendar systems, please use the
/full/entrypoints now:buddhist,chinese,coptic,dangi,ethiopic,ethioaa,hebrew,indian,islamic-civil,islamic-tbla,islamic-umalqura,japanese,persian, androc.🐛 Bugfixes
Temporal.Duration.round()no longer throws for zero durations withrelativeTo(#87)Temporal.Duration.prototype.total()now returns0for blank durations withrelativeToinstead of throwing (#55)Temporal.Duration.from()no longer double-rounds huge subsecond values, fixing false out-of-range errors and microsecond stringification (#92)Temporal.Duration/Temporal.PlainDateTimediffs, soceilrounds up correctly when just past a whole day (#84)Temporal.PlainMonthDay.prototype.toLocaleString()no longer includes the internal reference year in date styles (#75)Temporal.PlainDate.prototype.withCalendar()now keeps the correct Buddhist month for historical ISO dates like 1582-01-01 (#74)Intl.DateTimeFormat.prototype.formatToParts()now formats polyfilledTemporal.PlainTimein Node 22 instead of throwingTypeError: Cannot use valueOf(#95)Temporal.ZonedDateTime.from()now accepts Brazilian wall times near close-together 2000 offset transitions, e.g.America/NoronhaandAmerica/Boa_Vista(#73)Temporal.ZonedDateTime.from()no longer clamps future offset calculations, preserving the+02:00summer offset for futureEurope/Berlindates like 2044-06-10 (#49)🔢 Version Number
This first real 1.0 release is numbered 1.0.1 because 1.0.0 was accidentally published as a blank package years ago (related to #88).
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.