Skip to content

chore(deps): update non-major dependencies#359

Merged
drichar merged 2 commits intomainfrom
renovate/non-major-dependencies
Jun 26, 2025
Merged

chore(deps): update non-major dependencies#359
drichar merged 2 commits intomainfrom
renovate/non-major-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 7, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@noble/ed25519 (source) ^2.2.3 -> ^2.3.0 age adoption passing confidence dependencies minor
@playwright/test (source) 1.51.1 -> 1.53.1 age adoption passing confidence devDependencies minor
@sveltejs/kit (source) ^2.16.0 -> ^2.22.0 age adoption passing confidence devDependencies minor 2.22.1
@tanstack/react-store (source) 0.7.0 -> 0.7.1 age adoption passing confidence dependencies patch
@tanstack/solid-store (source) 0.7.0 -> 0.7.1 age adoption passing confidence dependencies patch
@tanstack/store (source) 0.7.0 -> 0.7.1 age adoption passing confidence dependencies patch
@tanstack/svelte-store (source) 0.7.0 -> 0.7.1 age adoption passing confidence dependencies patch
@tanstack/vue-store (source) 0.7.0 -> 0.7.1 age adoption passing confidence dependencies patch
@testing-library/react 16.2.0 -> 16.3.0 age adoption passing confidence devDependencies minor
@types/react (source) 18.3.20 -> 18.3.23 age adoption passing confidence devDependencies patch
@types/react-dom (source) 18.3.5 -> 18.3.7 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 8.28.0 -> 8.34.1 age adoption passing confidence devDependencies minor 8.35.0
@typescript-eslint/parser (source) 8.28.0 -> 8.34.1 age adoption passing confidence devDependencies minor 8.35.0
@vitejs/plugin-react (source) 4.3.4 -> 4.6.0 age adoption passing confidence devDependencies minor
@vitejs/plugin-vue (source) 5.2.3 -> 5.2.4 age adoption passing confidence devDependencies patch
@vitejs/plugin-vue-jsx (source) 4.1.2 -> 4.2.0 age adoption passing confidence devDependencies minor
SethCohen/github-releases-to-discord v1.16.2 -> v1.19.0 age adoption passing confidence action minor
eslint-config-next (source) 14.2.26 -> 14.2.30 age adoption passing confidence devDependencies patch
eslint-config-prettier 10.1.1 -> 10.1.5 age adoption passing confidence devDependencies patch
eslint-plugin-prettier 5.2.5 -> 5.5.0 age adoption passing confidence devDependencies minor 5.5.1
eslint-plugin-react-refresh 0.4.19 -> 0.4.20 age adoption passing confidence devDependencies patch
jsdom 26.0.0 -> 26.1.0 age adoption passing confidence devDependencies minor
next (source) 14.2.26 -> 14.2.30 age adoption passing confidence dependencies patch
nuxt (source) 3.16.1 -> 3.17.5 age adoption passing confidence dependencies minor
prettier (source) 3.5.3 -> 3.6.0 age adoption passing confidence devDependencies minor 3.6.1
solid-js (source) 1.9.5 -> 1.9.7 age adoption passing confidence devDependencies patch
solid-js (source) 1.9.5 -> 1.9.7 age adoption passing confidence dependencies patch
svelte (source) 5.34.3 -> 5.34.7 age adoption passing confidence devDependencies patch 5.34.8
svelte (source) 5.34.3 -> 5.34.7 age adoption passing confidence dependencies patch 5.34.8
svelte-check ^4.0.0 -> ^4.2.1 age adoption passing confidence devDependencies patch
tsup (source) 8.4.0 -> 8.5.0 age adoption passing confidence devDependencies minor
vite (source) 6.2.3 -> 6.3.5 age adoption passing confidence devDependencies minor
vitest (source) 3.0.9 -> 3.2.4 age adoption passing confidence devDependencies minor
vue (source) 3.5.13 -> 3.5.17 age adoption passing confidence devDependencies patch
vue (source) 3.5.13 -> 3.5.17 age adoption passing confidence dependencies patch
vue-router 4.5.0 -> 4.5.1 age adoption passing confidence dependencies patch
vue-tsc (source) 2.2.8 -> 2.2.10 age adoption passing confidence devDependencies patch

Release Notes

paulmillr/noble-ed25519 (@​noble/ed25519)

v2.3.0

Compare Source

  • Preparation for v3: rewrite code
  • Remove non-erasable typescript syntax. The .ts code can now be ran natively in node.js
  • Point: do assertValidity before encoding
  • Point: Freeze on creation
  • CI: attest standalone build files
  • Bump typescript target from ES2020 to ES2022

Full Changelog: paulmillr/noble-ed25519@2.2.3...2.3.0

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

v1.52.0

Compare Source

sveltejs/kit (@​sveltejs/kit)

v2.22.0

Compare Source

Minor Changes
  • feat: add support for Vite 7 and Rolldown. See https://vite.dev/guide/rolldown.html#how-to-try-rolldown for details about how to try experimental Rolldown support. You will also need vite-plugin-svelte@^6.0.0-next.0 and vite@^7.0.0-beta.0. Compilation should be faster using Rolldown, but with larger bundle sizes until additional tree-shaking is implemented in Rolldown. See #​13738 for ongoing work. (#​13747)
TanStack/store (@​tanstack/react-store)

v0.7.1

Compare Source

Version 0.7.1 - 5/29/25, 9:39 AM

Changes
Fix
  • core: improve setState type safety and remove as any casting (#​198) (06c8227) by hoony
Chore
  • deps: update all non-major dependencies (#​196) (97df030) by renovate[bot]
  • deps: update all non-major dependencies (#​195) (65c81d5) by renovate[bot]
  • deps: update all non-major dependencies (#​190) (cf37b85) by renovate[bot]
  • deps: update all non-major dependencies (#​189) (5a4c84a) by renovate[bot]
  • deps: lock file maintenance (#​187) (c3acb8a) by renovate[bot]
  • deps: update dependency vite to v6.3.4 [security] (#​186) (3e20346) by renovate[bot]
  • deps: update all non-major dependencies (#​185) (1fd4e36) by renovate[bot]
  • deps: update all non-major dependencies (#​184) (c6c55e7) by renovate[bot]
  • deps: update all non-major dependencies (#​183) (dbaa0b4) by renovate[bot]
  • deps: update dependency vite to v6.2.6 [security] (#​182) (d1f1aba) by renovate[bot]
  • deps: update all non-major dependencies (#​181) (7ee3c20) by renovate[bot]
  • deps: update dependency vite to v6.2.5 [security] (#​180) (41bf9fa) by renovate[bot]
  • deps: lock file maintenance (#​178) (9104ac3) by renovate[bot]
  • deps: update dependency vite to v6.2.4 [security] (#​177) (650fd50) by renovate[bot]
  • deps: update all non-major dependencies (#​174) (e07cf6c) by renovate[bot]
  • deps: update dependency vite to v6.2.3 [security] (#​176) (962f228) by renovate[bot]
  • deps: update all non-major dependencies (#​161) (9da7f3b) by renovate[bot]
  • deps: update pnpm to v10 (#​170) (815c504) by renovate[bot]
  • deps: update dependency vitest to v2.1.9 [security] (#​163) (a904658) by renovate[bot]
  • deps: update dependency vite to v5.4.12 [security] (#​162) (bbc01f6) by renovate[bot]
  • deps: update all non-major dependencies (#​155) (b2d33d8) by renovate[bot]
  • deps: move framework packages out of root (#​158) (3f9460d) by Lachlan Collins
  • deps: update autofix-ci/action digest to 551dded (#​157) (c9e8e9d) by renovate[bot]
Docs
  • fix links (476d218) by Tanner Linsley
  • remove core store from examples and add react-scan to react example (#​172) (79e5e32) by Kevin Van Cott
  • core: lower heading levels (#​171) (de6708e) by Kevin Van Cott
  • Updated typo in Quick Start (#​168) (62f9eed) by Lazar Nikolov
  • fix typo in quickstart guide (#​154) (09a8523) by Alper Ortac
Packages
testing-library/react-testing-library (@​testing-library/react)

v16.3.0

Compare Source

Features
  • add bernardobelchior as a contributor for code, and doc (#​1391) (9fc6a75)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

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.

v8.33.0

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.32.1

Compare Source

🩹 Fixes
  • eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#​11177)
  • eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for TSMappedType with no type annotation (#​11180)
  • eslint-plugin: [no-deprecated] support computed member access (#​10867)
  • eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#​11194)
❤️ Thank You

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

v8.32.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] add option allowRethrowing (#​11075)
  • eslint-plugin: [no-unnecessary-type-conversion] add rule (#​10182)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#​11098)
  • eslint-plugin: [unified-signatures] exempt this from optional parameter overload check (#​11005)
  • eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#​10907)
❤️ Thank You

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

v8.31.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] downgrade fix to suggestion (#​11081)
❤️ Thank You

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

v8.31.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#​10979)
❤️ Thank You
  • Nicolas Le Cam

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

v8.30.1

Compare Source

🩹 Fixes
  • eslint-plugin: fix mistake with eslintrc config generation (#​11072)
❤️ Thank You

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

v8.30.0

Compare Source

🚀 Features
  • eslint-plugin: [no-explicit-any] suggest to replace keyof any with PropertyKey (#​11032)
🩹 Fixes
  • eslint-plugin: [promise-function-async] use a different error message for functions with promise and non-promise types (#​10950)
❤️ Thank You

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

v8.29.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-deprecated] report on deprecated imported variable used as property (#​10998)
❤️ Thank You
  • Ronen Amiel

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

v8.29.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] create ignoreIfStatements option (#​11000)
🩹 Fixes
  • eslint-plugin: [no-array-constructor] remove optional chaining exemption (#​10963)
  • eslint-plugin: support arbitrary extensions in definition files (#​10957)
  • eslint-plugin: [prefer-for-of] fix false positive when using erasable type syntax within update expressions (#​10981)
  • eslint-plugin: [use-unknown-in-catch-callback-variable] remove fixable property (#​10993)
  • eslint-plugin: [no-unnecessary-condition] don't report on unnecessary optional array index access when noUncheckedIndexedAccess is enabled (#​10961)
❤️ Thank You

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

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

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.

v8.33.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.32.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.32.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.31.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.31.0

Compare Source

This was a version bump onl


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone America/New_York, 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/non-major-dependencies branch 7 times, most recently from cfe5b8c to f5ab95e Compare April 17, 2025 22:40
@renovate renovate Bot force-pushed the renovate/non-major-dependencies branch 9 times, most recently from f25f2c7 to eea4be3 Compare April 24, 2025 23:57
@renovate renovate Bot force-pushed the renovate/non-major-dependencies branch 6 times, most recently from 2340177 to 50fcbb7 Compare May 2, 2025 03:06
@renovate renovate Bot force-pushed the renovate/non-major-dependencies branch 7 times, most recently from 538e0a3 to 1f4f615 Compare May 8, 2025 19:45
@renovate renovate Bot force-pushed the renovate/non-major-dependencies branch 2 times, most recently from ebbaaab to 2fce000 Compare May 26, 2025 01:55
@renovate renovate Bot force-pushed the renovate/non-major-dependencies branch 5 times, most recently from a50bcd9 to e87b992 Compare June 7, 2025 00:32
@renovate renovate Bot force-pushed the renovate/non-major-dependencies branch 7 times, most recently from 8273527 to 5f2d8be Compare June 14, 2025 22:10
@renovate renovate Bot force-pushed the renovate/non-major-dependencies branch 8 times, most recently from 05d4522 to 04dd9d4 Compare June 21, 2025 18:32
@renovate renovate Bot force-pushed the renovate/non-major-dependencies branch 3 times, most recently from f941192 to 3ab829c Compare June 26, 2025 05:23
@renovate renovate Bot force-pushed the renovate/non-major-dependencies branch from 3ab829c to 74ccf6e Compare June 26, 2025 05:30
@drichar drichar merged commit a6c2ec2 into main Jun 26, 2025
1 check passed
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