Skip to content

fix(deps): update all non-major dependencies #1138

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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 14, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@biomejs/biome (source) 1.9.5-nightly.81fdedb -> 1.9.5-nightly.ff02a0b age confidence devDependencies patch
@mjackson/node-fetch-server (source) ^0.6.1 -> ^0.7.0 age confidence dependencies minor
@playwright/test (source) 1.53.1 -> 1.54.1 age confidence devDependencies minor
@tanstack/history (source) 1.99.13 -> 1.121.34 age confidence devDependencies minor
@types/node (source) 22.16.0 -> 22.16.3 age confidence devDependencies patch
@​vercel/og ^0.6.5 -> ^0.7.0 age confidence dependencies minor
@vitejs/plugin-react-swc (source) 3.10.0 -> 3.10.2 age confidence dependencies patch
esbuild ^0.24.2 -> ^0.25.0 age confidence dependencies minor
esbuild ^0.24.2 -> ^0.25.0 age confidence devDependencies minor
node (source) 22.14.0 -> 22.17.0 age confidence volta minor
pnpm (source) 10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac -> 10.13.1 age confidence packageManager minor
react-router (source) 0.0.0-experimental-23decd7bc -> 0.13.6 age confidence devDependencies minor
vite (source) 7.0.0 -> 7.0.4 age confidence devDependencies patch
vitefu 1.0.5 -> 1.1.1 age confidence dependencies minor
wrangler (source) 4.22.0 -> 4.24.3 age confidence devDependencies minor

Release Notes

biomejs/biome (@​biomejs/biome)

v1.9.5-nightly.ff02a0b

Compare Source

v1.9.5-nightly.c0cccb2

Compare Source

v1.9.5-nightly.92879ae

Compare Source

mjackson/remix-the-web (@​mjackson/node-fetch-server)

v0.7.0

  • Add /src to npm package, so "go to definition" goes to the actual source
  • Use one set of types for all built files, instead of separate types for ESM and CJS
  • Build using esbuild directly instead of tsup
microsoft/playwright (@​playwright/test)

v1.54.1

Compare Source

v1.54.0

Compare Source

Highlights

  • New cookie property partitionKey in browserContext.cookies() and browserContext.addCookies(). This property allows to save and restore partitioned cookies. See CHIPS MDN article for more information. Note that browsers have different support and defaults for cookie partitioning.

  • New option noSnippets to disable code snippets in the html report.

    import { defineConfig } from '@​playwright/test';
    
    export default defineConfig({
      reporter: [['html', { noSnippets: true }]]
    });
  • New property location in test annotations, for example in testResult.annotations and testInfo.annotations. It shows where the annotation like test.skip or test.fixme was added.

Command Line

  • New option --user-data-dir in multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions.

    npx playwright codegen --user-data-dir=./user-data
  • Option -gv has been removed from the npx playwright test command. Use --grep-invert instead.

  • npx playwright open does not open the test recorder anymore. Use npx playwright codegen instead.

Miscellaneous

  • Support for Node.js 16 has been removed.
  • Support for Node.js 18 has been deprecated, and will be removed in the future.

Browser Versions

  • Chromium 139.0.7258.5
  • Mozilla Firefox 140.0.2
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 140
  • Microsoft Edge 140

v1.53.2

Compare Source

TanStack/router (@​tanstack/history)

v1.121.34

Compare Source

Version 1.121.34 - 6/23/25, 2:56 AM

Changes

Refactor
Chore
  • examples: cleanup the start-supabase-basic example (#​4494) (98d268a) by Ulrich Stark
Docs
  • router: update component structure in routing guide (#​4355) (84f8f96) by Dovakeidy

Packages

v1.121.21

Compare Source

Version 1.121.21 - 6/16/25, 10:12 PM (Manual Release)

Changes

Ci
  • go back to the old workflow (96b9ae1) by SeanCassiere
  • use NX Cloud cache instead of github artifacts (ac7e4ae) by SeanCassiere

Packages

v1.121.20

Compare Source

Version 1.121.20 - 6/16/25, 9:51 PM (Manual Release)

Changes

Ci
  • include the llms directory (2043445) by SeanCassiere

Packages

v1.121.19

Compare Source

Version 1.121.19 - 6/16/25, 9:23 PM (Manual Release)

Changes

Ci
  • use the correct build workflow output (c0607fd) by SeanCassiere
  • restore CI workflow to last known working state (6eb4b2b) by SeanCassiere

Packages

v1.121.18

Compare Source

Version 1.121.18 - 6/16/25, 8:50 PM (Manual Release)

Changes

Fix
  • correctly pass "create" event to generator for rspack/webpack (#​4440) (5d86e10) by Manuel Schiller
  • if validate search rewrites search params, issue a server-side redirect (#​4439) (5cacc14) by Manuel Schiller
Ci
  • store and restore build artifacts between jobs (cf6391a) by SeanCassiere
  • setup config tooling for publishing job (314c94c) by SeanCassiere
  • don"t interrupt publishing (#​4435) (817e313) by Manuel Schiller

Packages

v1.120.17

Compare Source

Version 1.120.17 - 6/6/25, 10:40 PM

Changes

Fix
Chore
  • deps: update dependency webpack-dev-server to v5.2.1 [security] (#​4328) (27255c6) by renovate[bot]

Packages

v1.115.0

Compare Source

Version 1.115.0 - 4/6/25, 4:50 AM

Changes

Feat
  • RELEASE_ALL (e213f12) by SeanCassiere
Fix
  • router-core: search parsing of + using URLSearchParams (#​3894) (30c49e1) by Marvin ROGER
Chore
  • examples: change types for input arguments for auth examples (#​3946) (ad4ec75) by Sean Cassiere
  • examples: do not use GET to send credentials (#​3945) (a41e7cf) by Ethan Shumate
  • deps: update dependency vite to v6.1.4 [security] (#​3939) (1bb39b9) by renovate[bot]
  • root: switch from fs.rmdir to fs.rm (03ac067) by SeanCassiere
Test
  • router-generator: check filenames starting with a number (#​3935) (bdcf4f7) by Sean Cassiere
Docs
  • router: fix broken link to example in authenticated routes guide (#​3937) (d1e78bb) by Kid
  • Update scroll-restoration.md (#​3934) (37fc7e8) by TN
Other

Packages

v1.114.29

Compare Source

Version 1.114.29 - 3/27/25, 12:35 AM

Changes

Fix
  • RELEASE_ALL (79a046e) by Birk Skyum
Other

Packages

v1.114.22

Compare Source

Version 1.114.22 - 3/15/25, 10:54 PM

Changes

Fix
  • history: double / being added in hash routing (#​3779) (176514f) by Alex
Docs

Packages

v1.114.12

Compare Source

Version 1.114.12 - 3/10/25, 12:05 PM

Changes

Fix
  • RELEASE_ALL (335e165) by Birk Skyum

Packages


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 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.

@hi-ogawa hi-ogawa closed this Jul 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant