livekit / components-js

Official open source React components and examples for building with LiveKit.
https://livekit.io
Apache License 2.0
149 stars 67 forks source link

Update devDependencies (non-major) #814

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.24.0 -> 7.24.4 age adoption passing confidence
@microsoft/api-extractor (source) 7.42.3 -> 7.43.0 age adoption passing confidence
@rushstack/eslint-config (source) 3.6.4 -> 3.6.8 age adoption passing confidence
@rushstack/heft (source) ^0.64.0 -> ^0.66.0 age adoption passing confidence
@size-limit/file 11.0.2 -> 11.1.2 age adoption passing confidence
@size-limit/webpack 11.0.2 -> 11.1.2 age adoption passing confidence
@testing-library/react 14.2.1 -> 14.2.2 age adoption passing confidence
@types/node (source) 20.11.16 -> 20.12.4 age adoption passing confidence
@types/react (source) 18.2.64 -> 18.2.74 age adoption passing confidence
@types/react-dom (source) 18.2.21 -> 18.2.24 age adoption passing confidence
eslint-config-next (source) 14.1.3 -> 14.1.4 age adoption passing confidence
eslint-config-turbo (source) 1.12.5 -> 1.13.2 age adoption passing confidence
eslint-plugin-react 7.34.0 -> 7.34.1 age adoption passing confidence
postcss (source) 8.4.35 -> 8.4.38 age adoption passing confidence
sass 1.71.1 -> 1.74.1 age adoption passing confidence
size-limit 11.0.2 -> 11.1.2 age adoption passing confidence
tsx 4.7.1 -> 4.7.2 age adoption passing confidence
turbo (source) 1.12.5 -> 1.13.2 age adoption passing confidence
typescript (source) 5.3.3 -> 5.4.3 age adoption passing confidence
vitest (source) 1.3.1 -> 1.4.0 age adoption passing confidence
webpack 5.90.3 -> 5.91.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/core) ### [`v7.24.4`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7244-2024-04-03) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.3...v7.24.4) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​16403](https://togithub.com/babel/babel/pull/16403) Forbid initializerless using ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-runtime-corejs3` - [#​16388](https://togithub.com/babel/babel/pull/16388) Ensure decorators are callable ([@​JLHwung](https://togithub.com/JLHwung)) ##### :bug: Bug Fix - `babel-generator` - [#​16402](https://togithub.com/babel/babel/pull/16402) fix: Correctly prints `{ [key in Bar]? }` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - [#​16394](https://togithub.com/babel/babel/pull/16394) fix: Correctly generate `TSMappedType` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-compat-data`, `babel-plugin-bugfix-firefox-class-in-computed-class-key`, `babel-preset-env` - [#​16390](https://togithub.com/babel/babel/pull/16390) Create bugfix plugin for classes in computed keys in Firefox ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#​16387](https://togithub.com/babel/babel/pull/16387) fix: support mutated outer decorated class binding ([@​JLHwung](https://togithub.com/JLHwung)) - [#​16385](https://togithub.com/babel/babel/pull/16385) fix: Decorators when `super()` exists and `protoInit` is not needed ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-block-scoping` - [#​16384](https://togithub.com/babel/babel/pull/16384) fix: Transform scoping for `for X` in loop ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - [#​16368](https://togithub.com/babel/babel/pull/16368) fix: Capture `let` when the `for` body is not a block ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-core`, `babel-plugin-transform-block-scoped-functions`, `babel-plugin-transform-block-scoping` - [#​16363](https://togithub.com/babel/babel/pull/16363) Fix incorrect function hoisting in some case statements ([@​luiscubal](https://togithub.com/luiscubal)) ### [`v7.24.3`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7243-2024-03-20) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.1...v7.24.3) ##### :bug: Bug Fix - `babel-helper-module-imports` - [#​16370](https://togithub.com/babel/babel/pull/16370) fix: do not inject the same imported identifier multiple times ([@​ota-meshi](https://togithub.com/ota-meshi)) ### [`v7.24.1`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7241-2024-03-19) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.0...v7.24.1) ##### :bug: Bug Fix - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#​16350](https://togithub.com/babel/babel/pull/16350) Fix decorated class computed keys ordering ([@​JLHwung](https://togithub.com/JLHwung)) - [#​16344](https://togithub.com/babel/babel/pull/16344) Fix decorated class static field private access ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-proposal-decorators`, `babel-plugin-proposal-json-modules`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-preset-env` - [#​16329](https://togithub.com/babel/babel/pull/16329) Respect `moduleName` for `@babel/runtime/regenerator` imports ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-transform-class-properties` - [#​16331](https://togithub.com/babel/babel/pull/16331) Fix decorator memoiser binding kind ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helper-create-class-features-plugin`, `babel-helper-replace-supers`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties` - [#​16325](https://togithub.com/babel/babel/pull/16325) Fix decorator evaluation private environment ([@​JLHwung](https://togithub.com/JLHwung)) ##### :memo: Documentation - [#​16319](https://togithub.com/babel/babel/pull/16319) Update SECURITY.md ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-code-frame`, `babel-highlight` - [#​16359](https://togithub.com/babel/babel/pull/16359) Replace `chalk` with `picocolors` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-fixtures`, `babel-helpers`, `babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-transform-unicode-sets-regex`, `babel-preset-env`, `babel-preset-flow` - [#​16352](https://togithub.com/babel/babel/pull/16352) Run Babel transform tests on old node if possible ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-class-static-block`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs3`, `babel-runtime`, `babel-standalone` - [#​16323](https://togithub.com/babel/babel/pull/16323) Allow separate helpers to be excluded in Babel 8 ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-module-imports`, `babel-plugin-proposal-import-wasm-source`, `babel-plugin-proposal-json-modules`, `babel-plugin-proposal-record-and-tuple`, `babel-plugin-transform-react-jsx-development`, `babel-plugin-transform-react-jsx` - [#​16349](https://togithub.com/babel/babel/pull/16349) Support merging imports in import injector ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression`, `babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining`, `babel-plugin-bugfix-v8-static-class-fields-redefine-readonly`, `babel-plugin-external-helpers`, `babel-plugin-proposal-async-do-expressions`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-do-expressions`, `babel-plugin-proposal-duplicate-named-capturing-groups-regex`, `babel-plugin-proposal-explicit-resource-management`, `babel-plugin-proposal-export-default-from`, `babel-plugin-proposal-function-bind`, `babel-plugin-proposal-function-sent`, `babel-plugin-proposal-import-attributes-to-assertions`, `babel-plugin-proposal-import-defer`, `babel-plugin-proposal-import-wasm-source`, `babel-plugin-proposal-json-modules`, `babel-plugin-proposal-optional-chaining-assign`, `babel-plugin-proposal-partial-application`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-proposal-record-and-tuple`, `babel-plugin-proposal-regexp-modifiers`, `babel-plugin-proposal-throw-expressions`, `babel-plugin-syntax-async-do-expressions`, `babel-plugin-syntax-decimal`, `babel-plugin-syntax-decorators`, `babel-plugin-syntax-destructuring-private`, `babel-plugin-syntax-do-expressions`, `babel-plugin-syntax-explicit-resource-management`, `babel-plugin-syntax-export-default-from`, `babel-plugin-syntax-flow`, `babel-plugin-syntax-function-bind`, `babel-plugin-syntax-function-sent`, `babel-plugin-syntax-import-assertions`, `babel-plugin-syntax-import-attributes`, `babel-plugin-syntax-import-defer`, `babel-plugin-syntax-import-reflection`, `babel-plugin-syntax-import-source`, `babel-plugin-syntax-jsx`, `babel-plugin-syntax-module-blocks`, `babel-plugin-syntax-optional-chaining-assign`, `babel-plugin-syntax-partial-application`, `babel-plugin-syntax-pipeline-operator`, `babel-plugin-syntax-record-and-tuple`, `babel-plugin-syntax-throw-expressions`, `babel-plugin-syntax-typescript`, `babel-plugin-transform-arrow-functions`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-async-to-generator`, `babel-plugin-transform-block-scoped-functions`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-class-static-block`, `babel-plugin-transform-classes`, `babel-plugin-transform-computed-properties`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-dotall-regex`, `babel-plugin-transform-duplicate-keys`, `babel-plugin-transform-dynamic-import`, `babel-plugin-transform-exponentiation-operator`, `babel-plugin-transform-export-namespace-from`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-for-of`, `babel-plugin-transform-function-name`, `babel-plugin-transform-instanceof`, `babel-plugin-transform-jscript`, `babel-plugin-transform-json-strings`, `babel-plugin-transform-literals`, `babel-plugin-transform-logical-assignment-operators`, `babel-plugin-transform-member-expression-literals`, `babel-plugin-transform-modules-amd`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-modules-umd`, `babel-plugin-transform-new-target`, `babel-plugin-transform-nullish-coalescing-operator`, `babel-plugin-transform-numeric-separator`, `babel-plugin-transform-object-assign`, `babel-plugin-transform-object-rest-spread`, `babel-plugin-transform-object-set-prototype-of-to-assign`, `babel-plugin-transform-object-super`, `babel-plugin-transform-optional-catch-binding`, `babel-plugin-transform-optional-chaining`, `babel-plugin-transform-parameters`, `babel-plugin-transform-private-methods`, `babel-plugin-transform-private-property-in-object`, `babel-plugin-transform-property-literals`, `babel-plugin-transform-property-mutators`, `babel-plugin-transform-proto-to-assign`, `babel-plugin-transform-react-constant-elements`, `babel-plugin-transform-react-display-name`, `babel-plugin-transform-react-inline-elements`, `babel-plugin-transform-react-jsx-compat`, `babel-plugin-transform-react-jsx-self`, `babel-plugin-transform-react-jsx-source`, `babel-plugin-transform-react-pure-annotations`, `babel-plugin-transform-regenerator`, `babel-plugin-transform-reserved-words`, `babel-plugin-transform-runtime`, `babel-plugin-transform-shorthand-properties`, `babel-plugin-transform-spread`, `babel-plugin-transform-sticky-regex`, `babel-plugin-transform-strict-mode`, `babel-plugin-transform-template-literals`, `babel-plugin-transform-typeof-symbol`, `babel-plugin-transform-typescript`, `babel-plugin-transform-unicode-escapes`, `babel-plugin-transform-unicode-property-regex`, `babel-plugin-transform-unicode-regex`, `babel-plugin-transform-unicode-sets-regex`, `babel-preset-env`, `babel-preset-flow`, `babel-preset-react`, `babel-preset-typescript` - [#​16332](https://togithub.com/babel/babel/pull/16332) Test Babel 7 plugins compatibility with Babel 8 core ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-compat-data`, `babel-plugin-transform-object-rest-spread`, `babel-preset-env` - [#​16318](https://togithub.com/babel/babel/pull/16318) \[babel 8] Fix `@babel/compat-data` package.json ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :microscope: Output optimization - `babel-helper-replace-supers`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-parameters`, `babel-plugin-transform-runtime` - [#​16345](https://togithub.com/babel/babel/pull/16345) Optimize the use of `assertThisInitialized` after `super()` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-transform-class-properties`, `babel-plugin-transform-classes` - [#​16343](https://togithub.com/babel/babel/pull/16343) Use simpler `assertThisInitialized` more often ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-object-rest-spread`, `babel-traverse` - [#​16342](https://togithub.com/babel/babel/pull/16342) Consider well-known and registered symbols as literals ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-plugin-external-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-function-bind`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-classes`, `babel-plugin-transform-flow-comments`, `babel-plugin-transform-flow-strip-types`, `babel-plugin-transform-function-name`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-parameters`, `babel-plugin-transform-private-property-in-object`, `babel-plugin-transform-react-jsx`, `babel-plugin-transform-runtime`, `babel-plugin-transform-spread`, `babel-plugin-transform-typescript`, `babel-preset-env` - [#​16326](https://togithub.com/babel/babel/pull/16326) Reduce the use of class names ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu))
microsoft/rushstack (@​microsoft/api-extractor) ### [`v7.43.0`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/api-extractor/CHANGELOG.md#7430) [Compare Source](https://togithub.com/microsoft/rushstack/compare/8095e858e0a4095e99ba78edfe67caf4c5b720e6...047c6b3354caf675f6921331d1d4524895c485fd) Tue, 19 Mar 2024 15:10:18 GMT ##### Minor changes - Upgrade the bundled compiler engine to TypeScript 5.4.2
microsoft/rushstack (@​rushstack/eslint-config) ### [`v3.6.8`](https://togithub.com/microsoft/rushstack/blob/HEAD/eslint/eslint-config/CHANGELOG.md#368) [Compare Source](https://togithub.com/microsoft/rushstack/compare/c09b14c776c99597d2319c57882b00000662319e...323fddb1ea812e038fa3b92e799a5550e81a92d6) Fri, 29 Mar 2024 05:46:41 GMT *Version update only* ### [`v3.6.7`](https://togithub.com/microsoft/rushstack/blob/HEAD/eslint/eslint-config/CHANGELOG.md#367) [Compare Source](https://togithub.com/microsoft/rushstack/compare/e548e6ec98a1cabe54c2526aa7043a142c50e160...c09b14c776c99597d2319c57882b00000662319e) Thu, 28 Mar 2024 18:11:12 GMT *Version update only* ### [`v3.6.6`](https://togithub.com/microsoft/rushstack/blob/HEAD/eslint/eslint-config/CHANGELOG.md#366) [Compare Source](https://togithub.com/microsoft/rushstack/compare/6a3db11af1a3f555dae5fe2e798603633d2996ac...e548e6ec98a1cabe54c2526aa7043a142c50e160) Wed, 27 Mar 2024 19:47:21 GMT *Version update only* ### [`v3.6.5`](https://togithub.com/microsoft/rushstack/blob/HEAD/eslint/eslint-config/CHANGELOG.md#365) [Compare Source](https://togithub.com/microsoft/rushstack/compare/c3a9c7afe38d861e882028dad02b5dad729fabf4...6a3db11af1a3f555dae5fe2e798603633d2996ac) Wed, 20 Mar 2024 02:09:14 GMT *Version update only*
microsoft/rushstack (@​rushstack/heft) ### [`v0.66.2`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/heft/CHANGELOG.md#0662) [Compare Source](https://togithub.com/microsoft/rushstack/compare/bf6ec226fb31f08d6d026082b82ea560ecf4241c...047c6b3354caf675f6921331d1d4524895c485fd) Tue, 19 Mar 2024 15:10:18 GMT *Version update only* ### [`v0.66.1`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/heft/CHANGELOG.md#0661) [Compare Source](https://togithub.com/microsoft/rushstack/compare/641f8f8aed4f1cde81bdc2dca9f915e83e0c326a...bf6ec226fb31f08d6d026082b82ea560ecf4241c) Fri, 15 Mar 2024 00:12:40 GMT ##### Patches - Fix internal error when run 'heft clean' ### [`v0.66.0`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/heft/CHANGELOG.md#0660) [Compare Source](https://togithub.com/microsoft/rushstack/compare/8095e858e0a4095e99ba78edfe67caf4c5b720e6...641f8f8aed4f1cde81bdc2dca9f915e83e0c326a) Tue, 05 Mar 2024 01:19:24 GMT ##### Minor changes - Add new metrics value `bootDurationMs` to track the boot overhead of Heft before the action starts executing the subtasks. Update the start time used to compute `taskTotalExecutionMs` to be the beginning of operation graph execution. Fix the value of `taskTotalExecutionMs` field to be in milliseconds instead of seconds. Add new metrics value `totalUptimeMs` to track how long watch mode sessions are kept alive. ### [`v0.65.10`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/heft/CHANGELOG.md#06510) [Compare Source](https://togithub.com/microsoft/rushstack/compare/d7cea141cffa25aadfbbb1e0544ddac6544b0e82...8095e858e0a4095e99ba78edfe67caf4c5b720e6) Sun, 03 Mar 2024 20:58:12 GMT *Version update only* ### [`v0.65.9`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/heft/CHANGELOG.md#0659) [Compare Source](https://togithub.com/microsoft/rushstack/compare/936ffa91e21762b8e2f5fed50a9cd2258179093e...d7cea141cffa25aadfbbb1e0544ddac6544b0e82) Sat, 02 Mar 2024 02:22:23 GMT *Version update only* ### [`v0.65.8`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/heft/CHANGELOG.md#0658) [Compare Source](https://togithub.com/microsoft/rushstack/compare/fff69849266451453f9415cdc70a3761edefe418...936ffa91e21762b8e2f5fed50a9cd2258179093e) Fri, 01 Mar 2024 01:10:08 GMT *Version update only* ### [`v0.65.7`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/heft/CHANGELOG.md#0657) [Compare Source](https://togithub.com/microsoft/rushstack/compare/a00c6faaf388faf757ffd4a5ff614c5b9a389763...fff69849266451453f9415cdc70a3761edefe418) Thu, 29 Feb 2024 07:11:45 GMT *Version update only* ### [`v0.65.6`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/heft/CHANGELOG.md#0656) [Compare Source](https://togithub.com/microsoft/rushstack/compare/8a33edff8d980dabb4c3dd2f56c515c12979051f...a00c6faaf388faf757ffd4a5ff614c5b9a389763) Wed, 28 Feb 2024 16:09:27 GMT *Version update only* ### [`v0.65.5`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/heft/CHANGELOG.md#0655) [Compare Source](https://togithub.com/microsoft/rushstack/compare/eab7aad219052c6e79e28f35e65bbfdd14918104...8a33edff8d980dabb4c3dd2f56c515c12979051f) Sat, 24 Feb 2024 23:02:51 GMT *Version update only* ### [`v0.65.4`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/heft/CHANGELOG.md#0654) [Compare Source](https://togithub.com/microsoft/rushstack/compare/ab29f63d6b68e4feaf49a573d8daca821975afe8...eab7aad219052c6e79e28f35e65bbfdd14918104) Thu, 22 Feb 2024 01:36:09 GMT *Version update only* ### [`v0.65.3`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/heft/CHANGELOG.md#0653) [Compare Source](https://togithub.com/microsoft/rushstack/compare/4d16863e8662cae6b3b76785d0c36188aecad609...ab29f63d6b68e4feaf49a573d8daca821975afe8) Wed, 21 Feb 2024 21:45:28 GMT *Version update only* ### [`v0.65.2`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/heft/CHANGELOG.md#0652) [Compare Source](https://togithub.com/microsoft/rushstack/compare/ab3bc75ce2e8cc76760a175b5f570a1406604eff...4d16863e8662cae6b3b76785d0c36188aecad609) Wed, 21 Feb 2024 08:55:47 GMT *Version update only* ### [`v0.65.1`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/heft/CHANGELOG.md#06510) [Compare Source](https://togithub.com/microsoft/rushstack/compare/7685c038d62c8666ee94cee3c3e34c21e744d30c...ab3bc75ce2e8cc76760a175b5f570a1406604eff) Sun, 03 Mar 2024 20:58:12 GMT *Version update only* ### [`v0.65.0`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/heft/CHANGELOG.md#0650) [Compare Source](https://togithub.com/microsoft/rushstack/compare/6672b93a01ed9d27339c0f8481a1f3a88ba45340...7685c038d62c8666ee94cee3c3e34c21e744d30c) Tue, 20 Feb 2024 16:10:52 GMT ##### Minor changes - Add a built-in `set-environment-variables-plugin` task plugin to set environment variables. ### [`v0.64.8`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/heft/CHANGELOG.md#0648) [Compare Source](https://togithub.com/microsoft/rushstack/compare/c3a9c7afe38d861e882028dad02b5dad729fabf4...6672b93a01ed9d27339c0f8481a1f3a88ba45340) Mon, 19 Feb 2024 21:54:26 GMT *Version update only* ### [`v0.64.7`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/heft/CHANGELOG.md#0647) [Compare Source](https://togithub.com/microsoft/rushstack/compare/8e8a059bd5b9bc01fedad859ff86d95c57481751...c3a9c7afe38d861e882028dad02b5dad729fabf4) Sat, 17 Feb 2024 06:24:34 GMT ##### Patches - Fix broken link to API documentation ### [`v0.64.6`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/heft/CHANGELOG.md#0646) [Compare Source](https://togithub.com/microsoft/rushstack/compare/3c70ff22782791f46ad78331c12976c9bba8c4c8...8e8a059bd5b9bc01fedad859ff86d95c57481751) Thu, 08 Feb 2024 01:09:21 GMT *Version update only* ### [`v0.64.5`](https://togithub.com/microsoft/rushstack/blob/HEAD/apps/heft/CHANGELOG.md#0645) [Compare Source](https://togithub.com/microsoft/rushstack/compare/fe1cbf4e3f325e4d55c4c02316715999b72b4d20...3c70ff22782791f46ad78331c12976c9bba8c4c8) Wed, 07 Feb 2024 01:11:18 GMT *Version update only*
ai/size-limit (@​size-limit/file) ### [`v11.1.2`](https://togithub.com/ai/size-limit/blob/HEAD/CHANGELOG.md#1112) [Compare Source](https://togithub.com/ai/size-limit/compare/11.1.1...11.1.2) - Fixed CSS support in esbuild plugin (by [@​just-boris](https://togithub.com/just-boris)). ### [`v11.1.1`](https://togithub.com/ai/size-limit/blob/HEAD/CHANGELOG.md#1111) [Compare Source](https://togithub.com/ai/size-limit/compare/11.1.0...11.1.1) - Fixed Windows support (by [@​aryaemami59](https://togithub.com/aryaemami59)). ### [`v11.1.0`](https://togithub.com/ai/size-limit/blob/HEAD/CHANGELOG.md#1110) [Compare Source](https://togithub.com/ai/size-limit/compare/11.0.3...11.1.0) - Added TypeScript support for config (by [@​aryaemami59](https://togithub.com/aryaemami59)). - Fixed `webpack-why` regression (by [@​hoo00nn](https://togithub.com/hoo00nn)). ### [`v11.0.3`](https://togithub.com/ai/size-limit/blob/HEAD/CHANGELOG.md#1103) [Compare Source](https://togithub.com/ai/size-limit/compare/11.0.2...11.0.3) - Fixed `.mjs` config support (by Arya Emami). - Updated `esbuild`.
testing-library/react-testing-library (@​testing-library/react) ### [`v14.2.2`](https://togithub.com/testing-library/react-testing-library/compare/v14.2.1...3da62fd9741ca74bcd0d2bc668ba76a2d8f3751f) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v14.2.1...v14.2.2)
vercel/next.js (eslint-config-next) ### [`v14.1.4`](https://togithub.com/vercel/next.js/compare/v14.1.3...f1fc35730c7aeb0ff39513f91ab2b9ed876393fe) [Compare Source](https://togithub.com/vercel/next.js/compare/v14.1.3...v14.1.4)
vercel/turbo (eslint-config-turbo) ### [`v1.13.2`](https://togithub.com/vercel/turbo/compare/v1.13.1...v1.13.2) [Compare Source](https://togithub.com/vercel/turbo/compare/v1.13.1...v1.13.2) ### [`v1.13.1`](https://togithub.com/vercel/turbo/compare/v1.13.0...v1.13.1) [Compare Source](https://togithub.com/vercel/turbo/compare/v1.13.0...v1.13.1) ### [`v1.13.0`](https://togithub.com/vercel/turbo/compare/v1.12.5...v1.13.0) [Compare Source](https://togithub.com/vercel/turbo/compare/v1.12.5...v1.13.0)
jsx-eslint/eslint-plugin-react (eslint-plugin-react) ### [`v7.34.1`](https://togithub.com/jsx-eslint/eslint-plugin-react/releases/tag/v7.34.1) [Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.0...v7.34.1) ##### Fixed - [`jsx-no-leaked-render`][jsx-no-leaked-render]: prevent wrongly adding parens ([#​3700][] [@​developer-bandi](https://togithub.com/developer-bandi)) - [`boolean-prop-naming`][boolean-prop-naming]: detect TS interfaces ([#​3701][] [@​developer-bandi](https://togithub.com/developer-bandi)) - [`boolean-prop-naming`][boolean-prop-naming]: literalType error fix ([#​3704][] [@​developer-bandi](https://togithub.com/developer-bandi)) - [`boolean-prop-naming`][boolean-prop-naming]: allow TSIntersectionType ([#​3705][] [@​developer-bandi](https://togithub.com/developer-bandi)) - [`no-unknown-property`][no-unknown-property]: support `popover`, `popovertarget`, `popovertargetaction` attributes ([#​3707][] [@​ljharb](https://togithub.com/ljharb)) - [`no-unknown-property`][no-unknown-property]: only match `data-*` attributes containing `-` ([#​3713][] [@​silverwind](https://togithub.com/silverwind)) - [`checked-requires-onchange-or-readonly`][checked-requires-onchange-or-readonly]: correct options that were behaving opposite ([#​3715][] [@​jaesoekjjang](https://togithub.com/jaesoekjjang)) ##### Changed - [`boolean-prop-naming`][boolean-prop-naming]: improve error message ([@​ljharb](https://togithub.com/ljharb)) [#​1000]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1000 [#​1002]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1002 [#​1005]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1005 [#​100]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/100 [#​1010]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1010 [#​1013]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1013 [#​1022]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1022 [#​1029]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1029 [#​102]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/102 [#​1034]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1034 [#​1038]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1038 [#​1041]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1041 [#​1043]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1043 [#​1046]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1046 [#​1047]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1047 [#​1050]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1050 [#​1053]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1053 [#​1057]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1057 [#​105]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/105 [#​1061]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1061 [#​1062]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1062 [#​1070]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1070 [#​1071]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1071 [#​1073]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1073 [#​1076]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1076 [#​1079]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1079 [#​1088]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1088 [#​1098]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1098 [#​1101]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1101 [#​1103]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1103 [#​110]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/110 [#​1116]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1116 [#​1117]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1117 [#​1119]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1119 [#​1121]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1121 [#​1122]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1122 [#​1123]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1123 [#​1130]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1130 [#​1131]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1131 [#​1132]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1132 [#​1134]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1134 [#​1135]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1135 [#​1139]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1139 [#​1148]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1148 [#​1149]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1149 [#​114]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/114 [#​1151]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1151 [#​1155]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1155 [#​1161]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1161 [#​1167]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1167 [#​1173]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1173 [#​1174]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1174 [#​1175]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1175 [#​1178]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1178 [#​1179]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1179 [#​117]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/117 [#​1180]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1180 [#​1183]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1183 [#​1189]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1189 [#​118]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/118 [#​1192]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1192 [#​1195]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1195 [#​1199]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1199 [#​119]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/119 [#​11]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/11 [#​1201]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1201 [#​1202]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1202 [#​1206]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1206 [#​1213]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1213 [#​1216]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1216 [#​1222]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1222 [#​1226]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1226 [#​1227]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1227 [#​122]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/122 [#​1231]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1231 [#​1236]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1236 [#​1239]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1239 [#​123]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/123 [#​1241]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1241 [#​1242]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1242 [#​1246]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1246 [#​1249]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1249 [#​1253]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1253 [#​1257]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1257 [#​125]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/125 [#​1260]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1260 [#​1261]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1261 [#​1262]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1262 [#​1264]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1264 [#​1266]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1266 [#​1269]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1269 [#​1273]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1273 [#​1274]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1274 [#​1277]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1277 [#​127]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/127 [#​1281]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1281 [#​1287]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1287 [#​1288]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1288 [#​1289]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1289 [#​128]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/128 [#​1290]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1290 [#​1294]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1294 [#​1296]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1296 [#​129]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/129 [#​12]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/12 [#​1301]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1301 [#​1303]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1303 [#​1306]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1306 [#​1308]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1308 [#​1309]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1309 [#​130]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/130 [#​1310]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1310 [#​1323]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1323 [#​1329]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1329 [#​132]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/132 [#​1335]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1335 [#​1337]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1337 [#​133]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/133 [#​1344]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1344 [#​1352]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1352 [#​1353]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1353 [#​1354]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1354 [#​135]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/135 [#​1361]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1361 [#​1363]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1363 [#​1364]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1364 [#​1366]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1366 [#​1369]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1369 [#​136]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/136 [#​1374]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1374 [#​1376]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1376 [#​137]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/137 [#​1380]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1380 [#​1381]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1381 [#​1382]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1382 [#​1383]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1383 [#​1384]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1384 [#​1386]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1386 [#​1388]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1388 [#​1389]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1389 [#​138]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/138 [#​1392]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1392 [#​1395]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1395 [#​1396]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1396 [#​1398]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1398 [#​139]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/139 [#​13]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/13 [#​1400]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1400 [#​1403]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1403 [#​1406]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1406 [#​1409]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1409 [#​1412]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1412 [#​1413]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1413 [#​1414]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1414 [#​1417]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1417 [#​1422]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1422 [#​1423]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1423 [#​142]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/142 [#​1432]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1432 [#​1435]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1435 [#​1438]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1438 [#​1444]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1444 [#​1449]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1449 [#​144]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/144 [#​1450]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1450 [#​145]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/145 [#​1462]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1462 [#​1464]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1464 [#​1467]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1467 [#​1468]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1468 [#​146]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/146 [#​1471]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1471 [#​1475]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1475 [#​1476]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1476 [#​1478]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1478 [#​1479]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1479 [#​147]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/147 [#​1485]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1485 [#​148]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/148 [#​1493]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1493 [#​1494]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1494 [#​1496]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1496 [#​1497]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1497 [#​1499]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1499 [#​14]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/14 [#​1500]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1500 [#​1502]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1502 [#​1507]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1507 [#​1508]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1508 [#​1511]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1511 [#​1512]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1512 [#​1514]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1514 [#​1515]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1515 [#​1517]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1517 [#​1518]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1518 [#​1521]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1521 [#​1524]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1524 [#​1525]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1525 [#​1526]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1526 [#​1530]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1530 [#​1533]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1533 [#​1538]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/1538 [#​1542]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1542 [#​1543]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/1543 [#​1546]: https://togithub.com/jsx-eslint/eslint-plugin-react/issu

Configuration

📅 Schedule: Branch creation - "on the first day of the month" (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.

changeset-bot[bot] commented 5 months ago

⚠️ No Changeset found

Latest commit: 05548bc47ee5784fd585c4e1d4cbf9b19c424955

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

github-actions[bot] commented 5 months ago

size-limit report 📦

Path Size
LiveKitRoom only 1.86 KB (0%)
LiveKitRoom with VideoConference 28.01 KB (+0.04% 🔺)
All exports 33.04 KB (0%)