Closed dependabot[bot] closed 5 days ago
Bumps the minor group with 14 updates in the / directory:
5.4.6
5.4.8
2.7.4
2.8.3
8.12.2
8.15.0
1.0.14
1.1.0
9.14.0
9.15.0
7.4.2
7.4.3
8.4.47
8.4.49
3.2.7
3.3.2
0.6.8
0.6.9
4.0.5
4.1.0
3.4.14
3.4.15
5.6.3
5.7.2
5.4.10
5.4.11
Updates @sveltejs/adapter-vercel from 5.4.6 to 5.4.8
@sveltejs/adapter-vercel
Sourced from @sveltejs/adapter-vercel's releases.
@sveltejs/adapter-vercel
@sveltejs/adapter-vercel@5.4.8 Patch Changes chore: support building with Node 22 (#13043) Updated dependencies [570562b74d9e9f295d9b617478088a650f51e96b, 1358cccd52190df3c74bdd8970dbfb06ffc4ec72]: @sveltejs/kit@2.8.2 @sveltejs/adapter-vercel@5.4.7 Patch Changes fix: disregard presence/absence of trailing slash in prerendered redirect (#12966) Updated dependencies [92b2686314a7dbebee1761c3da7719d599f003c7]: @sveltejs/kit@2.8.0
@5
chore: support building with Node 22 (#13043)
Updated dependencies [570562b74d9e9f295d9b617478088a650f51e96b, 1358cccd52190df3c74bdd8970dbfb06ffc4ec72]:
570562b74d9e9f295d9b617478088a650f51e96b
1358cccd52190df3c74bdd8970dbfb06ffc4ec72
@sveltejs/kit
@2
fix: disregard presence/absence of trailing slash in prerendered redirect (#12966)
Updated dependencies [92b2686314a7dbebee1761c3da7719d599f003c7]:
92b2686314a7dbebee1761c3da7719d599f003c7
Sourced from @sveltejs/adapter-vercel's changelog.
5.4.8 Patch Changes chore: support building with Node 22 (#13043) Updated dependencies [570562b74d9e9f295d9b617478088a650f51e96b, 1358cccd52190df3c74bdd8970dbfb06ffc4ec72]: @sveltejs/kit@2.8.2 5.4.7 Patch Changes fix: disregard presence/absence of trailing slash in prerendered redirect (#12966) Updated dependencies [92b2686314a7dbebee1761c3da7719d599f003c7]: @sveltejs/kit@2.8.0
5f8399d
20df748
be39f06
030a099
Updates @sveltejs/kit from 2.7.4 to 2.8.3
@sveltejs/kit
Sourced from @sveltejs/kit's releases.
@sveltejs/kit@2.8.3 Patch Changes fix: ensure error messages are escaped (#13050) fix: escape values included in dev 404 page (#13039) @sveltejs/kit@2.8.2 Patch Changes fix: prevent duplicate fetch request when using Request with load function's fetch (#13023) fix: do not override default cookie decoder to allow users to override the cookie library version (#13037) @sveltejs/kit@2.8.1 Patch Changes fix: only add nonce to script-src-elem, style-src-attr and style-src-elem CSP directives when unsafe-inline is not present (#11613) fix: support HTTP/2 in dev and production. Revert the changes from #12907 to downgrade HTTP/2 to TLS as now being unnecessary (#12989) @sveltejs/kit@2.8.0 Minor Changes feat: add helper to identify ActionFailure objects (#12878) @sveltejs/kit@2.7.7 Patch Changes fix: update link in JSDoc (#12963) @sveltejs/kit@2.7.6 Patch Changes fix: update broken links in JSDoc (#12960) @sveltejs/kit@2.7.5 Patch Changes fix: warn on invalid cookie name characters (#12806) fix: when using @vitejs/plugin-basic-ssl, set a no-op proxy config to downgrade from HTTP/2 to TLS since undici does not yet enable HTTP/2 by default (#12907)
fix: ensure error messages are escaped (#13050)
fix: escape values included in dev 404 page (#13039)
fix: prevent duplicate fetch request when using Request with load function's fetch (#13023)
fix: do not override default cookie decoder to allow users to override the cookie library version (#13037)
cookie
fix: only add nonce to script-src-elem, style-src-attr and style-src-elem CSP directives when unsafe-inline is not present (#11613)
script-src-elem
style-src-attr
style-src-elem
unsafe-inline
fix: support HTTP/2 in dev and production. Revert the changes from #12907 to downgrade HTTP/2 to TLS as now being unnecessary (#12989)
ActionFailure
fix: warn on invalid cookie name characters (#12806)
fix: when using @vitejs/plugin-basic-ssl, set a no-op proxy config to downgrade from HTTP/2 to TLS since undici does not yet enable HTTP/2 by default (#12907)
@vitejs/plugin-basic-ssl
undici
Sourced from @sveltejs/kit's changelog.
2.8.3 Patch Changes fix: ensure error messages are escaped (#13050) fix: escape values included in dev 404 page (#13039) 2.8.2 Patch Changes fix: prevent duplicate fetch request when using Request with load function's fetch (#13023) fix: do not override default cookie decoder to allow users to override the cookie library version (#13037) 2.8.1 Patch Changes fix: only add nonce to script-src-elem, style-src-attr and style-src-elem CSP directives when unsafe-inline is not present (#11613) fix: support HTTP/2 in dev and production. Revert the changes from #12907 to downgrade HTTP/2 to TLS as now being unnecessary (#12989) 2.8.0 Minor Changes feat: add helper to identify ActionFailure objects (#12878) 2.7.7 Patch Changes fix: update link in JSDoc (#12963) 2.7.6 Patch Changes fix: update broken links in JSDoc (#12960) 2.7.5 Patch Changes fix: warn on invalid cookie name characters (#12806)
... (truncated)
429bfb7
134e363
d338d46
1358ccc
570562b
435984b
0bd4426
6df00fc
c717db9
Updates @typescript-eslint/eslint-plugin from 8.12.2 to 8.15.0
@typescript-eslint/eslint-plugin
Sourced from @typescript-eslint/eslint-plugin's releases.
@typescript-eslint/eslint-plugin
v8.15.0 8.15.0 (2024-11-18) 🚀 Features eslint-plugin: added related-getter-setter-pairs rule (#10192) eslint-plugin: new rule no-unsafe-type-assertion (#10051) eslint-plugin: [prefer-nullish-coalescing] fix detection of ignoreConditionalTests involving boolean ! operator (#10299) rule-tester: run method - avoid to infer type parameter from tests param (#10324) typescript-eslint: allow infinitely deep array nesting in config function and extends (#10333) utils: add new optional language field to FlatConfig.Config type (#10326) 🩹 Fixes add missing peer dependencies (#9744) eslint-plugin: [consistent-indexed-object-style] handle circular mapped types (#10301) eslint-plugin: [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (#10314) eslint-plugin: [explicit-module-boundary-types] and [explicit-function-return-type] don't report on as const satisfies (#10315) eslint-plugin: report deprecations used in default export (#10330) utils: add defaultOptions to meta in rule (#10339) ❤️ Thank You Bartosz @burtek Brad Zacher @bradzacher Ethan Wu Josh Goldberg ✨ Kim Sang Du @developer-bandi Luis Sebastian Urrutia Fuentes @LuisUrrutia Marco Pasqualetti @marcalexiei Phillip Huang Ronen Amiel Szydlak @wszydlak You can read about our versioning strategy and releases on our website. v8.14.0 8.14.0 (2024-11-11) 🚀 Features eslint-plugin: [no-confusing-void-expression] add an option to ignore voidvoid (#10067) eslint-plugin: [await-thenable] report unnecessary await using statements (#10209) 🩹 Fixes deps: update dependency eslint to v9.14.0 (#10309) deps: update docusaurus monorepo to v3.6.0 (#10319) eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#10194) eslint-plugin: [no-misused-promises] improve report loc for methods (#10216)
no-unsafe-type-assertion
ignoreConditionalTests
!
tests
language
FlatConfig.Config
as const satisfies
@burtek
@bradzacher
@developer-bandi
@LuisUrrutia
@marcalexiei
@wszydlak
You can read about our versioning strategy and releases on our website.
await using
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.15.0 (2024-11-18) 🚀 Features eslint-plugin: [prefer-nullish-coalescing] fix detection of ignoreConditionalTests involving boolean ! operator (#10299) eslint-plugin: new rule no-unsafe-type-assertion (#10051) eslint-plugin: added related-getter-setter-pairs rule (#10192) 🩹 Fixes utils: add defaultOptions to meta in rule (#10339) eslint-plugin: report deprecations used in default export (#10330) eslint-plugin: [explicit-module-boundary-types] and [explicit-function-return-type] don't report on as const satisfies (#10315) eslint-plugin: [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (#10314) eslint-plugin: [consistent-indexed-object-style] handle circular mapped types (#10301) ❤️ Thank You Josh Goldberg ✨ Kim Sang Du @developer-bandi Luis Sebastian Urrutia Fuentes @LuisUrrutia Phillip Huang Ronen Amiel Szydlak @wszydlak You can read about our versioning strategy and releases on our website. 8.14.0 (2024-11-11) 🚀 Features eslint-plugin: [await-thenable] report unnecessary await using statements (#10209) eslint-plugin: [no-confusing-void-expression] add an option to ignore voidvoid (#10067) 🩹 Fixes scope-manager: fix asserted increments not being marked as write references (#10271) eslint-plugin: [no-misused-promises] improve report loc for methods (#10216) eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#10194) ❤️ Thank You Gyumong @Gyumong Jan Ochwat @janek515 Kirk Waiblinger @kirkwaiblinger Ronen Amiel You can read about our versioning strategy and releases on our website. 8.13.0 (2024-11-04)
@Gyumong
@janek515
@kirkwaiblinger
2444351
6c27d08
f5e23e2
12ce800
ab83198
66234d0
013c5cc
a7746fb
57d343b
9ebdff4
Updates @typescript-eslint/parser from 8.12.2 to 8.15.0
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's releases.
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's changelog.
8.15.0 (2024-11-18) 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. 8.14.0 (2024-11-11) 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. 8.13.0 (2024-11-04) 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.
This was a version bump only for parser to align it with other projects, there were no code changes.
e022eb0
16fba0a
ac1f632
Updates @vercel/speed-insights from 1.0.14 to 1.1.0
@vercel/speed-insights
Sourced from @vercel/speed-insights's releases.
@vercel/speed-insights
1.1.0 What's Changed fix: query parameters takes precedence over route params by @feugy in vercel/speed-insights#82 feat: supports reloading beforeSend for next/react/remix by @feugy in vercel/speed-insights#83 Full Changelog: https://github.com/vercel/speed-insights/compare/1.0.14...1.1.0
@feugy
Full Changelog: https://github.com/vercel/speed-insights/compare/1.0.14...1.1.0
b5d2980
857f881
1d1845e
Updates eslint from 9.14.0 to 9.15.0
eslint
Sourced from eslint's releases.
v9.15.0 Features 01557ce feat: Implement Language#normalizeLanguageOptions() (#19104) (Nicholas C. Zakas) 2edc0e2 feat: add meta.defaultOptions (#17656) (Josh Goldberg ✨) bdec50e feat: fix no-useless-computed-key false negative with __proto__ (#19123) (Milos Djermanovic) 3087c9e feat: add meta object to @eslint/js plugin (#19095) (Francesco Trotta) Bug Fixes fd33f13 fix: update types for no-restricted-imports rule (#19060) (Nitin Kumar) bd35098 fix: switch away from Node.js node:assert and AssertionError (#19082) (Josh Goldberg ✨) 9db5b15 fix: unsafe report for no-lonely-if (#19087) (Abraham Guo) 68fa497 fix: ignore files on a different drive on Windows (#19069) (Francesco Trotta) 4ce625a fix: upgrade @humanwhocodes/retry@0.4.1 to avoid debug logs (#19102) (Milos Djermanovic) Documentation d927920 docs: fix styles in no-js mode (#18916) (Tanuj Kanti) 09bc2a8 docs: Update README (GitHub Actions Bot) 39089c8 docs: add no-useless-computed-key examples with object patterns (#19109) (Milos Djermanovic) 895c60f docs: add missing messageId property and suggestion properties (#19122) (fnx) 298625e docs: Change CLI -c to use flat config (#19103) (Nicholas C. Zakas) 522d8a3 docs: add deprecation on indent, quotes and semi rule types (#19090) (Marco Pasqualetti) Chores 2967d91 chore: upgrade @eslint/js@9.15.0 (#19133) (Milos Djermanovic) b441bee chore: package.json update for @eslint/js release (Jenkins) 7d6bf4a chore: upgrade @eslint/core@0.9.0 (#19131) (Milos Djermanovic) 902e707 chore: upgrade @eslint/plugin-kit@0.2.3 (#19130) (Milos Djermanovic) 5ff6c1d chore: bump cross-spawn (#19125) (Ian Bobinac) cceccc7 chore: update dependency @eslint/json to ^0.6.0 (#19117) (renovate[bot]) 0da3f73 chore: update algolia referrer (#19114) (Strek) 4f08332 ci: unpin trunk-io/trunk-action (#19108) (Francesco Trotta) 6b75683 perf: optimize text-table by replacing regex with trimEnd (#19061) (Nitin Kumar)
01557ce
2edc0e2
bdec50e
no-useless-computed-key
__proto__
3087c9e
meta
@eslint/js
fd33f13
no-restricted-imports
bd35098
9db5b15
no-lonely-if
68fa497
4ce625a
@humanwhocodes/retry
@0
d927920
09bc2a8
39089c8
895c60f
298625e
522d8a3
indent
quotes
semi
2967d91
@eslint/js
@9
b441bee
7d6bf4a
@eslint/core
902e707
@eslint/plugin-kit
5ff6c1d
cceccc7
@eslint/json
0da3f73
4f08332
trunk-io/trunk-action
6b75683
text-table
trimEnd
Sourced from eslint's changelog.
v9.15.0 - November 15, 2024 2967d91 chore: upgrade @eslint/js@9.15.0 (#19133) (Milos Djermanovic) b441bee chore: package.json update for @eslint/js release (Jenkins) 7d6bf4a chore: upgrade @eslint/core@0.9.0 (#19131) (Milos Djermanovic) 01557ce feat: Implement Language#normalizeLanguageOptions() (#19104) (Nicholas C. Zakas) 902e707 chore: upgrade @eslint/plugin-kit@0.2.3 (#19130) (Milos Djermanovic) 2edc0e2 feat: add meta.defaultOptions (#17656) (Josh Goldberg ✨) fd33f13 fix: update types for no-restricted-imports rule (#19060) (Nitin Kumar) 5ff6c1d chore: bump cross-spawn (#19125) (Ian Bobinac) d927920 docs: fix styles in no-js mode (#18916) (Tanuj Kanti) bdec50e feat: fix no-useless-computed-key false negative with __proto__ (#19123) (Milos Djermanovic) 09bc2a8 docs: Update README (GitHub Actions Bot) bd35098 fix: switch away from Node.js node:assert and AssertionError (#19082) (Josh Goldberg ✨) 39089c8 docs: add no-useless-computed-key examples with object patterns (#19109) (Milos Djermanovic) 895c60f docs: add missing messageId property and suggestion properties (#19122) (fnx) cceccc7 chore: update dependency @eslint/json to ^0.6.0 (#19117) (renovate[bot]) 0da3f73 chore: update algolia referrer (#19114) (Strek) 9db5b15 fix: unsafe report for no-lonely-if (#19087) (Abraham Guo) 68fa497 fix: ignore files on a different drive on Windows (#19069) (Francesco Trotta) 4f08332 ci: unpin trunk-io/trunk-action (#19108) (Francesco Trotta) 3087c9e feat: add meta object to @eslint/js plugin (#19095) (Francesco Trotta) 298625e docs: Change CLI -c to use flat config (#19103) (Nicholas C. Zakas) 4ce625a fix: upgrade @humanwhocodes/retry@0.4.1 to avoid debug logs (#19102) (Milos Djermanovic) 522d8a3 docs: add deprecation on indent, quotes and semi rule types (#19090) (Marco Pasqualetti) 6b75683 perf: optimize text-table by replacing regex with trimEnd (#19061) (Nitin Kumar)
v9.15.0 - November 15, 2024
6f37b07
1d99f29
Updates openapi-typescript from 7.4.2 to 7.4.3
openapi-typescript
Sourced from openapi-typescript's releases.
openapi-typescript@7.4.3 Patch Changes #1982 8d00218 Thanks @prewk! - Make pathParamsAsTypes work with integer/boolean types
8d00218
@prewk
Sourced from openapi-typescript's changelog.
7.4.3 Patch Changes #1982 8d00218 Thanks @prewk! - Make pathParamsAsTypes work with integer/boolean types
7971500
d76802a
Updates postcss from 8.4.47 to 8.4.49
postcss
Sourced from postcss's releases.
8.4.49 Fixed custom syntax without source.offset (by @romainmenke). 8.4.48 Fixed position calculation in error/warnings methods (by @romainmenke).
source.offset
@romainmenke
Sourced from postcss's changelog.
aed8b89
3450630
77420d6
341529f
66fa667
1a8b261
1cc6ac3
Updates prettier-plugin-svelte from 3.2.7 to 3.3.2
prettier-plugin-svelte
Sourced from prettier-plugin-svelte's changelog.
3.3.2 (fix) Svelte 5: handle type annotations on Svelte control flow blocks (fix) preserve style/script tags at the end of the file when using svelteSortOrder: "none" 3.3.1 (feat) Svelte 5: support upcoming bind:value={get, set} 3.3.0 (feat) Svelte 5: support upcoming <svelte:boundary> (feat) Svelte 5: support upcoming <svelte:html> (feat) Svelte 5: support upcoming #each without as 3.2.8 (chore) provide IDE tooling a way to pass Svelte compiler path
style
script
svelteSortOrder: "none"
bind:value={get, set}
<svelte:boundary>
<svelte:html>
#each
as
76c04eb
d81ffcb
ab6e713
4e88090
cb3ab67
29d9f94
\<svelte:boundary>
\<svelte:html>
c496666
9010a44
Updates prettier-plugin-tailwindcss from 0.6.8 to 0.6.9
prettier-plugin-tailwindcss
Sourced from prettier-plugin-tailwindcss's releases.
v0.6.9 Introduce tailwindStylesheet option to replace tailwindEntryPoint (#330)
tailwindStylesheet
tailwindEntryPoint
Sourced from prettier-plugin-tailwindcss's changelog.
[0.6.9] - 2024-11-19 Introduce tailwindStylesheet option to replace tailwindEntryPoint (#330)
cdbc764
962e4ed
9e58db2
9ce7d37
26a4754
Updates svelte-check from 4.0.5 to 4.1.0
svelte-check
Sourced from svelte-check's releases.
svelte-check-4.1.0 fix: don't move appended content from previous node while hoisting interface (#2596) fix: ensure hoisted interfaces are moved after hoisted imports (#2597) fix: preserve bind:... mapping on elements for better source maps feat: prepare for some upcoming features of Svelte 5 svelte-check-4.0.9 fix: detect shadowed variables/types during type hoisting (#2590) svelte-check-4.0.8 fix: fall back to any instead of unknown for untyped $props (#2582) fix: robustify and fix file writing (#2584) fix: hoist types related to $props rune if possible (#2571) svelte-check-4.0.7 fix: $props: infer types for $bindable, infer function type from arrow function svelte-check-4.0.6 chore: autotype const load = ... declarations (#2540) chore: provide component instance type in Svelte 5 (#2553) chore: support typescript 5.6 (#2545) fix: infer object and array shapes from fallback types (#2562)
$props
$bindable
const load = ...
cda5c86
bind:...
be44125
695c660
9a5a6af
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Superseded by #131.
Bumps the minor group with 14 updates in the / directory:
5.4.6
5.4.8
2.7.4
2.8.3
8.12.2
8.15.0
8.12.2
8.15.0
1.0.14
1.1.0
9.14.0
9.15.0
7.4.2
7.4.3
8.4.47
8.4.49
3.2.7
3.3.2
0.6.8
0.6.9
4.0.5
4.1.0
3.4.14
3.4.15
5.6.3
5.7.2
5.4.10
5.4.11
Updates
@sveltejs/adapter-vercel
from 5.4.6 to 5.4.8Release notes
Sourced from
@sveltejs/adapter-vercel
's releases.Changelog
Sourced from
@sveltejs/adapter-vercel
's changelog.Commits
5f8399d
Version Packages (#13024)20df748
chore: support building with Node 22 (#13043)be39f06
Version Packages (#12965)030a099
fix: disregard presence/absence of trailing slash in prerendered redirect (#1...Updates
@sveltejs/kit
from 2.7.4 to 2.8.3Release notes
Sourced from
@sveltejs/kit
's releases.Changelog
Sourced from
@sveltejs/kit
's changelog.... (truncated)
Commits
429bfb7
Version Packages (#13049)134e363
fix: ensure error messages are escaped (#13050)d338d46
fix: escape values included in dev 404 page (#13039)5f8399d
Version Packages (#13024)1358ccc
fix: use default cookie decoder (#13037)570562b
fix: handle empty Headers when serialising Request passed to fetch (#13023)435984b
Version Packages (#12992)0bd4426
fix: support custom servers using HTTP/2 in production (#12989)6df00fc
fix: csp nonce inscript-src-elem
,style-src-attr
andstyle-src-elem
wh...c717db9
chore: update playground and add an endpoint (#12983)Updates
@typescript-eslint/eslint-plugin
from 8.12.2 to 8.15.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
2444351
chore(release): publish 8.15.06c27d08
chore: bump eslint dependencies (#10354)f5e23e2
fix(utils): add defaultOptions to meta in rule (#10339)12ce800
docs(eslint-plugin): [no-confusing-void-expression] add a default value for `...ab83198
fix(eslint-plugin): report deprecations used in default export (#10330)66234d0
fix(eslint-plugin): [explicit-module-boundary-types] and [explicit-function-r...013c5cc
fix(eslint-plugin): [await-thenable, return-await] don't flag awaiting uncons...a7746fb
feat(eslint-plugin): [prefer-nullish-coalescing] fix detection of `ignoreCond...57d343b
docs: [no-deprecated] awkward wording about TypeScript visualizing deprecated...9ebdff4
feat(eslint-plugin): new ruleno-unsafe-type-assertion
(#10051)Updates
@typescript-eslint/parser
from 8.12.2 to 8.15.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.Commits
2444351
chore(release): publish 8.15.0e022eb0
docs: update license file to explicitly use bsd-2 clause license (#10291)16fba0a
chore(release): publish 8.14.0ac1f632
chore(release): publish 8.13.0Updates
@vercel/speed-insights
from 1.0.14 to 1.1.0Release notes
Sourced from
@vercel/speed-insights
's releases.Commits
b5d2980
chore: do not change beforeSend when undefined (#84)857f881
feat: supports reloading beforeSend for next/react/remix (#83)1d1845e
fix: utm parameters takes precedence over route params (#82)Updates
eslint
from 9.14.0 to 9.15.0Release notes
Sourced from eslint's releases.
Changelog
Sourced from eslint's changelog.
Commits
6f37b07
9.15.01d99f29
Build: changelog update for 9.15.02967d91
chore: upgrade@eslint/js
@9
.15.0 (#19133)b441bee
chore: package.json update for@eslint/js
release7d6bf4a
chore: upgrade@eslint/core
@0
.9.0 (#19131)01557ce
feat: Implement Language#normalizeLanguageOptions() (#19104)902e707
chore: upgrade@eslint/plugin-kit
@0
.2.3 (#19130)2edc0e2
feat: add meta.defaultOptions (#17656)fd33f13
fix: update types forno-restricted-imports
rule (#19060)5ff6c1d
chore: bump cross-spawn (#19125)Updates
openapi-typescript
from 7.4.2 to 7.4.3Release notes
Sourced from openapi-typescript's releases.
Changelog
Sourced from openapi-typescript's changelog.
Commits
7971500
[ci] release (#1995)8d00218
Fix path params as types (#1982)d76802a
Update deps (#1964)Updates
postcss
from 8.4.47 to 8.4.49Release notes
Sourced from postcss's releases.
Changelog
Sourced from postcss's changelog.
Commits
aed8b89
Release 8.4.49 version3450630
Fix position calculations when offset is missing (#1983)77420d6
Release 8.4.48 version341529f
Update dependencies66fa667
Add Node.js 23 to CI1a8b261
fix inconsistent position calculations (#1980)1cc6ac3
Clarify usage in docsUpdates
prettier-plugin-svelte
from 3.2.7 to 3.3.2Changelog
Sourced from prettier-plugin-svelte's changelog.
Commits
76c04eb
fix: preservestyle
/script
tags at the end of the file when using `svelte...d81ffcb
fix: handle type annotations on Svelte control flow blocksab6e713
feat: supportbind:value={get, set}
4e88090
chore: refactor printJScb3ab67
feat: support#each
withoutas
29d9f94
feat: support upcoming\<svelte:boundary>
/\<svelte:html>
(#474)c496666
chore: release 3.2.89010a44
chore: provide option to pass Svelte compiler path (#471)Updates
prettier-plugin-tailwindcss
from 0.6.8 to 0.6.9Release notes
Sourced from prettier-plugin-tailwindcss's releases.
Changelog
Sourced from prettier-plugin-tailwindcss's changelog.
Commits
cdbc764
0.6.9962e4ed
Update changelog9e58db2
Update changelog9ce7d37
Update changelog26a4754
IntroducetailwindStylesheet
option to replacetailwindEntryPoint
(#330)Updates
svelte-check
from 4.0.5 to 4.1.0Release notes
Sourced from svelte-check's releases.
Commits
cda5c86
fix: preservebind:...
mapping on elements for better source mapsbe44125
feat: supportbind:value={get, set}
695c660
chore: bump prettier-plugin-svelte9a5a6af
feat: hoist snippets to module context if possible (#2601)The latest updates on your projects. Learn more about Vercel for Git ↗︎
Superseded by #131.