chrome-extension-nba
chrome-extension-nba copied to clipboard
chore(deps): bump date-fns-tz from 1.3.3 to 2.0.1
Bumps date-fns-tz from 1.3.3 to 2.0.1.
Changelog
Sourced from date-fns-tz's changelog.
v2.0.1 (9 March 2024)
- [DOCS] Fix incorrect output comment (#270)
- [DEPS] Limit to date-fns 2.x (#262, #267)
- [REFACTOR]
tzTokenizeDate
: Remove weird unneeded regex (#254)- [BUGFIX] Improving correctness of the
formatInTimeZone
close to the DST threshold (#247)- [ENHANCEMENT] Use hourCycle for browsers that support hour cycle formatting (#231)
- [BUGFIX] Fix tzParseTimezone to parse 00:30 timezones properly (#229)
v2.0.0 (30 January 2023)
- [BREAKING CHANGE] Optimize configuration for ESM exports (entry points for cjs / esm / typescript) (#212)
Upgrade guide: Both CJS and ESM imports now use the default import paths. CJS will continue working unchanged; to fix ESM imports:
Before:
import { format } from 'date-fns-tz/esm' import utcToZonedTime from 'date-fns-tz/esm/utcToZonedTime'
After:
import { format } from 'date-fns-tz' import utcToZonedTime from 'date-fns-tz/utcToZonedTime'
v1.3.8 (30 January 2023)
- [TESTS] Tests documenting
zonedTimeToUtc
daylight saving jumps (#220)- [TYPES] Update
format
types to match date-fns (#199)- [BUGFIX] Fixed
undefined
timezone error (#214)v1.3.7 (31 August 2022)
- [BUGFIX] Fixed getting the time zone name in
partsTimeZone
out offormatToParts
(#196)- [BUGFIX]
tzTokenizeDate
usesmonth: numeric
as a possible fix for #190v1.3.6 (13 July 2022)
- [BUGFIX] Remove the use of
const
(#192)v1.3.5 (18 June 2022)
v1.3.4 (28 April 2022)
... (truncated)
Commits
61e6ea9
2.0.1342d775
Yarn 4.1.1d210776
Clean up after merging #247f6979d7
Merge pull request #247 from asennikov/master7f31fd6
Merge pull request #270 from millawell/mastercc91ba3
Merge pull request #267 from drewbrend/patch-12bae872
Merge pull request #254 from TheThing/patch-1edf32b2
Merge pull request #231 from Semigradsky/fix-2300500d66
Merge pull request #229 from anikeef/fix-0030-timezone2afe2bc
Fix incorrect output comment- Additional commits viewable in compare view
You can trigger a rebase of this PR 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.