genie-toolkit icon indicating copy to clipboard operation
genie-toolkit copied to clipboard

Bump @js-temporal/polyfill from 0.3.0 to 0.4.3

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Bumps @js-temporal/polyfill from 0.3.0 to 0.4.3.

Release notes

Sourced from @​js-temporal/polyfill's releases.

Version 0.4.3

Please see CHANGELOG.md for a summary of changes in this release.

Thanks to everyone that contributed to this release!

Version 0.4.2

Please see CHANGELOG.md for a summary of changes in this release.

Thanks to everyone that contributed to this release!

Version 0.4.1

Please see CHANGELOG.md for a summary of changes in this release.

Version 0.4.0

Please see CHANGELOG.md for a summary of changes in this release.

Thanks to everyone who contributed to this release!

Changelog

Sourced from @​js-temporal/polyfill's changelog.

0.4.3

Bug fixes:

  • Fix an off-by-one error when dates in the Hebrew calendar were created using monthCode, the year was a leap year, and the month was after the leap month ([f3d0ca9f])
  • Fix addition of months and years for lunisolar calendars ([4f8b04c1])
  • Fix the ISO8601 representation of years between 1 BCE and 999 BCE ([b251dc0e]).
  • Fix a bug causing time to appear to go backwards for a small number of milliseconds ([bb59ca97])
  • Always validate ISO8601 time components as well as date components ([34662a05])
  • Fix comparison of dates that might have a differing number of hours in their respective days ([a4c60241])
  • Include calendar reference information when calendarName='always' is passed to various Temporal toString method's options bags ([54fcc4f3])
  • Fix a nonconformant use of the relativeTo property bag ([9992f9b1])
  • Fix ZonedDateTime.prototype.withPlainTime(null) to throw a TypeError, instead of treating it as midnight ([ec2b0546])
  • Fix parsing of some valid Instant strings when they would be out of range before considering the UTC offset ([d9de9e74])
  • Bail out early in non-ISO calendar implementations to avoid an infinte loop when calculating the duration between two identical dates. ([6f3c42c9])
  • Fix type resolution when using TypeScript Node16 and transpiling to CJS ([9bab0eb5], see also the relevant TypeScript issue)

Non-breaking changes:

  • Consistently call observable operations with undefined options arguments, instead of empty objects ([297b8f38])

0.4.2

This version is a patch version enabling TypeScript Node16 support for this package.

Bug Fixes:

  • Add types to exports/./import to support Typescript Node16 ([304c86dd])

0.4.1

This version is a patch version enabling polyfill compatibility with Safari versions <15.1 (October 2021 and earlier).

Bug fixes:

  • Remove erroneous options from Safari's Intl.DateTimeFormat resolvedOptions bag. The underlying bug in Safari was fixed in Safari 15.1.

... (truncated)

Commits
  • 68ba46d Fix typo
  • 91d2544 fixup! Release 0.4.3
  • 94b8b26 Release 0.4.3
  • 9bab0eb add script to copy types for commonjs module system
  • 92569be Update PrepareTemporalFields to match the spec.
  • 9375e03 Only allow 'auto' for largestUnit calls of GetTemporalUnit.
  • 6f3c42c Bail out early in non-ISO Calendars when calculating the duration
  • 02ae80d Remove outdated expected failure from test262.
  • d72a7cd Pass a Duration object in AddDurationToOrSubtractDurationFromPlainYearMonth.
  • d58d0ea Remove unused days component from DifferenceTime
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Nov 01 '22 13:11 dependabot[bot]