Skip to content

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

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 2 commits into from
Jul 10, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 30, 2025

This PR contains the following updates:

Package Change Age Confidence
@playwright/test (source) 1.53.1 -> 1.53.2 age confidence
@sveltejs/kit (source) 2.22.1 -> 2.22.2 age confidence
@tanstack/react-store (source) 0.7.1 -> 0.7.3 age confidence
@tanstack/solid-store (source) 0.7.1 -> 0.7.3 age confidence
@tanstack/store (source) 0.7.1 -> 0.7.2 age confidence
@tanstack/svelte-store (source) 0.7.1 -> 0.7.3 age confidence
@tanstack/vue-store (source) 0.7.1 -> 0.7.3 age confidence
@typescript-eslint/eslint-plugin (source) 8.34.1 -> 8.35.1 age confidence
@typescript-eslint/parser (source) 8.34.1 -> 8.35.1 age confidence
eslint-plugin-prettier 5.5.0 -> 5.5.1 age confidence
nuxt (source) 3.17.5 -> 3.17.6 age confidence
prettier (source) 3.6.0 -> 3.6.2 age confidence
svelte (source) 5.34.7 -> 5.35.4 age confidence
svelte-check 4.2.1 -> 4.2.2 age confidence
vite-plugin-node-polyfills 0.23.0 -> 0.24.0 age confidence
vite-plugin-solid 2.11.6 -> 2.11.7 age confidence
vue-tsc (source) 2.2.10 -> 2.2.12 age confidence

Release Notes

microsoft/playwright (@​playwright/test)

v1.53.2

Compare Source

sveltejs/kit (@​sveltejs/kit)

v2.22.2

Compare Source

Patch Changes
  • fix: use fallback if untrack doesn't exist in svelte package (#​13933)

  • fix: warning for chrome devtools requests now suggests sv instead of vite plugin (#​13905)

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

v0.7.3

Compare Source

Version 0.7.3 - 7/6/25, 10:17 PM

Changes
Fix
Packages

v0.7.2

Compare Source

Version 0.7.2 - 7/6/25, 10:11 PM

Changes
Fix
  • make solid adapter behave more like how we"d expect (#​214) (4694359) by Corbin Crutchley
Chore
  • deps: lock file maintenance (#​213) (ed92032) by renovate[bot]
  • deps: update all non-major dependencies (#​212) (abd9c6b) by renovate[bot]
  • deps: update all non-major dependencies (#​210) (e2d023f) by renovate[bot]
  • deps: update all non-major dependencies (#​208) (7e54995) by renovate[bot]
  • deps: update all non-major dependencies (#​207) (3ce95cd) by renovate[bot]
  • deps: update all non-major dependencies (#​203) (8f21ee1) by renovate[bot]
Other
Packages
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.35.1

Compare Source

🩹 Fixes
  • remove prettier from eslint-plugin (#​11339)
❤️ Thank You

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

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.

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

v8.35.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.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.

prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.5.1

Compare Source

Patch Changes
nuxt/nuxt (nuxt)

v3.17.6

Compare Source

3.17.6 is a regularly scheduled patch release.

✅ Upgrading

Our recommendation for upgrading is to run:

npx nuxt upgrade --dedupe

This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance
  • nuxt: Decrease if checks when prerendering (#​32455)
🩹 Fixes
  • nuxt: Generate correct types for async data defaults based on nuxt.config (#​32324)
  • nuxt: Reload at base URL in nuxt:chunk-reload-immediate (#​32382)
  • nuxt: Use rollup to calculate island component filenames (#​32421)
  • nuxt: Append set-cookie headers in error handler (#​32483)
  • nuxt: Ensure asyncData runs if changing key while fetcher is running (#​32466)
  • nuxt: Handle pure hash link clicks with navigateTo (#​32393)
  • nuxt: Skip external <NuxtLink>'s custom on click handler (#​32499)
  • nuxt: Update component loader regexp for minified code (#​32298)
  • nuxt: Allow camelCase for lazy hydration attributes (#​32297)
  • nuxt: Respect inheritAttrs: false in createClientOnly fn (#​32323)
  • kit: Do not double-urlify file urls when resolving schema (#​32354)
  • nuxt: Align scroll behavior with page transition completion (#​32239)
  • nuxt: Set output.generatedCode.symbols for nitro build (#​32358)
  • nuxt: Lazily access runtimeConfig (#​32428)
💅 Refactors
  • vite: Migrate plugins internally to vite environments (#​32461)
📖 Documentation
  • Clarify where logging tag is displayed (#​32440)
  • Remove kit playground auto-import note (#​32415)
  • Remove webstorm warning (#​32513)
  • Migrate to h3js (#​32243)
  • Update the fetch clear function description (#​32287)
  • defineNuxtPlugin function documentation (#​32328)
  • Mention that <NuxtLink> encodes query params (#​32361)
  • Enhance documentation for Nuxt composables (#​32218)
  • Adjust wording to reduce confusion in lifecycle section (#​32503)
  • Improve useCookie example (367b85405)
  • Capitalise title (#​32426)
  • Mention bun.lock for lockfile (#​32427)
🏡 Chore
  • Update stackblitz reproduction link (6ab5bac66)
  • Update copilot instructions (220439055)
  • Rename deprecated vitest workspace to projects (#​32388)
  • Remove space in URL in comment (#​32394)
  • Allow setting TAG on commandline (d387e07a3)
✅ Tests
  • nuxt: Add case for key only changes with immediate: false (#​32473)
  • Separate nuxt legacy runtime tests (#​32481)
🤖 CI
❤️ Contributors
prettier/prettier (prettier)

v3.6.2

Compare Source

diff

Markdown: Add missing blank line around code block (#​17675 by @​fisker)
<!-- Input -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

<!-- Prettier 3.6.1 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```
   1. Another
   2. List

<!-- Prettier 3.6.2 -->
1. Some text, and code block below, with newline after code block

   ```yaml
   ---
   foo: bar
   ```

   1. Another
   2. List

v3.6.1

Compare Source

diff

TypeScript: Allow const without initializer (#​17650, #​17654 by @​fisker)
// Input
export const version: string;

// Prettier 3.6.0 (--parser=babel-ts)
SyntaxError: Unexpected token (1:21)
> 1 | export const version: string;
    |                     ^

// Prettier 3.6.0 (--parser=oxc-ts)
SyntaxError: Missing initializer in const declaration (1:14)
> 1 | export const version: string;
    |              ^^^^^^^^^^^^^^^

// Prettier 3.6.1
export const version: string;
Miscellaneous: Avoid closing files multiple times (#​17665 by @​43081j)

When reading a file to infer the interpreter from a shebang, we use the
n-readlines library to read the first line in order to get the shebang.

This library closes files when it reaches EOF, and we later try close the same
files again. We now close files only if n-readlines did not already close
them.

sveltejs/svelte (svelte)

v5.35.4

Compare Source

Patch Changes
  • fix: abort and reschedule effect processing after state change in user effect (#​16280)

v5.35.3

Compare Source

Patch Changes
  • fix: account for mounting when select_option in attribute_effect (#​16309)

  • fix: do not proxify the value assigned to a derived (#​16302)

v5.35.2

Compare Source

Patch Changes

v5.35.1

Compare Source

Patch Changes
  • feat: add parent hierarchy to __svelte_meta objects (#​16255)

v5.35.0

Compare Source

Minor Changes
Patch Changes

v5.34.9

Compare Source

Patch Changes
  • fix: ensure unowned deriveds can add themselves as reactions while connected (#​16249)

v5.34.8

Compare Source

Patch Changes
  • fix: untrack $inspect.with and add check for unsafe mutation (#​16209)

  • fix: use fine grained for template if the component is not explicitly in legacy mode (#​16232)

  • lift unsafe_state_mutation constraints for SvelteSet, SvelteMap, SvelteDate, SvelteURL and SvelteURLSearchParams created inside the derived (#​16221)

sveltejs/language-tools (svelte-check)

v4.2.2

Compare Source

  • fix: invalidate project file cache and handle watcher race condition (#​2779)
  • fix: prevent error with bind:this={get, set} (#​2781)
  • fix: don't treat derived imported from svelte/store as a potential store (#​2780)
  • fix: key block can have its own block scope (#​2768)
davidmyersdev/vite-plugin-node-polyfills (vite-plugin-node-polyfills)

v0.24.0

Compare Source

  • Add rolldown-vite support
  • Fix broken v0.23.1 build

v0.23.1

Compare Source

  • Allow installation in Vite v7 projects
solidjs/vite-plugin-solid (vite-plugin-solid)

v2.11.7

Compare Source

Patch Changes
  • f58b288: add new configuration from dom-expressions
vuejs/language-tools (vue-tsc)

v2.2.12

Compare Source


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 1bd38e5 to 207cc06 Compare July 6, 2025 17:12
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from 207cc06 to cc1caf6 Compare July 9, 2025 22:27
@renovate renovate bot force-pushed the renovate/non-major-dependencies branch from cc1caf6 to a980270 Compare July 10, 2025 16:47
@drichar drichar merged commit 4b541d8 into main Jul 10, 2025
1 check passed
@drichar drichar deleted the renovate/non-major-dependencies branch July 10, 2025 17:40
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