fix(deps): update all non-major dependencies#19649
Merged
sapphi-red merged 3 commits intomainfrom Mar 17, 2025
Merged
Conversation
Contributor
Author
Edited/Blocked NotificationRenovate 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. |
Member
|
sapphi-red
approved these changes
Mar 17, 2025
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^7.26.9->^7.26.10^7.26.9->^7.26.1016.0.0->16.0.1^4.0.12->^4.0.14^4.0.12->^4.0.14^4.0.12->^4.0.14^22.13.6->^22.13.10^5.2.1->^5.2.2^1.8.2->^1.8.3^4.6.1->^4.8.0^1.29.2->^1.29.3^15.4.3->^15.5.0^3.20250224.0->^3.20250310.0^5.1.3->^5.1.4^1.50.1->^1.51.010.6.1->10.6.3^5.22.6->^5.23.1^4.0.12->^4.0.14^4.0.12->^4.0.14v45.0.7->v45.0.9^8.26.0->^8.26.1^6.2.1->^6.2.2^1.3.6->^1.3.7Release Notes
babel/babel (@babel/core)
v7.26.10Compare Source
👓 Spec Compliance
babel-parser🐛 Bug Fix
babel-parser,babel-templatebabel-corebabel-parser,babel-plugin-transform-typescriptbabel-traversebabel-generatorabstract override(@liuxingbaoyu)babel-parserbabel-helpers,babel-runtime,babel-runtime-corejs2,babel-runtime-corejs3💅 Polish
babel-standalone🏠 Internal
babel-parserbabel/babel (@babel/parser)
v7.26.10Compare 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
.replacemethod of transpiled regular expressions that use named capturing groups.👓 Spec Compliance
babel-parser🐛 Bug Fix
babel-parser,babel-templatebabel-corebabel-parser,babel-plugin-transform-typescriptbabel-traversebabel-generatorabstract override(@liuxingbaoyu)babel-parserbabel-helpers,babel-runtime,babel-runtime-corejs2,babel-runtime-corejs3💅 Polish
babel-standalone🏠 Internal
babel-parserCommitters: 6
rollup/plugins (@rollup/plugin-node-resolve)
v16.0.12025-03-11
Bugfixes
ignoreSideEffectsForRootto exported interface (#1841)tailwindlabs/tailwindcss (@tailwindcss/postcss)
v4.0.14Compare Source
Fixed
${(#17142).character (#17153)v4.0.13Compare Source
Fixed
.nodeand.wasmfiles are not scanned for utilities (#17123)vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v5.2.2define(#545) (46d3d65), closes #545resolveddeclaration (7288a59)axios/axios (axios)
v1.8.3Compare Source
Bug Fixes
allowAbsoluteUrlstobuildFullPathinxhrandfetchadapters (#6814) (ec159e5)Contributors to this release
un-ts/eslint-plugin-import-x (eslint-plugin-import-x)
v4.8.0Compare Source
Minor Changes
60eb443Thanks @JounQin! - feat: migrateminimatchtopicomatchv4.7.2Compare Source
Patch Changes
437db59Thanks @JounQin! - fix: alignpnpapiresolved path withenhanced-resolvev4.7.1Compare Source
Patch Changes
5bc8976Thanks @JounQin! - fix: userspack-resolverfork for pnp supportv4.7.0Compare Source
Minor Changes
#237
53b316cThanks @JounQin! - feat: migrateenhanced-resolvetooxc-resolver#214
091d2daThanks @mrginglymus! - Improve windows supportPatch Changes
#238
c8a388dThanks @JounQin! - fix: change defaultconditionsandmainFieldsdefaultshould be last matched,moduleshould be inmainFields.Reference https://github.com/isaacs/resolve-import/blob/03daf0a9649d183bea40975a7777ae72955f44b8/src/resolve-conditional-value.ts#L15
parcel-bundler/lightningcss (lightningcss)
v1.29.3Compare Source
::details-contentand::target-textselectors – @philipp-spiess in https://github.com/parcel-bundler/lightningcss/pull/930:placeholder-shownselector name across browsers – @Marukome0743 in https://github.com/parcel-bundler/lightningcss/pull/929/* cssmodules-pure-no-check */comments – @jantimon in https://github.com/parcel-bundler/lightningcss/pull/898c03a7e7lint-staged/lint-staged (lint-staged)
v15.5.0Compare Source
Minor Changes
630af5fThanks @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
file.jswith only double quotes"changed to'git commit -am "I don't like double quotes"prettier --write file.js, converting all the'back to"'are stagedNow
file.jswith only double-quotes"changed to'git commit -am "I don't like double quotes"prettier --write file.js, converting all the'back to"cloudflare/workers-sdk (miniflare)
v3.20250310.0Compare Source
Patch Changes
#8423
8242e07Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#8390
53e6323Thanks @GregBrimble! - Parse and apply metafiles (_headersand_redirects) inwrangler devfor Workers Assetsai/nanoid (nanoid)
v5.1.4Compare Source
microsoft/playwright (playwright-chromium)
v1.51.0Compare Source
pnpm/pnpm (pnpm)
v10.6.3Compare Source
Patch Changes
pnpm install --prod=falseshould not crash, when executed in a project with apnpm-workspace.yamlfile #9233. This fixes regression introduced via #9211.Add the missing
node-optionsconfig torecursive 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 overridededupe-peer-dependentsto false. There should be less unique bugs from turning offdedupe-peer-dependents.See details in #9259.
v10.6.2Compare Source
Patch Changes
pnpm self-updateshould always update the version in thepackageManagerfield ofpackage.json.pnpm patch-commitwill now use the same filesystem as the store directory to compare and create patch files.--loglevel=erroris used.peerDependencyRulesshould be set inpnpm-workspace.yamlto take effect.sveltejs/svelte (svelte)
v5.23.1Compare 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
undefinedwithvoid 0to avoid edge case (#15511)fix: allow global-like pseudo-selectors refinement (#15313)
chore: don't distribute unused types definitions (#15473)
fix: add
filesandgroupto 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.0Compare Source
Minor Changes
tj-actions/changed-files (tj-actions/changed-files)
v45.0.9Compare 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.
This PR was generated by Mend Renovate. View the repository job log.