⬆️ deps: Upgrade dependency ical-generator to v6 - autoclosed #781
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^5.0.1
->^6.0.0
Release Notes
sebbo2002/ical-generator (ical-generator)
v6.0.1
Compare Source
Bug Fixes
prodId()
string validation (a5caeaa), closes /www.rfc-editor.org/rfc/rfc5545#section-3 #555v6.0.0
Compare Source
Bug Fixes
browser
field topackage.json
(7db4e32)Features
save()
,saveSync()
,serve()
,toBlob()
,toURL()
(b6bea66), closes #478Reverts
BREAKING CHANGES
Alarm.trigger
now defaults to 10min before event,Alarm.type
now defaults todisplay
,Alarm.interval()
got removed, useAlarm.repeat()
instead,Alarm.repeat()
now gives/takes an object instead of a number,Attendee.email
can’t benull | undefined
,Category.name
can’t benull | 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-v6save()
,saveSync()
,serve()
,toBlob()
andtoURL()
methods of the ICalCalendar class have been removed. Please use thetoString()
method to generate the ical string and proceed from there.5.0.1 (2023-08-17)
Bug Fixes
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.
This PR has been generated by Mend Renovate. View repository job log here.