-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 node-ical from 0.16.1 to 0.17.0 #3278
Bump node-ical from 0.16.1 to 0.17.0 #3278
Conversation
21b8298
to
9361087
Compare
waiting for #3014 |
also failing tests with this update... |
Api change? |
no.. bug fix for MS and multi-location TZ ids and also removal of luxon library from RRULE lib dependencies |
that is a timing bug again as far as I can tell.. they all runs the same testcases.. |
all tests are fine with new |
I had not yet tested node-ical 0.17.0 for side impacts.. |
@dependabot rebase |
9361087
to
ddd7583
Compare
did you try out node v20? or where di the tests run fine? |
I ran tests locally on node 20. no issues |
can not explain why it worked last time. Now the calendar e2e tests are failing reproducable: node@48626ff2d77f:/opt/magic_mirror$ npx jest tests/e2e/modules/calendar_spec.js
(node:240) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
FAIL e2e tests/e2e/modules/calendar_spec.js (189.832 s)
Calendar module
Default configuration
✕ should show the default maximumEntries of 10 (20002 ms)
✕ should show the default calendar symbol in each event (20000 ms)
Custom configuration
✓ should show the custom maximumEntries of 5 (3983 ms)
✓ should show the custom calendar symbol in four events (202 ms)
✓ should show a customEvent calendar symbol in one event (200 ms)
✓ should show a customEvent calendar eventClass in one event (200 ms)
✓ should show two custom icons for repeating events (203 ms)
✕ should show two custom icons for day events (202 ms)
Recurring event
✓ should show the recurring birthday event 6 times (1316 ms)
exdate check
✓ should show the recurring event 51 times (excluded once) in a 364-day (inclusive) period (1353 ms)
Events from multiple calendars
✕ should show multiple events with the same title and start time from different calendars (20000 ms)
Recurring event per timezone
✓ should contain text "Mar 25th" in timezone UTC 12 (1306 ms)
✓ should contain text "Mar 25th" in timezone UTC 11 (1302 ms)
✓ should contain text "Mar 25th" in timezone UTC 10 (1309 ms)
✓ should contain text "Mar 25th" in timezone UTC 9 (1311 ms)
✓ should contain text "Mar 25th" in timezone UTC 8 (1304 ms)
✓ should contain text "Mar 25th" in timezone UTC 7 (1244 ms)
✓ should contain text "Mar 25th" in timezone UTC 6 (1338 ms)
✓ should contain text "Mar 25th" in timezone UTC 5 (1317 ms)
✓ should contain text "Mar 25th" in timezone UTC 4 (1313 ms)
✓ should contain text "Mar 25th" in timezone UTC 3 (1213 ms)
✓ should contain text "Mar 25th" in timezone UTC 2 (1316 ms)
✓ should contain text "Mar 25th" in timezone UTC 1 (1309 ms)
✓ should contain text "Mar 25th" in timezone UTC 0 (1384 ms)
✓ should contain text "Mar 25th" in timezone UTC -1 (1344 ms)
✓ should contain text "Mar 25th" in timezone UTC -2 (1335 ms)
✓ should contain text "Mar 25th" in timezone UTC -3 (1252 ms)
✓ should contain text "Mar 25th" in timezone UTC -4 (1645 ms)
✓ should contain text "Mar 25th" in timezone UTC -5 (1436 ms)
✓ should contain text "Mar 25th" in timezone UTC -6 (1250 ms)
✓ should contain text "Mar 25th" in timezone UTC -7 (1332 ms)
✓ should contain text "Mar 25th" in timezone UTC -8 (1341 ms)
✓ should contain text "Mar 25th" in timezone UTC -9 (1232 ms)
✓ should contain text "Mar 25th" in timezone UTC -10 (1554 ms)
✓ should contain text "Mar 25th" in timezone UTC -11 (1239 ms)
Changed port
✕ should return TestEvents (19996 ms)
Basic auth
✕ should return TestEvents (20004 ms)
Basic auth by default
✕ should return TestEvents (20001 ms)
Basic auth backward compatibility configuration: DEPRECATED
✕ should return TestEvents (20001 ms)
Fail Basic auth
✓ should show Unauthorized error (1205 ms) The test Setup: I'm running node For this test I updated |
Now it's getting really strange: Running with node |
ddd7583
to
4f39ffd
Compare
Bumps [node-ical](https://github.com/jens-maus/node-ical) from 0.16.1 to 0.17.0. - [Commits](https://github.com/jens-maus/node-ical/commits/0.17.0) --- updated-dependencies: - dependency-name: node-ical dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
4f39ffd
to
60840ad
Compare
tested with
ok for me |
@dependabot update |
Superseded by #3308. |
can confirm it works now, maybe because of new |
Bumps node-ical from 0.16.1 to 0.17.0.
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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)