element-hq / element-call

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

Update all non-major dependencies #2456

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.24.6 -> 7.24.7 age adoption passing confidence
@babel/preset-env (source) 7.24.6 -> 7.24.7 age adoption passing confidence
@babel/preset-react (source) 7.24.6 -> 7.24.7 age adoption passing confidence
@babel/preset-typescript (source) 7.24.6 -> 7.24.7 age adoption passing confidence
@opentelemetry/api (source) 1.7.0 -> 1.9.0 age adoption passing confidence
@opentelemetry/context-zone (source) 1.21.0 -> 1.25.1 age adoption passing confidence
@opentelemetry/exporter-jaeger (source) 1.21.0 -> 1.25.1 age adoption passing confidence
@opentelemetry/exporter-trace-otlp-http (source) ^0.48.0 -> ^0.52.0 age adoption passing confidence
@opentelemetry/instrumentation-document-load (source) ^0.38.0 -> ^0.39.0 age adoption passing confidence
@opentelemetry/instrumentation-user-interaction (source) ^0.38.0 -> ^0.39.0 age adoption passing confidence
@opentelemetry/sdk-trace-web (source) 1.21.0 -> 1.25.1 age adoption passing confidence
@radix-ui/react-dialog (source) 1.0.5 -> 1.1.1 age adoption passing confidence
@radix-ui/react-slider (source) 1.1.2 -> 1.2.0 age adoption passing confidence
@radix-ui/react-visually-hidden (source) 1.0.3 -> 1.1.0 age adoption passing confidence
@sentry/react (source) 8.10.0 -> 8.11.0 age adoption passing confidence
@sentry/tracing (source) 7.105.0 -> 7.114.0 age adoption passing confidence
@sentry/vite-plugin (source) 2.18.0 -> 2.20.0 age adoption passing confidence
@testing-library/dom 10.1.0 -> 10.2.0 age adoption passing confidence
@types/lodash (source) 4.17.4 -> 4.17.5 age adoption passing confidence
@types/node (source) 20.14.1 -> 20.14.8 age adoption passing confidence
@vitejs/plugin-react (source) 4.2.1 -> 4.3.1 age adoption passing confidence
eslint-plugin-jsx-a11y 6.8.0 -> 6.9.0 age adoption passing confidence
i18next (source) 23.10.1 -> 23.11.5 age adoption passing confidence
jsdom 24.0.0 -> 24.1.0 age adoption passing confidence
postcss-preset-env (source) 9.4.0 -> 9.5.14 age adoption passing confidence
posthog-js 1.139.2 -> 1.140.1 age adoption passing confidence
prettier (source) 3.3.0 -> 3.3.2 age adoption passing confidence
sass 1.71.1 -> 1.77.6 age adoption passing confidence
typescript (source) 5.3.3 -> 5.5.2 age adoption passing confidence
vite (source) 5.2.12 -> 5.3.1 age adoption passing confidence

Release Notes

babel/babel (@​babel/core) ### [`v7.24.7`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7247-2024-06-05) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.6...v7.24.7) ##### :bug: Bug Fix - `babel-node` - [#​16554](https://togithub.com/babel/babel/pull/16554) Allow extra flags in babel-node ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-traverse` - [#​16522](https://togithub.com/babel/babel/pull/16522) fix: incorrect `constantViolations` with destructuring ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-transform-fixture-test-runner`, `babel-plugin-proposal-explicit-resource-management` - [#​16524](https://togithub.com/babel/babel/pull/16524) fix: Transform `using` in `switch` correctly ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :house: Internal - `babel-helpers`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16525](https://togithub.com/babel/babel/pull/16525) Delete unused array helpers ([@​blakewilson](https://togithub.com/blakewilson))
open-telemetry/opentelemetry-js (@​opentelemetry/api) ### [`v1.9.0`](https://togithub.com/open-telemetry/opentelemetry-js/blob/HEAD/CHANGELOG.md#190) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-js/compare/v1.8.0...v1.9.0) ##### :rocket: (Enhancement) - feat(instrumentation-grpc): set net.peer.name and net.peer.port on client spans [#​3430](https://togithub.com/open-telemetry/opentelemetry-js/pull/3430) - feat(exporter-trace-otlp-proto): Add protobuf otlp trace exporter support for browser [#​3208](https://togithub.com/open-telemetry/opentelemetry-js/pull/3208) [@​pkanal](https://togithub.com/pkanal) ##### :bug: (Bug Fix) - fix(sdk-metrics): use default Resource to comply with semantic conventions [#​3411](https://togithub.com/open-telemetry/opentelemetry-js/pull/3411) [@​pichlermarc](https://togithub.com/pichlermarc) - Metrics exported by the SDK now contain the following resource attributes by default: - `service.name` - `telemetry.sdk.name` - `telemetry.sdk.language` - `telemetry.sdk.version` - fix(sdk-metrics): use Date.now() for instrument recording timestamps [#​3514](https://togithub.com/open-telemetry/opentelemetry-js/pull/3514) [@​MisterSquishy](https://togithub.com/MisterSquishy) - fix(sdk-trace): make spans resilient to clock drift [#​3434](https://togithub.com/open-telemetry/opentelemetry-js/pull/3434) [@​dyladan](https://togithub.com/dyladan) - fix(selenium-tests): updated webpack version for selenium test issue [#​3456](https://togithub.com/open-telemetry/opentelemetry-js/issues/3456) [@​SaumyaBhushan](https://togithub.com/SaumyaBhushan) - fix(sdk-metrics): collect metrics when periodic exporting metric reader flushes [#​3517](https://togithub.com/open-telemetry/opentelemetry-js/pull/3517) [@​legendecas](https://togithub.com/legendecas) - fix(sdk-metrics): fix duplicated registration of metrics for collectors [#​3488](https://togithub.com/open-telemetry/opentelemetry-js/pull/3488) [@​legendecas](https://togithub.com/legendecas) - fix(core): fix precision loss in numberToHrtime [#​3480](https://togithub.com/open-telemetry/opentelemetry-js/pull/3480) [@​legendecas](https://togithub.com/legendecas) ##### :house: (Internal) - chore: automatically generate tsconfigs [#​3432](https://togithub.com/open-telemetry/opentelemetry-js/pull/3432) [@​legendecas](https://togithub.com/legendecas) - chore: enforce format with prettier [#​3444](https://togithub.com/open-telemetry/opentelemetry-js/pull/3444) [@​legendecas](https://togithub.com/legendecas) ### [`v1.8.0`](https://togithub.com/open-telemetry/opentelemetry-js/blob/HEAD/CHANGELOG.md#180) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-js/compare/v1.7.0...v1.8.0) - `@opentelemetry/sdk-metrics` has been promoted to stable - `@opentelemetry/api-metrics` has been merged into `@opentelemetry/api` and deprecated ##### :boom: Breaking Change - feat(api): merge api-metrics into api [#​3374](https://togithub.com/open-telemetry/opentelemetry-js/pull/3374) [@​legendecas](https://togithub.com/legendecas) ##### :rocket: (Enhancement) - feat(sdk-trace): re-export sdk-trace-base in sdk-trace-node and web [#​3319](https://togithub.com/open-telemetry/opentelemetry-js/pull/3319) [@​legendecas](https://togithub.com/legendecas) - feat: enable tree shaking [#​3329](https://togithub.com/open-telemetry/opentelemetry-js/pull/3329) [@​pkanal](https://togithub.com/pkanal) ##### :bug: (Bug Fix) - fix(sdk-trace): enforce consistent span durations [#​3327](https://togithub.com/open-telemetry/opentelemetry-js/pull/3327) [@​dyladan](https://togithub.com/dyladan) - fix(resources): fix EnvDetector throwing errors when attribute values contain spaces [#​3295](https://togithub.com/open-telemetry/opentelemetry-js/issues/3295) - fix(trace): fix an issue which caused negative span durations in web based spans [#​3359](https://togithub.com/open-telemetry/opentelemetry-js/pull/3359) [@​dyladan](https://togithub.com/dyladan) - fix(resources): strict OTEL_RESOURCE_ATTRIBUTES baggage octet decoding [#​3341](https://togithub.com/open-telemetry/opentelemetry-js/pull/3341) [@​legendecas](https://togithub.com/legendecas) ##### :books: (Refine Doc) - doc: Added Metrics documentation [#​3360](https://togithub.com/open-telemetry/opentelemetry-js/pull/3360) [@​weyert](https://togithub.com/weyert) - docs(api): fix counter negative value wording [#​3396](https://togithub.com/open-telemetry/opentelemetry-js/pull/3396) [@​legendecas](https://togithub.com/legendecas) ##### :house: (Internal) - ci: run browser tests without circle [#​3328](https://togithub.com/open-telemetry/opentelemetry-js/pull/3328) [@​dyladan](https://togithub.com/dyladan)
open-telemetry/opentelemetry-js-contrib (@​opentelemetry/instrumentation-document-load) ### [`v0.39.0`](https://togithub.com/open-telemetry/opentelemetry-js-contrib/compare/96a87b48934f0afcf1fe637eed6704f35bd8e973...54365a9aafaca6555e13f1276945d6f869d103da) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-js-contrib/compare/96a87b48934f0afcf1fe637eed6704f35bd8e973...0af1b70f7c3c9763c85ac51fa5e334c1e1512020)
radix-ui/primitives (@​radix-ui/react-dialog) ### [`v1.1.1`](https://togithub.com/radix-ui/primitives/compare/704069ee4c40c3b6f342c104dff5ad873ee39c43...6b40728c55c9d8dd86b74b85c8342c383f280a29) [Compare Source](https://togithub.com/radix-ui/primitives/compare/704069ee4c40c3b6f342c104dff5ad873ee39c43...6b40728c55c9d8dd86b74b85c8342c383f280a29)
getsentry/sentry-javascript (@​sentry/react) ### [`v8.11.0`](https://togithub.com/getsentry/sentry-javascript/releases/tag/8.11.0) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/8.10.0...8.11.0) ##### Important Changes - **feat(core): Add `parentSpan` option to `startSpan*` APIs ([#​12567](https://togithub.com/getsentry/sentry-javascript/issues/12567))** We've made it easier to create a span as a child of a specific span via the startSpan\* APIs. This should allow you to explicitly manage the parent-child relationship of your spans better. ```js Sentry.startSpan({ name: 'root' }, parent => { const span = Sentry.startInactiveSpan({ name: 'xxx', parentSpan: parent }); Sentry.startSpan({ name: 'xxx', parentSpan: parent }, () => {}); Sentry.startSpanManual({ name: 'xxx', parentSpan: parent }, () => {}); }); ``` ##### Other Changes - feat(node): Detect release from more providers ([#​12529](https://togithub.com/getsentry/sentry-javascript/issues/12529)) - fix(profiling-node): Use correct getGlobalScope import ([#​12564](https://togithub.com/getsentry/sentry-javascript/issues/12564)) - fix(profiling-node) sample timestamps need to be in seconds ([#​12563](https://togithub.com/getsentry/sentry-javascript/issues/12563)) - ref: Align `@sentry/node` exports from framework SDKs. ([#​12589](https://togithub.com/getsentry/sentry-javascript/issues/12589)) #### Bundle size 📦 | Path | Size | | ---------------------------------------------------------------- | ----------------- | | [@​sentry/browser](https://togithub.com/sentry/browser) | 22.22 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) | 33.31 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) | 69.09 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - with treeshaking flags | 62.41 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay with Canvas) | 73.14 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback) | 85.31 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback, metrics) | 87.17 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. metrics) | 26.5 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. Feedback) | 38.42 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. sendFeedback) | 26.85 KB | | [@​sentry/browser](https://togithub.com/sentry/browser) (incl. FeedbackAsync) | 31.42 KB | | [@​sentry/react](https://togithub.com/sentry/react) | 24.96 KB | | [@​sentry/react](https://togithub.com/sentry/react) (incl. Tracing) | 36.35 KB | | [@​sentry/vue](https://togithub.com/sentry/vue) | 26.32 KB | | [@​sentry/vue](https://togithub.com/sentry/vue) (incl. Tracing) | 35.16 KB | | [@​sentry/svelte](https://togithub.com/sentry/svelte) | 22.35 KB | | CDN Bundle | 23.41 KB | | CDN Bundle (incl. Tracing) | 35.04 KB | | CDN Bundle (incl. Tracing, Replay) | 69.17 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) | 74.34 KB | | CDN Bundle - uncompressed | 68.76 KB | | CDN Bundle (incl. Tracing) - uncompressed | 103.61 KB | | CDN Bundle (incl. Tracing, Replay) - uncompressed | 214.08 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 226.67 KB | | [@​sentry/nextjs](https://togithub.com/sentry/nextjs) (client) | 36.23 KB | | [@​sentry/sveltekit](https://togithub.com/sentry/sveltekit) (client) | 33.95 KB | | [@​sentry/node](https://togithub.com/sentry/node) | 112.99 KB | | [@​sentry/node](https://togithub.com/sentry/node) - without tracing | 90.4 KB | | [@​sentry/aws-serverless](https://togithub.com/sentry/aws-serverless) | 99.48 KB |
getsentry/sentry-javascript-bundler-plugins (@​sentry/vite-plugin) ### [`v2.20.0`](https://togithub.com/getsentry/sentry-javascript-bundler-plugins/blob/HEAD/CHANGELOG.md#2200) [Compare Source](https://togithub.com/getsentry/sentry-javascript-bundler-plugins/compare/2.19.0...2.20.0) - feat: Export esbuild plugin as default ([#​555](https://togithub.com/getsentry/sentry-javascript-bundler-plugins/issues/555)) ### [`v2.19.0`](https://togithub.com/getsentry/sentry-javascript-bundler-plugins/blob/HEAD/CHANGELOG.md#2190) [Compare Source](https://togithub.com/getsentry/sentry-javascript-bundler-plugins/compare/2.18.0...2.19.0) - feat: Don't use word "error" in log message about telemetry ([#​548](https://togithub.com/getsentry/sentry-javascript-bundler-plugins/issues/548)) - feat(core): Detect releases from more providers ([#​549](https://togithub.com/getsentry/sentry-javascript-bundler-plugins/issues/549)) - fix: Always delete files when `sourcemaps.filesToDeleteAfterUpload` is set ([#​547](https://togithub.com/getsentry/sentry-javascript-bundler-plugins/issues/547)) - fix(vite): Fix environment variable loading issue for Windows ([#​545](https://togithub.com/getsentry/sentry-javascript-bundler-plugins/issues/545)) Work in this release contributed by [@​Rassilion](https://togithub.com/Rassilion), and [@​mateusz-daniluk-xtb](https://togithub.com/mateusz-daniluk-xtb). Thank you for your contributions!
testing-library/dom-testing-library (@​testing-library/dom) ### [`v10.2.0`](https://togithub.com/testing-library/dom-testing-library/releases/tag/v10.2.0) [Compare Source](https://togithub.com/testing-library/dom-testing-library/compare/v10.1.0...v10.2.0) ##### Features - Support anonymous custom elements when pretty printing DOM ([#​1319](https://togithub.com/testing-library/dom-testing-library/issues/1319)) ([0a8ad65](https://togithub.com/testing-library/dom-testing-library/commit/0a8ad65723efe47493d387c38f31082c7846d824))
vitejs/vite-plugin-react (@​vitejs/plugin-react) ### [`v4.3.1`](https://togithub.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#431-2024-06-10) [Compare Source](https://togithub.com/vitejs/vite-plugin-react/compare/v4.3.0...v4.3.1) ##### Fix support for React Compiler with React 18 The previous version made this assumption that the compiler was only usable with React 19, but it's possible to use it with React 18 and a custom `runtimeModule`: https://gist.github.com/poteto/37c076bf112a07ba39d0e5f0645fec43 When using a custom `runtimeModule`, the plugin will not try to pre-optimize `react/compiler-runtime` dependency. Reminder: Vite expect code outside of `node_modules` to be ESM, so you will need to update the gist with `import React from 'react'`. ### [`v4.3.0`](https://togithub.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#430-2024-05-22) [Compare Source](https://togithub.com/vitejs/vite-plugin-react/compare/v4.2.1...v4.3.0) ##### Fix support for React compiler Don't set `retainLines: true` when the React compiler is used. This creates whitespace issues and the compiler is modifying the JSX too much to get correct line numbers after that. If you want to use the React compiler and get back correct line numbers for tools like [vite-plugin-react-click-to-component](https://togithub.com/ArnaudBarre/vite-plugin-react-click-to-component) to work, you should update your config to something like: ```ts export default defineConfig(({ command }) => { const babelPlugins = [['babel-plugin-react-compiler', {}]] if (command === 'serve') { babelPlugins.push(['@​babel/plugin-transform-react-jsx-development', {}]) } return { plugins: [react({ babel: { plugins: babelPlugins } })], } }) ``` ##### Support HMR for class components This is a long overdue and should fix some issues people had with HMR when migrating from CRA.
jsx-eslint/eslint-plugin-jsx-a11y (eslint-plugin-jsx-a11y) ### [`v6.9.0`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/CHANGELOG.md#v690---2024-06-19) [Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.8.0...v6.9.0) ##### Fixed - \[Fix] `img-redundant-alt`: fixed multibyte character support [`#969`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/969) - \[meta] fix changelog links [`#960`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/960) ##### Commits - \[New] add support for Flat Config [`6b5f096`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/6b5f096f10b47326d68e2893152a48a79c8555b4) - Revert "\[Fix] `isNonInteractiveElement`: Upgrade aria-query to 5.3.0 and axobject-query to 3.2.1" [`75d5dd7`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/75d5dd722bd67186d97afa7b151fd6fee5885c70) - \[Robustness] use `safe-regex-test` [`4c7e781`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/4c7e7815c12a797587bb8e3cdced7f3003848964) - \[actions] update actions/checkout [`51a1ca7`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/51a1ca7b4d83d4fbd1ea62888f7f2dc21ece6788) - \[Dev Deps] update `@babel/cli`, `@babel/core`, `@babel/eslint-parser`, `@babel/plugin-transform-flow-strip-types`, `@babel/register`, `eslint-doc-generator`, `object.entries` [`1271ac1`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/1271ac1d6e5dcf9a2bc2c086faaf062335629171) - \[Dev Deps] update `@babel/cli`, `@babel/core`, `@babel/register`, `aud`, `eslint-plugin-import`, `npmignore`, `object.assign` [`540cb7a`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/540cb7aefead582f237071d55a40f098d0885478) - \[Deps] update `@babel/runtime`, `array-includes`, `es-iterator-helpers`, `hasown`, `object.fromentries`, `safe-regex-test` [`5d14408`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/5d1440825a8838ae10dc94cc3a4a7e1e967644b4) - \[Deps] pin `aria-query` and `axobject-query`, add `ls-engines` test to CI [`32fd82c`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/32fd82c628d7f3e4ec8c06a1994f4eca1be2be4f) - \[Dev Deps] update `@babel/core`, `@babel/eslint-parser`, `@babel/plugin-transform-flow-strip-types`, `eslint-doc-generator` [`d1b4114`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/d1b41142248a7cca45bb5f0b96ff23ee87fb9411) - \[Fix] ensure `summary` remains non-interactive [`6a048da`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/6a048dacf2b98eaa204e2a5a70dc7e3d48d9463a) - \[Deps] remove `@babel/runtime` [`0a98ad8`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/0a98ad83ffa7f4b66458cc1c39db2ef32bb2c480) - \[New] `no-noninteractive-element-to-interactive-role`: allow `menuitemradio` and `menuitemcheckbox` on \
  • [`c0733f9`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/c0733f94031fe3eec6b4d54176afe47929bb0a84) - \[Deps] update `@babel/runtime`, `safe-regex-test` [`0d5321a`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/0d5321a5457c5f0da0ca216053cc5b4f571b53ae) - \[actions] pin codecov to v3.1.5 [`961817f`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/961817f61fa56cd7815c6940c27ef08469b1516b) - \[Deps] unpin `axe-core` [`b3559cf`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/b3559cf89be6b5352cd77ffa025831b3d793d565) - \[Deps] move `object.entries` to dev deps [`1be7b70`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/1be7b709eececd83f1d5f67a60b2c97cfe9a561d) - \[Deps] update `@babel/runtime` [`2a48abb`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/2a48abb5effa911e7d1a8575e1c9768c947a33f1) - \[Deps] update `@babel/runtime` [`1adec35`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/1adec3517fc2c9797212ca4d38858deed917e7be)
  • i18next/i18next (i18next) ### [`v23.11.5`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23115) [Compare Source](https://togithub.com/i18next/i18next/compare/v23.11.4...v23.11.5) - perf: use Array.isArray() [2193](https://togithub.com/i18next/i18next/pull/2193) - perf: trim keys once [2194](https://togithub.com/i18next/i18next/pull/2194) ### [`v23.11.4`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23114) [Compare Source](https://togithub.com/i18next/i18next/compare/v23.11.3...v23.11.4) - perf(interpolator): use object deconstruction [2181](https://togithub.com/i18next/i18next/pull/2181) ### [`v23.11.3`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23113) [Compare Source](https://togithub.com/i18next/i18next/compare/v23.11.2...v23.11.3) - fix: Unsupported language is automatically added to preload option [2178](https://togithub.com/i18next/i18next/issues/2178) ### [`v23.11.2`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23112) [Compare Source](https://togithub.com/i18next/i18next/compare/v23.11.1...v23.11.2) - allow defaultValue in nested translation [2174](https://togithub.com/i18next/i18next/issues/2174) ### [`v23.11.1`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23111) [Compare Source](https://togithub.com/i18next/i18next/compare/v23.11.0...v23.11.1) - types: remove const from ParseKeys Context type parameter and disable `skipLibCheck` [2169](https://togithub.com/i18next/i18next/pull/2169) ### [`v23.11.0`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23110) [Compare Source](https://togithub.com/i18next/i18next/compare/v23.10.1...v23.11.0) - Fix typing performance regression [2166](https://togithub.com/i18next/i18next/pull/2166)
    jsdom/jsdom (jsdom) ### [`v24.1.0`](https://togithub.com/jsdom/jsdom/blob/HEAD/Changelog.md#2410) [Compare Source](https://togithub.com/jsdom/jsdom/compare/24.0.0...24.1.0) - Added the `getSetCookie()` method to the `Headers` class. (ushiboy) - Fixed the creation and parsing of elements with names from `Object.prototype`, like `"constructor"` or `"toString"`. - Updated `rweb-cssom`, which can now parse additional CSS constructs.
    csstools/postcss-plugins (postcss-preset-env) ### [`v9.5.14`](https://togithub.com/csstools/postcss-plugins/blob/HEAD/plugin-packs/postcss-preset-env/CHANGELOG.md#9514) [Compare Source](https://togithub.com/csstools/postcss-plugins/compare/086a511f013525e499fe27f34b55cdff115071d1...2f0ad9c194b14b5737bdf3e4a42625ee48568942) *May 23, 2024* - Updated [`postcss-nesting`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting) to [`12.1.5`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting/CHANGELOG.md#1215) (patch) ### [`v9.5.13`](https://togithub.com/csstools/postcss-plugins/blob/HEAD/plugin-packs/postcss-preset-env/CHANGELOG.md#9513) [Compare Source](https://togithub.com/csstools/postcss-plugins/compare/392a1a08c3a79b7ad810328ff26bf4f633f6db3e...086a511f013525e499fe27f34b55cdff115071d1) *May 13, 2024* - Updated [`@csstools/postcss-cascade-layers`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers) to [`4.0.6`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers/CHANGELOG.md#406) (patch) - Updated [`@csstools/postcss-is-pseudo-class`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class) to [`4.0.8`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class/CHANGELOG.md#408) (patch) - Updated [`css-has-pseudo`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo) to [`6.0.5`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo/CHANGELOG.md#605) (patch) - Updated [`postcss-nesting`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting) to [`12.1.4`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting/CHANGELOG.md#1214) (patch) ### [`v9.5.12`](https://togithub.com/csstools/postcss-plugins/blob/HEAD/plugin-packs/postcss-preset-env/CHANGELOG.md#9512) [Compare Source](https://togithub.com/csstools/postcss-plugins/compare/0a28162bccdaa762696113d34b4e5065f0add44e...392a1a08c3a79b7ad810328ff26bf4f633f6db3e) *May 11, 2024* - Updated [`@csstools/postcss-cascade-layers`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers) to [`4.0.5`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers/CHANGELOG.md#405) (patch) - Updated [`@csstools/postcss-is-pseudo-class`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class) to [`4.0.7`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class/CHANGELOG.md#407) (patch) - Updated [`css-has-pseudo`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo) to [`6.0.4`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo/CHANGELOG.md#604) (patch) - Updated [`postcss-nesting`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting) to [`12.1.3`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting/CHANGELOG.md#1213) (patch) ### [`v9.5.11`](https://togithub.com/csstools/postcss-plugins/blob/HEAD/plugin-packs/postcss-preset-env/CHANGELOG.md#9511) [Compare Source](https://togithub.com/csstools/postcss-plugins/compare/dc944a55026e198be8fab5da4f881e5a2ddca4bc...0a28162bccdaa762696113d34b4e5065f0add44e) *May 4, 2024* - Updated [`@csstools/postcss-logical-viewport-units`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units) to [`2.0.9`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units/CHANGELOG.md#209) (patch) - Updated [`@csstools/postcss-light-dark-function`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function) to [`1.0.5`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function/CHANGELOG.md#105) (patch) - Updated [`@csstools/postcss-exponential-functions`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions) to [`1.0.7`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions/CHANGELOG.md#107) (patch) - Updated [`@csstools/postcss-media-minmax`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax) to [`1.1.6`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax/CHANGELOG.md#116) (patch) - Updated [`@csstools/postcss-media-queries-aspect-ratio-number-values`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-queries-aspect-ratio-number-values) to [`2.0.9`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-queries-aspect-ratio-number-values/CHANGELOG.md#209) (patch) - Updated [`@csstools/postcss-stepped-value-functions`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions) to [`3.0.8`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions/CHANGELOG.md#308) (patch) - Updated [`@csstools/postcss-trigonometric-functions`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions) to [`3.0.8`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions/CHANGELOG.md#308) (patch) - Updated [`postcss-custom-media`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media) to [`10.0.6`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media/CHANGELOG.md#1006) (patch) - Updated [`postcss-custom-properties`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties) to [`13.3.10`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties/CHANGELOG.md#13310) (patch) - Updated [`postcss-custom-selectors`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors) to [`7.1.10`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors/CHANGELOG.md#7110) (patch) - Updated [`@csstools/postcss-color-function`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function) to [`3.0.16`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function/CHANGELOG.md#3016) (patch) - Updated [`@csstools/postcss-color-mix-function`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function) to [`2.0.16`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function/CHANGELOG.md#2016) (patch) - Updated [`@csstools/postcss-gamut-mapping`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping) to [`1.0.9`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping/CHANGELOG.md#109) (patch) - Updated [`@csstools/postcss-gradients-interpolation-method`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method) to [`4.0.17`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method/CHANGELOG.md#4017) (patch) - Updated [`@csstools/postcss-hwb-function`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function) to [`3.0.15`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function/CHANGELOG.md#3015) (patch) - Updated [`@csstools/postcss-oklab-function`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function) to [`3.0.16`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function/CHANGELOG.md#3016) (patch) - Updated [`@csstools/postcss-relative-color-syntax`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax) to [`2.0.16`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax/CHANGELOG.md#2016) (patch) - Updated [`postcss-color-functional-notation`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation) to [`6.0.11`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation/CHANGELOG.md#6011) (patch) - Updated [`postcss-lab-function`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function) to [`6.0.16`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function/CHANGELOG.md#6016) (patch) ### [`v9.5.10`](https://togithub.com/csstools/postcss-plugins/blob/HEAD/plugin-packs/postcss-preset-env/CHANGELOG.md#9510) [Compare Source](https://togithub.com/csstools/postcss-plugins/compare/35e94b28ab0410ae72e4fbcf8006bd7cb42a51ee...dc944a55026e198be8fab5da4f881e5a2ddca4bc) *May 4, 2024* - Updated [`@csstools/postcss-logical-viewport-units`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units) to [`2.0.8`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units/CHANGELOG.md#208) (patch) - Updated [`@csstools/postcss-light-dark-function`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function) to [`1.0.4`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function/CHANGELOG.md#104) (patch) - Updated [`@csstools/postcss-exponential-functions`](https://togithub.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions) to [`1.0.6`](https://togithub.com/csstools/pos

    Configuration

    📅 Schedule: Branch creation - "before 4am on Monday" (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.

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



    This PR has been generated by Mend Renovate. View repository job log here.