Skip to content

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

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 24, 2025

This PR contains the following updates:

Package Change Age Confidence
@arnaud-barre/tnode ^0.24.0 -> ^0.25.0 age confidence
@emotion/styled (source) ^11.14.0 -> ^11.14.1 age confidence
@playwright/test (source) ^1.51.1 -> ^1.54.1 age confidence
@swc/core (source) ^1.11.11 -> ^1.13.1 age confidence
@swc/plugin-emotion (source) ^9.0.0 -> ^9.0.4 age confidence
@swc/plugin-styled-components (source) ^7.1.0 -> ^7.1.5 age confidence
@types/node (source) 22.13.10 -> 22.16.5 age confidence
@types/react (source) ^19.0.11 -> ^19.1.8 age confidence
@types/react-dom (source) ^19.0.4 -> ^19.1.6 age confidence
@vitejs/release-scripts ^1.3.3 -> ^1.6.0 age confidence
esbuild ^0.25.1 -> ^0.25.8 age confidence
pnpm (source) 10.6.4 -> 10.13.1 age confidence
react (source) ^19.0.0 -> ^19.1.0 age confidence
react-dom (source) ^19.0.0 -> ^19.1.0 age confidence
react-is (source) ^19.0.0 -> ^19.1.0 age confidence
react-router-dom (source) ^7.3.0 -> ^7.7.0 age confidence
styled-components (source) ^6.1.16 -> ^6.1.19 age confidence
typescript (source) ^5.8.2 -> ^5.8.3 age confidence
vite (source) ^6.2.2 -> ^6.3.5 age confidence

Release Notes

ArnaudBarre/tnode (@​arnaud-barre/tnode)

v0.25.0

Compare Source

emotion-js/emotion (@​emotion/styled)

v11.14.1

Compare Source

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

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

v1.52.0

Compare Source

swc-project/swc (@​swc/core)

v1.13.1

Compare Source

Bug Fixes
Testing

v1.13.0

Compare Source

Bug Fixes
Features
Performance
Refactor

v1.12.14

Compare Source

Bug Fixes
Features
  • (es/parser) Enable support for dynamic import with defer phase (#​10845) (097d29d)

  • (plugin) Remove bytecheck to make Wasm plugins backward compatible (#​10842) (30ad808)

Miscellaneous Tasks
Performance
Refactor
Testing

v1.12.11

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Performance
Refactor
Testing
Pref

v1.12.9

Compare Source

Bug Fixes
Features
Performance
Refactor
Testing

v1.12.7

Compare Source

Bug Fixes
Features
Performance
Testing

v1.12.6

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
  • (ecosystem-ci) Exclude react-leaflet (cfbb1f9)
Performance
Refactor
Build

v1.12.5

Compare Source

Bug Fixes
Performance
Refactor

v1.12.4

Compare Source

Bug Fixes
Refactor

v1.12.3

Compare Source

Bug Fixes

v1.12.2

Compare Source

Bug Fixes
  • (ci) Fix build of @swc/minifier (0dc5244)

  • (es/codegen) Fix .map path when using output_path (01e5bd1)

  • (es/parser) Allow type ann in jsx expr child (#​10626) (48f576c)

  • (swc) Fix wrong caching of resolvers regarding file exts (#​10615) (68aacd1)

  • (ts/isolated-dts) Fix usage dependency (#​10621) (b3677d3)

  • (ts/isolated-dts) Emit properties in overloaded constructor params (#​10623) (6634ef1)

Features
  • (swc_common) Allow returning None in try_lookup_source_file (#​10625) (d8e2405)
Performance
Refactor

v1.12.1

Compare Source

Bug Fixes
Features

v1.12.0

Compare Source

Bug Fixes
Documentation
Features
Miscellaneous Tasks
  • (plugin/runner) Update virtual-fs to dedupe dependencies (#​10594) (de667bb)
Refactor
  • (es/lexer) Remove unnecessary result wrap (#​10578) (49d15df)

  • (es/parser) Extract parse_jsx_attrs (#​10569) (6492786)

  • (es/parser) Remove cur!(false) macro ([#&


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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 24, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 89927a7 to 25bfe3c Compare March 30, 2025 17:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from fb5c9da to 902adf3 Compare April 7, 2025 06:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 52bc2ae to 2417f01 Compare April 14, 2025 19:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 23812d3 to a2c76c5 Compare June 26, 2025 19:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from e6ef5b2 to 7c29522 Compare July 3, 2025 11:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from dbf807b to 959e3e2 Compare July 14, 2025 12:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 42b63f0 to d654f71 Compare July 19, 2025 02:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d654f71 to 6fe4b79 Compare July 19, 2025 22:41
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.

0 participants