Skip to content

Update all non-major dependencies #3377

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 1, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.27.3 -> 7.27.4 age adoption passing confidence
@fontsource/inconsolata (source) 5.2.5 -> 5.2.6 age adoption passing confidence
@fontsource/inter (source) 5.2.5 -> 5.2.6 age adoption passing confidence
@​livekit/protocol 1.39.0 -> 1.39.3 age adoption passing confidence
@opentelemetry/exporter-trace-otlp-http (source) ^0.201.0 -> ^0.202.0 age adoption passing confidence
@playwright/test (source) 1.52.0 -> 1.53.1 age adoption passing confidence
@types/content-type (source) 1.1.8 -> 1.1.9 age adoption passing confidence
@types/node (source) 22.15.29 -> 22.15.33 age adoption passing confidence
@types/react (source) 19.1.6 -> 19.1.8 age adoption passing confidence
@types/react-dom (source) 19.1.5 -> 19.1.6 age adoption passing confidence
@types/sdp-transform (source) 2.4.9 -> 2.4.10 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.33.0 -> 8.35.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.33.0 -> 8.35.0 age adoption passing confidence
@vitejs/plugin-react (source) 4.5.1 -> 4.6.0 age adoption passing confidence
@vitest/coverage-v8 (source) 3.2.0 -> 3.2.4 age adoption passing confidence
eslint-plugin-import 2.31.0 -> 2.32.0 age adoption passing confidence
i18next-browser-languagedetector 8.1.0 -> 8.2.0 age adoption passing confidence
knip (source) 5.59.1 -> 5.61.2 age adoption passing confidence
postcss (source) 8.5.4 -> 8.5.6 age adoption passing confidence
postcss-preset-env (source) 10.2.0 -> 10.2.3 age adoption passing confidence
prettier (source) 3.5.3 -> 3.6.1 age adoption passing confidence
react-i18next 15.5.2 -> 15.5.3 age adoption passing confidence
react-router-dom (source) 7.6.1 -> 7.6.2 age adoption passing confidence
sass 1.89.1 -> 1.89.2 age adoption passing confidence
vitest (source) 3.2.0 -> 3.2.4 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.27.4

Compare Source

👓 Spec Compliance
  • babel-parser, babel-plugin-proposal-explicit-resource-management
💅 Polish
🔬 Output optimization
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
  • babel-core, babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone
fontsource/font-files (@​fontsource/inconsolata)

v5.2.6

Compare Source

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

v5.2.6

Compare Source

open-telemetry/opentelemetry-js (@​opentelemetry/exporter-trace-otlp-http)

v0.202.0

Compare Source

microsoft/playwright (@​playwright/test)

v1.53.1

Compare Source

v1.53.0

Compare Source

Trace Viewer and HTML Reporter Updates

  • New Steps in Trace Viewer and HTML reporter: New Trace Viewer Steps

  • New option in 'html' reporter to set the title of a specific test run:

    import { defineConfig } from '@​playwright/test';
    
    export default defineConfig({
      reporter: [['html', { title: 'Custom test run #​1028' }]]
    });

Miscellaneous

  • New option kind in testInfo.snapshotPath() controls which snapshot path template is used.

  • New method locator.describe() to describe a locator. Used for trace viewer and reports.

    const button = page.getByTestId('btn-sub').describe('Subscribe button');
    await button.click();
  • npx playwright install --list will now list all installed browsers, versions and locations.

Browser Versions

  • Chromium 138.0.7204.4
  • Mozilla Firefox 139.0
  • WebKit 18.5

This version was also tested against the following stable channels:

  • Google Chrome 137
  • Microsoft Edge 137
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.35.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] add checkUnknown Option (#​11128)
❤️ Thank You

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

v8.34.1

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

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

v8.34.0

Compare Source

🩹 Fixes
  • typescript-estree: add validation to interface extends (#​11271)
❤️ Thank You
  • Tao

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

v8.33.1

Compare Source

🩹 Fixes
  • exclude docs/ directory from eslint-plugin package (#​11251)
❤️ Thank You
  • roottool

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

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

v8.35.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v8.34.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v8.34.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v8.33.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.6.0

Compare Source

Add raw Rolldown support

This plugin only worked with Vite. But now it can also be used with raw Rolldown. The main purpose for using this plugin with Rolldown is to use react compiler.

v4.5.2

Compare Source

Suggest @vitejs/plugin-react-oxc if rolldown-vite is detected #​491

Emit a log which recommends @vitejs/plugin-react-oxc when rolldown-vite is detected to improve performance and use Oxc under the hood. The warning can be disabled by setting disableOxcRecommendation: false in the plugin options.

Use optimizeDeps.rollupOptions instead of optimizeDeps.esbuildOptions for rolldown-vite #​489

This suppresses the warning about optimizeDeps.esbuildOptions being deprecated in rolldown-vite.

Add Vite 7-beta to peerDependencies range #​497

React plugins are compatible with Vite 7, this removes the warning when testing the beta.

vitest-dev/vitest (@​vitest/coverage-v8)

v3.2.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.2.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.2.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.2.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
import-js/eslint-plugin-import (eslint-plugin-import)

v2.32.0

Compare Source

Added
Fixed
Changed
i18next/i18next-browser-languageDetector (i18next-browser-languagedetector)

v8.2.0

Compare Source

  • feat: add support for hash detector 304
webpro-nl/knip (knip)

v5.61.2

Compare Source

  • Add .ts extension to babel config file pattern (a1bcdbb)
  • Refactor biome plugin a bit (20e5914)
  • Add boolean flags to args definition in node plugin (49fe237)
  • Update integration test suite (6bd250a)
  • Read only first bytes of yarn.lock (e2f0fbf)
  • Add error handler for npm pkg set (bfda6e9)
  • Enable eslint plugin config resolver for v9 without eslint-config-next (b334c3a)
  • In the aftermath of the previous commit, this had to be done (2de78bd)

v5.61.1

Compare Source

v5.61.0

Compare Source

v5.60.2

Compare Source

v5.60.1

Compare Source

v5.60.0

Compare Source

  • Revisit dev guidelines (1884273)
  • Remove unnecessary escapes from regexes (d0c3f82)
  • Add WebStorm run config (e6e9813)
  • Remove unneeded condition (311d5e7)
  • Remove obsolete comment (ad99905)
  • Turn ignored logic around (for config hints) (eb0d16b)
  • Add boolean flags to args definition in node plugin (5a42a14)
  • Regen plugin overview ([5252f4b

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 July 1, 2025 02:40
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 1, 2025
@renovate renovate bot requested a review from AndrewFerr July 1, 2025 02:40
@toger5 toger5 merged commit 01ede76 into livekit Jul 1, 2025
34 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.

1 participant