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

⬆️ deps: Upgrade dependency ical-generator to v7. #806

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 17, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ical-generator ^4.1.0 -> ^7.0.0 age adoption passing confidence

Release Notes

sebbo2002/ical-generator (ical-generator)

v7.1.0

Compare Source

Bug Fixes
  • Use event timezone for allDay events (1bfeaf6)
Features
  • Apply timezone for supported allday-events (176352c), closes #​592

v7.0.0

Compare Source

Bug Fixes
Features
  • Alarm: Add support for email alarm type (5398f09), closes #​576
  • Event: Made ICalEvent.location.title optional to allow setting GEO without title (42be230), closes #​578
BREAKING CHANGES

6.0.1 (2024-01-07)

Bug Fixes

v6.0.1

Compare Source

Bug Fixes

v6.0.0

Compare Source

Bug Fixes
  • add browser field to package.json (7db4e32)
Features
  • Enable npm provenance (87d173a)
  • Enable npm provenance (ccba971)
  • Ensure Calendar is renderable all the time (f1328a3), closes #​344
  • Remove save(), saveSync(), serve(), toBlob(), toURL() (b6bea66), closes #​478
Reverts
  • Revert "ci: Downgrade is-semantic-release till it's fixed" (91c2ab5)
BREAKING CHANGES
  • Alarm.trigger now defaults to 10min before event, Alarm.type now defaults to display, Alarm.interval() got removed, use Alarm.repeat() instead, Alarm.repeat() now gives/takes an object instead of a number, Attendee.email can’t be null | undefined, Category.name can’t be null | undefined, Event.start now defaults to now (new Date()). For details and examples checkout the migration guide at https://github.com/sebbo2002/ical-generator/wiki/Migration-Guide:-v5-%E2%86%92-v6
  • The save(), saveSync(), serve(), toBlob() and toURL() methods of the ICalCalendar class have been removed. Please use the toString() method to generate the ical string and proceed from there.

5.0.1 (2023-08-17)

Bug Fixes
  • double-quotes and missing filename variable (30fcccd)
  • indentation, semicolons and quoting (2dd4d24)

v5.0.1

Compare Source

Bug Fixes
  • double-quotes and missing filename variable (30fcccd)
  • indentation, semicolons and quoting (2dd4d24)

v5.0.0

Compare Source

Build System
  • Deprecate node.js v14 / v17 (7a2de45)
BREAKING CHANGES

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the deps This issue has to do with dependencies label Mar 17, 2024
Copy link

codecov bot commented Mar 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.28%. Comparing base (a24a1b7) to head (aa746d0).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #806      +/-   ##
==========================================
- Coverage   66.56%   66.28%   -0.28%     
==========================================
  Files         719      719              
  Lines       10006    10006              
  Branches     1349     1349              
==========================================
- Hits         6660     6632      -28     
- Misses       2884     2914      +30     
+ Partials      462      460       -2     
Flag Coverage Δ
client 45.85% <ø> (-0.27%) ⬇️
server 62.62% <ø> (-0.02%) ⬇️
test 72.55% <ø> (-0.02%) ⬇️
test-app 53.72% <ø> (-0.33%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Method serve has been removed. Requires regression test.

@make-github-pseudonymous-again make-github-pseudonymous-again added the requires-manual-intervention This automatically created PR requires manual intervention before merging. label Mar 17, 2024
@renovate renovate bot changed the title ⬆️ deps: Upgrade dependency ical-generator to v7 ⬆️ deps: Upgrade dependency ical-generator to v7. Apr 8, 2024
@renovate renovate bot force-pushed the renovate/ical-generator-7.x branch from 40914a4 to e6b00a0 Compare June 4, 2024 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps This issue has to do with dependencies requires-manual-intervention This automatically created PR requires manual intervention before merging.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant