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

build: Bump luxon, ical-generator and rrule #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 9, 2023

Bumps luxon to 3.2.1 and updates ancestor dependencies luxon, ical-generator and rrule. These dependencies need to be updated together.

Updates luxon from 3.0.4 to 3.2.1

Changelog

Sourced from luxon's changelog.

Changelog

3.2.0 (2022-12-29)

  • Allow timeZone to be specified as an intl option
  • Fix for diff's handling of end-of-month when crossing leap years (#1340)
  • Add Interval.toLocaleString() (#1320)

3.1.1 (2022-11-28)

  • Add Settings.twoDigitCutoffYear

3.1.0 (2022-10-31)

  • Add Duration.rescale
Commits

Updates ical-generator from 2.2.0 to 3.6.1

Release notes

Sourced from ical-generator's releases.

v3.6.1

3.6.1 (2022-12-27)

Bug Fixes

  • Event: Return floating repeating until/excluded dates if floating (011123e), closes #442

v3.6.1-develop.3

3.6.1-develop.3 (2022-12-20)

Bug Fixes

  • Event: Return floating repeating until/excluded dates if floating (011123e), closes #442

v3.6.1-develop.2

3.6.1-develop.2 (2022-12-11)

v3.6.1-develop.1

3.6.1-develop.1 (2022-12-04)

v3.6.0

3.6.0 (2022-10-11)

Features

  • Event: Update bySetPos and byMonthDay (b19e94b), closes #430

v3.6.0-develop.1

3.6.0-develop.1 (2022-10-10)

Features

  • Event: Update bySetPos and byMonthDay (b19e94b), closes #430

v3.5.2

3.5.2 (2022-09-24)

Bug Fixes

  • Include source files in npm module to allow sourcemap resolving (2760b75), closes #426

v3.5.2-develop.3

3.5.2-develop.3 (2022-09-24)

v3.5.2-develop.2

... (truncated)

Changelog

Sourced from ical-generator's changelog.

3.6.1 (2022-12-27)

Bug Fixes

  • Event: Return floating repeating until/excluded dates if floating (011123e), closes #442

3.6.1-develop.3 (2022-12-20)

Bug Fixes

  • Event: Return floating repeating until/excluded dates if floating (011123e), closes #442

3.6.1-develop.2 (2022-12-11)

3.6.1-develop.1 (2022-12-04)

3.6.0 (2022-10-11)

Features

  • Event: Update bySetPos and byMonthDay (b19e94b), closes #430

3.6.0-develop.1 (2022-10-10)

Features

  • Event: Update bySetPos and byMonthDay (b19e94b), closes #430

3.5.2 (2022-09-24)

Bug Fixes

  • Include source files in npm module to allow sourcemap resolving (2760b75), closes #426

3.5.2-develop.3 (2022-09-24)

3.5.2-develop.2 (2022-09-24)

Bug Fixes

  • Include source files in npm module to allow sourcemap resolving (2760b75), closes #426

3.5.2-develop.1 (2022-08-30)

... (truncated)

Commits
  • 84d04db chore(release): 🔖 3.6.1 [skip ci]
  • d24deee Merge pull request #448 from sebbo2002/develop
  • 3f9e3c2 Merge pull request #450 from sebbo2002/dependabot/github_actions/actions/stale-7
  • dc8082d ci(deps): bump actions/stale from 6 to 7
  • 6c99817 chore(release): 🔖 3.6.1-develop.3 [skip ci]
  • 011123e fix(Event): Return floating repeating until/excluded dates if floating
  • 85b3016 Merge branch 'develop' of github.com:sebbo2002/ical-generator into develop
  • 91ae586 chore: Remove WebStorm run configuration
  • 00d0c3d test: Update deprecated moment dates
  • 231b15a Update all development npm dependencies (2022-12-20) (#447)
  • Additional commits viewable in compare view

Updates rrule from 2.6.9 to 2.7.1

Release notes

Sourced from rrule's releases.

v2.7.1

What's Changed

New Contributors

Full Changelog: jkbrzt/rrule@v2.7.0...v2.7.1

v2.7.0

What's Changed

New Contributors

Full Changelog: jkbrzt/rrule@v2.6.8...v2.7.0

Changelog

Sourced from rrule's changelog.

  • 2.7.1 (2022-07-10)

    • Internal:
      • Upgrade build dependencies (#515)
      • Migrate from tslint to eslint (#514)
      • Fix precommit & lint warnings (#519)
      • Fix invalid date formats in tests (#517)
    • Remove default exports (#513)
    • Point to esm correctly (#516)
  • 2.7.0 (2022-06-05)

    • Features:
      • BREAKING CHANGE Removes default export in favor of named exports
      • Removes Luxon dependency (#508)
  • 2.6.8 (2021-02-04)

    • Bugfixes:
      • Solve circular imports (#444)
  • 2.6.6 (2020-08-23)

    • Bugfixes:
      • Fixed broken npm package (#417)
  • 2.6.5 (2020-08-23)

    • Bugfixes:
      • luxon-less binary should not contain any luxon imports (#410)
      • Fixed toText pluralization of “minutes“ (#415)
  • 2.6.4 (2019-12-18)

    • Bugfixes:
      • Calculating series with unknown timezones will produce infinite loop (#320)
    • Internal:
      • Upgrade build dependencies
  • 2.6.3 (2019-11-24)

    • Features
      • Allow passing WeekdayStr to byweekday like the types suggest is possible (#371)
  • 2.6.2 (2019-06-08)

    • Features
      • Allow two digits for BYDAY (#330)
      • Add a quick way to format until in toText (#313)
      • Add support for parsing an rrule string without frequency (#339)
      • Add getters for rrules, exrules, rdates, exdates (#347)
  • 2.6.0 (2019-01-03)

    • Bugfixes:
      • Fix sourcemap structure (#303)
  • 2.5.6 (2018-09-30)

    • Bugfixes:
      • Validate date inputs (#281)

... (truncated)

Commits

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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [luxon](https://github.com/moment/luxon) to 3.2.1 and updates ancestor dependencies [luxon](https://github.com/moment/luxon), [ical-generator](https://github.com/sebbo2002/ical-generator) and [rrule](https://github.com/jakubroztocil/rrule). These dependencies need to be updated together.


Updates `luxon` from 3.0.4 to 3.2.1
- [Release notes](https://github.com/moment/luxon/releases)
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@3.0.4...3.2.1)

Updates `ical-generator` from 2.2.0 to 3.6.1
- [Release notes](https://github.com/sebbo2002/ical-generator/releases)
- [Changelog](https://github.com/sebbo2002/ical-generator/blob/develop/CHANGELOG.md)
- [Commits](sebbo2002/ical-generator@v2.2.0...v3.6.1)

Updates `rrule` from 2.6.9 to 2.7.1
- [Release notes](https://github.com/jakubroztocil/rrule/releases)
- [Changelog](https://github.com/jakubroztocil/rrule/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jakubroztocil/rrule/commits/v2.7.1)

---
updated-dependencies:
- dependency-name: luxon
  dependency-type: indirect
- dependency-name: ical-generator
  dependency-type: direct:production
- dependency-name: rrule
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 9, 2023
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.

0 participants