Merged
Conversation
25bbac6 to
163908a
Compare
163908a to
5fa83a9
Compare
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.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot].This notice will be removed on 2025-10-07.
This PR contains the following updates:
1.2.63->1.2.681.2.48->1.2.536.1.3->6.2.12.0.5->2.0.65.0.4->5.0.566.4.2->66.5.266.4.2->66.5.266.4.2->66.5.266.4.2->66.5.266.4.2->66.5.266.4.2->66.5.20.52.0->0.53.01.2.0->1.3.010.15.0->10.17.15.38.2->5.39.84.3.1->4.3.25.9.2->5.9.37.1.4->7.1.14Release Notes
sveltejs/vite-plugin-svelte (@sveltejs/vite-plugin-svelte)
v6.2.1Compare Source
Patch Changes
fix: remove unscopable global styles warning (#1223)
Remove automatic configuration for rolldownOptions.optimization.inlineConst because latest version of rolldown-vite has it enabled by default. (#1225)
v6.2.0Compare Source
Minor Changes
optimization.inlineConstby default to ensure treeshaking works with esm-env in svelte (#1207)v6.1.4Compare Source
Patch Changes
fix: allow preprocess plugin to run twice (#1206)
fix(types): update urls to PreprocessorGroup and CompileOptions in type documention (#1203)
replace kleur dependency with builtin node:utils styleText (#1210)
tsconfig/bases (@tsconfig/strictest)
v2.0.6Compare Source
unocss/unocss (@unocss/preset-icons)
v66.5.2Compare Source
🐞 Bug Fixes
$$selector withnomergeutils - by @zyyv in #4930 (1a448)View changes on GitHub
v66.5.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v66.5.0Compare Source
🚀 Features
🐞 Bug Fixes
mutipass- by @zyyv in #4891 (3587a)selectorNameby default related to #4882 - by @zyyv in #4882 (45ca1)containerskey in theme preflight close #4870 - by @zyyv in #4870 (84c69)space÷aligned with tw4 - by @Jungzl in #4879 (56e58)scalerule - by @Jungzl in #4881 (c8863)box-shadow&text-shadow&drop-shadowaligned with tw4 - by @Jungzl in #4888 (4e6c2)preset-typographyusage in svelte - by @zyyv in #4900 (79c71)@applyin grouping selectors - by @Jungzl in #4895 (30bcc)🏎 Performance
View changes on GitHub
meilisearch/meilisearch-js (meilisearch)
v0.53.0Compare Source
🚀 Enhancements
⚙️ Maintenance/misc
package.jsondirectly for version insrc/files, bundle ESM too with Vite (#2012) @flevi29Thanks again to @Strift and @flevi29! 🎉
unadlib/mutative (mutative)
v1.3.0: 1.3.0Compare Source
What's Changed
filteroperations are 1.63x fasterupdateoperations are a whopping 3.1x fasterremoveoperations see a 1.31x speed boostFull Changelog: unadlib/mutative@v1.2.0...v1.3.0
pnpm/pnpm (pnpm)
v10.17.1Compare Source
Patch Changes
minimumReleaseAgesetting, print this information out in the error message #9974.state.jsoncreation path when executingpnpm patchin a workspace project #9733.minimumReleaseAgeis set and thelatesttag is not mature enough, prefer a non-deprecated version as the newlatest#9987.v10.17.0Compare Source
Minor Changes
The
minimumReleaseAgeExcludesetting now supports patterns. For instance:Related PR: #9984.
Patch Changes
minimumReleaseAgecheck, when the package is requested by exact version and the packument is loaded from cache #9978.minimumReleaseAgeis set and the active version under a dist-tag is not mature enough, do not downgrade to a prerelease version in case the original version wasn't a prerelease one #9979.v10.16.1Compare Source
Patch Changes
v10.16.0Compare Source
Minor Changes
There have been several incidents recently where popular packages were successfully attacked. To reduce the risk of installing a compromised version, we are introducing a new setting that delays the installation of newly released dependencies. In most cases, such attacks are discovered quickly and the malicious versions are removed from the registry within an hour.
The new setting is called
minimumReleaseAge. It specifies the number of minutes that must pass after a version is published before pnpm will install it. For example, settingminimumReleaseAge: 1440ensures that only packages released at least one day ago can be installed.If you set
minimumReleaseAgebut need to disable this restriction for certain dependencies, you can list them under theminimumReleaseAgeExcludesetting. For instance, with the following configuration pnpm will always install the latest version of webpack, regardless of its release time:Related issue: #9921.
Added support for
finders#9946.In the past,
pnpm listandpnpm whycould only search for dependencies by name (and optionally version). For example:prints the chain of dependencies to any installed instance of
minimist:What if we want to search by other properties of a dependency, not just its name? For instance, find all packages that have
react@17in their peer dependencies?This is now possible with "finder functions". Finder functions can be declared in
.pnpmfile.cjsand invoked with the--find-by=<function name>flag when runningpnpm listorpnpm why.Let's say we want to find any dependencies that have React 17 in peer dependencies. We can add this finder to our
.pnpmfile.cjs:Now we can use this finder function by running:
pnpm will find all dependencies that have this React in peer dependencies and print their exact locations in the dependency graph.
It is also possible to print out some additional information in the output by returning a string from the finder. For example, with the following finder:
Every matched package will also print out the license from its
package.json:Patch Changes
nodeVersionis not set to an exact semver version #9934.pnpm publishshould be able to publish a.tar.gzfile #9927.pnpm runreturn a non-zero exit code #9626.v10.15.1Compare Source
Patch Changes
.pnp.cjscrash when importing subpath #9904.sveltejs/svelte (svelte)
v5.39.8Compare Source
Patch Changes
fix: check boundary
pendingattribute at runtime on server (#16855)fix: preserve tuple type in
$state.snapshot(#16864)fix: allow await in svelte:boundary without pending (#16857)
fix: update
bind:checkederror message to clarify usage with radio inputs (#16874)v5.39.7Compare Source
Patch Changes
chore: simplify batch logic (#16847)
fix: rebase pending batches when other batches are committed (#16866)
fix: wrap async
childrenin$$renderer.async(#16862)fix: silence label warning for buttons and anchor tags with title attributes (#16872)
fix: coerce nullish
<title>to empty string (#16863)v5.39.6Compare Source
Patch Changes
fix: depend on reads of deriveds created within reaction (async mode) (#16823)
fix: SSR regression of processing attributes of
<select>and<option>(#16821)fix: async
class:+ spread attributes were compiled into sync server-side code (#16834)fix: ensure tick resolves within a macrotask (#16825)
v5.39.5Compare Source
Patch Changes
fix: allow
{@​html await ...}and snippets with async content on the server (#16817)fix: use nginx SSI-compatible comments for
$props.id()(#16820)v5.39.4Compare Source
Patch Changes
awaitin<script>(#16806)v5.39.3Compare Source
Patch Changes
fix: remove outer hydration markers (#16800)
fix: async hydration (#16797)
v5.39.2Compare Source
Patch Changes
fix: preserve SSR context when block expressions contain
await(#16791)chore: bump some devDependencies (#16787)
v5.39.1Compare Source
Patch Changes
fix: issue
state_proxy_unmountwarning when unmounting a state proxy (#16747)fix: add
thento class componentrenderoutput (#16783)v5.39.0Compare Source
Minor Changes
Patch Changes
v5.38.10Compare Source
Patch Changes
v5.38.9Compare Source
Patch Changes
chore: generate CSS hash using the filename (#16740)
fix: correctly analyze
<object.property>components (#16711)fix: clean up scheduling system (#16741)
fix: transform input defaults from spread (#16481)
fix: don't destroy contents of
svelte:boundaryunless the boundary is an error boundary (#16746)v5.38.8Compare Source
Patch Changes
$effect.pendingcount to the correct boundary (#16732)v5.38.7Compare Source
Patch Changes
fix: replace
undefinedwithvoid(0)in CallExpressions (#16693)fix: ensure batch exists when resetting a failed boundary (#16698)
fix: place store setup inside async body (#16687)
v5.38.6Compare Source
Patch Changes
flushSyncwhile flushing effects (#16674)v5.38.5Compare Source
Patch Changes
v5.38.3Compare Source
Patch Changes
fix: ensure correct order of template effect values (#16655)
fix: allow async
{@​const}in more places (#16643)fix: properly catch top level await errors (#16619)
perf: prune effects without dependencies (#16625)
fix: only emit
for_await_track_reactivity_lossin async mode (#16644)sveltejs/language-tools (svelte-check)
v4.3.2Compare Source
Patch Changes
perf: tweak some snapshot hot paths (#2852)
perf: more precise module cache invalidation (#2853)
fix: properly handle
runes={false}in<svelte:options>(#2847)See https://github.com/sveltejs/language-tools/releases
microsoft/TypeScript (typescript)
v5.9.3Compare Source
vitejs/rolldown-vite (vite)
v7.1.14Compare Source
Features
generatedCode: 'es2015'(4cfe8e1)Bug Fixes
Performance Improvements
isEntirelyImport(ac1ceaf)Documentation
Miscellaneous Chores
v7.1.13Compare Source
Features
import.meta.hot.invalidate(ebd134f)v7.1.12Compare Source
Features
Bug Fixes
emitAssets: truewhensharedConfigBuild: true(#20787) (4c4583c)import.meta.hot.prunecallbacks to complete before running other HMRs (#20698) (98a3484)v7.1.11Compare Source
Bug Fixes
$variables correctly (#20761) (7e8e004)optimizeDeps.rollupOptions.transformsfor stable optimizer hash (#417) (efed40f)skipLibCheckisfalse(#20755) (cc54e29)Miscellaneous Chores
v7.1.10Compare Source
Features
v7.1.9Compare Source
Features
Bug Fixes
Miscellaneous Chores
rolldown-plugin-dts(#409) (2fbd7f1)v7.1.8Compare Source
Features
optimization.inlineConst: { mode: 'smart' }by default (#399) (b2b89d7)Miscellaneous Chores
v7.1.7Compare Source
Bug Fixes
fs.strictcheck to HTML files (#20736) (14015d7)Miscellaneous Chores
Code Refactoring
minifyparameter fromfinalizeCss(#20701) (8099582)v7.1.6Compare Source
Features
output.topLevelVarby default (#380) (7ea4f54)Bug Fixes
build.minify: 'esbuild'+ native plugins were not working (#397) (1a05fc4)oxc.typescript.onlyRemoveTypeImportsif it's set (#394) (dd64f89)v7.1.5Compare Source
Features
Bug Fixes
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.