Skip to content

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

Merged
lachlancollins merged 2 commits intomainfrom
renovate/all-minor-patch
Jun 30, 2025
Merged

chore(deps): update all non-major dependencies#262
lachlancollins merged 2 commits intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
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
@tanstack/query-core (source) ^5.81.2 -> ^5.81.5 age adoption passing confidence
@vitejs/plugin-react (source) ^4.5.2 -> ^4.6.0 age adoption passing confidence
eslint (source) ^9.29.0 -> ^9.30.0 age adoption passing confidence
eslint-plugin-import-x ^4.15.2 -> ^4.16.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
typescript-eslint (source) ^8.34.1 -> ^8.35.0 age adoption passing confidence
vue-eslint-parser ^10.1.3 -> ^10.1.4 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.30.0

Compare Source

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

v5.81.5

Compare Source

Version 5.81.5 - 6/27/25, 7:02 PM

Changes

Fix
Test

Packages

v5.81.4

Compare Source

Version 5.81.4 - 6/27/25, 1:54 PM

Changes

Refactor
  • deprecate createSyncStoragePersister (#​9316) (1078bce) by Dominik Dorfmeister
Test

Packages

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.6.0

Compare Source

Add raw Rolldown support

This plugin only worked with Vite. But now it can also be used with raw Rolldown. The main purpose for using this plugin with Rolldown is to use react compiler.

eslint/eslint (eslint)

v9.30.0

Compare Source

un-ts/eslint-plugin-import-x (eslint-plugin-import-x)

v4.16.1

Compare Source

Patch Changes

v4.16.0

Compare Source

Minor Changes
Patch 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.

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.

vuejs/vue-eslint-parser (vue-eslint-parser)

v10.1.4

Compare Source

🐛 Bug Fixes

Full Changelog: vuejs/vue-eslint-parser@v10.1.3...v10.1.4


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.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jun 30, 2025
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Jun 30, 2025

⚠️ No Changeset found

Latest commit: be1a626

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@nx-cloud
Copy link
Copy Markdown

nx-cloud Bot commented Jun 30, 2025

View your CI Pipeline Execution ↗ for commit be1a626.

Command Status Duration Result
nx affected --targets=test:eslint,test:types,te... ✅ Succeeded 48s View ↗
nx run-many --target=build ✅ Succeeded <1s View ↗

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

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Jun 30, 2025

@tanstack/config

npm i https://pkg.pr.new/@tanstack/config@262

@tanstack/eslint-config

npm i https://pkg.pr.new/@tanstack/eslint-config@262

@tanstack/publish-config

npm i https://pkg.pr.new/@tanstack/publish-config@262

@tanstack/typedoc-config

npm i https://pkg.pr.new/@tanstack/typedoc-config@262

@tanstack/vite-config

npm i https://pkg.pr.new/@tanstack/vite-config@262

commit: be1a626

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jun 30, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@lachlancollins lachlancollins merged commit 7ef1dd0 into main Jun 30, 2025
4 checks passed
@lachlancollins lachlancollins deleted the renovate/all-minor-patch branch June 30, 2025 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant