Skip to content

chore(deps): update all non-major dependencies#58

Merged
TomPlum merged 1 commit intomainfrom
renovate/all-minor-patch
Jun 17, 2025
Merged

chore(deps): update all non-major dependencies#58
TomPlum merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 14, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/js (source) 9.28.0 -> 9.29.0 age adoption passing confidence
@tanstack/react-query (source) 5.80.6 -> 5.80.7 age adoption passing confidence
@types/node (source) 22.15.31 -> 22.15.32 age adoption passing confidence
@types/react (source) 19.1.7 -> 19.1.8 age adoption passing confidence
@vitest/browser (source) 3.2.3 -> 3.2.4 age adoption passing confidence
@vitest/coverage-v8 (source) 3.2.3 -> 3.2.4 age adoption passing confidence
@vitest/ui (source) 3.2.3 -> 3.2.4 age adoption passing confidence
eslint (source) 9.28.0 -> 9.29.0 age adoption passing confidence
playwright (source) 1.52.0 -> 1.53.0 age adoption passing confidence
typescript-eslint (source) 8.34.0 -> 8.34.1 age adoption passing confidence
vite-bundle-analyzer 0.22.2 -> 0.22.3 age adoption passing confidence
vitest (source) 3.2.3 -> 3.2.4 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.29.0

Compare Source

TanStack/query (@​tanstack/react-query)

v5.80.7

Compare Source

Version 5.80.7 - 6/11/25, 11:51 PM

Changes

Fix
  • solid-query-devtools: client-side code instantiating prematurely server-side (#​9163) (bd3ac49) by Wesley LeMahieu
Chore
Test
  • add callback return type tests for mutation callbacks (#​9252) (2b9b122) by Braden Wong
Docs
  • fix relative links (#​9262) (cba46b5) by Collin Stevens
  • Remove superfluous text from mutations.md (#​9256) (10b4c2f) by H. C. Kruse
  • Replace accidentally-deleted content in mutations.md (#​9254) (eae7bde) by Christina Martinez

Packages

vitest-dev/vitest (@​vitest/browser)

v3.2.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
eslint/eslint (eslint)

v9.29.0

Compare Source

microsoft/playwright (playwright)

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)

v8.34.1

Compare Source

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

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

nonzzz/vite-bundle-analyzer (vite-bundle-analyzer)

v0.22.3

Compare Source

  • Fix cli can't work.

Configuration

📅 Schedule: Branch creation - "every weekend" (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 force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6a90083 to 27de70f Compare June 16, 2025 20:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 27de70f to 7a4c5f8 Compare June 17, 2025 20:53
@TomPlum TomPlum merged commit 28f2ddf into main Jun 17, 2025
@renovate renovate bot deleted the renovate/all-minor-patch branch June 17, 2025 21:01
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