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:
3.730.0
->3.740.0
3.743.0
(+1)0.6.5
->0.6.11
0.6.12
4.20250109.0
->4.20250129.0
4.20250204.0
8.1.2
->8.2.0
13.7.0
->13.8.0
3.0.6
->3.0.8
2.13.0
->2.16.1
2.17.1
(+1)8.20.0
->8.22.0
8.23.0
8.20.0
->8.22.0
8.23.0
1.5.0-beta.3
->1.5.0
1.5.0-beta.3
->1.5.0
4.51.0
->4.52.0
9.17.0
->9.19.0
9.18.0
->9.19.0
8.4.49
->8.5.1
3.3.2
->3.3.3
5.14.5
->5.19.6
5.19.9
(+2)4.1.1
->4.1.4
5.7.2
->5.7.3
8.18.1
->8.22.0
8.23.0
6.0.9
->6.0.11
6.1.0
^0.22.0
->^0.23.0
3.103.2
->3.107.2
3.107.3
Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/client-s3)
v3.740.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.738.0
Compare Source
Features
v3.735.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.734.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.733.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.732.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
3.731.1 (2025-01-18)
Note: Version bump only for package @aws-sdk/client-s3
v3.731.1
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.731.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
cloudflare/workers-sdk (@cloudflare/vitest-pool-workers)
v0.6.11
Compare Source
Patch Changes
444a630
]:v0.6.10
Compare Source
Patch Changes
ab49886
,e2b3306
]:v0.6.9
Compare Source
Patch Changes
#7773
aa3ee63
Thanks @emily-shen! - fix: respectrun_worker_first
when testing worker with assetsUpdated dependencies [
d758215
,34f9797
,f57bc4e
,cf4f47a
,38db4ed
,de6fa18
,bc4d6c8
]:v0.6.8
Compare Source
Patch Changes
50b13f6
,134d61d
,5c02e46
,2b6f149
,bd9228e
,13ab591
]:v0.6.7
Compare Source
Patch Changes
fd5a455
,40f89a9
,7d138d9
]:v0.6.6
Compare Source
Patch Changes
e5ebdb1
,bdc7958
,78a9a2d
]:cloudflare/workerd (@cloudflare/workers-types)
v4.20250129.0
Compare Source
v4.20250124.3
Compare Source
v4.20250121.0
Compare Source
octokit/graphql.js (@octokit/graphql)
v8.2.0
Compare Source
Features
operationName
in multi-operation queries (#629) (9a1787e)octokit/types.ts (@octokit/types)
v13.8.0
Compare Source
Features
query
andoperationName
(#662) (bb399b2)sveltejs/kit (@sveltejs/adapter-static)
v3.0.8
Compare Source
Patch Changes
v3.0.7
Compare Source
Patch Changes
sveltejs/kit (@sveltejs/kit)
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)v2.15.2
Compare Source
Patch Changes
fix: correctly notify page store subscribers (#13205)
fix: prerender data when there is no server load but the
trailingSlash
option is set from the server (#13262)fix: correctly remove navigation callbacks when returning function in onNavigate (#13241)
v2.15.1
Compare Source
Patch Changes
fix: add CSP hashes/nonces to inline styles when using
bundleStrategy: 'inline'
(#13232)fix: silence dev/prod warning during sync (#13244)
v2.15.0
Compare Source
Minor Changes
bundleStrategy: 'inline'
option (#13193)v2.14.1
Compare Source
Patch Changes
v2.14.0
Compare Source
Minor Changes
Patch Changes
goto(...)
, to handle case where URL is mutated (#13196)typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.22.0
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.21.0
Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.22.0
Compare Source
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.21.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
f5/unovis (@unovis/svelte)
v1.5.0
Compare Source
What's Changed
width
andheight
by @rokotyan in https://github.com/f5/unovis/pull/464component
dependency touseImperativeHandle
by @rokotyan in https://github.com/f5/unovis/pull/477Scatter Plot with Varied Shape
gallery demo by @50rayn in https://github.com/f5/unovis/pull/483updateContainer
by @rokotyan in https://github.com/f5/unovis/pull/494_updateScalesRange
by @50rayn in https://github.com/f5/unovis/pull/493New Contributors
Full Changelog: f5/unovis@1.4.4...1.5.0
v1.5.0-svelte.0
Compare Source
cloudflare/terraform-provider-cloudflare (cloudflare)
v4.52.0
Compare Source
ENHANCEMENTS:
BUG FIXES:
custom_s2s
andtanium_s2s
was not included in the type validation for s2s posture integrations. (#4933)DEPENDENCIES:
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
sveltejs/svelte (svelte)
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](https://redirect.github.com/sveltejs/svelte/pull/15Configuration
📅 Schedule: Branch creation - "on tuesday" (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.