Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump date-fns-tz from 1.1.4 to 1.3.0 #14

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2022

Bumps date-fns-tz from 1.1.4 to 1.3.0.

Release notes

Sourced from date-fns-tz's releases.

v1.2.2 (21 December 2021)

  • [BUGFIX] Fix formatInTimeZone types and fp arguments

v1.2.1 (21 December 2021)

  • [DOCS] Fixed a broken link (#148)

v1.2.0 (18 December 2021)

  • [ENHANCEMENT] Add formatInTimeZone
  • [DOCS] Various improvements and corrections
  • [BUGFIX] Fixed zonedTimeToUtc parsing of date strings with time zone specifiers
  • [ENHANCEMENT] Functions that return dates will return Invalid Date for bad date / time zone inputs, and format functions throw a RangeError
  • [BUGFIX] Fix format returning wrong time zone offset close to DST. (#138)

v1.1.7 (17 December 2021)

  • [PERFORMANCE] Improve performance when validating the same timezones many times through caching; thanks @​billthornton (#135)
  • [TESTS] Added a test for #33 which now passes
  • [BUGFIX] Fix format handling of quoted text next to a time zone token (#136)
Changelog

Sourced from date-fns-tz's changelog.

v1.3.0 (24 February 2022)

  • [ENHANCEMENT] Native ESM support via exports configuration in package.json (#133, #150)
  • [DOCS] Clarify the use of ESM vs CommonJS import paths
  • [DOCS] Clarify when format throws a RangeError and fix the test for it
  • [ENHANCEMENT] More extensive validation of numeric time zone offsets
  • [BUGFIX] Fixed zonedTimeToUtc throwing RangeError instead of returning an Invalid Date (#151)
  • [BUGFIX] Fixed format not throwing RangeError for invalid time zones with offset tokens (#152)

v1.2.2 (21 December 2021)

  • [BUGFIX] Fix formatInTimeZone types and fp arguments

v1.2.1 (21 December 2021)

  • [DOCS] Fixed a broken link (#148)

v1.2.0 (18 December 2021)

  • [ENHANCEMENT] Add formatInTimeZone
  • [DOCS] Various improvements and corrections
  • [BUGFIX] Fixed zonedTimeToUtc parsing of date strings with time zone specifiers
  • [ENHANCEMENT] Functions that return dates will return Invalid Date for bad date / time zone inputs, and format functions throw a RangeError
  • [BUGFIX] Fix format returning wrong time zone offset close to DST. (#138)

v1.1.7 (17 December 2021)

  • [PERFORMANCE] Improve performance when validating the same timezones many times through caching; thanks @​billthornton (#135)
  • [TESTS] Added a test for #33 which now passes
  • [BUGFIX] Fix format handling of quoted text next to a time zone token (#136)

v1.1.6 (27 July 2021)

  • [BUGFIX] Added an error object to the catch of isValidTimezoneIANAString for older JS (#131)

v1.1.5 (27 July 2021)

  • [BUGFIX] Fixed parsing IANA strings (#129)
Commits
  • c438d29 1.3.0
  • 2cad862 Fixed format not throwing RangeError for invalid time zones with offset token...
  • 82724f4 Fixed zonedTimeToUtc throwing RangeError instead of returning an Invalid Date...
  • 4ae1819 More extensive validation of numeric time zone offsets
  • 33f803f Clarify when format throws a RangeError and fix the test for it
  • 925fd85 Docs on ESM and CommonJS
  • 93675e4 Node.js ESM; full import paths and exports in package.json
  • 6b8ef0a Add tests from #53
  • 0961f0d 1.2.2
  • 7206cef Fix formatInTimeZone types and fp
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Feb 24, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/date-fns-tz-1.3.0 branch 2 times, most recently from 6612684 to 2b6ae69 Compare February 26, 2022 16:25
@alexandresoro
Copy link
Owner

@dependabot rebase

Bumps [date-fns-tz](https://github.com/marnusw/date-fns-tz) from 1.1.4 to 1.3.0.
- [Release notes](https://github.com/marnusw/date-fns-tz/releases)
- [Changelog](https://github.com/marnusw/date-fns-tz/blob/master/CHANGELOG.md)
- [Commits](marnusw/date-fns-tz@v1.1.4...v1.3.0)

---
updated-dependencies:
- dependency-name: date-fns-tz
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/date-fns-tz-1.3.0 branch from 2b6ae69 to c68c83b Compare February 26, 2022 17:21
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 28, 2022

Looks like date-fns-tz is no longer a dependency, so this is no longer needed.

@dependabot dependabot bot closed this Feb 28, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/date-fns-tz-1.3.0 branch February 28, 2022 19:47
alexandresoro pushed a commit that referenced this pull request Jan 6, 2023
Bumps [@mui/lab](https://github.com/mui/material-ui/tree/HEAD/packages/mui-lab) from 5.0.0-alpha.70 to 5.0.0-alpha.71.
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/HEAD/packages/mui-lab)

---
updated-dependencies:
- dependency-name: "@mui/lab"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant