Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@babel/core (source) 7.28.07.28.5 age confidence
@babel/preset-env (source) 7.28.07.28.5 age confidence
@babel/preset-react (source) 7.27.17.28.5 age confidence
@babel/preset-typescript (source) 7.27.17.28.5 age confidence
@fontsource/inconsolata (source) 5.2.65.2.8 age confidence
@fontsource/inter (source) 5.2.65.2.8 age confidence
@formatjs/intl-durationformat ^0.7.0^0.9.0 age confidence
@formatjs/intl-segmenter 11.7.1011.7.12 age confidence
@​livekit/protocol 1.42.21.43.4 age confidence
@livekit/track-processors ^0.5.5^0.7.0 age confidence
@opentelemetry/core (source) 2.0.12.2.0 age confidence
@opentelemetry/exporter-trace-otlp-http (source) ^0.203.0^0.208.0 age confidence
@opentelemetry/resources (source) 2.0.12.2.0 age confidence
@opentelemetry/sdk-trace-base (source) 2.0.12.2.0 age confidence
@opentelemetry/sdk-trace-web (source) 2.0.12.2.0 age confidence
@opentelemetry/semantic-conventions (source) 1.36.01.38.0 age confidence
@radix-ui/react-dialog (source) 1.1.141.1.15 age confidence
@radix-ui/react-slider (source) 1.3.51.3.6 age confidence
@radix-ui/react-visually-hidden (source) 1.2.31.2.4 age confidence
@react-spring/web 10.0.110.0.3 age confidence
@testing-library/dom 10.4.010.4.1 age confidence
@testing-library/jest-dom 6.6.46.9.1 age confidence
@testing-library/react 16.3.016.3.1 age confidence
@types/node (source) 24.10.024.10.4 age confidence
@types/pako (source) 2.0.32.0.4 age confidence
@types/qrcode (source) 1.5.51.5.6 age confidence
@types/react (source) 19.1.819.2.7 age confidence
@types/react-dom (source) 19.1.619.2.3 age confidence
@types/sdp-transform (source) 2.4.102.15.0 age confidence
@typescript-eslint/eslint-plugin (source) 8.38.08.51.0 age confidence
@typescript-eslint/parser (source) 8.38.08.51.0 age confidence
knip (source) 5.62.05.78.0 age confidence
lodash-es (source) 4.17.214.17.22 age confidence
postcss-preset-env (source) 10.2.410.6.0 age confidence
prettier (source) 3.6.23.7.4 age confidence
react (source) 19.1.019.2.3 age confidence
react-dom (source) 19.1.019.2.3 age confidence
react-i18next 15.6.115.7.4 age confidence
react-router-dom (source) 7.7.17.11.0 age confidence
sass 1.89.21.97.1 age confidence
typescript (source) 5.8.35.9.3 age confidence
vite (source) 7.1.127.3.0 age confidence
vite-plugin-svgr 4.3.04.5.0 age confidence

Release Notes

babel/babel (@​babel/core)

v7.28.5

Compare Source

👓 Spec Compliance
🐛 Bug Fix
  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types
  • babel-traverse
🏠 Internal
🏃‍♀️ Performance

v7.28.4

Compare Source

🏠 Internal

v7.28.3

Compare Source

👓 Spec Compliance
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env
🐛 Bug Fix
💅 Polish
  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime
📝 Documentation
🏠 Internal
🔬 Output optimization
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions
fontsource/font-files (@​fontsource/inconsolata)

v5.2.8

Compare Source

v5.2.7

Compare Source

fontsource/font-files (@​fontsource/inter)

v5.2.8

Compare Source

v5.2.7

Compare Source

formatjs/formatjs (@​formatjs/intl-durationformat)

v0.9.0

Compare Source

Features

v0.8.6

Compare Source

Bug Fixes

v0.8.5

Compare Source

v0.8.4

Compare Source

v0.8.2

Compare Source

Bug Fixes

v0.8.1

Compare Source

v0.8.0

Compare Source

⚠ BREAKING CHANGES
Features
Bug Fixes

v0.7.6

Compare Source

v0.7.5

Compare Source

Note: Version bump only for package @​formatjs/intl-durationformat

livekit/track-processors-js (@​livekit/track-processors)

v0.7.0

Compare Source

Minor Changes
Patch Changes
  • Fix a "black screen flash" which occurs sometimes when restarting the processor wrapper - #​111 (@​1egoman)

  • Add logic to BackgroundProcessor to allow dynamically switching modes elegantly - #​107 (@​1egoman)

  • Adds logging infrastructure to allow for changing of log levels - #​109 (@​1egoman)

v0.6.1

Compare Source

Patch Changes
  • cache background image rather than refetch it every time it is enabled - #​100 (@​1egoman)

v0.6.0

Compare Source

Minor Changes
  • Reduce the intensity of the gray "flash" when enabling the BackgroundProcessor - #​96 (@​1egoman)
open-telemetry/opentelemetry-js (@​opentelemetry/core)

v2.2.0

Compare Source

🐛 Bug Fixes
  • fix(core): avoid leaking Node.js types via unrefTimer() util #​5986 @​pichlermarc
  • fix(core): avoid leaking Node.js types via otperformance #​5987 @​pichlermarc
    • important: this bug fix may be breaking for certain uses of otperformance
      • otperformance.now() and otperformance.timeOrigin are not affected.
      • the previously used type was incorrect and overly broad, leading to unexpected run-time behavior runtimes that are not Node.js.
      • these problems are now caught on compile-time: if you have been using this API and this change is breaking to you, please consider using your target platform's performance implementation instead.
🏠 Internal

v2.1.0

Compare Source

🚀 Features
🐛 Bug Fixes
  • fix(sdk-metrics): Remove invalid default value for startTime param to ExponentialHistogramAccumulation. This only impacted the closurescript compiler. #​5763 @​trentm
🏠 Internal
radix-ui/primitives (@​radix-ui/react-visually-hidden)

v1.2.4

pmndrs/react-spring (@​react-spring/web)

v10.0.3

Compare Source

What's Changed

New Contributors

Full Changelog: pmndrs/react-spring@v10.0.2...v10.0.3

v10.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: pmndrs/react-spring@v10.0.1...v10.0.2

testing-library/dom-testing-library (@​testing-library/dom)

v10.4.1

Compare Source

Bug Fixes
testing-library/jest-dom (@​testing-library/jest-dom)

v6.9.1

Compare Source

Bug Fixes

v6.9.0

Compare Source

Features

v6.8.0

Compare Source

Features

v6.7.0

Compare Source

Features
testing-library/react-testing-library (@​testing-library/react)

v16.3.1

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.51.0

Compare Source

🚀 Features
  • eslint-plugin: add namespace to plugin meta (#​11885)
  • eslint-plugin: [no-useless-default-assignment] fix some cases to optional syntax (#​11871)
🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] handle MemberExpression in final chain position (#​11835)
  • eslint-plugin: bump ts-api-utils to 2.2.0 (#​11881)
  • eslint-plugin: remove fixable from no-dynamic-delete rule (#​11876)
  • eslint-plugin: fix crash and false positives in no-useless-default-assignment (#​11845)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.50.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] correct handling of undefined vs. void (#​11826)
  • eslint-plugin: [method-signature-style] ignore methods that return this (#​11813)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.50.0

Compare Source

🚀 Features
  • eslint-plugin: [no-useless-default-assignment] add rule (#​11720)
❤️ Thank You
  • Josh Goldberg ✨
  • Ulrich Stark

You can read about our versioning strategy and releases on our website.

v8.49.0

Compare Source

🚀 Features
  • eslint-plugin: use Intl.Segmenter instead of graphemer (#​11804)
🩹 Fixes
  • deps: update dependency prettier to v3.7.2 (#​11820)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.48.1

Compare Source

🩹 Fixes
  • eslint-plugin: [restrict-template-expressions] check base types in allow list (#​11764, #​11759)
  • eslint-plugin: honor ignored base types on generic classes (#​11767)
  • eslint-plugin: [consistent-type-exports] check value flag before resolving alias (#​11769)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.48.0

Compare Source

🚀 Features
  • eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#​10744)
🩹 Fixes
  • typescript-estree: disallow binding patterns in parameter properties (#​11760)
  • eslint-plugin: [consistent-generic-constructors] ignore when constructor is typed array (#​10477)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.47.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unused-private-class-members] new extension rule (#​10913)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.46.4

Compare Source

🩹 Fixes
  • parser: error when both projectService and project are set (#​11333)
  • eslint-plugin: handle override modifier in promise-function-async fixer (#​11730)
  • eslint-plugin: [no-deprecated] fix double-report on computed literal identifiers (#​11006, #​10958)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.46.3

Compare Source

🩹 Fixes
  • eslint-plugin: [no-duplicate-enum-values] support signed numbers (#​11722, #​11723)
  • eslint-plugin: [no-misused-promises] expand union type to retrieve target property (#​11706)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.46.2

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#​11702)
❤️ Thank You
  • mdm317

You can read about our versioning strategy and releases on our website.

v8.46.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-misused-promises] special-case .finally not to report when a promise returning function is provided as an argument (#​11667)
  • eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#​11533)
❤️ Thank You
  • mdm317
  • Ronen Amiel

You can read about our versioning strategy and releases on our website.

v8.46.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#​11659)
  • rule-schema-to-typescript-types: clean up and make public (#​11633)
🩹 Fixes
  • eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#​11660)
  • typescript-estree: forbid abstract method and accessor to have implementation (#​11657)
  • eslint-plugin: removed error type previously deprecated (#​11674)
  • eslint-plugin: [no-deprecated] ignore deprecated export imports (#​11603)
  • eslint-plugin: [unbound-method] improve wording around this: void and binding (#​11634)
  • rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#​11628)
  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#​11487)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.45.0

Compare Source

🚀 Features
  • eslint-plugin: expose rule name via RuleModule interface (#​11616)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (#​11614)
  • eslint-plugin: [no-base-to-string] check if superclass is ignored (#​11617)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.44.1

Compare Source

🩹 Fixes
  • eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal ([#​11611](https://redirect.github.c

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner October 1, 2025 02:29
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 1, 2025
@renovate renovate bot requested a review from Half-Shot October 1, 2025 02:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d827194 to ae90833 Compare October 1, 2025 12:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ae90833 to 91e8f3b Compare October 1, 2025 20:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 91e8f3b to c6e60a1 Compare October 3, 2025 13:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c6e60a1 to 26eae5d Compare October 4, 2025 20:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 26eae5d to c99de3d Compare October 5, 2025 21:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c99de3d to 7051ce2 Compare October 6, 2025 18:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7051ce2 to bf5fd65 Compare October 6, 2025 22:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bf5fd65 to be04ed2 Compare October 7, 2025 10:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from be04ed2 to 278e571 Compare October 8, 2025 05:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 278e571 to 0f0147e Compare October 8, 2025 22:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0f0147e to 2e7bebd Compare October 11, 2025 10:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2e7bebd to b744f77 Compare October 11, 2025 16:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b744f77 to 6b42b18 Compare October 11, 2025 20:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from e2839a5 to 7fa4028 Compare December 27, 2025 17:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 1f0b9a0 to 5444cf4 Compare January 1, 2026 04:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5444cf4 to 057bc4e Compare January 3, 2026 18:06
@robintown robintown self-assigned this Jan 5, 2026
@renovate
Copy link
Contributor Author

renovate bot commented Jan 5, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@robintown robintown force-pushed the renovate/all-minor-patch branch from ac37956 to 7817b76 Compare January 5, 2026 18:28
@robintown robintown merged commit de8fdcf into livekit Jan 5, 2026
17 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants