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.22
->^1.2.25
^1.2.2
->^1.2.3
^1.2.10
->^1.2.11
1.0.0-next.17
->1.0.0-next.18
^2.47.12
->^2.48.1
^2.15.2
->^2.17.1
^9.17.0
->^9.19.0
^8.4.49
->^8.5.1
^3.3.2
->^3.3.3
^0.6.9
->^0.6.11
^0.5.1
->^0.5.3
^5.17.3
->^5.19.7
^4.1.3
->^4.1.4
^8.19.1
->^8.23.0
^6.0.7
->^6.0.11
^2.1.8
->^2.1.9
Release Notes
supabase/supabase-js (@supabase/supabase-js)
v2.48.1
Compare Source
Bug Fixes
v2.48.0
Compare Source
Features
v2.47.16
Compare Source
Bug Fixes
v2.47.15
Compare Source
Bug Fixes
v2.47.14
Compare Source
Bug Fixes
v2.47.13
Compare Source
Bug Fixes
sveltejs/kit (@sveltejs/kit)
v2.17.1
Compare Source
Patch Changes
paths.relative
option isfalse
(#13412)v2.17.0
Compare Source
Minor Changes
feat: validate values for
cache-control
andcontent-type
headers in dev mode (#13114)feat: support server-side route resolution (#13379)
Patch Changes
chore: don't error during development when using
use:enhance
with+server
as some third party libraries make it possible to POST forms to it (#13397)fix: skip hooks for server fetch to prerendered routes (#13377)
fix: ignore non-entry-point CSS files during inlining (#13395)
fix: default server fetch to use prerendered paths (#13377)
v2.16.1
Compare Source
Patch Changes
fix: avoid overwriting headers for sub-requests made while loading the error page (#13341)
fix: correctly resolve index file entrypoints such as
src/service-worker/index.js
(#13354)fix: correctly handle relative anchors when using the hash router (#13356)
v2.16.0
Compare Source
Minor Changes
feat: add ability to invalidate a custom identifier on
goto()
(#13256)feat: remove the
postinstall
script to support pnpm 10 (#13304)NOTE: users should add
"prepare": "svelte-kit sync
" to theirpackage.json
in order to avoid the following warning upon first running Vite:feat: provide
PageProps
andLayoutProps
types (#13308)Patch Changes
perf: shorten chunk file names (#13003)
fix: strip internal data before passing URL to
reroute
(#13092)fix: support absolute URLs and reroutes with
data-sveltekit-preload-code="viewport"
(#12217)fix: use current
window.fetch
for server load fetch requests (#13315)fix: resolve symlinks when handling routes (#12740)
fix: prevent infinite reload when using the hash router and previewing
/index.html
(#13296)fix: service worker base path in dev mode (#12577)
chore: error during development when using
use:enhance
with+server
(#13197)chore: add most common status codes to
redirect()
JS documentation (#13301)fix: correctly link to assets inlined by the
inlineStyleThreshold
option (#13068)fix: fall back to importing dynamic dependencies relative to SvelteKit package (#12532)
fix: use arrow function types over bound funcs (#12955)
fix: correctly navigate when hash router is enabled and the browser encodes extra hashes (#13321)
v2.15.3
Compare Source
Patch Changes
fix: fix race-condition when not using SSR when pressing back before initial load (#12925)
fix: remove ":$" from virtual module ids to allow dev server to work with proxies (#12157)
fix: upgrade esm-env to remove warning when NODE_ENV is not set (#13291)
fix: handle
Redirect
thrown from root layout load function when client-side navigating to a non-existent page (#12005)fix: make param matchers generated type import end with
.js
(#13286)eslint/eslint (eslint)
v9.19.0
Compare Source
v9.18.0
Compare Source
postcss/postcss (postcss)
v8.5.1
Compare Source
v8.5.0
: 8.5 “Duke Alloces”Compare Source
PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.
@romainmenke during his work on Stylelint added
Input#document
in additional toInput#css
.Thanks to Sponsors
This release was possible thanks to our community.
If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:
sveltejs/prettier-plugin-svelte (prettier-plugin-svelte)
v3.3.3
Compare Source
tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)
v0.6.11
Compare Source
v0.6.10
Compare Source
@zackad/prettier-plugin-twig
(#327)@zackad/prettier-plugin-twig-melody
(#327)TheDahoom/Sveltekit-seo (sk-seo)
v0.5.3
Compare Source
v0.5.2
Compare Source
sveltejs/svelte (svelte)
v5.19.7
Compare Source
Patch Changes
chore: remove unused code from signal logic (#15195)
fix: encounter svelte:element in blocks as sibling during pruning css (#15165)
v5.19.6
Compare Source
Patch Changes
fix: do not prune selectors like
:global(.foo):has(.scoped)
(#15140)fix: don't error on slot prop inside block inside other component (#15148)
fix: ensure reactions are correctly attached for unowned deriveds (#15158)
fix: silence a11y attribute warnings when spread attributes present (#15150)
fix: prevent false-positive ownership validations due to hot reload (#15154)
fix: widen ownership when calling setContext (#15153)
v5.19.5
Compare Source
Patch Changes
fix: improve derived connection to ownership graph (#15137)
fix: correctly look for sibling elements inside blocks and components when pruning CSS (#15106)
v5.19.4
Compare Source
Patch Changes
fix: Add
bind:focused
property toHTMLAttributes
type (#15122)fix: lazily connect derievds (in deriveds) to their parent (#15129)
fix: disallow $state/$derived in const tags (#15115)
v5.19.3
Compare Source
Patch Changes
fix: don't throw for
undefined
non delegated event handlers (#15087)fix: consistently set value to blank string when value attribute is undefined (#15057)
fix: optimise || expressions in template (#15092)
fix: correctly handle
novalidate
attribute casing (#15083)fix: expand boolean attribute support (#15095)
fix: avoid double deriveds in component props (#15089)
fix: add check for
is
attribute to correctly detect custom elements (#15086)v5.19.2
Compare Source
Patch Changes
v5.19.1
Compare Source
Patch Changes
fix: omit unnecessary nullish coallescing in template expressions (#15056)
fix: more efficient template effect grouping (#15050)
fix: ensure untrack correctly retains the active reaction (#15065)
fix: initialize
files
bind on hydration (#15059)v5.19.0
Compare Source
Minor Changes
ClassValue
fromsvelte/elements
(#15035)Patch Changes
fix: create fewer deriveds for concatenated strings (#15041)
fix: correctly parse leading comments in function binding (#15020)
v5.18.0
Compare Source
Minor Changes
<template>
elements to contain any child (#15007)Patch Changes
fix: ensure resume effects are scheduled in topological order (#15012)
fix: bump esrap (#15015)
fix: remove listener on
bind_current_time
teardown (#15013)v5.17.5
Compare Source
Patch Changes
feat: allow const tag inside
svelte:boundary
(#14993)fix: ensure signal write invalidation within effects is consistent (#14989)
v5.17.4
Compare Source
Patch Changes
fix: never consider inert boundary effects (#14999)
fix: store access on component destroy (#14968)
fix: correctly transform
pre
with no content (#14973)fix: wrap each block expression in derived to encapsulate effects (#14967)
sveltejs/language-tools (svelte-check)
v4.1.4
Compare Source
typescript-eslint/typescript-eslint (typescript-eslint)
v8.23.0
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.
v8.22.0
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.
v8.21.0
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.
v8.20.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
vitejs/vite (vite)
v6.0.11
Compare Source
preview.allowedHosts
with specific values was not respected (#19246) (aeb3ec8), closes #19246v6.0.10
Compare Source
server.origin
URL (#19241) (2495022), closes #19241vitest-dev/vitest (vitest)
v2.1.9
Compare Source
🚨 Breaking Changes
coverage.ignoreEmptyLines
by default - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5543 (31994)pool
to'forks'
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5047 (7f8f9)--merge-reports
to support coverage - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/5736 (b7438)🚀 Features
--output-json
- by @Joristdh in https://github.com/vitest-dev/vitest/issues/5745 (0766b)parseAst
,parseAstAsync
from vite - by @sheremet-va (f645e)click
event - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/5777 (839c3)page.screenshot
method - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/5853 (81c42)userEvent
methods, addfill
anddragAndDrop
events - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/5882 (4dbea)expect.dom
method and bundlejest-dom
matchers with@vitest/browser
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/5910 (3a96a)tripleClick
to interactive api - by @userquin in https://github.com/vitest-dev/vitest/issues/5987 (200a4)userEvent.upload
in playwright provider - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6442 (cf148)--inspect
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6433 (0499a)--inspect-brk
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6434 (7ab0f)transformIndexHtml
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6725 (16902)thresholds.<glob>.100
option - by @thor-juhasz and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6174 (f6845)--exclude-after-remap
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6309 (5932a){ spy: true }
instead of a factory - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6289 (95f02)test.for
- by @hi-ogawa and @sheremet-va in https://github.com/vitest-dev/vitest/issues/5861 (c2380)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.