Content-Length: 392031 | pFad | http://github.com/vitejs/vite/pull/19440

FE fix(deps): update all non-major dependencies by renovate[bot] · Pull Request #19440 · vitejs/vite · GitHub
Skip to content
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

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.26.8 -> ^7.26.9 age adoption passing confidence
@babel/parser (source) ^7.26.8 -> ^7.26.9 age adoption passing confidence
@babel/preset-env (source) ^7.26.8 -> ^7.26.9 age adoption passing confidence
@babel/runtime (source) ^7.26.7 -> ^7.26.9 age adoption passing confidence
@shikijs/vitepress-twoslash (source) ^2.3.2 -> ^2.5.0 age adoption passing confidence
@tailwindcss/postcss (source) ^4.0.6 -> ^4.0.7 age adoption passing confidence
@tailwindcss/vite (source) ^4.0.6 -> ^4.0.7 age adoption passing confidence
@types/react (source) ^19.0.8 -> ^19.0.10 age adoption passing confidence
@types/react-dom (source) ^19.0.3 -> ^19.0.4 age adoption passing confidence
launch-editor-middleware ^2.9.1 -> ^2.10.0 age adoption passing confidence
miniflare (source) ^3.20250204.1 -> ^3.20250214.0 age adoption passing confidence
nanoid ^5.0.9 -> ^5.1.0 age adoption passing confidence
preact (source) ^10.25.4 -> ^10.26.2 age adoption passing confidence
rollup-plugin-license ^3.5.3 -> ^3.6.0 age adoption passing confidence
sass ^1.84.0 -> ^1.85.0 age adoption passing confidence
sass-embedded ^1.83.4 -> ^1.85.0 age adoption passing confidence
sirv ^3.0.0 -> ^3.0.1 age adoption passing confidence
svelte (source) ^5.20.0 -> ^5.20.2 age adoption passing confidence
tailwindcss (source) ^4.0.6 -> ^4.0.7 age adoption passing confidence
tinyglobby ^0.2.10 -> ^0.2.11 age adoption passing confidence
typescript-eslint (source) ^8.24.0 -> ^8.24.1 age adoption passing confidence
vitepress-plugin-group-icons ^1.3.5 -> ^1.3.6 age adoption passing confidence
vitest (source) ^3.0.5 -> ^3.0.6 age adoption passing confidence
vue-tsc (source) ^2.2.0 -> ^2.2.2 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.26.9

Compare Source

🐛 Bug Fix
🏠 Internal
babel/babel (@​babel/parser)

v7.26.9

Compare Source

v7.26.9 (2025-02-14)

🐛 Bug Fix
🏠 Internal
Committers: 5
shikijs/shiki (@​shikijs/vitepress-twoslash)

v2.5.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.4.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.4.1

Compare Source

   🚀 Features
    View changes on GitHub

v2.4.0

Compare Source

   🚀 Features
    View changes on GitHub
tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.0.7

Compare Source

Fixed
  • Export tailwindcss/lib/util/flattenColorPalette.js for backward compatibility (#​16411)
  • Fix sorting of numeric utility suggestions when they have different magnitudes (#​16414)
  • Show suggestions for fractions in IntelliSense (#​16353)
  • Don’t replace _ in suggested theme keys (#​16433)
  • Ensure --default-outline-width can be used to change the outline-width value of the outline utility (#​16469)
  • Ensure drop shadow utilities don't inherit unexpectedly (#​16471)
  • Export config and plugin types from tailwindcss/plugin for backward compatibility (#​16505)
  • Ensure JavaScript plugins that emit nested rules referencing the utility name work as expected (#​16539)
  • Statically link Visual Studio redistributables in @tailwindcss/oxide Windows builds (#​16602)
  • Ensure that Next.js splat routes are scanned for classes (#​16457)
  • Pin exact version of tailwindcss in @tailwindcss/* packages (#​16623)
  • Upgrade: Report errors when updating dependencies (#​16504)
  • Upgrade: Ensure a darkMode JS config setting with block syntax converts to use @slot (#​16507)
  • Upgrade: Ensure the latest version of tailwindcss and @tailwindcss/postcss are installed when upgrading (#​16620)
cloudflare/workers-sdk (miniflare)

v3.20250214.0

Compare Source

Patch Changes
ai/nanoid (nanoid)

v5.1.0

Compare Source

preactjs/preact (preact)

v10.26.2

Compare Source

This is a hotfix release! If you are encountering bundling issues with regards to unallowed import syntax, this will fix it!

Fixes

Maintenance

v10.26.1

Compare Source

Fixes

Optimization

Maintenance

v10.26.0

Compare Source

Features

Fixes

Types

Maintenance

mjeanroy/rollup-plugin-license (rollup-plugin-license)

v3.6.0

Compare Source

sass/dart-sass (sass)

v1.85.0

Compare Source

  • No longer fully trim redundant selectors generated by @extend. This caused
    unacceptable performance issues for certain heavy users of @extend. We'll
    try to find a more performant way to accomplish it in the future.
sass/embedded-host-node (sass-embedded)

v1.85.0

Compare Source

  • No longer fully trim redundant selectors generated by @extend. This caused
    unacceptable performance issues for certain heavy users of @extend. We'll
    try to find a more performant way to accomplish it in the future.
lukeed/sirv (sirv)

v3.0.1

Compare Source

Patches

Full Changelog: lukeed/sirv@v3.0.0...v3.0.1

sveltejs/svelte (svelte)

v5.20.2

Compare Source

Patch Changes
  • chore: remove unused options.uid in render (#​15302)

  • fix: do not warn for binding_property_non_reactive if binding is a store in an each (#​15318)

  • fix: prevent writable store value from becoming a proxy when reassigning using $-prefix (#​15283)

  • fix: muted reactive without bind and select/autofocus attributes working with function calls (#​15326)

  • fix: ensure input elements and elements with dir attribute are marked as non-static (#​15259)

  • fix: fire delegated events on target even it was disabled in the meantime (#​15319)

v5.20.1

Compare Source

Patch Changes
  • fix: ensure AST analysis on svelte.js modules succeeds (#​15297)

  • fix: ignore typescript abstract methods (#​15267)

  • fix: correctly ssr component in svelte:head with $props.id() or css='injected' (#​15291)

SuperchupuDev/tinyglobby (tinyglobby)

v0.2.11

Compare Source

I've opened a sponsorships page! Consider sponsoring at https://github.com/sponsors/SuperchupuDev
if you'd like to support the development of this project. This is a huge release in a technical aspect
that took many months to get right.

Added
  • New optimizer to avoid crawling directories with entries that will never match.

    This is a huge performance improvement and it should solve most if not all performance issues in the library.

    This has taken many months to figure out and implement and has gotten through three different implementations
    with the help and/or advice of many people, most from e18e:

  • Other performance improvements, such as early returning without patterns by bluwy
    and micro-optimizations by Torathion

  • debug option. Useful for development purposes

Fixed
  • Usage of escaped patterns with a cwd that partially matches the pattern
  • Unsupported usages of backslashes making the library really slow. It should be way faster now thanks to the new optimizer
typescript-eslint/typescript-eslint (typescript-eslint)

v8.24.1

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.

yuyinws/vitepress-plugin-group-icons (vitepress-plugin-group-icons)

v1.3.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vitest-dev/vitest (vitest)

v3.0.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vuejs/language-tools (vue-tsc)

v2.2.2

Compare Source

Features
  • feat(language-core): navigation support for $attrs, $slots, $refs and $el in the template (#​5056) - Thanks to @​KazariEX!
  • feat(language-service): support global directives completion (#​4989) - Thanks to @​KazariEX!
  • feat(language-core): type support of useAttrs (#​5106) - Thanks to @​KazariEX!
  • feat(language-core): add options for fine-grained configuration of strictTemplates (#​5138)
  • feat(language-service): display deprecated info of props in completion (#​5134) - Thanks to @​KazariEX!
  • feat(component-meta): collect destructured props defaults (#​5101) - Thanks to @​Akryum!
  • feat(language-core): add checkUnknownDirectives option (#​5141) - Thanks to @​KazariEX!
  • feat(language-core): support <script vapor> - Thanks to @​KazariEX!
Bug Fixes
  • fix(language-core): ignore ts errors in function-scoped declare expressions (#​5090) - Thanks to @​zhiyuanzmj!
  • fix(language-core, typescript-plugin): handle self-reference component correctly (#​5102) - Thanks to @​KazariEX!
  • fix(language-core): do not generate element for <template> with v-slot (#​5077) - Thanks to @​KazariEX!
  • fix(language-service): set code action kinds to avoid warning (#​5096) - Thanks to @​KazariEX!
  • fix(language-core): handle parentheses in v-for exp
  • fix(language-core): slot exp formatting virtual code syntax incorrect
  • fix(language-core): arrow function formatting virtual code syntax incorrect in interpolation
  • fix(language-core): improve multiple lines event formatting result
  • fix(language-core): prefer loc.source instead of node content
  • fix(language-core): intersect local $attrs with __VLS_ctx.$attrs (#​5113) - Thanks to @​KazariEX!
  • fix(language-core): only generate model modifiers for components - Thanks to @​KazariEX!
  • fix(language-plugin-pug): ignore duplicate attribute error of class (#​5100) - Thanks to @​KazariEX!
  • fix(language-core): align types of v-for with core (#​5084) - Thanks to @​KazariEX!
  • fix(language-core): map interpolation error with multiple variables correctly (#​5158) - Thanks to @​KazariEX!
  • fix(vscode): ask user to reload extension host when configuration changes (#​5160) - Thanks to @​typed-sigterm!
  • fix(typescript-plugin): update component names correctly for the first time - Thanks to @​KazariEX!
  • fix(language-core): add undefined to first param type of optional model emits (#​5171) - Thanks to @​KazariEX!
  • fix(language-core): intersect __VLS_slots with __VLS_ctx.$slots (#​5083) - Thanks to @​KazariEX!
  • fix(language-core): complete codegen of slot name prop (#​5139) - Thanks to @​KazariEX!
Other Changes
  • refactor(language-service): read ast from codegen instead of parsing it repeatedly (#​5086) - Thanks to @​KazariEX!
  • refactor(language-core): rewrite vueCompilerOptions resolution logic
  • refactor(component-meta): read scriptSetupRanges from codegen - Thanks to @​KazariEX!
  • refactor(component-meta): read node directly instead of creating sub ast - Thanks to @​KazariEX!
  • refactor(component-meta): read ast from sfc.script - Thanks to @​KazariEX!
  • refactor(language-core): generate the type of slots with function property (#​5173) - Thanks to @​KazariEX!
  • refactor(language-core): reduce codegen size of template returns - Thanks to @​KazariEX!
  • refactor(language-core): remove semantic highlight of directives - Thanks to @​KazariEX!
  • refactor: update alien-signals to 1.0.3 (#​5181) - Thanks to @​KazariEX!

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 Feb 17, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 0231da0 to 350b222 Compare February 17, 2025 18:32
Copy link
Contributor Author

renovate bot commented Feb 17, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 233 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 88, reused 0, downloaded 0, added 0
Progress: resolved 204, reused 0, downloaded 0, added 0
Progress: resolved 236, reused 0, downloaded 0, added 0
Progress: resolved 349, reused 0, downloaded 0, added 0
Progress: resolved 499, reused 0, downloaded 0, added 0
Progress: resolved 634, reused 0, downloaded 0, added 0
Progress: resolved 761, reused 0, downloaded 0, added 0
Progress: resolved 918, reused 0, downloaded 0, added 0
Progress: resolved 1016, reused 0, downloaded 0, added 0
Progress: resolved 1129, reused 0, downloaded 0, added 0
Progress: resolved 1148, reused 0, downloaded 0, added 0
Progress: resolved 1236, reused 0, downloaded 0, added 0
Progress: resolved 1331, reused 0, downloaded 0, added 0
 ERR_PNPM_PATCH_NOT_APPLIED  The following patches were not applied: sirv@3.0.0

Either remove them from "patchedDependencies" or update them to match packages in your dependencies.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from d1b0b05 to e886b54 Compare February 18, 2025 18:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e886b54 to d712893 Compare February 18, 2025 22:31
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.

0 participants








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/vitejs/vite/pull/19440

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy