alarmdisplay / display

Component for displaying alerts and general info
GNU Affero General Public License v3.0
11 stars 2 forks source link

chore(deps): update all non-major dependencies #211

Open abrain-bot opened 2 weeks ago

abrain-bot commented 2 weeks ago

This PR contains the following updates:

Package Type Update Change
@types/jsonwebtoken (source) devDependencies patch 9.0.6 -> 9.0.7
ical.js dependencies minor 2.0.1 -> 2.1.0
mysql2 (source) dependencies patch 3.11.0 -> 3.11.3
umzug dependencies patch 3.8.1 -> 3.8.2

Release Notes

kewisch/ical.js (ical.js) ### [`v2.1.0`](https://redirect.github.com/kewisch/ical.js/releases/tag/v2.1.0) [Compare Source](https://redirect.github.com/kewisch/ical.js/compare/v2.0.1...v2.1.0) #### What's Changed This release includes typescript types, generated from jsdoc thanks to a heroic effort from [@​jannikac](https://redirect.github.com/jannikac) - Fixes a bug while parsing vcalendar parameters by [@​br0xpl](https://redirect.github.com/br0xpl) in [https://github.com/kewisch/ical.js/pull/613](https://redirect.github.com/kewisch/ical.js/pull/613) - stringify: do not use unescapedIndexOf in property parameters by [@​dilyanpalauzov](https://redirect.github.com/dilyanpalauzov) in [https://github.com/kewisch/ical.js/pull/658](https://redirect.github.com/kewisch/ical.js/pull/658) - parse.\_parsedParameters: do not use helpers.unescapedIndexOf() by [@​dilyanpalauzov](https://redirect.github.com/dilyanpalauzov) in [https://github.com/kewisch/ical.js/pull/536](https://redirect.github.com/kewisch/ical.js/pull/536) - parser.\_handleContentLine() parsing including ^ in the parameter value by [@​dilyanpalauzov](https://redirect.github.com/dilyanpalauzov) in [https://github.com/kewisch/ical.js/pull/507](https://redirect.github.com/kewisch/ical.js/pull/507) - Update ICALTester to make it useable again by [@​kewisch](https://redirect.github.com/kewisch) in [https://github.com/kewisch/ical.js/pull/664](https://redirect.github.com/kewisch/ical.js/pull/664) - Try again before avoiding death by recursion by [@​darktrojan](https://redirect.github.com/darktrojan) in [https://github.com/kewisch/ical.js/pull/550](https://redirect.github.com/kewisch/ical.js/pull/550) - Make occurrences in chronological order even if BYMONTHDAY or BYYEARDAY is not in order by [@​darktrojan](https://redirect.github.com/darktrojan) in [https://github.com/kewisch/ical.js/pull/666](https://redirect.github.com/kewisch/ical.js/pull/666) - Avoid infinite loop with invalid YEARLY recurrence rule by [@​leftmostcat](https://redirect.github.com/leftmostcat) in [https://github.com/kewisch/ical.js/pull/621](https://redirect.github.com/kewisch/ical.js/pull/621) - Fix stack trace on custom ParserError by [@​kewisch](https://redirect.github.com/kewisch) in [https://github.com/kewisch/ical.js/pull/665](https://redirect.github.com/kewisch/ical.js/pull/665) - Make it easier to debug sanity checks by [@​kewisch](https://redirect.github.com/kewisch) in [https://github.com/kewisch/ical.js/pull/682](https://redirect.github.com/kewisch/ical.js/pull/682) - Introduce the recurrence tester by [@​kewisch](https://redirect.github.com/kewisch) in [https://github.com/kewisch/ical.js/pull/678](https://redirect.github.com/kewisch/ical.js/pull/678) - Switch from `rollup-plugin-terser` to `@rollup/plugin-terser` by [@​dilyanpalauzov](https://redirect.github.com/dilyanpalauzov) in [https://github.com/kewisch/ical.js/pull/693](https://redirect.github.com/kewisch/ical.js/pull/693) - Move yauzl to dynamic import by [@​kewisch](https://redirect.github.com/kewisch) in [https://github.com/kewisch/ical.js/pull/703](https://redirect.github.com/kewisch/ical.js/pull/703) - Implement `.d.ts` generation from jsdoc comments by [@​jannikac](https://redirect.github.com/jannikac) in [https://github.com/kewisch/ical.js/pull/662](https://redirect.github.com/kewisch/ical.js/pull/662) - Fix exports by [@​jannikac](https://redirect.github.com/jannikac) in [https://github.com/kewisch/ical.js/pull/713](https://redirect.github.com/kewisch/ical.js/pull/713) - Fix remaining typescript issues by [@​jannikac](https://redirect.github.com/jannikac) in [https://github.com/kewisch/ical.js/pull/712](https://redirect.github.com/kewisch/ical.js/pull/712) - Fix incorrect jsdocs by [@​jannikac](https://redirect.github.com/jannikac) in [https://github.com/kewisch/ical.js/pull/727](https://redirect.github.com/kewisch/ical.js/pull/727) - Fix module resolution in typescript by [@​jannikac](https://redirect.github.com/jannikac) in [https://github.com/kewisch/ical.js/pull/736](https://redirect.github.com/kewisch/ical.js/pull/736) #### New Contributors - [@​br0xpl](https://redirect.github.com/br0xpl) made their first contribution in [https://github.com/kewisch/ical.js/pull/613](https://redirect.github.com/kewisch/ical.js/pull/613) - [@​jannikac](https://redirect.github.com/jannikac) made their first contribution in [https://github.com/kewisch/ical.js/pull/662](https://redirect.github.com/kewisch/ical.js/pull/662) **Full Changelog**: https://github.com/kewisch/ical.js/compare/v2.0.1...v2.1.0
sidorares/node-mysql2 (mysql2) ### [`v3.11.3`](https://redirect.github.com/sidorares/node-mysql2/blob/HEAD/Changelog.md#3113-2024-09-14) [Compare Source](https://redirect.github.com/sidorares/node-mysql2/compare/v3.11.2...v3.11.3) ##### Bug Fixes - **typings:** synchronize types of sqlstring ([#​3047](https://redirect.github.com/sidorares/node-mysql2/issues/3047)) ([81be01b](https://redirect.github.com/sidorares/node-mysql2/commit/81be01b1bce30cac3f6fcc130aaf859349c5d3d2)) ### [`v3.11.2`](https://redirect.github.com/sidorares/node-mysql2/blob/HEAD/Changelog.md#3112-2024-09-11) [Compare Source](https://redirect.github.com/sidorares/node-mysql2/compare/v3.11.1...v3.11.2) ##### Bug Fixes - resolve LRU conflicts, cache loss and premature engine breaking change ([#​2988](https://redirect.github.com/sidorares/node-mysql2/issues/2988)) ([2c3c858](https://redirect.github.com/sidorares/node-mysql2/commit/2c3c858fd0425b29f488a7cd24df749539c93aa2)) ### [`v3.11.1`](https://redirect.github.com/sidorares/node-mysql2/blob/HEAD/Changelog.md#3111-2024-09-10) [Compare Source](https://redirect.github.com/sidorares/node-mysql2/compare/v3.11.0...v3.11.1) ##### Bug Fixes - **createPoolCluster:** add pattern and selector to promise-based `getConnection` ([#​3017](https://redirect.github.com/sidorares/node-mysql2/issues/3017)) ([ab7c49f](https://redirect.github.com/sidorares/node-mysql2/commit/ab7c49f24fad7b241cdc0046ead9917bbddccced)), closes [#​1381](https://redirect.github.com/sidorares/node-mysql2/issues/1381) - update connection cleanup process to handle expired connections and exceeding `config.maxIdle` ([#​3022](https://redirect.github.com/sidorares/node-mysql2/issues/3022)) ([b091cf4](https://redirect.github.com/sidorares/node-mysql2/commit/b091cf49d4165e991cb7c51dd6074be1c996a98e))
sequelize/umzug (umzug) ### [`v3.8.2`](https://redirect.github.com/sequelize/umzug/releases/tag/v3.8.2) [Compare Source](https://redirect.github.com/sequelize/umzug/compare/v3.8.1...v3.8.2) - fix: resolve esm file path issue and '<\>' (example tests) on windows ([#​678](https://redirect.github.com/sequelize/umzug/issues/678)) [`3baccd6`](https://redirect.github.com/sequelize/umzug/commit/3baccd6)

Configuration

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

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

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Renovate Bot.

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 65.62%. Comparing base (40f775a) to head (489e0fa).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #211 +/- ## ======================================== Coverage 65.62% 65.62% ======================================== Files 81 81 Lines 995 995 Branches 89 89 ======================================== Hits 653 653 Misses 340 340 Partials 2 2 ``` | [Flag](https://app.codecov.io/gh/alarmdisplay/display/pull/211/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=alarmdisplay) | Coverage Δ | | |---|---|---| | [server](https://app.codecov.io/gh/alarmdisplay/display/pull/211/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=alarmdisplay) | `65.62% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=alarmdisplay#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.