Skip to content

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

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 3 commits 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
@babel/core (source) ^7.27.4 -> ^7.27.7 age adoption passing confidence
@babel/parser (source) ^7.27.5 -> ^7.27.7 age adoption passing confidence
@eslint/js (source) ^9.29.0 -> ^9.30.0 age adoption passing confidence
@jridgewell/trace-mapping (source) ^0.3.25 -> ^0.3.26 age adoption passing confidence
@preact/preset-vite ^2.10.1 -> ^2.10.2 age adoption passing confidence
@tailwindcss/postcss (source) ^4.1.10 -> ^4.1.11 age adoption passing confidence
@tailwindcss/vite (source) ^4.1.10 -> ^4.1.11 age adoption passing confidence
@types/node (source) ^22.15.32 -> ^22.15.34 age adoption passing confidence
@vitejs/plugin-react (source) ^4.5.2 -> ^4.6.0 age adoption passing confidence
browserslist ^4.25.0 -> ^4.25.1 age adoption passing confidence
dotenv ^16.5.0 -> ^16.6.1 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
miniflare (source) ^4.20250617.3 -> ^4.20250617.4 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
tailwindcss (source) ^4.1.10 -> ^4.1.11 age adoption passing confidence
typescript-eslint (source) ^8.34.1 -> ^8.35.0 age adoption passing confidence
vite-plugin-solid ^2.11.6 -> ^2.11.7 age adoption passing confidence
vitepress (source) ^2.0.0-alpha.6 -> ^2.0.0-alpha.7 age adoption passing confidence
vitepress-plugin-group-icons ^1.6.0 -> ^1.6.1 age adoption passing confidence
vitepress-plugin-llms ^1.5.1 -> ^1.6.0 age adoption passing confidence
ws ^8.18.2 -> ^8.18.3 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.27.7

Compare Source

👓 Spec Compliance
🐛 Bug Fix
🏠 Internal
  • babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread
babel/babel (@​babel/parser)

v7.27.7

Compare Source

v7.27.7 (2025-06-26)

Thanks @​arthur-mountain and @​evankanderson for your first PRs!

👓 Spec Compliance
🐛 Bug Fix
🏠 Internal
  • babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread
Committers: 6
eslint/eslint (@​eslint/js)

v9.30.0

Compare Source

jridgewell/sourcemaps (@​jridgewell/trace-mapping)

v0.3.26

Compare Source

  • Fix package types for CJS and ESM imports: a924ed3
  • Add module-sync exports type for require(esm): 3836f6c
  • Add type declaration source maps to assist go-to-definition: 9a02665
  • Fix map file resolution to match spec: #​36
  • Accept readonly types: cdf32c7
  • Rename AnyMap: 5676069
  • Add error messages for common issues: 13c8987

Full Changelog: jridgewell/sourcemaps@trace-mapping/0.3.25...trace-mapping/0.3.26

preactjs/preset-vite (@​preact/preset-vite)

v2.10.2

Compare Source

What's Changed

Maintenance

Docs

New Contributors

Full Changelog: preactjs/preset-vite@2.10.1...2.10.2

tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.1.11

Compare Source

Fixed
  • Add heuristic to skip candidate migrations inside emit(…) (#​18330)
  • Extract candidates with variants in Clojure/ClojureScript keywords (#​18338)
  • Document --watch=always in the CLI's usage (#​18337)
  • Add support for Vite 7 to @tailwindcss/vite (#​18384)
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.

browserslist/browserslist (browserslist)

v4.25.1

Compare Source

  • Updated Firefox ESR.
motdotla/dotenv (dotenv)

v16.6.1

Compare Source

Changed
  • Default quiet to true – hiding the runtime log message (#​874)
  • NOTICE: 17.0.0 will be released with quiet defaulting to false. Use config({ quiet: true }) to suppress.
  • And check out the new dotenvx. As coding workflows evolve and agents increasingly handle secrets, encrypted .env files offer a much safer way to deploy both agents and code together with secure secrets. Simply switch require('dotenv').config() for require('@​dotenvx/dotenvx').config().

v16.6.0

Compare Source

Added
  • Default log helpful message [dotenv@16.6.0] injecting env (1) from .env (#​870)
  • Use { quiet: true } to suppress
  • Aligns dotenv more closely with dotenvx.
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
cloudflare/workers-sdk (miniflare)

v4.20250617.4

Compare Source

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.

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.

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

v2.11.7

Compare Source

Patch Changes
  • f58b288: add new configuration from dom-expressions
vuejs/vitepress (vitepress)

v2.0.0-alpha.7

Compare Source

Bug Fixes
  • local-search: parse headings with non-anchor a tags as titles properly (#​4809) (5359903)
  • resolve pages after setting global vitepress config (56ba65e), closes #​4803
Features
Performance Improvements
  • render pages in contentLoader asynchronously (36148a0)
BREAKING CHANGES
  • Only cwd, ignore, dot and debug are supported in globOptions of createContentLoader. If you want to pass other options, you still can but you might need to suppress type errors.
  • Uses vite 7. See vite migration guide for more info. For most of the users no change is required. VitePress should work same as earlier, except for maybe some type mismatches if you're using third-party plugins. You can suppress them using @ts-expect-error or as any and report the issues at respective repositories.
yuyinws/vitepress-plugin-group-icons (vitepress-plugin-group-icons)

v1.6.1

Compare Source

   🚀 Features
    View changes on GitHub
okineadev/vitepress-plugin-llms (vitepress-plugin-llms)

v1.6.0

Compare Source

compare changes

🚀 Enhancements
  • Add README.md to the unnecessaryFilesList (b039dc2)
  • ✨ add the ability to enable a buttons to instantly copy or download a page in Markdown format on the human documentation side (4bb73e9)
  • Add hashed image support (3ceea9e)
  • Add linting step to CI and setup tsc linting for src/**/*.ts (52ee133)
  • Add ability to set a custom Vue component name for copyOrDownloadAsMarkdownButtons and fix comments (1254c83)
🩹 Fixes
  • Fix build errors caused by 3ceea9e (d75a57a)
  • ci: Fix missing @types/node package error by removing --production from bun install (1362166)
  • ci: Do not omit optional dependencies in bun install (b7a5865)
  • ci: Checkout biome.jsonc file which is required for linting (5ef8dd7)
💅 Refactors
  • ♻️ refactor the "Copy as Markdown" button components and convert them to a Vue component (2a3b001)
  • types: Explicitly set types for all functions for isolatedDeclarations (b2767f7)
📖 Documentation
  • Add best practices section (8a3c859)
🏡 Chore
  • Update commitlint rules to enforce lower-case subject lines (6a5aae2)
  • Update deps, migrate Biome configuration to v2 and fix new linting errors (a64fecb)
❤️ Contributors
websockets/ws (ws)

v8.18.3

Compare Source


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 added the dependencies Pull requests that update a dependency file label Jun 30, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 45f716b to 2792dce Compare June 30, 2025 02:35
@sapphi-red sapphi-red merged commit 3e81af3 into main Jun 30, 2025
18 checks passed
@sapphi-red sapphi-red deleted the renovate/all-minor-patch branch June 30, 2025 03:25
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