gazebo
gazebo copied to clipboard
build(deps): bump date-fns-tz from 1.3.8 to 2.0.1
Bumps date-fns-tz from 1.3.8 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
formatInTimeZoneclose 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'
Commits
61e6ea92.0.1342d775Yarn 4.1.1d210776Clean up after merging #247f6979d7Merge pull request #247 from asennikov/master7f31fd6Merge pull request #270 from millawell/mastercc91ba3Merge pull request #267 from drewbrend/patch-12bae872Merge pull request #254 from TheThing/patch-1edf32b2Merge pull request #231 from Semigradsky/fix-2300500d66Merge pull request #229 from anikeef/fix-0030-timezone2afe2bcFix incorrect output comment- 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)
✅ Deploy preview for gazebo ready!
Previews expire after 1 month automatically.
| Commit | Created | Cloud | Enterprise |
|---|---|---|---|
| 968d0e17107cfe55c434134cedec63826adca745 | Thu, 16 May 2024 22:34:42 GMT | Cloud | Enterprise |
Superseded by #3032.