Skip to content

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

Merged
sapphi-red merged 3 commits intomainfrom
renovate/all-minor-patch
Mar 17, 2025
Merged

fix(deps): update all non-major dependencies#19649
sapphi-red merged 3 commits intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@babel/core (source) ^7.26.9 -> ^7.26.10 age adoption passing confidence dependencies patch
@babel/parser (source) ^7.26.9 -> ^7.26.10 age adoption passing confidence devDependencies patch
@rollup/plugin-node-resolve (source) 16.0.0 -> 16.0.1 age adoption passing confidence devDependencies patch
@tailwindcss/postcss (source) ^4.0.12 -> ^4.0.14 age adoption passing confidence dependencies patch
@tailwindcss/vite (source) ^4.0.12 -> ^4.0.14 age adoption passing confidence dependencies patch
@tailwindcss/vite (source) ^4.0.12 -> ^4.0.14 age adoption passing confidence devDependencies patch
@types/node (source) ^22.13.6 -> ^22.13.10 age adoption passing confidence devDependencies patch
@vitejs/plugin-vue (source) ^5.2.1 -> ^5.2.2 age adoption passing confidence devDependencies patch
axios (source) ^1.8.2 -> ^1.8.3 age adoption passing confidence dependencies patch
eslint-plugin-import-x ^4.6.1 -> ^4.8.0 age adoption passing confidence devDependencies minor
lightningcss ^1.29.2 -> ^1.29.3 age adoption passing confidence devDependencies patch
lint-staged ^15.4.3 -> ^15.5.0 age adoption passing confidence devDependencies minor
miniflare (source) ^3.20250224.0 -> ^3.20250310.0 age adoption passing confidence devDependencies minor
nanoid ^5.1.3 -> ^5.1.4 age adoption passing confidence devDependencies patch
playwright-chromium (source) ^1.50.1 -> ^1.51.0 age adoption passing confidence devDependencies minor
pnpm (source) 10.6.1 -> 10.6.3 age adoption passing confidence packageManager patch
svelte (source) ^5.22.6 -> ^5.23.1 age adoption passing confidence devDependencies minor
tailwindcss (source) ^4.0.12 -> ^4.0.14 age adoption passing confidence dependencies patch
tailwindcss (source) ^4.0.12 -> ^4.0.14 age adoption passing confidence devDependencies patch
tj-actions/changed-files v45.0.7 -> v45.0.9 age adoption passing confidence action patch
typescript-eslint (source) ^8.26.0 -> ^8.26.1 age adoption passing confidence devDependencies patch
vite (source) ^6.2.1 -> ^6.2.2 age adoption passing confidence devDependencies patch
vitepress-plugin-group-icons ^1.3.6 -> ^1.3.7 age adoption passing confidence devDependencies patch

Release Notes

babel/babel (@​babel/core)

v7.26.10

Compare Source

👓 Spec Compliance
🐛 Bug Fix
💅 Polish
🏠 Internal
babel/babel (@​babel/parser)

v7.26.10

Compare Source

v7.26.10 (2025-03-11)

Thanks @​jordan-choi and @​mmmsssttt404 for your first PRs!

This release includes a fix for GHSA-968p-4wvh-cqc8, a security vulnerability which affects the .replace method of transpiled regular expressions that use named capturing groups.

👓 Spec Compliance
🐛 Bug Fix
💅 Polish
🏠 Internal
Committers: 6
rollup/plugins (@​rollup/plugin-node-resolve)

v16.0.1

2025-03-11

Bugfixes
  • fix: add ignoreSideEffectsForRoot to exported interface (#​1841)
tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.0.14

Compare Source

Fixed
  • Do not extract candidates with JS string interpolation ${ (#​17142)
  • Fix extraction of variants containing . character (#​17153)
  • Fix extracting candidates in Clojure/ClojureScript (#​17087)

v4.0.13

Compare Source

Fixed
  • Fix Haml pre-processing (#​17051)
  • Ensure .node and .wasm files are not scanned for utilities (#​17123)
  • Improve performance when scanning JSON files (#​17125)
  • Fix extracting candidates containing dots in Haml, Pug, and Slim pre processors (#​17094, #​17085, #​17113)
  • Don't create invalid CSS when encountering a link wrapped in square brackets (#​17129)
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.2.2

axios/axios (axios)

v1.8.3

Compare Source

Bug Fixes
  • add missing type for allowAbsoluteUrls (#​6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#​6814) (ec159e5)
Contributors to this release
un-ts/eslint-plugin-import-x (eslint-plugin-import-x)

v4.8.0

Compare Source

Minor Changes

v4.7.2

Compare Source

Patch Changes

v4.7.1

Compare Source

Patch Changes

v4.7.0

Compare Source

Minor Changes
Patch Changes
parcel-bundler/lightningcss (lightningcss)

v1.29.3

Compare Source

lint-staged/lint-staged (lint-staged)

v15.5.0

Compare Source

Minor Changes
  • #​1526 630af5f Thanks @​iiroj! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.
Example with Prettier

By default Prettier prefers double quotes.

Previously
  1. Stage file.js with only double quotes " changed to '
  2. Run git commit -am "I don't like double quotes"
  3. Lint-staged runs prettier --write file.js, converting all the ' back to "
  4. Because there are now no changes, lint-staged fails, cancels the commit, and resets back to the original state
  5. Commit was not done, original state is restored and single quotes ' are staged
Now
  1. Stage file.js with only double-quotes " changed to '
  2. Run git commit -am "I don't like double quotes"
  3. Lint-staged runs prettier --write file.js, converting all the ' back to "
  4. Because there are now no changes, lint-staged fails and cancels the commit
  5. Commit was not done, and there are no staged changes
cloudflare/workers-sdk (miniflare)

v3.20250310.0

Compare Source

Patch Changes
ai/nanoid (nanoid)

v5.1.4

Compare Source

  • Fixed latest version on npm after 3.x release.
microsoft/playwright (playwright-chromium)

v1.51.0

Compare Source

pnpm/pnpm (pnpm)

v10.6.3

Compare Source

Patch Changes
  • pnpm install --prod=false should not crash, when executed in a project with a pnpm-workspace.yaml file #​9233. This fixes regression introduced via #​9211.

  • Add the missing node-options config to recursive run #​9180.

  • Removed a branching code path that only executed when dedupe-peer-dependents=false. We believe this internal refactor will not result in behavior changes, but we expect it to make future pnpm versions behave more consistently for projects that override dedupe-peer-dependents to false. There should be less unique bugs from turning off dedupe-peer-dependents.

    See details in #​9259.

v10.6.2

Compare Source

Patch Changes
  • pnpm self-update should always update the version in the packageManager field of package.json.
  • Fix running pnpm CLI from pnpm CLI on Windows when the CLI is bundled to an executable #​8971.
  • pnpm patch-commit will now use the same filesystem as the store directory to compare and create patch files.
  • Don't show info output when --loglevel=error is used.
  • peerDependencyRules should be set in pnpm-workspace.yaml to take effect.
sveltejs/svelte (svelte)

v5.23.1

Compare Source

Patch Changes
  • fix: invalidate parent effects when child effects update parent dependencies (#​15506)

  • fix: correctly match :has() selector during css pruning (#​15277)

  • fix: replace undefined with void 0 to avoid edge case (#​15511)

  • fix: allow global-like pseudo-selectors refinement (#​15313)

  • chore: don't distribute unused types definitions (#​15473)

  • fix: add files and group to HTMLInputAttributes in elements.d.ts (#​15492)

  • fix: throw rune_invalid_arguments_length when $state.raw() is used with more than 1 arg (#​15516)

v5.23.0

Compare Source

Minor Changes
  • fix: make values consistent between effects and their cleanup functions (#​15469)
tj-actions/changed-files (tj-actions/changed-files)

v45.0.9

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - "* 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 Mar 17, 2025
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Mar 17, 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.

@sapphi-red
Copy link
Copy Markdown
Member

@sapphi-red sapphi-red merged commit f4e712f into main Mar 17, 2025
17 checks passed
@sapphi-red sapphi-red deleted the renovate/all-minor-patch branch March 17, 2025 10:53
moonlitusun pushed a commit to moonlitusun/vite that referenced this pull request May 25, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
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