msgraph-sample-nodeexpressapp
msgraph-sample-nodeexpressapp copied to clipboard
Bump date-fns-tz from 2.0.1 to 3.2.0 in /graph-sample
Bumps date-fns-tz from 2.0.1 to 3.2.0.
Release notes
Sourced from date-fns-tz's releases.
v3.0.0
This release adds support for
date-fnsv3. Thank you@christopherklint97(#265) and everyone who helped test and fix the beta releases.BREAKING CHANGES
date-fnsv2 is no longer supported- Renamed
utcToZonedTimetotoZonedTimeto make the name less confusing, just search & replace- Renamed
zonedTimeToUtctofromZonedTimeto make the name less confusing, just search & replace- All functions are now exported using named exports, this requires changing direct imports from
import formatInTimeZone from 'date-fns-tz/formatInTimeZone'toimport { formatInTimeZone } from 'date-fns-tz/formatInTimeZone'- Functions now don’t check the number of passed arguments, delegating this task to type checkers similar to
date-fnsv3- Arguments are not explicitly converted to the target types; instead, they are passed as is, delegating this task to type checkers similar to
date-fnsv3- IE is no longer supported since
date-fnsno longer supports it- Removed
flowsupport sincedate-fnsalso removed it
Changelog
Sourced from date-fns-tz's changelog.
v3.2.0 (27 September 2024)
- [DEPS]
[email protected]supported (#301)- [PERFORMANCE] Make testDateFormatted static to avoid re-initialising it on every call (#297)
@hurali97- [ENHANCEMENT] Compatibility with
date-fnssetDefaultOptions(#286)@yangchristina- [DOCS] Fixed table of contents links (#284)
v3.1.3 (17 April 2024)
- [BUGFIX] Make
getTimeZoneOffset's 2nd arg optionalv3.1.2 (16 April 2024)
- [BUGFIX] Fix
formatInTimeZoneuse oftimeZonestring (#280)v3.1.1 (16 April 2024)
- [BUGFIX]
getTimeZoneOffset's 2nd arg should be optional (#281)v3.1.0 (15 April 2024)
- [REFACTOR] Full rewrite in TypeScript (#278) Thank you,
@brettwillis- [BREAKING CHANGE]
OptionsWithTZis now eitherFormatOptionsWithTZorToDateOptionsWithTZ, matchingdate-fnsv3.0.1 (10 April 2024)
- [BUGFIX] Fix named export typings (#277)
v3.0.0 (6 April 2024)
- [UPGRADE] Support
date-fnsv3 (#265) Thank you,@christopherklint97- [BUGFIX] Correct import of
date-fns@v3format and use Babel Webpack loader for mjs files (#271)- [BREAKING CHANGE]
date-fnsv2 is no longer supported- [BREAKING CHANGE] Renamed
utcToZonedTimetotoZonedTimeto make the name less confusing, just search & replace- [BREAKING CHANGE] Renamed
zonedTimeToUtctofromZonedTimeto make the name less confusing, just search & replace- [BREAKING CHANGE] All functions are now exported using named exports, this requires changing direct imports from
import formatInTimeZone from 'date-fns-tz/formatInTimeZone'toimport { formatInTimeZone } from 'date-fns-tz/formatInTimeZone'- [BREAKING CHANGE] Functions now don’t check the number of passed arguments, delegating this task to type checkers (This isn't fully implemented yet, but it should be the assumption moving forward, as it is in
date-fns)- [BREAKING CHANGE] Arguments are not explicitly converted to the target types. Instead, they are passed as is, delegating this task to type checkers (This isn't fully implemented yet, but it should be the assumption moving forward, as it is in
date-fns)- [BREAKING CHANGE] IE is no longer supported since
date-fnsno longer supports it- [BREAKING CHANGE] Removed
flowsupport sincedate-fnsalso removed it
Commits
b8820903.2.062b11e3Peer dep date-fns ^3.0.0 || ^4.0.0142a409Merge pull request #286 from yangchristina/get-default-options9877487Merge pull request #297 from callstack-internal/hur/perf/extract-testDateForm...772f07cMerge pull request #284 from yangchristina/docse7a6122Merge pull request #301 from eshimischi/master16a355bYarn: upgrade7ecd332Merge pull request #1 from eshimischi/eshimischi-patch-1a70c07adate-fns v4.1.079bb229perf: extract testDateFormatted to avoid re-initialising each time getDateTie...- 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)