Conversation
e9733e4 to
76c3f1e
Compare
76c3f1e to
862f530
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.
This PR contains the following updates:
1.2.25->1.2.271.2.22->1.2.260.86.2->0.86.365.4.3->65.5.065.4.3->65.5.065.4.3->65.5.065.4.3->65.5.065.4.3->65.5.065.4.3->65.5.00.48.2->0.49.03.4.2->3.5.25.19.6->5.20.55.7.3->5.8.26.0.11->6.2.0Release Notes
melt-ui/melt-ui (@melt-ui/svelte)
v0.86.3Compare Source
Patch Changes
unocss/unocss (@unocss/preset-icons)
v65.5.0Compare Source
🚀 Features
container-type: sizesupport for@containerrule - by @eyemono-moe in https://github.com/unocss/unocss/issues/4423 (2c509)🐞 Bug Fixes
inline/blockscreen unit - by @zyyv in https://github.com/unocss/unocss/issues/4387 (70b80)View changes on GitHub
meilisearch/meilisearch-js (meilisearch)
v0.49.0: 🕊️Compare Source
This version introduces features released on Meilisearch v1.13.0 🎉
✨ New
🐛 Bug Fixes
⚙️ Maintenance/misc
README.mdinstallation and import sections (#1859) @flevi29Thanks again to @flevi29 and @Strift! 🎉
prettier/prettier (prettier)
v3.5.2Compare Source
diff
Remove
module-synccondition (#17156 by @fisker)In Prettier 3.5.0, we added
module-synccondition topackage.json, so thatrequire("prettier")can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove themodule-synccondition, sorequire("prettier")will still use the CommonJS version, we'll revisit untilrequire(ESM)feature is more stable.v3.5.1Compare Source
diff
Fix CLI crash when cache for old version exists (#17100 by @sosukesuzuki)
Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.
Support dockercompose and github-actions-workflow in VSCode (#17101 by @remcohaszing)
Prettier now supports the
dockercomposeandgithub-actions-workflowlanguages in Visual Studio Code.v3.5.0Compare Source
diff
🔗 Release Notes
sveltejs/svelte (svelte)
v5.20.5Compare Source
Patch Changes
fix: allow double hyphen css selector names (#15384)
fix: class:directive not working with $restProps #15386 (#15389)
fix: spread add an useless cssHash on non-scoped element
fix: catch error on @const tag in svelte:boundary in DEV mode (#15369)
fix: allow for duplicate
vardeclarations (#15382)fix : bug "$0 is not defined" on svelte:element with a function call on class (#15396)
v5.20.4Compare Source
Patch Changes
v5.20.3Compare Source
Patch Changes
fix: allow
@constinside#key(#15377)fix: remove unnecessary
?? ''on some expressions (#15287)fix: correctly override class attributes with class directives (#15352)
v5.20.2Compare Source
Patch Changes
chore: remove unused
options.uidinrender(#15302)fix: do not warn for
binding_property_non_reactiveif binding is a store in an each (#15318)fix: prevent writable store value from becoming a proxy when reassigning using $-prefix (#15283)
fix:
mutedreactive withoutbindand select/autofocus attributes working with function calls (#15326)fix: ensure input elements and elements with
dirattribute are marked as non-static (#15259)fix: fire delegated events on target even it was disabled in the meantime (#15319)
v5.20.1Compare Source
Patch Changes
fix: ensure AST analysis on
svelte.jsmodules succeeds (#15297)fix: ignore typescript abstract methods (#15267)
fix: correctly ssr component in
svelte:headwith$props.id()orcss='injected'(#15291)v5.20.0Compare Source
Minor Changes
$props.id()(#15185)Patch Changes
fix: take private and public into account for
constant_assignmentof derived state (#15276)fix: value/checked not correctly set using spread (#15239)
chore: tweak effect self invalidation logic, run transition dispatches without reactive context (#15275)
fix: use
importNodeto clone templates for Firefox (#15272)fix: recurse into
$derivedfor ownership validation (#15166)v5.19.10Compare Source
Patch Changes
fix: when re-connecting unowned deriveds, remove their unowned flag (#15255)
fix: allow mutation of private derived state (#15228)
v5.19.9Compare Source
Patch Changes
fix: ensure unowned derived dependencies are not duplicated when reactions are skipped (#15232)
fix: hydrate
hrefthat is part of spread attributes (#15226)v5.19.8Compare Source
Patch Changes
fix: properly set
valueproperty of custom elements (#15206)fix: ensure custom element updates don't run in hydration mode (#15217)
fix: ensure tracking returns true, even if in unowned (#15214)
v5.19.7Compare Source
Patch Changes
chore: remove unused code from signal logic (#15195)
fix: encounter svelte:element in blocks as sibling during pruning css (#15165)
microsoft/TypeScript (typescript)
v5.8.2Compare Source
vitejs/vite (vite)
v6.2.0Compare Source
v6.1.1Compare Source
.[cm]?[tj]sx?static assets are JS mime (#19453) (e7ba55e), closes #19453*.ipv4address in cert (#19416) (973283b), closes #19416v6.1.0Compare Source
Features
portin the logged error message after failed WS connection withEADDRINUSE(#19212) (14027b0), closes #19212.jxl(#18855) (57b397c), closes #18855builtinsenvironmentresolve(#18584) (2c2d521), closes #18584defaultAllowedOriginsfor user-land config and 3rd party plugins (#19259) (dc8946b), closes #19259wasmto the compressible assets regex (#19085) (ce84142), closes #19085Fixes
resolveLibCssFilename(#19324) (f183bdf), closes #19324vite optimize(#19347) (19ffad0), closes #19347server.preTransformRequests(#19272) (12aaa58), closes #19272nodeLikeBuiltinsforssr.target: 'webworker'withoutnoExternal: true(#19313) (9fc31b6), closes #19313@pluginimports of JS files treated as CSS and rebased (fix #19268) (#19269) (602b373), closes #19268 #19269resolve.builtinis empty (#19312) (b7aba0b), closes #19312ssrLoadModule(#19290) (353c467), closes #19290--forcework for all environments (#18901) (51a42c6), closes #18901RegExpvalues withnew RegExpinstead ofstructuredClone(fix #19245, fix #1 (56ad2be), closes #19245 #18875 #19247Chore
vite optimizecommand (#19348) (6e0e3c0), closes #19348build.manifestjsdocs (#19332) (4583781), closes #19332scanImportsnot being used in ssr (#19285) (fbbc6da), closes #19285Beta Changelogs
6.1.0-beta.2 (2025-02-04)
See 6.1.0-beta.2 changelog
6.1.0-beta.1 (2025-02-04)
See 6.1.0-beta.1 changelog
6.1.0-beta.0 (2025-01-24)
See 6.1.0-beta.0 changelog
Configuration
📅 Schedule: Branch creation - "* 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.