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 v6 - autoclosed #781

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 9, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ical-generator ^5.0.1 -> ^6.0.0 age adoption passing confidence

Release Notes

sebbo2002/ical-generator (ical-generator)

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)

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 9, 2024
Copy link

codecov bot commented Mar 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.56%. Comparing base (90519f3) to head (435f1a8).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #781      +/-   ##
==========================================
+ Coverage   66.55%   66.56%   +0.01%     
==========================================
  Files         696      696              
  Lines        9678     9678              
  Branches     1334     1334              
==========================================
+ Hits         6441     6442       +1     
+ Misses       2745     2743       -2     
- Partials      492      493       +1     
Flag Coverage Δ
test 69.72% <ø> (-0.02%) ⬇️
test-app 56.24% <ø> (+0.02%) ⬆️

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.

@renovate renovate bot force-pushed the renovate/ical-generator-6.x branch from c03c161 to 435f1a8 Compare March 10, 2024 15:13
@make-github-pseudonymous-again make-github-pseudonymous-again added the requires-manual-intervention This automatically created PR requires manual intervention before merging. label Mar 10, 2024
@make-github-pseudonymous-again
Copy link
Contributor

Method serve has been removed. Requires regression test.

@renovate renovate bot changed the title ⬆️ deps: Upgrade dependency ical-generator to v6 ⬆️ deps: Upgrade dependency ical-generator to v6 - autoclosed Mar 17, 2024
@renovate renovate bot closed this Mar 17, 2024
@renovate renovate bot deleted the renovate/ical-generator-6.x branch March 17, 2024 09:52
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.

1 participant