element-hq / element-call

Group calls powered by Matrix
https://call.element.io
GNU Affero General Public License v3.0
593 stars 93 forks source link

Update all non-major dependencies #2795

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 1 week ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@​codecov/vite-plugin 1.3.0 -> 1.4.0 age adoption passing confidence
@formatjs/intl-durationformat 0.6.3 -> 0.6.4 age adoption passing confidence
@formatjs/intl-segmenter 11.7.3 -> 11.7.4 age adoption passing confidence
@sentry/react (source) 8.37.1 -> 8.38.0 age adoption passing confidence
@vitest/coverage-v8 (source) 2.1.4 -> 2.1.5 age adoption passing confidence
knip (source) 5.36.6 -> 5.37.1 age adoption passing confidence
postcss (source) 8.4.48 -> 8.4.49 age adoption passing confidence
postcss-preset-env (source) 10.1.0 -> 10.1.1 age adoption passing confidence
sass 1.80.6 -> 1.81.0 age adoption passing confidence
vitest (source) 2.1.4 -> 2.1.5 age adoption passing confidence

Release Notes

formatjs/formatjs (@​formatjs/intl-durationformat) ### [`v0.6.4`](https://redirect.github.com/formatjs/formatjs/releases/tag/%40formatjs/intl-durationformat%400.6.4) [Compare Source](https://redirect.github.com/formatjs/formatjs/compare/@formatjs/intl-durationformat@0.6.3...@formatjs/intl-durationformat@0.6.4) **Note:** Version bump only for package [@​formatjs/intl-durationformat](https://redirect.github.com/formatjs/intl-durationformat)
getsentry/sentry-javascript (@​sentry/react) ### [`v8.38.0`](https://redirect.github.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#8380) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/8.37.1...8.38.0) - docs: Improve docstrings for node otel integrations ([#​14217](https://redirect.github.com/getsentry/sentry-javascript/pull/14217)) - feat(browser): Add moduleMetadataIntegration lazy loading support ([#​13817](https://redirect.github.com/getsentry/sentry-javascript/pull/13817)) - feat(core): Add trpc path to context in trpcMiddleware ([#​14218](https://redirect.github.com/getsentry/sentry-javascript/pull/14218)) - feat(deps): Bump [@​opentelemetry/instrumentation-amqplib](https://redirect.github.com/opentelemetry/instrumentation-amqplib) from 0.42.0 to 0.43.0 ([#​14230](https://redirect.github.com/getsentry/sentry-javascript/pull/14230)) - feat(deps): Bump [@​sentry/cli](https://redirect.github.com/sentry/cli) from 2.37.0 to 2.38.2 ([#​14232](https://redirect.github.com/getsentry/sentry-javascript/pull/14232)) - feat(node): Add `knex` integration ([#​13526](https://redirect.github.com/getsentry/sentry-javascript/pull/13526)) - feat(node): Add `tedious` integration ([#​13486](https://redirect.github.com/getsentry/sentry-javascript/pull/13486)) - feat(utils): Single implementation to fetch debug ids ([#​14199](https://redirect.github.com/getsentry/sentry-javascript/pull/14199)) - fix(browser): Avoid recording long animation frame spans starting before their parent span ([#​14186](https://redirect.github.com/getsentry/sentry-javascript/pull/14186)) - fix(node): Include `debug_meta` with ANR events ([#​14203](https://redirect.github.com/getsentry/sentry-javascript/pull/14203)) - fix(nuxt): Fix dynamic import rollup plugin to work with latest nitro ([#​14243](https://redirect.github.com/getsentry/sentry-javascript/pull/14243)) - fix(react): Support wildcard routes on React Router 6 ([#​14205](https://redirect.github.com/getsentry/sentry-javascript/pull/14205)) - fix(spotlight): Export spotlightBrowserIntegration from the main browser package ([#​14208](https://redirect.github.com/getsentry/sentry-javascript/pull/14208)) - ref(browser): Ensure start time of interaction root and child span is aligned ([#​14188](https://redirect.github.com/getsentry/sentry-javascript/pull/14188)) - ref(nextjs): Make build-time value injection turbopack compatible ([#​14081](https://redirect.github.com/getsentry/sentry-javascript/pull/14081)) Work in this release was contributed by [@​grahamhency](https://redirect.github.com/grahamhency), [@​Zen-cronic](https://redirect.github.com/Zen-cronic), [@​gilisho](https://redirect.github.com/gilisho) and [@​phuctm97](https://redirect.github.com/phuctm97). Thank you for your contributions!
vitest-dev/vitest (@​vitest/coverage-v8) ### [`v2.1.5`](https://redirect.github.com/vitest-dev/vitest/releases/tag/v2.1.5) [Compare Source](https://redirect.github.com/vitest-dev/vitest/compare/v2.1.4...v2.1.5) #####    🐞 Bug Fixes - `dangerouslyIgnoreUnhandledErrors` without base reporter  -  by [@​AriPerkkio](https://redirect.github.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/6808](https://redirect.github.com/vitest-dev/vitest/issues/6808) [(0bf0a)](https://redirect.github.com/vitest-dev/vitest/commit/0bf0ab00) - Capture `unhandledRejection` even when base reporter is not used  -  by [@​AriPerkkio](https://redirect.github.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/6812](https://redirect.github.com/vitest-dev/vitest/issues/6812) [(8878b)](https://redirect.github.com/vitest-dev/vitest/commit/8878b04d) - Don't change the working directory when loading workspace projects  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6811](https://redirect.github.com/vitest-dev/vitest/issues/6811) [(f0aea)](https://redirect.github.com/vitest-dev/vitest/commit/f0aeaca8) - Remove `sequence.concurrent` from the `RuntimeConfig` type  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6880](https://redirect.github.com/vitest-dev/vitest/issues/6880) [(6af73)](https://redirect.github.com/vitest-dev/vitest/commit/6af73d93) - Stop the runner before restarting, restart on workspace config change  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6859](https://redirect.github.com/vitest-dev/vitest/issues/6859) [(b01df)](https://redirect.github.com/vitest-dev/vitest/commit/b01df47d) - Don't rerun on Esc or Ctrl-C during watch filter  -  by [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6895](https://redirect.github.com/vitest-dev/vitest/issues/6895) [(98f76)](https://redirect.github.com/vitest-dev/vitest/commit/98f76ea7) - Print ssrTransform error  -  by [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6885](https://redirect.github.com/vitest-dev/vitest/issues/6885) [(4c96c)](https://redirect.github.com/vitest-dev/vitest/commit/4c96cce7) - Throw an error and a warning if `.poll`, `.element`, `.rejects`/`.resolves`, and `locator.*` weren't awaited  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6877](https://redirect.github.com/vitest-dev/vitest/issues/6877) [(93b67)](https://redirect.github.com/vitest-dev/vitest/commit/93b67c24) - **browser**: - Don't process the default css styles  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6861](https://redirect.github.com/vitest-dev/vitest/issues/6861) [(0d67f)](https://redirect.github.com/vitest-dev/vitest/commit/0d67f04b) - Support non US key input  -  by [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6873](https://redirect.github.com/vitest-dev/vitest/issues/6873) [(5969d)](https://redirect.github.com/vitest-dev/vitest/commit/5969d8da) - Stop the browser rpc when the pool is closed  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6858](https://redirect.github.com/vitest-dev/vitest/issues/6858) [(9a0c9)](https://redirect.github.com/vitest-dev/vitest/commit/9a0c93d7) - Init browsers eagerly when tests are running  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6876](https://redirect.github.com/vitest-dev/vitest/issues/6876) [(417bd)](https://redirect.github.com/vitest-dev/vitest/commit/417bdb42) - **coverage**: - Report uncovered files when re-run by `enter` or `'a'`  -  by [@​AriPerkkio](https://redirect.github.com/AriPerkkio) in [https://github.com/vitest-dev/vitest/issues/6848](https://redirect.github.com/vitest-dev/vitest/issues/6848) [(487c8)](https://redirect.github.com/vitest-dev/vitest/commit/487c80ae) - **ui**: - Remove crossorigin attributes for same origin assets  -  by [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6883](https://redirect.github.com/vitest-dev/vitest/issues/6883) [(6e793)](https://redirect.github.com/vitest-dev/vitest/commit/6e793c64) - **vite-node**: - Improve esm check to decide external  -  by [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6816](https://redirect.github.com/vitest-dev/vitest/issues/6816) [(7e1fa)](https://redirect.github.com/vitest-dev/vitest/commit/7e1faf3d) - Top-level throw in module is not reported properly  -  by [@​vanaigr](https://redirect.github.com/vanaigr) and [@​hi-ogawa](https://redirect.github.com/hi-ogawa) in [https://github.com/vitest-dev/vitest/issues/6840](https://redirect.github.com/vitest-dev/vitest/issues/6840) [(cf0cb)](https://redirect.github.com/vitest-dev/vitest/commit/cf0cbf6a) - **vitest**: - Use fetch() implementation from happy-dom  -  by [@​capricorn86](https://redirect.github.com/capricorn86) in [https://github.com/vitest-dev/vitest/issues/6879](https://redirect.github.com/vitest-dev/vitest/issues/6879) [(3c56f)](https://redirect.github.com/vitest-dev/vitest/commit/3c56feb4) #####    🏎 Performance - Limit workspace project concurrency to available cores  -  by [@​sheremet-va](https://redirect.github.com/sheremet-va) in [https://github.com/vitest-dev/vitest/issues/6869](https://redirect.github.com/vitest-dev/vitest/issues/6869) [(f4c04)](https://redirect.github.com/vitest-dev/vitest/commit/f4c04ab6) #####     [View changes on GitHub](https://redirect.github.com/vitest-dev/vitest/compare/v2.1.4...v2.1.5)
webpro-nl/knip (knip) ### [`v5.37.1`](https://redirect.github.com/webpro-nl/knip/releases/tag/5.37.1) [Compare Source](https://redirect.github.com/webpro-nl/knip/compare/5.37.0...5.37.1) - Use entire body of Githubissues.
  • Githubissues is a development platform for aggregating issues.