Skip to content

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

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

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
@analogjs/vite-plugin-angular ^1.18.0 -> ^1.19.0 age adoption passing confidence
@sveltejs/package (source) ^2.3.11 -> ^2.3.12 age adoption passing confidence
eslint (source) ^9.29.0 -> ^9.30.0 age adoption passing confidence
knip (source) ^5.61.2 -> ^5.61.3 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
react-scan (source) ^0.3.4 -> ^0.4.3 age adoption passing confidence
svelte (source) ^5.34.7 -> ^5.34.9 age adoption passing confidence
vite-plugin-solid ^2.11.6 -> ^2.11.7 age adoption passing confidence

Release Notes

analogjs/analog (@​analogjs/vite-plugin-angular)

v1.19.0

Compare Source

Bug Fixes
  • create-analog: add overrides for Vite 7 to templates (07f0a88)
  • create-analog: remove extra comma from minimal template (906998d)
  • create-analog: update template package.json deps (#​1789) (abb9900)
  • nx-plugin: add caret to platform-server package for preset (a97ad4b)
  • nx-plugin: support migration for Angular v20 app component (#​1785) (7f2a240)
  • vite-plugin-nitro: fix page handler URLs (#​1788) (5fdcf7f)
Features
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

webpro-nl/knip (knip)

v5.61.3

Compare Source

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.

aidenybai/react-scan (react-scan)

v0.4.3

Compare Source

Fixes a memory leak when interacting with the page many times

Full Changelog: aidenybai/react-scan@v0.4.2...v0.4.3

v0.4.2

Compare Source

Whats changed

Fixes a minor issue causing the toolbar to be not flush against side of page when collapsed by 1px

v0.4.1

Compare Source

Whats changed

Allow dragging out of collapsed-into-page state (previously you had to click it)

Screen-2025-06-29-124801.mp4

v0.4.0

Compare Source

What changed

The React Scan toolbar can now be hidden when "throwing" it off the page. This persists across reload, and restores the feature you were using if you close it while the toolbar was expanded.

This should resolve any problems that came from the React Scan toolbar being quite big, and allow you to use the toolbar only when you need it!

scan-demo-collapse.mp4

v0.3.6

Compare Source

Summary

  • adds an import subpath to use react-scan through the npm package in development and production
    import {scan} from 'react-scan/all-environments'
    scan() // <- works in production and dev
  • fixes a bug that caused an error to be logged when calling scan() in production
  • sync browser extension to latest react scan

What's Changed

New Contributors

Full Changelog: aidenybai/react-scan@v0.3.4...v0.3.6

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)

solidjs/vite-plugin-solid (vite-plugin-solid)

v2.11.7

Compare Source

Patch Changes
  • f58b288: add new configuration from dom-expressions

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: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

Copy link

nx-cloud bot commented Jun 30, 2025

View your CI Pipeline Execution ↗ for commit 19b6229.

Command Status Duration Result
nx affected --targets=test:sherif,test:knip,tes... ✅ Succeeded 56s View ↗
nx run-many --target=build --exclude=examples/** ✅ Succeeded 14s View ↗

☁️ Nx Cloud last updated this comment at 2025-06-30 03:05:37 UTC

Copy link

pkg-pr-new bot commented Jun 30, 2025

@tanstack/angular-store

npm i https://pkg.pr.new/@tanstack/angular-store@212

@tanstack/react-store

npm i https://pkg.pr.new/@tanstack/react-store@212

@tanstack/solid-store

npm i https://pkg.pr.new/@tanstack/solid-store@212

@tanstack/store

npm i https://pkg.pr.new/@tanstack/store@212

@tanstack/svelte-store

npm i https://pkg.pr.new/@tanstack/svelte-store@212

@tanstack/vue-store

npm i https://pkg.pr.new/@tanstack/vue-store@212

commit: 19b6229

@renovate renovate bot merged commit abd9c6b into main Jun 30, 2025
4 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch June 30, 2025 07:39
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.

0 participants