chore(deps): update all non-major dependencies #57
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:
^4.0.2->^4.0.4^9.16.0->^9.18.0^15.13.0->^15.14.022.12.0->22.13.09.15.0->9.15.4^3.3.2->^3.3.3^0.2.12->^0.3.2^5.10.0->^5.17.3^4.1.1->^4.1.4^5.6.3->^5.7.3^8.18.0->^8.20.0Release Notes
sveltejs/vite-plugin-svelte (@sveltejs/vite-plugin-svelte)
v4.0.4Compare Source
Patch Changes
1a91581)v4.0.3Compare Source
Patch Changes
codeproperty to changes in svelte5 (#1046)eslint/eslint (eslint)
v9.18.0Compare Source
v9.17.0Compare Source
sindresorhus/globals (globals)
v15.14.0Compare Source
nodejs/node (node)
v22.13.0Compare Source
pnpm/pnpm (pnpm)
v9.15.4Compare Source
v9.15.3Compare Source
v9.15.2: pnpm 9.15.2Compare Source
Patch Changes
publish/packerror with workspace dependencies with relative paths #8904. It was broken inv9.4.0(398472c).pnpm patchon Windows #7546.git ls-remoteworks via HTTPS #8906.Platinum Sponsors
Gold Sponsors
v9.15.1Compare Source
sveltejs/prettier-plugin-svelte (prettier-plugin-svelte)
v3.3.3Compare Source
publint/publint (publint)
v0.3.2Compare Source
Patch Changes
(Potentially breaking) Disable running lifecycle scripts, such as
prepare,prepack, andpostpack, when running the pack command internally. This returns to the behavior in v0.2. (Note that this change does not apply to yarn as it does not support ignoring lifecycle scripts for local projects) (#128)This change is made as running lifecycle scripts was an unintentional behavior during the v0.3 breaking change, which could cause the linting process to take longer than expected, or even cause infinite loops if
publintis used in a lifecycle script.Update repository and bugs URLs to point to the new
publintorganization (1eda033)Updated dependencies [
1eda033,10e3891]:v0.3.1Compare Source
Patch Changes
packoption (#124)v0.3.0Compare Source
Minor Changes
The
vfsoption is removed in favour of an extended support ofpack: { tarball: ArrayBuffer | ReadableStream }andpack: { files: PackFile[] }APIs. Now, it is even easier to usepublintin the browser or against a packed.tgzfile in Node.js. See the docs for more examples of how to use these new options. (#122)Bump node version support to >=18 (
cb2ed8b)publintnow runs your project's package manager'spackcommand to get the list of packed files for linting. The previousnpm-packlistdependency is now removed. (#120)A new
packoption is added to the node API to allow configuring this. It defaults to'auto'and will automatically detect your project's package manager usingpackage-manager-detector. See its JSDoc for more information of the option.This change is made as package managers have different behaviors for packing files, so running their
packcommand directly allows for more accurate linting. However, as a result of executing these commands in a child process, it may take 200-500ms longer to lint depending on the package manager used and the project size. The new handling also does not support yarn 1. See this comment for more information.If you use yarn 1, you should upgrade to the latest yarn version or a different package manager. Otherwise, no other changes are required for this new behavior.
Patch Changes
Initial setup to publish with Changesets (
24a62f5)When a dependency with the
file:orlink:protocol is specified in thepackage.json, it will now error to prevent accidentally publishing dependencies that will likely not work when installed by end-users (6e6ab33)Fix
EXPORT_TYPES_INVALID_FORMATlinting to detect.d.mtsand.d.ctsfiles (af5e88b)Updated dependencies [
d0b406b]:sveltejs/svelte (svelte)
v5.17.3Compare Source
Patch Changes
v5.17.2Compare Source
Patch Changes
fix: account for parent scale when animating elements (#14957)
fix: apply
overflow: hiddenstyle when transitioning elements, where necessary (#14930)fix: properly add owners to function bindings (#14962)
v5.17.1Compare Source
Patch Changes
fix: remove bindable prop validation (#14946)
chore: tweak "invalid assignment" compiler error message (#14955)
fix: silence false-positive stale value warning (#14958)
v5.17.0Compare Source
Minor Changes
Patch Changes
fix: handle default values in object destructuring within "each" blocks when using characters like "}" and "]" (#14554)
fix: account for min-width/height in
slidetransition (#14942)fix: prevent long delays causing erratic spring behaviour (#14940)
feat: warn on using
slidetransition with table elements (#14936)chore: improve signal performance by reducing duplicate deps (#14945)
v5.16.6Compare Source
Patch Changes
fix: Make Tween duration 0 set current to target immediately (#14937)
fix: guard against
customElementsbeing unavailable in browser extension contexts (#14933)fix: treat
inertas a boolean attribute (#14935)fix: remove leading newline from
<pre>contents (#14922)v5.16.5Compare Source
Patch Changes
fix: inherit correct namespace for
<title>elements (#14817)fix: don't throw
bind_invalid_exportif there's also a bindable prop with the same name (#14813)v5.16.4Compare Source
Patch Changes
fix: use cached indexOf array prototype method internally (#14912)
fix: make Tween work with continuous target changes (#14895)
v5.16.3Compare Source
Patch Changes
fix: correctly parse
eachwith loose parser (#14887)fix: apply
clsxlogic to custom elementclassattributes (#14907)v5.16.2Compare Source
Patch Changes
fix: ensure disconnected deriveds correctly connect again (#14899)
fix: correctly highlight sources reassigned inside
trace(#14811)v5.16.1Compare Source
Patch Changes
fix: ensure unowned deriveds correctly get re-linked to the graph (#14855)
fix: ensure $inspect.trace works correctly with null values (#14853)
v5.16.0Compare Source
Minor Changes
classattribute to be an object or array, usingclsx(#14714)Patch Changes
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)
v5.14.3Compare Source
Patch Changes
fix: bump esrap, prevent malformed AST (#14742)
fix: compare array contents for equality mismatch detections, not the arrays themselves (#14738)
v5.14.2Compare Source
Patch Changes
fix: correctly highlight first rerun of
$inspect.trace(#14734)chore: more loose parser improvements (#14733)
v5.14.1Compare Source
Patch Changes
v5.14.0Compare Source
Minor Changes
v5.13.0Compare Source
Minor Changes
feat: add
outrooption tounmount(#14540)feat: provide loose parser mode (#14691)
v5.12.0Compare Source
Minor Changes
"svelte/compiler"(#14601)Patch Changes
fix: don't add parenthesis to media query if already present (#14699)
fix: ensure if block paths retain correct template namespacing (#14685)
v5.11.3Compare Source
Patch Changes
fix: allow unquoted slash in attributes (#14615)
fix: better handle hydration of script/style elements (#14683)
fix: make
defaultValuework with spread (#14640)fix: avoid mutation validation for invalidate_inner_signals (#14688)
v5.11.2Compare Source
Patch Changes
reactivity/window(#14681)v5.11.1Compare Source
Patch Changes
fix: account for global block in
is_empty(#14677)fix: remove overzealous
reactive_declaration_non_reactive_propertywarning (#14663)v5.11.0Compare Source
Minor Changes
svelte/reactivity/windowmodule (#14660)Patch Changes
v5.10.1Compare Source
Patch Changes
fix: ensure snippet hoisting works in the correct scope (#14642)
fix: ensure $state.snapshot clones holey arrays correctly (#14657)
fix: restore input binding selection position (#14649)
fix: transform everything that is not a selector inside
:global(#14577)Overwrite Spring.#last_value when using .set() with {instant: true} (#14656)
fix: don't emit assignment warnings for bindings (#14651)
sveltejs/language-tools (svelte-check)
v4.1.4Compare Source
v4.1.3Compare Source
v4.1.2Compare Source
microsoft/TypeScript (typescript)
v5.7.3Compare Source
v5.7.2Compare Source
typescript-eslint/typescript-eslint (typescript-eslint)
v8.20.0Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.19.1Compare 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.
v8.19.0Compare 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.
v8.18.2Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.18.1Compare 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.
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.