Skip to content

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

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 1 commit into from
Jun 30, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 30, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/js (source) ^9.29.0 -> ^9.30.0 age adoption passing confidence
@sveltejs/kit (source) ^2.22.0 -> ^2.22.2 age adoption passing confidence
@sveltejs/package (source) ^2.3.11 -> ^2.3.12 age adoption passing confidence
@types/node (source) ^22.15.32 -> ^22.15.34 age adoption passing confidence
@types/node@<=20.12.0 (source) 20.19.1 -> 20.19.2 age adoption passing confidence
eslint (source) ^9.29.0 -> ^9.30.0 age adoption passing confidence
eslint-plugin-prettier ^5.5.0 -> ^5.5.1 age adoption passing confidence
eslint-plugin-svelte (source) ^3.9.3 -> ^3.10.1 age adoption passing confidence
pnpm (source) 10.12.2 -> 10.12.4 age adoption passing confidence
prettier (source) ^3.6.0 -> ^3.6.2 age adoption passing confidence
svelte (source) ^5.34.7 -> ^5.34.9 age adoption passing confidence
typescript-eslint (source) ^8.34.1 -> ^8.35.0 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.30.0

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)

v2.22.1

Compare Source

Patch Changes
  • fix: prevent infinite loop when calling pushState/replaceState in $effect (#​13914)

  • chore: use manualChunks to bundle single and inline apps with Rolldown (#​13915)

sveltejs/kit (@​sveltejs/package)

v2.3.12

Compare Source

Patch Changes
  • fix: handle non-semver-style dependency versions (#​13925)
eslint/eslint (eslint)

v9.30.0

Compare Source

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

v5.5.1

Compare Source

Patch Changes
sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)

v3.10.1

Compare Source

Patch Changes

v3.10.0

Compare Source

Minor Changes
pnpm/pnpm (pnpm)

v10.12.4

Compare Source

Patch Changes

v10.12.3

Compare Source

Patch Changes
  • Restore hoisting of optional peer dependencies when installing with an outdated lockfile.
    Regression introduced in v10.12.2 by #​9648; resolves #​9685.
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.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)

typescript-eslint/typescript-eslint (typescript-eslint)

v8.35.0

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.


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 force-pushed the renovate/all-minor-patch branch from 7cb4445 to 7a1a600 Compare June 30, 2025 03:29
@dominikg dominikg merged commit 424890e into main Jun 30, 2025
8 checks passed
@dominikg dominikg deleted the renovate/all-minor-patch branch June 30, 2025 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant