opengovsg / checkfirst

Don't Know? CheckFirst. A tool to build eligibility checkers and calculators for Singapore Government policies
https://checkfirst.gov.sg
Other
11 stars 6 forks source link

chore(deps): bump date-fns-tz from 1.3.0 to 1.3.6 #1327

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps date-fns-tz from 1.3.0 to 1.3.6.

Changelog

Sourced from date-fns-tz's changelog.

v1.3.6 (13 July 2022)

  • [BUGFIX] Remove the use of const (#192)

v1.3.5 (18 June 2022)

  • [BUGFIX] Fixed utcToZonedTime not working with year < 100; thanks @​healqq (#185)

v1.3.4 (28 April 2022)

  • [BUGFIX] Add new to DateTimeFormat invocation to fix mocking it in tests (#181)
  • [DOCS] Add notes on usage with Android

v1.3.3 (1 April 2022)

  • [BUGFIX] Fix broken ESM import (#177)

v1.3.2 (31 March 2022)

  • [BUGFIX] Support tz offsets up to +/-23:59 (#171)
  • [BUGFIX] Fixed zonedTimeToUtc not working with year < 100 (#87, #170)

v1.3.1 (25 March 2022)

  • [BUGFIX] ESM export of package.json (#173)
  • [BUGFIX] Round tz offset correctly to format old dates (#169, #168)
Commits
  • 0577249 1.3.6
  • eadff56 Merge pull request #192 from leehaoChen/fix-const
  • 363157d fix: esm module contain "const", which necessitates the use of babel-loader.
  • 5a055eb Disable test; it might not be possible to get the timezone name from an offset
  • 847dce4 Merge pull request #187 from ptrkcsk/format-in-time-zone-with-offset
  • d8f94af 1.3.5
  • 29b1137 Merge pull request #185 from healqq/fix-year-below-100-bug-2
  • ff0cb1b test more ways of calling formatInTimeZone()
  • 4a44bb6 add spec when date object is passed
  • 67395bd fix utcToZonedTime not working with years < 100
  • 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)