fix(deps): update all non-major dependencies#19045
Merged
sapphi-red merged 1 commit intomainfrom Dec 24, 2024
Merged
Conversation
c4a939a to
8e9f6a2
Compare
8e9f6a2 to
6693608
Compare
sapphi-red
approved these changes
Dec 24, 2024
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>
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:
^1.11.0->^1.12.0^1.24.2->^1.24.4^5.0.2->^5.0.3^18.3.17->^18.3.18^4.5.1->^4.6.1^17.15.0->^17.15.1^15.13.0->^15.14.0^3.20241205.0->^3.20241218.09.15.0->9.15.1^10.25.2->^10.25.3^5.14.3->^5.15.0^8.18.1->^8.18.2^6.0.3->^6.0.5^1.3.1->^1.3.2^2.1.10->^2.2.0Release Notes
QwikDev/qwik (@builder.io/qwik)
v1.12.0Compare Source
Minor Changes
isDev,isBrowserandisServerare now exported from@builder.io/qwikdirectly, so they are more discoverable and easier to add.@builder.io/qwik/buildstill remains. (by @wmertens in #7138)Patch Changes
🐞🩹 add subscription when doing
"prop" in store(by @revintec in #7071)🐞🩹
stoppropagationfunctionality (by @shairez in #7102)shikijs/shiki (@shikijs/vitepress-twoslash)
v1.24.4Compare Source
🚀 Features
View changes on GitHub
v1.24.3Compare Source
🚀 Features
View changes on GitHub
sveltejs/vite-plugin-svelte (@sveltejs/vite-plugin-svelte)
v5.0.3Compare Source
Patch Changes
un-ts/eslint-plugin-import-x (eslint-plugin-import-x)
v4.6.1Compare Source
Patch Changes
be9c3e8Thanks @mrginglymus! - Fix enhanced-resolve dependencyv4.6.0Compare Source
Minor Changes
#209
46d2360Thanks @SukkaW! - Wheneslint-plugin-import-xwas forked fromeslint-plugin-import, we copied over the default resolver (which iseslint-import-resolver-node) as well. However, this resolver doesn't supportsexportsin thepackage.jsonfile, and the current maintainer of theeslint-import-resolver-node(ljharb) doesn't have the time implementing this feature and he locked the issue https://github.com/import-js/eslint-plugin-import/issues/1810.So we decided to implement our own resolver that "just works". The new resolver is built upon the
enhanced-resolvethat implements the full Node.js Resolver Algorithm. The new resolver only implements the import resolver interface v3, which means you can only use it with ESLint Flat config. For more details about the import resolver interface v3, please check out #192.In the next major version of
eslint-plugin-import-x, we will remove theeslint-import-resolver-nodeand use this new resolver by default. In the meantime, you can try out this new resolver by setting theimport-x/resolver-nextoption in youreslint.config.jsfile:We do not plan to implement reading
baseUrlandpathsfrom thetsconfig.jsonfile in this resolver. If you need this feature, please checkout eslint-import-resolver-typescript (also powered byenhanced-resolve), eslint-import-resolver-oxc (powered byoxc-resolver), eslint-import-resolver-next (also powered byoxc-resolver), or other similar resolvers.Patch Changes
449738fThanks @privatenumber! - insert type prefix without new lineeslint-community/eslint-plugin-n (eslint-plugin-n)
v17.15.1Compare Source
🩹 Fixes
sindresorhus/globals (globals)
v15.14.0Compare Source
cloudflare/workers-sdk (miniflare)
v3.20241218.0Compare Source
Patch Changes
#7589
1488e11Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#7575
7216835Thanks @LuisDuarte1! - MakeInstance.status()return type the same as productionpnpm/pnpm (pnpm)
v9.15.1Compare Source
preactjs/preact (preact)
v10.25.3Compare Source
Fixes
Types
sveltejs/svelte (svelte)
v5.15.0Compare Source
Minor Changes
v5.14.6Compare Source
Patch Changes
fix: treeshake
$inspect.tracecode if unused in modules (#14774)fix: Improve typescript DX for $inspect, $props, $bindable, and $host (#14777)
v5.14.5Compare Source
Patch Changes
fix: bump esrap dependency (#14765)
fix: ensure svg namespace for
<a>elements is correct (#14756)fix: treeshake
$inspect.tracecode if unused (#14770)v5.14.4Compare Source
Patch Changes
fix: remove implements from class declarations (#14749)
fix: remove unwanted properties from both replaced and unreplaced nodes (#14744)
typescript-eslint/typescript-eslint (typescript-eslint)
v8.18.2Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
vitejs/vite (vite)
v6.0.5Compare Source
v6.0.4Compare Source
this.resolveskipSelf should not skip for differentidorimport(#18903) (4727320), closes #18903pluginContainer.getModuleInfo(#18895) (258cdd6), closes #18895url()when lightningcss is used (#18997) (3734f80), closes #18997true(#18899) (8a6bb4e), closes #18899handleInvoke(#18902) (27f691b), closes #18902ModuleRunnerTransportinvokeAPI (#18865) (e5f5301), closes #18865yuyinws/vitepress-plugin-group-icons (vitepress-plugin-group-icons)
v1.3.2Compare Source
🚀 Features
View changes on GitHub
vuejs/language-tools (vue-tsc)
v2.2.0Compare Source
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.