Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Bumps eslint from 9.17.0 to 9.18.0.

Release notes

Sourced from eslint's releases.

v9.18.0

Features

  • e84e6e2 feat: Report allowed methods for no-console rule (#19306) (Anna Bocharova)
  • 8efc2d0 feat: unflag TypeScript config files (#19266) (Francesco Trotta)
  • 87a9352 feat: check imports and class names in no-shadow-restricted-names (#19272) (Milos Djermanovic)

Bug Fixes

  • da768d4 fix: correct overrideConfigFile type (#19289) (Francesco Trotta)

Documentation

  • d9c23c5 docs: replace var with const in rule examples (#19325) (Tanuj Kanti)
  • 8e1a898 docs: add tabs to cli code blocks (#18784) (Jay)
  • f3aeefb docs: rewrite using let and const in rule examples (#19320) (PoloSpark)
  • 0b680b3 docs: Update README (GitHub Actions Bot)
  • 98c86a9 docs: Edit this page button link to different branches (#19228) (Tanuj Kanti)
  • 6947901 docs: remove hardcoded edit link (#19323) (Milos Djermanovic)
  • 03f2f44 docs: rewrite var with const in rules examples (#19317) (Thiago)
  • 26c3003 docs: Clarify dangers of eslint:all (#19318) (Nicholas C. Zakas)
  • c038257 docs: add eqeqeq in related rules to no-eq-null (#19310) (루밀LuMir)
  • 89c8fc5 docs: rewrite examples with var using let and const (#19315) (Amaresh S M)
  • db574c4 docs: add missing backticks to no-void (#19313) (루밀LuMir)
  • 8d943c3 docs: add missing backticks to default-case-last (#19311) (루밀LuMir)
  • 36ef8bb docs: rewrite examples with var using let and const (#19298) (Amaresh S M)
  • 1610c9e docs: add missing backticks to no-else-return (#19309) (루밀LuMir)
  • df409d8 docs: Update README (GitHub Actions Bot)
  • 2e84213 docs: Fix Horizontal Scroll Overflow in Rule Description on Mobile View (#19304) (Amaresh S M)
  • 6e7361b docs: replace var with let and const in rule example (#19302) (Tanuj Kanti)
  • 069af5e docs: rewrite var using const in rule examples (#19303) (Kim GyeonWon)
  • 064e35d docs: remove 'I hope to' comments from scope-manager-interface (#19300) (Josh Goldberg ✨)
  • 8e00305 docs: replace var with const in rule examples (#19299) (Tanuj Kanti)
  • a559009 docs: Add warning about extending core rules (#19295) (Nicholas C. Zakas)
  • 0bfdf6c docs: Update README (GitHub Actions Bot)
  • ce0b9ff docs: add navigation link for code explorer (#19285) (Tanuj Kanti)
  • e255cc9 docs: add bluesky icon to footer (#19290) (Tanuj Kanti)
  • 5d64851 docs: remove outdated info about environments (#19296) (Francesco Trotta)
  • eec01f0 docs: switch rule examples config format to languageOptions (#19277) (Milos Djermanovic)
  • b36ca0a docs: Fixing Focus Order by Rearranging Element Sequence (#19241) (Amaresh S M)
  • d122c8a docs: add missing backticks to sort-imports (#19282) (루밀LuMir)
  • 0367a70 docs: update custom parser docs (#19288) (Francesco Trotta)
  • 8c07ebb docs: add border-radius to hX:target selector styles (#19270) (루밀LuMir)
  • eff7c57 docs: add limitation section in no-loop-func (#19287) (Tanuj Kanti)
  • 5db226f docs: add missing backticks in various parts of the documentation (#19269) (루밀LuMir)
  • 789edbb docs: Update README (GitHub Actions Bot)
  • 613c06a docs: mark rules that are frozen with ❄️ (#19231) (Amaresh S M)
  • 43172ec docs: Update README (GitHub Actions Bot)
  • ac8b3c4 docs: fix description of overrideConfigFile option (#19262) (Milos Djermanovic)
  • bbb9b46 docs: Update README (GitHub Actions Bot)
  • 995b492 docs: fix inconsistent divider in rule categories box (#19249) (Tanuj Kanti)
  • f76d05d docs: Refactor search result handling with better event listener cleanup (#19252) (Amaresh S M)
  • c5f3d7d docs: Update README (GitHub Actions Bot)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.18.0 - January 10, 2025

  • c52be85 chore: upgrade to @eslint/[email protected] (#19330) (Francesco Trotta)
  • 362099c chore: package.json update for @​eslint/js release (Jenkins)
  • 9486141 deps: upgrade @eslint/core and @eslint/plugin-kit (#19329) (Francesco Trotta)
  • d9c23c5 docs: replace var with const in rule examples (#19325) (Tanuj Kanti)
  • 8e1a898 docs: add tabs to cli code blocks (#18784) (Jay)
  • f3aeefb docs: rewrite using let and const in rule examples (#19320) (PoloSpark)
  • 0b680b3 docs: Update README (GitHub Actions Bot)
  • 98c86a9 docs: Edit this page button link to different branches (#19228) (Tanuj Kanti)
  • 6947901 docs: remove hardcoded edit link (#19323) (Milos Djermanovic)
  • 03f2f44 docs: rewrite var with const in rules examples (#19317) (Thiago)
  • 26c3003 docs: Clarify dangers of eslint:all (#19318) (Nicholas C. Zakas)
  • c038257 docs: add eqeqeq in related rules to no-eq-null (#19310) (루밀LuMir)
  • 89c8fc5 docs: rewrite examples with var using let and const (#19315) (Amaresh S M)
  • 495aa49 chore: extract package name from package.json for public interface (#19314) (루밀LuMir)
  • db574c4 docs: add missing backticks to no-void (#19313) (루밀LuMir)
  • 8d943c3 docs: add missing backticks to default-case-last (#19311) (루밀LuMir)
  • 36ef8bb docs: rewrite examples with var using let and const (#19298) (Amaresh S M)
  • 1610c9e docs: add missing backticks to no-else-return (#19309) (루밀LuMir)
  • df409d8 docs: Update README (GitHub Actions Bot)
  • e84e6e2 feat: Report allowed methods for no-console rule (#19306) (Anna Bocharova)
  • 2e84213 docs: Fix Horizontal Scroll Overflow in Rule Description on Mobile View (#19304) (Amaresh S M)
  • 6e7361b docs: replace var with let and const in rule example (#19302) (Tanuj Kanti)
  • 069af5e docs: rewrite var using const in rule examples (#19303) (Kim GyeonWon)
  • 064e35d docs: remove 'I hope to' comments from scope-manager-interface (#19300) (Josh Goldberg ✨)
  • 8e00305 docs: replace var with const in rule examples (#19299) (Tanuj Kanti)
  • a559009 docs: Add warning about extending core rules (#19295) (Nicholas C. Zakas)
  • 0bfdf6c docs: Update README (GitHub Actions Bot)
  • ce0b9ff docs: add navigation link for code explorer (#19285) (Tanuj Kanti)
  • e255cc9 docs: add bluesky icon to footer (#19290) (Tanuj Kanti)
  • 5d64851 docs: remove outdated info about environments (#19296) (Francesco Trotta)
  • eec01f0 docs: switch rule examples config format to languageOptions (#19277) (Milos Djermanovic)
  • b36ca0a docs: Fixing Focus Order by Rearranging Element Sequence (#19241) (Amaresh S M)
  • d122c8a docs: add missing backticks to sort-imports (#19282) (루밀LuMir)
  • 0367a70 docs: update custom parser docs (#19288) (Francesco Trotta)
  • da768d4 fix: correct overrideConfigFile type (#19289) (Francesco Trotta)
  • 8c07ebb docs: add border-radius to hX:target selector styles (#19270) (루밀LuMir)
  • eff7c57 docs: add limitation section in no-loop-func (#19287) (Tanuj Kanti)
  • 8efc2d0 feat: unflag TypeScript config files (#19266) (Francesco Trotta)
  • 87a9352 feat: check imports and class names in no-shadow-restricted-names (#19272) (Milos Djermanovic)
  • 5db226f docs: add missing backticks in various parts of the documentation (#19269) (루밀LuMir)
  • 789edbb docs: Update README (GitHub Actions Bot)
  • 613c06a docs: mark rules that are frozen with ❄️ (#19231) (Amaresh S M)
  • 43172ec docs: Update README (GitHub Actions Bot)
  • ac8b3c4 docs: fix description of overrideConfigFile option (#19262) (Milos Djermanovic)
  • 6fe0e72 chore: update dependency @​eslint/json to ^0.9.0 (#19263) (renovate[bot])
  • bbb9b46 docs: Update README (GitHub Actions Bot)
  • 995b492 docs: fix inconsistent divider in rule categories box (#19249) (Tanuj Kanti)
  • f76d05d docs: Refactor search result handling with better event listener cleanup (#19252) (Amaresh S M)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [eslint](https://github.com/eslint/eslint) from 9.17.0 to 9.18.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.17.0...v9.18.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 20, 2025
@vercel
Copy link

vercel bot commented Jan 20, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
svelte-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 21, 2025 2:11pm

@codecov
Copy link

codecov bot commented Jan 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 33.95%. Comparing base (aa4e544) to head (9a0de08).
Report is 14 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #174   +/-   ##
=======================================
  Coverage   33.95%   33.95%           
=======================================
  Files          42       42           
  Lines        1013     1013           
  Branches       52       84   +32     
=======================================
  Hits          344      344           
+ Misses        658      630   -28     
- Partials       11       39   +28     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@maxfriedmann maxfriedmann disabled auto-merge January 21, 2025 14:10
@codecov
Copy link

codecov bot commented Jan 21, 2025

Bundle Report

Changes will decrease total bundle size by 306.11kB (-1.23%) ⬇️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
@smallstack/svelte-ui-__sveltekit_fyimn3.app-client-esm 339.68kB 339.68kB (100%) ⬆️
@smallstack/svelte-ui-__sveltekit_fyimn3.app-server-esm 306.11kB 306.11kB (100%) ⬆️
@smallstack/svelte-ui-__sveltekit_17p4jry.app-client-esm 339.69kB 339.69kB (100%) ⬆️
@smallstack/svelte-ui-__sveltekit_17p4jry.app-server-esm 306.11kB 306.11kB (100%) ⬆️
@smallstack/svelte-ui-__sveltekit_uqrqba.app-client-esm 339.68kB 339.68kB (100%) ⬆️
@smallstack/svelte-ui-__sveltekit_uqrqba.app-server-esm 306.11kB 306.11kB (100%) ⬆️
@smallstack/svelte-ui-__sveltekit_1tnzh18.app-client-esm 339.69kB 339.69kB (100%) ⬆️
@smallstack/svelte-ui-__sveltekit_1tnzh18.app-server-esm 306.11kB 306.11kB (100%) ⬆️
@smallstack/svelte-ui-__sveltekit_bdikpm.app-server-esm (removed) 306.11kB (-100.0%) ⬇️
@smallstack/svelte-ui-__sveltekit_1uyvg67.app-client-esm (removed) 339.69kB (-100.0%) ⬇️
@smallstack/svelte-ui-__sveltekit_1kc9mur.app-client-esm (removed) 339.69kB (-100.0%) ⬇️
@smallstack/svelte-ui-__sveltekit_1uyvg67.app-server-esm (removed) 306.11kB (-100.0%) ⬇️
@smallstack/svelte-ui-__sveltekit_1kc9mur.app-server-esm (removed) 306.11kB (-100.0%) ⬇️
@smallstack/svelte-ui-__sveltekit_1dwuz08.app-client-esm (removed) 339.69kB (-100.0%) ⬇️
@smallstack/svelte-ui-__sveltekit_1dwuz08.app-server-esm (removed) 306.11kB (-100.0%) ⬇️
@smallstack/svelte-ui-__sveltekit_1784dg4.app-client-esm (removed) 339.69kB (-100.0%) ⬇️
@smallstack/svelte-ui-__sveltekit_1784dg4.app-server-esm (removed) 306.11kB (-100.0%) ⬇️
View changes by path for bundle: @smallstack/svelte-ui-__sveltekit_1kc9mur.app-client-esm
File path Size Change
/modules/navigation/tabbar (Deleted) 0 bytes 2.02kB (-100.0%) 🗑️
/modules/chat/message-thread (Deleted) 0 bytes 5.42kB (-100.0%) 🗑️
/modules/navigation/active-link (Deleted) 0 bytes 890 bytes (-100.0%) 🗑️
/modules/chat/chat-window (Deleted) 0 bytes 5.99kB (-100.0%) 🗑️
/ (Deleted) 0 bytes 4.0kB (-100.0%) 🗑️
/modules/navigation/app-shell (Deleted) 0 bytes 2.12kB (-100.0%) 🗑️
/actions/overlay (Deleted) 0 bytes 2.06kB (-100.0%) 🗑️
/forms/input (Deleted) 0 bytes 559 bytes (-100.0%) 🗑️
/modules/navigation/tabbar/fullscreen-example (Deleted) 0 bytes 680 bytes (-100.0%) 🗑️
/forms/date-time-range-input (Deleted) 0 bytes 1.55kB (-100.0%) 🗑️
/forms/signature-pad-input (Deleted) 0 bytes 1.17kB (-100.0%) 🗑️
/modules/modals/modal-service (Deleted) 0 bytes 3.45kB (-100.0%) 🗑️
/install (Deleted) 0 bytes 3.73kB (-100.0%) 🗑️
/actions/viewport (Deleted) 0 bytes 1.67kB (-100.0%) 🗑️
View changes by path for bundle: @smallstack/svelte-ui-__sveltekit_1kc9mur.app-server-esm
File path Size Change
/modules/navigation/tabbar (Deleted) 0 bytes 3.08kB (-100.0%) 🗑️
/modules/chat/message-thread (Deleted) 0 bytes 6.85kB (-100.0%) 🗑️
/modules/navigation/active-link (Deleted) 0 bytes 1.14kB (-100.0%) 🗑️
/modules/chat/chat-window (Deleted) 0 bytes 6.39kB (-100.0%) 🗑️
/ (Deleted) 0 bytes 16.79kB (-100.0%) 🗑️
/modules/navigation/app-shell (Deleted) 0 bytes 2.74kB (-100.0%) 🗑️
/actions/overlay (Deleted) 0 bytes 2.65kB (-100.0%) 🗑️
/forms/input (Deleted) 0 bytes 1.77kB (-100.0%) 🗑️
/robots.txt (Deleted) 0 bytes 144 bytes (-100.0%) 🗑️
/modules/navigation/tabbar/fullscreen-example (Deleted) 0 bytes 863 bytes (-100.0%) 🗑️
/forms/date-time-range-input (Deleted) 0 bytes 5.33kB (-100.0%) 🗑️
/forms/signature-pad-input (Deleted) 0 bytes 3.63kB (-100.0%) 🗑️
/modules/modals/modal-service (Deleted) 0 bytes 2.67kB (-100.0%) 🗑️
/install (Deleted) 0 bytes 3.09kB (-100.0%) 🗑️
/actions/viewport (Deleted) 0 bytes 1.93kB (-100.0%) 🗑️
View changes by path for bundle: @smallstack/svelte-ui-__sveltekit_fyimn3.app-server-esm
File path Size Change
/modules/navigation/tabbar (New) 3.08kB 3.08kB (100%) 🚀
/modules/chat/message-thread (New) 6.85kB 6.85kB (100%) 🚀
/modules/navigation/active-link (New) 1.14kB 1.14kB (100%) 🚀
/modules/chat/chat-window (New) 6.39kB 6.39kB (100%) 🚀
/ (New) 16.79kB 16.79kB (100%) 🚀
/modules/navigation/app-shell (New) 2.74kB 2.74kB (100%) 🚀
/actions/overlay (New) 2.65kB 2.65kB (100%) 🚀
/forms/input (New) 1.77kB 1.77kB (100%) 🚀
/robots.txt (New) 144 bytes 144 bytes (100%) 🚀
/modules/navigation/tabbar/fullscreen-example (New) 863 bytes 863 bytes (100%) 🚀
/forms/date-time-range-input (New) 5.33kB 5.33kB (100%) 🚀
/forms/signature-pad-input (New) 3.63kB 3.63kB (100%) 🚀
/modules/modals/modal-service (New) 2.67kB 2.67kB (100%) 🚀
/install (New) 3.09kB 3.09kB (100%) 🚀
/actions/viewport (New) 1.93kB 1.93kB (100%) 🚀
View changes by path for bundle: @smallstack/svelte-ui-__sveltekit_1tnzh18.app-client-esm
File path Size Change
/modules/navigation/tabbar (New) 2.02kB 2.02kB (100%) 🚀
/modules/chat/message-thread (New) 5.42kB 5.42kB (100%) 🚀
/modules/navigation/active-link (New) 890 bytes 890 bytes (100%) 🚀
/modules/chat/chat-window (New) 5.99kB 5.99kB (100%) 🚀
/ (New) 4.0kB 4.0kB (100%) 🚀
/modules/navigation/app-shell (New) 2.12kB 2.12kB (100%) 🚀
/actions/overlay (New) 2.06kB 2.06kB (100%) 🚀
/forms/input (New) 559 bytes 559 bytes (100%) 🚀
/modules/navigation/tabbar/fullscreen-example (New) 680 bytes 680 bytes (100%) 🚀
/forms/date-time-range-input (New) 1.55kB 1.55kB (100%) 🚀
/forms/signature-pad-input (New) 1.17kB 1.17kB (100%) 🚀
/modules/modals/modal-service (New) 3.45kB 3.45kB (100%) 🚀
/install (New) 3.73kB 3.73kB (100%) 🚀
/actions/viewport (New) 1.67kB 1.67kB (100%) 🚀
View changes by path for bundle: @smallstack/svelte-ui-__sveltekit_1uyvg67.app-server-esm
File path Size Change
/modules/navigation/tabbar (Deleted) 0 bytes 3.08kB (-100.0%) 🗑️
/modules/chat/message-thread (Deleted) 0 bytes 6.85kB (-100.0%) 🗑️
/modules/navigation/active-link (Deleted) 0 bytes 1.14kB (-100.0%) 🗑️
/modules/chat/chat-window (Deleted) 0 bytes 6.39kB (-100.0%) 🗑️
/ (Deleted) 0 bytes 16.79kB (-100.0%) 🗑️
/modules/navigation/app-shell (Deleted) 0 bytes 2.74kB (-100.0%) 🗑️
/actions/overlay (Deleted) 0 bytes 2.65kB (-100.0%) 🗑️
/forms/input (Deleted) 0 bytes 1.77kB (-100.0%) 🗑️
/robots.txt (Deleted) 0 bytes 144 bytes (-100.0%) 🗑️
/modules/navigation/tabbar/fullscreen-example (Deleted) 0 bytes 863 bytes (-100.0%) 🗑️
/forms/date-time-range-input (Deleted) 0 bytes 5.33kB (-100.0%) 🗑️
/forms/signature-pad-input (Deleted) 0 bytes 3.63kB (-100.0%) 🗑️
/modules/modals/modal-service (Deleted) 0 bytes 2.67kB (-100.0%) 🗑️
/install (Deleted) 0 bytes 3.09kB (-100.0%) 🗑️
/actions/viewport (Deleted) 0 bytes 1.93kB (-100.0%) 🗑️
View changes by path for bundle: @smallstack/svelte-ui-__sveltekit_1dwuz08.app-client-esm
File path Size Change
/modules/navigation/tabbar (Deleted) 0 bytes 2.02kB (-100.0%) 🗑️
/modules/chat/message-thread (Deleted) 0 bytes 5.42kB (-100.0%) 🗑️
/modules/navigation/active-link (Deleted) 0 bytes 890 bytes (-100.0%) 🗑️
/modules/chat/chat-window (Deleted) 0 bytes 5.99kB (-100.0%) 🗑️
/ (Deleted) 0 bytes 4.0kB (-100.0%) 🗑️
/modules/navigation/app-shell (Deleted) 0 bytes 2.12kB (-100.0%) 🗑️
/actions/overlay (Deleted) 0 bytes 2.06kB (-100.0%) 🗑️
/forms/input (Deleted) 0 bytes 559 bytes (-100.0%) 🗑️
/modules/navigation/tabbar/fullscreen-example (Deleted) 0 bytes 680 bytes (-100.0%) 🗑️
/forms/date-time-range-input (Deleted) 0 bytes 1.55kB (-100.0%) 🗑️
/forms/signature-pad-input (Deleted) 0 bytes 1.17kB (-100.0%) 🗑️
/modules/modals/modal-service (Deleted) 0 bytes 3.45kB (-100.0%) 🗑️
/install (Deleted) 0 bytes 3.73kB (-100.0%) 🗑️
/actions/viewport (Deleted) 0 bytes 1.67kB (-100.0%) 🗑️
View changes by path for bundle: @smallstack/svelte-ui-__sveltekit_1dwuz08.app-server-esm
File path Size Change
/modules/navigation/tabbar (Deleted) 0 bytes 3.08kB (-100.0%) 🗑️
/modules/chat/message-thread (Deleted) 0 bytes 6.85kB (-100.0%) 🗑️
/modules/navigation/active-link (Deleted) 0 bytes 1.14kB (-100.0%) 🗑️
/modules/chat/chat-window (Deleted) 0 bytes 6.39kB (-100.0%) 🗑️
/ (Deleted) 0 bytes 16.79kB (-100.0%) 🗑️
/modules/navigation/app-shell (Deleted) 0 bytes 2.74kB (-100.0%) 🗑️
/actions/overlay (Deleted) 0 bytes 2.65kB (-100.0%) 🗑️
/forms/input (Deleted) 0 bytes 1.77kB (-100.0%) 🗑️
/robots.txt (Deleted) 0 bytes 144 bytes (-100.0%) 🗑️
/modules/navigation/tabbar/fullscreen-example (Deleted) 0 bytes 863 bytes (-100.0%) 🗑️
/forms/date-time-range-input (Deleted) 0 bytes 5.33kB (-100.0%) 🗑️
/forms/signature-pad-input (Deleted) 0 bytes 3.63kB (-100.0%) 🗑️
/modules/modals/modal-service (Deleted) 0 bytes 2.67kB (-100.0%) 🗑️
/install (Deleted) 0 bytes 3.09kB (-100.0%) 🗑️
/actions/viewport (Deleted) 0 bytes 1.93kB (-100.0%) 🗑️
View changes by path for bundle: @smallstack/svelte-ui-__sveltekit_1784dg4.app-client-esm
File path Size Change
/modules/navigation/tabbar (Deleted) 0 bytes 2.02kB (-100.0%) 🗑️
/modules/chat/message-thread (Deleted) 0 bytes 5.42kB (-100.0%) 🗑️
/modules/navigation/active-link (Deleted) 0 bytes 890 bytes (-100.0%) 🗑️
/modules/chat/chat-window (Deleted) 0 bytes 5.99kB (-100.0%) 🗑️
/ (Deleted) 0 bytes 4.0kB (-100.0%) 🗑️
/modules/navigation/app-shell (Deleted) 0 bytes 2.12kB (-100.0%) 🗑️
/actions/overlay (Deleted) 0 bytes 2.06kB (-100.0%) 🗑️
/forms/input (Deleted) 0 bytes 559 bytes (-100.0%) 🗑️
/modules/navigation/tabbar/fullscreen-example (Deleted) 0 bytes 680 bytes (-100.0%) 🗑️
/forms/date-time-range-input (Deleted) 0 bytes 1.55kB (-100.0%) 🗑️
/forms/signature-pad-input (Deleted) 0 bytes 1.17kB (-100.0%) 🗑️
/modules/modals/modal-service (Deleted) 0 bytes 3.45kB (-100.0%) 🗑️
/install (Deleted) 0 bytes 3.73kB (-100.0%) 🗑️
/actions/viewport (Deleted) 0 bytes 1.67kB (-100.0%) 🗑️
View changes by path for bundle: @smallstack/svelte-ui-__sveltekit_1tnzh18.app-server-esm
File path Size Change
/modules/navigation/tabbar (New) 3.08kB 3.08kB (100%) 🚀
/modules/chat/message-thread (New) 6.85kB 6.85kB (100%) 🚀
/modules/navigation/active-link (New) 1.14kB 1.14kB (100%) 🚀
/modules/chat/chat-window (New) 6.39kB 6.39kB (100%) 🚀
/ (New) 16.79kB 16.79kB (100%) 🚀
/modules/navigation/app-shell (New) 2.74kB 2.74kB (100%) 🚀
/actions/overlay (New) 2.65kB 2.65kB (100%) 🚀
/forms/input (New) 1.77kB 1.77kB (100%) 🚀
/robots.txt (New) 144 bytes 144 bytes (100%) 🚀
/modules/navigation/tabbar/fullscreen-example (New) 863 bytes 863 bytes (100%) 🚀
/forms/date-time-range-input (New) 5.33kB 5.33kB (100%) 🚀
/forms/signature-pad-input (New) 3.63kB 3.63kB (100%) 🚀
/modules/modals/modal-service (New) 2.67kB 2.67kB (100%) 🚀
/install (New) 3.09kB 3.09kB (100%) 🚀
/actions/viewport (New) 1.93kB 1.93kB (100%) 🚀
View changes by path for bundle: @smallstack/svelte-ui-__sveltekit_17p4jry.app-server-esm
File path Size Change
/modules/navigation/tabbar (New) 3.08kB 3.08kB (100%) 🚀
/modules/chat/message-thread (New) 6.85kB 6.85kB (100%) 🚀
/modules/navigation/active-link (New) 1.14kB 1.14kB (100%) 🚀
/modules/chat/chat-window (New) 6.39kB 6.39kB (100%) 🚀
/ (New) 16.79kB 16.79kB (100%) 🚀
/modules/navigation/app-shell (New) 2.74kB 2.74kB (100%) 🚀
/actions/overlay (New) 2.65kB 2.65kB (100%) 🚀
/forms/input (New) 1.77kB 1.77kB (100%) 🚀
/robots.txt (New) 144 bytes 144 bytes (100%) 🚀
/modules/navigation/tabbar/fullscreen-example (New) 863 bytes 863 bytes (100%) 🚀
/forms/date-time-range-input (New) 5.33kB 5.33kB (100%) 🚀
/forms/signature-pad-input (New) 3.63kB 3.63kB (100%) 🚀
/modules/modals/modal-service (New) 2.67kB 2.67kB (100%) 🚀
/install (New) 3.09kB 3.09kB (100%) 🚀
/actions/viewport (New) 1.93kB 1.93kB (100%) 🚀
View changes by path for bundle: @smallstack/svelte-ui-__sveltekit_1uyvg67.app-client-esm
File path Size Change
/modules/navigation/tabbar (Deleted) 0 bytes 2.02kB (-100.0%) 🗑️
/modules/chat/message-thread (Deleted) 0 bytes 5.42kB (-100.0%) 🗑️
/modules/navigation/active-link (Deleted) 0 bytes 890 bytes (-100.0%) 🗑️
/modules/chat/chat-window (Deleted) 0 bytes 5.99kB (-100.0%) 🗑️
/ (Deleted) 0 bytes 4.0kB (-100.0%) 🗑️
/modules/navigation/app-shell (Deleted) 0 bytes 2.12kB (-100.0%) 🗑️
/actions/overlay (Deleted) 0 bytes 2.06kB (-100.0%) 🗑️
/forms/input (Deleted) 0 bytes 559 bytes (-100.0%) 🗑️
/modules/navigation/tabbar/fullscreen-example (Deleted) 0 bytes 680 bytes (-100.0%) 🗑️
/forms/date-time-range-input (Deleted) 0 bytes 1.55kB (-100.0%) 🗑️
/forms/signature-pad-input (Deleted) 0 bytes 1.17kB (-100.0%) 🗑️
/modules/modals/modal-service (Deleted) 0 bytes 3.45kB (-100.0%) 🗑️
/install (Deleted) 0 bytes 3.73kB (-100.0%) 🗑️
/actions/viewport (Deleted) 0 bytes 1.67kB (-100.0%) 🗑️
View changes by path for bundle: @smallstack/svelte-ui-__sveltekit_uqrqba.app-server-esm
File path Size Change
/modules/navigation/tabbar (New) 3.08kB 3.08kB (100%) 🚀
/modules/chat/message-thread (New) 6.85kB 6.85kB (100%) 🚀
/modules/navigation/active-link (New) 1.14kB 1.14kB (100%) 🚀
/modules/chat/chat-window (New) 6.39kB 6.39kB (100%) 🚀
/ (New) 131.37kB 131.37kB (100%) 🚀
/modules/navigation/app-shell (New) 2.74kB 2.74kB (100%) 🚀
/actions/overlay (New) 2.65kB 2.65kB (100%) 🚀
/forms/input (New) 1.77kB 1.77kB (100%) 🚀
/robots.txt (New) 144 bytes 144 bytes (100%) 🚀
/modules/navigation/tabbar/fullscreen-example (New) 863 bytes 863 bytes (100%) 🚀
/forms/date-time-range-input (New) 5.33kB 5.33kB (100%) 🚀
/forms/signature-pad-input (New) 3.63kB 3.63kB (100%) 🚀
/modules/modals/modal-service (New) 2.67kB 2.67kB (100%) 🚀
/install (New) 3.09kB 3.09kB (100%) 🚀
/actions/viewport (New) 1.93kB 1.93kB (100%) 🚀
View changes by path for bundle: @smallstack/svelte-ui-__sveltekit_17p4jry.app-client-esm
File path Size Change
/modules/navigation/tabbar (New) 2.02kB 2.02kB (100%) 🚀
/modules/chat/message-thread (New) 5.42kB 5.42kB (100%) 🚀
/modules/navigation/active-link (New) 890 bytes 890 bytes (100%) 🚀
/modules/chat/chat-window (New) 5.99kB 5.99kB (100%) 🚀
/ (New) 4.0kB 4.0kB (100%) 🚀
/modules/navigation/app-shell (New) 2.12kB 2.12kB (100%) 🚀
/actions/overlay (New) 210.17kB 210.17kB (100%) 🚀
/forms/input (New) 559 bytes 559 bytes (100%) 🚀
/modules/navigation/tabbar/fullscreen-example (New) 680 bytes 680 bytes (100%) 🚀
/forms/date-time-range-input (New) 1.55kB 1.55kB (100%) 🚀
/forms/signature-pad-input (New) 1.17kB 1.17kB (100%) 🚀
/modules/modals/modal-service (New) 3.45kB 3.45kB (100%) 🚀
/install (New) 3.73kB 3.73kB (100%) 🚀
/actions/viewport (New) 1.67kB 1.67kB (100%) 🚀
View changes by path for bundle: @smallstack/svelte-ui-__sveltekit_bdikpm.app-server-esm
File path Size Change
/modules/navigation/tabbar (Deleted) 0 bytes 3.08kB (-100.0%) 🗑️
/modules/chat/message-thread (Deleted) 0 bytes 6.85kB (-100.0%) 🗑️
/modules/navigation/active-link (Deleted) 0 bytes 1.14kB (-100.0%) 🗑️
/modules/chat/chat-window (Deleted) 0 bytes 6.39kB (-100.0%) 🗑️
/ (Deleted) 0 bytes 16.79kB (-100.0%) 🗑️
/modules/navigation/app-shell (Deleted) 0 bytes 2.74kB (-100.0%) 🗑️
/actions/overlay (Deleted) 0 bytes 2.65kB (-100.0%) 🗑️
/forms/input (Deleted) 0 bytes 1.77kB (-100.0%) 🗑️
/robots.txt (Deleted) 0 bytes 144 bytes (-100.0%) 🗑️
/modules/navigation/tabbar/fullscreen-example (Deleted) 0 bytes 863 bytes (-100.0%) 🗑️
/forms/date-time-range-input (Deleted) 0 bytes 5.33kB (-100.0%) 🗑️
/forms/signature-pad-input (Deleted) 0 bytes 3.63kB (-100.0%) 🗑️
/modules/modals/modal-service (Deleted) 0 bytes 2.67kB (-100.0%) 🗑️
/install (Deleted) 0 bytes 3.09kB (-100.0%) 🗑️
/actions/viewport (Deleted) 0 bytes 1.93kB (-100.0%) 🗑️
View changes by path for bundle: @smallstack/svelte-ui-__sveltekit_uqrqba.app-client-esm
File path Size Change
/modules/navigation/tabbar (New) 2.02kB 2.02kB (100%) 🚀
/modules/chat/message-thread (New) 5.42kB 5.42kB (100%) 🚀
/modules/navigation/active-link (New) 890 bytes 890 bytes (100%) 🚀
/modules/chat/chat-window (New) 5.99kB 5.99kB (100%) 🚀
/ (New) 4.0kB 4.0kB (100%) 🚀
/modules/navigation/app-shell (New) 2.12kB 2.12kB (100%) 🚀
/actions/overlay (New) 2.06kB 2.06kB (100%) 🚀
/forms/input (New) 559 bytes 559 bytes (100%) 🚀
/modules/navigation/tabbar/fullscreen-example (New) 680 bytes 680 bytes (100%) 🚀
/forms/date-time-range-input (New) 1.55kB 1.55kB (100%) 🚀
/forms/signature-pad-input (New) 1.17kB 1.17kB (100%) 🚀
/modules/modals/modal-service (New) 3.45kB 3.45kB (100%) 🚀
/install (New) 3.73kB 3.73kB (100%) 🚀
/actions/viewport (New) 221.96kB 221.96kB (100%) 🚀
View changes by path for bundle: @smallstack/svelte-ui-__sveltekit_fyimn3.app-client-esm
File path Size Change
/modules/navigation/tabbar (New) 2.02kB 2.02kB (100%) 🚀
/modules/chat/message-thread (New) 5.42kB 5.42kB (100%) 🚀
/modules/navigation/active-link (New) 890 bytes 890 bytes (100%) 🚀
/modules/chat/chat-window (New) 5.99kB 5.99kB (100%) 🚀
/ (New) 4.0kB 4.0kB (100%) 🚀
/modules/navigation/app-shell (New) 2.12kB 2.12kB (100%) 🚀
/actions/overlay (New) 2.06kB 2.06kB (100%) 🚀
/forms/input (New) 559 bytes 559 bytes (100%) 🚀
/modules/navigation/tabbar/fullscreen-example (New) 680 bytes 680 bytes (100%) 🚀
/forms/date-time-range-input (New) 1.55kB 1.55kB (100%) 🚀
/forms/signature-pad-input (New) 1.17kB 1.17kB (100%) 🚀
/modules/modals/modal-service (New) 3.45kB 3.45kB (100%) 🚀
/install (New) 3.73kB 3.73kB (100%) 🚀
/actions/viewport (New) 1.67kB 1.67kB (100%) 🚀
View changes by path for bundle: @smallstack/svelte-ui-__sveltekit_1784dg4.app-server-esm
File path Size Change
/modules/navigation/tabbar (Deleted) 0 bytes 3.08kB (-100.0%) 🗑️
/modules/chat/message-thread (Deleted) 0 bytes 6.85kB (-100.0%) 🗑️
/modules/navigation/active-link (Deleted) 0 bytes 1.14kB (-100.0%) 🗑️
/modules/chat/chat-window (Deleted) 0 bytes 6.39kB (-100.0%) 🗑️
/ (Deleted) 0 bytes 16.79kB (-100.0%) 🗑️
/modules/navigation/app-shell (Deleted) 0 bytes 2.74kB (-100.0%) 🗑️
/actions/overlay (Deleted) 0 bytes 2.65kB (-100.0%) 🗑️
/forms/input (Deleted) 0 bytes 1.77kB (-100.0%) 🗑️
/robots.txt (Deleted) 0 bytes 144 bytes (-100.0%) 🗑️
/modules/navigation/tabbar/fullscreen-example (Deleted) 0 bytes 863 bytes (-100.0%) 🗑️
/forms/date-time-range-input (Deleted) 0 bytes 5.33kB (-100.0%) 🗑️
/forms/signature-pad-input (Deleted) 0 bytes 3.63kB (-100.0%) 🗑️
/modules/modals/modal-service (Deleted) 0 bytes 2.67kB (-100.0%) 🗑️
/install (Deleted) 0 bytes 3.09kB (-100.0%) 🗑️
/actions/viewport (Deleted) 0 bytes 1.93kB (-100.0%) 🗑️

@maxfriedmann maxfriedmann merged commit 8709fad into main Jan 21, 2025
9 checks passed
@maxfriedmann maxfriedmann deleted the dependabot/npm_and_yarn/eslint-9.18.0 branch January 21, 2025 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant