Closed dependabot[bot] closed 5 months ago
Bumps the minor group with 16 updates in the / directory:
5.3.1
5.3.2
2.5.10
2.5.16
7.11.0
7.13.0
1.0.11
1.0.12
0.35.0
0.36.2
0.2.15
0.2.19
4.11.1
4.12.2
2.39.0
2.39.4
3.3.0
3.3.2
3.2.3
3.2.4
0.6.1
0.6.4
4.2.17
4.2.18
3.4.3
3.4.4
2.6.2
2.6.3
5.2.12
Updates @sveltejs/adapter-vercel from 5.3.1 to 5.3.2
@sveltejs/adapter-vercel
Sourced from @sveltejs/adapter-vercel's releases.
@sveltejs/adapter-vercel
@sveltejs/adapter-vercel@5.3.2 Patch Changes fix: remove images from route-level config (#12280) chore: add keywords for discovery in npm search (#12330) Updated dependencies [25acb1d9fce998dccd8050b93cf4142c2b082611, 642c4a4aff4351b786fe6274aa2f0bf7d905faf9, 0a0e9aa897123ebec50af08e9385b2ca4fc5bb28]: @sveltejs/kit@2.5.11
@5
fix: remove images from route-level config (#12280)
images
chore: add keywords for discovery in npm search (#12330)
Updated dependencies [25acb1d9fce998dccd8050b93cf4142c2b082611, 642c4a4aff4351b786fe6274aa2f0bf7d905faf9, 0a0e9aa897123ebec50af08e9385b2ca4fc5bb28]:
25acb1d9fce998dccd8050b93cf4142c2b082611
642c4a4aff4351b786fe6274aa2f0bf7d905faf9
0a0e9aa897123ebec50af08e9385b2ca4fc5bb28
@sveltejs/kit
@2
Sourced from @sveltejs/adapter-vercel's changelog.
5.3.2 Patch Changes fix: remove images from route-level config (#12280) chore: add keywords for discovery in npm search (#12330) Updated dependencies [25acb1d9fce998dccd8050b93cf4142c2b082611, 642c4a4aff4351b786fe6274aa2f0bf7d905faf9, 0a0e9aa897123ebec50af08e9385b2ca4fc5bb28]: @sveltejs/kit@2.5.11
124fa8a
642c4a4
84f03cc
7133648
Updates @sveltejs/kit from 2.5.10 to 2.5.16
@sveltejs/kit
Sourced from @sveltejs/kit's releases.
@sveltejs/kit@2.5.16 Patch Changes fix: determine local Svelte version more reliably (#12350) @sveltejs/kit@2.5.15 Patch Changes fix: always decode asset URLs (#12352) @sveltejs/kit@2.5.14 Patch Changes fix: read non-encoded data URIs (#12347) @sveltejs/kit@2.5.13 Patch Changes fix: decode asset URLs in dev when reading them, but for real this time (#12344) @sveltejs/kit@2.5.12 Patch Changes fix: decode asset URLs in dev when reading them (#12341) @sveltejs/kit@2.5.11 Patch Changes fix: hrefs that start with config.prerender.origin are now crawled (#12277) chore: add keywords for discovery in npm search (#12330) fix: handle whitespace in HTTP Accept header (#12292)
fix: hrefs that start with config.prerender.origin are now crawled (#12277)
config.prerender.origin
fix: handle whitespace in HTTP Accept header (#12292)
Sourced from @sveltejs/kit's changelog.
2.5.16 Patch Changes fix: determine local Svelte version more reliably (#12350) 2.5.15 Patch Changes fix: always decode asset URLs (#12352) 2.5.14 Patch Changes fix: read non-encoded data URIs (#12347) 2.5.13 Patch Changes fix: decode asset URLs in dev when reading them, but for real this time (#12344) 2.5.12 Patch Changes fix: decode asset URLs in dev when reading them (#12341) 2.5.11 Patch Changes fix: hrefs that start with config.prerender.origin are now crawled (#12277) chore: add keywords for discovery in npm search (#12330) fix: handle whitespace in HTTP Accept header (#12292)
64ca1b8
835ebf6
356dc30
fe439e1
7474f7b
0a99f0e
28f6014
570d386
a8a6b99
be72092
Updates @typescript-eslint/eslint-plugin from 7.11.0 to 7.13.0
@typescript-eslint/eslint-plugin
Sourced from @typescript-eslint/eslint-plugin's releases.
@typescript-eslint/eslint-plugin
v7.13.0 7.13.0 (2024-06-10) 🚀 Features eslint-plugin: [no-dynamic-delete] allow all string literals as index (#9280) parser, typescript-estree: export withoutProjectParserOptions utility (#9233) typescript-estree: require import = require() argument to be a string literal (#9226) typescript-estree: forbid .body, .async, .generator on declare function (#9225) 🩹 Fixes ast-spec: function-call-like callee should be Expression not LeftHandSideExpression (#9231) eslint-plugin: [init-declarations] refine report locations (#8893) eslint-plugin: [no-base-to-string] make error message more nuanced (#9281) eslint-plugin: [no-unsafe-assignment] be more specific about error types (#8304) eslint-plugin: [no-magic-numbers] fix implementation of the ignore option (#9167) scope-manager: handle index signature in class (#9054) ❤️ Thank You Fotis Papadogeorgopoulos Joshua Chen Kirk Waiblinger Tobiloba Adedeji @tobySolutions Vinccool96 YeonJuan @yeonjuan You can read about our versioning strategy and releases on our website. v7.12.0 7.12.0 (2024-06-03) 🚀 Features eslint-plugin: [no-useless-template-literals] rename to no-unnecessary-template-expression (deprecate no-useless-template-literals) (#8821) eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises' (#9186) rule-tester: check for parsing errors in suggestion fixes (#9052) rule-tester: port checkDuplicateTestCases from ESLint (#9026) 🩹 Fixes eslint-plugin: [no-unnecessary-type-assertion] combine template literal check with const variable check (#8820) eslint-plugin: [dot-notation] fix false positive when accessing private/protected property with optional chaining (#8851) eslint-plugin: [explicit-member-accessibility] refine report locations (#8869) eslint-plugin: [no-unnecessary-type-assertion] declares are always defined, so always check declares (#8901) eslint-plugin: [prefer-literal-enum-member] allow using member it self on allowBitwiseExpressions (#9114) eslint-plugin: [return-await] clean up in-try-catch detection and make autofixes safe (#9031)
import = require()
.body
.async
.generator
declare function
ignore
@tobySolutions
@yeonjuan
You can read about our versioning strategy and releases on our website.
no-unnecessary-template-expression
no-useless-template-literals
checkDuplicateTestCases
const
declare
... (truncated)
Sourced from @typescript-eslint/eslint-plugin's changelog.
7.13.0 (2024-06-10) 🚀 Features typescript-estree: require import = require() argument to be a string literal typescript-estree: forbid .body, .async, .generator on declare function eslint-plugin: [no-dynamic-delete] allow all string literals as index 🩹 Fixes ast-spec: function-call-like callee should be Expression not LeftHandSideExpression scope-manager: handle index signature in class eslint-plugin: [init-declarations] refine report locations eslint-plugin: [no-base-to-string] make error message more nuanced eslint-plugin: [no-unsafe-assignment] be more specific about error types eslint-plugin: [no-magic-numbers] fix implementation of the ignore option ❤️ Thank You Fotis Papadogeorgopoulos Joshua Chen Kirk Waiblinger Tobiloba Adedeji Vinccool96 YeonJuan You can read about our versioning strategy and releases on our website. 7.12.0 (2024-06-03) 🚀 Features eslint-plugin: [no-useless-template-literals] rename to no-useless-template-expression (deprecate no-useless-template-literals) rule-tester: check for parsing errors in suggestion fixes rule-tester: port checkDuplicateTestCases from ESLint eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises'
typescript-estree: require import = require() argument to be a string literal
typescript-estree: forbid .body, .async, .generator on declare function
eslint-plugin: [no-dynamic-delete] allow all string literals as index
ast-spec: function-call-like callee should be Expression not LeftHandSideExpression
scope-manager: handle index signature in class
eslint-plugin: [init-declarations] refine report locations
eslint-plugin: [no-base-to-string] make error message more nuanced
eslint-plugin: [no-unsafe-assignment] be more specific about error types
eslint-plugin: [no-magic-numbers] fix implementation of the ignore option
eslint-plugin: [no-useless-template-literals] rename to no-useless-template-expression (deprecate no-useless-template-literals)
no-useless-template-expression
rule-tester: check for parsing errors in suggestion fixes
rule-tester: port checkDuplicateTestCases from ESLint
eslint-plugin: [no-floating-promises] add option 'allowForKnownSafePromises'
8a178ed
63e53e2
fb52f78
ab2916c
629035f
bf5394d
60fb643
c6e9719
293fb24
cb1720d
Updates @typescript-eslint/parser from 7.11.0 to 7.13.0
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's releases.
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's changelog.
7.13.0 (2024-06-10) 🚀 Features parser, typescript-estree: export withoutProjectParserOptions utility ❤️ Thank You Fotis Papadogeorgopoulos Joshua Chen Kirk Waiblinger Tobiloba Adedeji Vinccool96 YeonJuan You can read about our versioning strategy and releases on our website. 7.12.0 (2024-06-03) 🩹 Fixes types: correct typing ParserOptions ❤️ Thank You Abraham Guo Han Yeong-woo Joshua Chen Kim Sang Du Kirk Waiblinger YeonJuan You can read about our versioning strategy and releases on our website.
c9a6dd9
7e93b28
2bbf656
Updates @vercel/speed-insights from 1.0.11 to 1.0.12
@vercel/speed-insights
Sourced from @vercel/speed-insights's releases.
@vercel/speed-insights
1.0.12 What's Changed fix(#56,#72): useSearchParams might return null and break script insertion by @feugy in vercel/speed-insights#73 Full Changelog: https://github.com/vercel/speed-insights/compare/1.0.11...1.0.12
@feugy
Full Changelog: https://github.com/vercel/speed-insights/compare/1.0.11...1.0.12
5e6ff8c
Updates @zoom-image/core from 0.35.0 to 0.36.2
@zoom-image/core
Sourced from @zoom-image/core's releases.
@zoom-image/core
@zoom-image/core@0.36.2 Patch Changes #307 e43ae95 Thanks @willnguyen1312! - Fix scroll lock on mobile - all zoom 💞 @zoom-image/core@0.36.1 Patch Changes #305 55fd0b6 Thanks @willnguyen1312! - Fix zoom image move - zoomed image distorted on mobile phone 💞 @zoom-image/core@0.36.0 Minor Changes #303 5aa3646 Thanks @willnguyen1312! - Add support for disabledContextMenu option on zoom image move 💞 @zoom-image/core@0.35.1 Patch Changes #300 9755c8f Thanks @willnguyen1312! - Fix zoom image move on mobile 💞
@0
e43ae95
@willnguyen1312
55fd0b6
5aa3646
9755c8f
f041eae
850bbf4
01521f0
4dabee7
3ed6b27
1656ce3
Updates @zoom-image/svelte from 0.2.15 to 0.2.19
@zoom-image/svelte
Sourced from @zoom-image/svelte's releases.
@zoom-image/svelte
@zoom-image/svelte@0.2.19 Patch Changes Updated dependencies [e43ae95]: @zoom-image/core@0.36.2 @zoom-image/svelte@0.2.18 Patch Changes Updated dependencies [55fd0b6]: @zoom-image/core@0.36.1 @zoom-image/svelte@0.2.17 Patch Changes Updated dependencies [5aa3646]: @zoom-image/core@0.36.0 @zoom-image/svelte@0.2.16 Patch Changes Updated dependencies [9755c8f]: @zoom-image/core@0.35.1
Updates daisyui from 4.11.1 to 4.12.2
daisyui
Sourced from daisyui's releases.
v4.12.2 🌼 Read changelog: https://daisyui.com/docs/changelog/ 📦 Install this update: npm i -D daisyui@4.12.2 💚 Thank you for using daisyUI!
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
npm i -D daisyui@4.12.2
💚 Thank you for using daisyUI!
Sourced from daisyui's changelog.
4.12.2 (2024-06-05) 4.12.1 (2024-06-05) 4.12.0 (2024-06-05) Features scrollbars now have transparent background and currentColor foreground (f0ea341)
e675e05
ad0c204
05d095e
8857685
819ac25
f0ea341
a8a7d6e
64dd3e2
3dfeec7
:dark
2309818
Updates eslint-plugin-svelte from 2.39.0 to 2.39.4
eslint-plugin-svelte
Sourced from eslint-plugin-svelte's releases.
eslint-plugin-svelte@2.39.4 Patch Changes #786 e7e25d6 Thanks @baseballyama! - deps: update svelte-eslint-parser to support Svelte 5.0.0-next.155 eslint-plugin-svelte@2.39.3 Patch Changes #778 3e2a732 Thanks @ota-meshi! - fix: update svelte-eslint-parser eslint-plugin-svelte@2.39.2 Patch Changes #775 0e85eba Thanks @ota-meshi! - fix: README is not publish eslint-plugin-svelte@2.39.1 Patch Changes #772 0ecab95 Thanks @ota-meshi! - fix: false positive for kebab-case with svelte v5 in svelte/no-unused-svelte-ignore
e7e25d6
@baseballyama
svelte-eslint-parser
5.0.0-next.155
3e2a732
@ota-meshi
0e85eba
0ecab95
svelte/no-unused-svelte-ignore
23f7bf2
dd64827
8433a8f
336f0ee
f0d796a
e5b2e19
adaf19a
d3b36f2
Updates prettier from 3.3.0 to 3.3.2
prettier
Sourced from prettier's releases.
3.3.2 🔗 Changelog 3.3.1 🔗 Changelog
🔗 Changelog
Sourced from prettier's changelog.
3.3.2 diff Fix handlebars path expressions starts with @ (#16358 by @Princeyadav05) {{! Input }} <div>{{@x.y.z}}</div> {{! Prettier 3.3.1 }} <div>{{@x}}</div> {{! Prettier 3.3.2 }} <div>{{@x.y.z}}</div> 3.3.1 diff Preserve empty lines in front matter (#16347 by @fisker) <!-- Input --> --- foo: - bar1 bar2 bar3 Markdown <!-- Prettier 3.3.0 --> foo: bar1 bar2 bar3 Markdown <!-- Prettier 3.3.1 --> </tr></table>
diff
@
@Princeyadav05
{{! Input }} <div>{{@x.y.z}}</div> {{! Prettier 3.3.1 }} <div>{{@x}}</div> {{! Prettier 3.3.2 }} <div>{{@x.y.z}}</div>
{{! Prettier 3.3.1 }} <div>{{@x}}</div>
@x
{{! Prettier 3.3.2 }} <div>{{@x.y.z}}</div>
@fisker
<!-- Input --> --- foo: - bar1 bar2 bar3 Markdown <!-- Prettier 3.3.0 --> foo: bar1 bar2 bar3 Markdown <!-- Prettier 3.3.1 --> </tr></table>
bar2
bar3
Markdown
<!-- Prettier 3.3.0 -->
foo:
<!-- Prettier 3.3.1 --> </tr></table>
1596a60
aebcee5
57aa928
c3d0b7f
27c35db
6de3258
b5f983d
d6f37c4
5055b7d
f4608cc
Updates prettier-plugin-svelte from 3.2.3 to 3.2.4
prettier-plugin-svelte
Sourced from prettier-plugin-svelte's changelog.
3.2.4 (fix) speed up regex
f57f888
268c26d
5516102
Updates prettier-plugin-tailwindcss from 0.6.1 to 0.6.4
prettier-plugin-tailwindcss
Sourced from prettier-plugin-tailwindcss's releases.
v0.6.4 Export PluginOptions type (#292) v0.6.3 Improve detection of string concatenation (#288) v0.6.2 Changed Only remove duplicate Tailwind classes (#277) Make sure escapes in classes are preserved in string literals (#286)
PluginOptions
Sourced from prettier-plugin-tailwindcss's changelog.
[0.6.4] - 2024-06-12 Export PluginOptions type (#292) [0.6.3] - 2024-06-11 Improve detection of string concatenation (#288) [0.6.2] - 2024-06-07 Changed Only remove duplicate Tailwind classes (#277) Make sure escapes in classes are preserved in string literals (#286)
2a9d702
a13021c
0ea2dc0
9b9bfe4
bd3d5b0
1010b51
b047e02
6ded534
5e7b8b5
aa6ec0a
Updates svelte from 4.2.17 to 4.2.18
svelte
Sourced from svelte's releases.
svelte@4.2.18 Patch Changes chore: speed up regex (#11922)
Sourced from svelte's changelog.
4.2.18 Patch Changes chore: speed up regex (#11922)
230916f
dbe6057
Updates tailwindcss from 3.4.3 to 3.4.4
tailwindcss
Sourced from tailwindcss's releases.
v3.4.4 Fixed Make it possible to use multiple <alpha-value> placeholders in a single color definition (#13740) Don't prefix classes in arbitrary values of has-*, group-has-*, and peer-has-* variants (#13770) Support negative values for {col,row}-{start,end} utilities (#13781) Update embedded browserslist database (#13792)
<alpha-value>
has-*
group-has-*
peer-has-*
{col,row}-{start,end}
Sourced from tailwindcss's changelog.
[3.4.4] - 2024-06-05 Fixed Make it possible to use multiple <alpha-value> placeholders in a single color definition (#13740) Don't prefix classes in arbitrary values of has-*, group-has-*, and peer-has-* variants (#13770) Support negative values for {col,row}-{start,end} utilities (#13781) Update embedded browserslist database (#13792)
ff6f085
ed024ee
325e7c0
56116b0
8d66d94
669109e
9fda461
Updates tslib from 2.6.2 to 2.6.3
tslib
Sourced from tslib's releases.
v2.6.3 What's Changed 'await using' normative changes by @rbuckton in microsoft/tslib#258 Full Changelog: https://github.com/microsoft/tslib/compare/v2.6.2...v2.6.3
@rbuckton
Full Changelog: https://github.com/microsoft/tslib/compare/v2.6.2...v2.6.3
a280d4b
983d81b
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Looks like these dependencies are updatable in another way, so this is no longer needed.
Bumps the minor group with 16 updates in the / directory:
5.3.1
5.3.2
2.5.10
2.5.16
7.11.0
7.13.0
7.11.0
7.13.0
1.0.11
1.0.12
0.35.0
0.36.2
0.2.15
0.2.19
4.11.1
4.12.2
2.39.0
2.39.4
3.3.0
3.3.2
3.2.3
3.2.4
0.6.1
0.6.4
4.2.17
4.2.18
3.4.3
3.4.4
2.6.2
2.6.3
5.2.12
5.3.1
Updates
@sveltejs/adapter-vercel
from 5.3.1 to 5.3.2Release notes
Sourced from
@sveltejs/adapter-vercel
's releases.Changelog
Sourced from
@sveltejs/adapter-vercel
's changelog.Commits
124fa8a
Version Packages (#12278)642c4a4
chore: add keywords for discovery in npm search (#12330)84f03cc
chore: upgrade to vitest 1.6.0 (#12308)7133648
fix: removeimages
from route-level config (#12280)Updates
@sveltejs/kit
from 2.5.10 to 2.5.16Release notes
Sourced from
@sveltejs/kit
's releases.Changelog
Sourced from
@sveltejs/kit
's changelog.Commits
64ca1b8
Version Packages (#12354)835ebf6
fix: determine local Svelte version more reliably (#12350)356dc30
Version Packages (#12353)fe439e1
fix: always decode asset URLs (#12352)7474f7b
Version Packages (#12348)0a99f0e
fix: read non-encoded data URIs (#12347)28f6014
Version Packages (#12345)570d386
fix: decode asset URLs for real this time (#12344)a8a6b99
Version Packages (#12342)be72092
fix: decode asset URLs in dev when reading them (#12341)Updates
@typescript-eslint/eslint-plugin
from 7.11.0 to 7.13.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
8a178ed
chore(release): publish 7.13.063e53e2
chore(deps): update dependency prettier to v3.3.1 (#9308)fb52f78
feat(eslint-plugin): [no-dynamic-delete] allow all string literals as index (...ab2916c
chore: enable eslint-plugin/no-property-in-node internally (#9261)629035f
docs: mention rule scripts under Local Development (#9258)bf5394d
fix(eslint-plugin): [no-magic-numbers] fix implementation of theignore
opt...60fb643
chore(deps): update dependency prettier to v3.3.0 (#9266)c6e9719
docs(eslint-plugin): [sort-type-constituents] deprecate the rule (#9253)293fb24
fix(eslint-plugin): [no-unsafe-assignment] be more specific about error types...cb1720d
fix(eslint-plugin): [no-base-to-string] make error message more nuanced (#9281)Updates
@typescript-eslint/parser
from 7.11.0 to 7.13.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.Commits
8a178ed
chore(release): publish 7.13.0c9a6dd9
feat(parser, typescript-estree): export withoutProjectParserOptions utility (...7e93b28
chore(release): publish 7.12.02bbf656
fix(types): correct typing ParserOptions (#9202)Updates
@vercel/speed-insights
from 1.0.11 to 1.0.12Release notes
Sourced from
@vercel/speed-insights
's releases.Commits
5e6ff8c
fix(#56,#72): useSearchParams might return null and break script insertion (#73)Updates
@zoom-image/core
from 0.35.0 to 0.36.2Release notes
Sourced from
@zoom-image/core
's releases.Commits
f041eae
chore: update versions (#308)e43ae95
Fix scroll lock on mobile - all zoom 💞 (#307)850bbf4
chore: update versions (#306)55fd0b6
Fix zoom image move - zoomed image distorted on mobile phone 💞 (#305)01521f0
docs: prevent zoomed image move from being disrupted by context menu 💞4dabee7
docs: update demo background in light theme 💞3ed6b27
chore: update versions (#304)5aa3646
Add support for disabledContextMenu option on zoom image move 💞 (#303)1656ce3
chore: update versions (#301)9755c8f
Fix zoom image move on mobile 💞 (#300)Updates
@zoom-image/svelte
from 0.2.15 to 0.2.19Release notes
Sourced from
@zoom-image/svelte
's releases.Commits
f041eae
chore: update versions (#308)e43ae95
Fix scroll lock on mobile - all zoom 💞 (#307)850bbf4
chore: update versions (#306)55fd0b6
Fix zoom image move - zoomed image distorted on mobile phone 💞 (#305)01521f0
docs: prevent zoomed image move from being disrupted by context menu 💞4dabee7
docs: update demo background in light theme 💞3ed6b27
chore: update versions (#304)5aa3646
Add support for disabledContextMenu option on zoom image move 💞 (#303)1656ce3
chore: update versions (#301)9755c8f
Fix zoom image move on mobile 💞 (#300)Updates
daisyui
from 4.11.1 to 4.12.2Release notes
Sourced from daisyui's releases.
Changelog
Sourced from daisyui's changelog.
Commits
e675e05
chore(release): 4.12.2ad0c204
Update src/docs/.env05d095e
chore(release): 4.12.18857685
Update src/docs/.env819ac25
chore(release): 4.12.0f0ea341
feat: scrollbars now have transparent background and currentColor foregrounda8a7d6e
docs64dd3e2
store3dfeec7
Docs: Instruction to applying:dark
selector2309818
Update youtube.js (#3047)Updates
eslint-plugin-svelte
from 2.39.0 to 2.39.4Release notes
Sourced from eslint-plugin-svelte's releases.
Commits
23f7bf2
chore: release eslint-plugin-svelte (#788)e7e25d6
deps: updatesvelte-eslint-parser
to support Svelte5.0.0-next.155
(#786)dd64827
fix(deps): update dependency known-css-properties to ^0.32.08433a8f
chore: update deps and fix testcase (#784)336f0ee
chore(deps): update dependency svelte to v5.0.0-next.153f0d796a
chore: release eslint-plugin-svelte (#779)3e2a732
fix: update svelte-eslint-parser (#778)e5b2e19
chore(deps): update dependency nyc to v17adaf19a
chore: move CHANGELOG.mdd3b36f2
chore: release eslint-plugin-svelte (#776)Updates
prettier
from 3.3.0 to 3.3.2Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
1596a60
Release 3.3.2aebcee5
chore(deps): update dependency esbuild to v0.21.5 (#16379)57aa928
chore(deps): update dependency c8 to v10 (#16380)c3d0b7f
chore(deps): update typescript-eslint to v7.13.0 (#16376)27c35db
chore(deps): update dependency codemirror-graphql to v2.0.12 (#16369)6de3258
chore(deps): update dependency jest to v30.0.0-alpha.5 (#16371)b5f983d
Upgrade yarn to v4.3.0 (#16377)d6f37c4
chore(deps): update dependency browserslist to v4.23.1 (#16368)5055b7d
chore(deps): update dependency execa to v9.2.0 (#16372)f4608cc
chore(deps): update dependency cspell to v8.8.4 (#16370)Updates
prettier-plugin-svelte
from 3.2.3 to 3.2.4Changelog
Sourced from prettier-plugin-svelte's changelog.
Commits
f57f888
chore: release 3.2.4268c26d
fix: adjust regex5516102
chore: check types in ci (#437)Updates
prettier-plugin-tailwindcss
from 0.6.1 to 0.6.4Release notes
Sourced from prettier-plugin-tailwindcss's releases.
Changelog
Sourced from prettier-plugin-tailwindcss's changelog.
Commits
2a9d702
0.6.4a13021c
Update changelog0ea2dc0
Export plugin options type (#292)9b9bfe4
Use Node 22 in all CI workflows (#290)bd3d5b0
0.6.31010b51
Update changelogb047e02
Improve detection of string concatenation (#288)6ded534
Fix publishing and testing scripts (#289)5e7b8b5
Convert to typescript (#287)aa6ec0a
0.6.2Updates
svelte
from 4.2.17 to 4.2.18Release notes
Sourced from svelte's releases.
Changelog
Sourced from svelte's changelog.
Commits
230916f
Version Packages (#11925)dbe6057
chore: speed up regex (#11922)Updates
tailwindcss
from 3.4.3 to 3.4.4Release notes
Sourced from tailwindcss's releases.
Changelog
Sourced from tailwindcss's changelog.
Commits
ff6f085
3.4.4ed024ee
Update changelog325e7c0
Bump deps (#13797)56116b0
Update browserslist database (#13792)8d66d94
[v3] Support negative values for{col,row}-{start,end}
utilities (#13781)669109e
Don't prefix classes in arbitrary values ofhas-*
,group-has-*
, and `peer...9fda461
Fix multiple <alpha-value> in color definitions (#13740)Updates
tslib
from 2.6.2 to 2.6.3Release notes
Sourced from tslib's releases.
Commits
a280d4b
2.6.3983d81b
'await using' normative changes (#258)The latest updates on your projects. Learn more about Vercel for Git ↗︎
Looks like these dependencies are updatable in another way, so this is no longer needed.