Skip to content

chore(deps): update frontend - #363

Open
upgrade-bot-9000[bot] wants to merge 1 commit into
masterfrom
renovate/frontend
Open

chore(deps): update frontend#363
upgrade-bot-9000[bot] wants to merge 1 commit into
masterfrom
renovate/frontend

Conversation

@upgrade-bot-9000

@upgrade-bot-9000 upgrade-bot-9000 Bot commented May 11, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@fontsource/inter (source) 5.2.85.3.0 age confidence
@lucide/svelte (source) 1.14.01.28.0 age confidence
@sveltejs/adapter-node (source) 5.5.45.5.7 age confidence
@sveltejs/vite-plugin-svelte (source) 7.1.17.2.0 age confidence
@tailwindcss/vite (source) 4.2.44.3.3 age confidence
@types/node (source) 25.6.025.9.5 age confidence
@vitest/browser-playwright (source) 4.1.54.1.10 age confidence
dayjs (source) 1.11.201.11.21 age confidence
eslint (source) 10.3.010.8.0 age confidence
eslint-plugin-svelte (source) 3.17.13.22.0 age confidence
globals 17.6.017.8.0 age confidence
layercake (source) 10.0.210.0.3 age confidence
playwright (source) 1.59.11.62.1 age confidence
prettier (source) 3.8.33.9.6 age confidence
prettier-plugin-svelte 3.5.13.5.2 age confidence
prettier-plugin-tailwindcss 0.8.00.8.1 age confidence
svelte-check 4.4.84.7.4 age confidence
tailwindcss (source) 4.2.44.3.3 age confidence
typescript-eslint (source) 8.59.28.65.0 age confidence
vitest (source) 4.1.54.1.10 age confidence
vitest-browser-svelte 2.1.12.2.1 age confidence

Release Notes

fontsource/font-files (@​fontsource/inter)

v5.3.0

Compare Source

lucide-icons/lucide (@​lucide/svelte)

v1.28.0: Version 1.28.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@1.27.0...1.28.0

v1.27.0: Version 1.27.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.26.0...1.27.0

v1.26.0: Version 1.26.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.25.0...1.26.0

v1.25.0: Version 1.25.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@1.24.0...1.25.0

v1.24.0: Version 1.24.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.23.0...1.24.0

v1.23.0: Version 1.23.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.22.0...1.23.0

v1.22.0: Version 1.22.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.21.0...1.22.0

v1.21.0: Version 1.21.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.20.0...1.21.0

v1.20.0: Version 1.20.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.19.0...1.20.0

v1.19.0: Version 1.19.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.18.0...1.19.0

v1.18.0: Version 1.18.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.17.0...1.18.0

v1.17.0: Version 1.17.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@1.16.0...1.17.0

v1.16.0: Version 1.16.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@1.15.0...1.16.0

v1.15.0: Version 1.15.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@1.14.0...1.15.0

sveltejs/kit (@​sveltejs/adapter-node)

v5.5.7

Compare Source

Patch Changes

v5.5.6

Compare Source

Patch Changes

v5.5.5

Compare Source

Patch Changes
sveltejs/vite-plugin-svelte (@​sveltejs/vite-plugin-svelte)

v7.2.0

Compare Source

Minor Changes
  • feat(inspector): add a context menu with current component stack (#​1370)

v7.1.4

Compare Source

Patch Changes
  • fix: enforce ltr styles for inspector (#​1324)

v7.1.3

Compare Source

Patch Changes
  • fix: ensure the inspector is injected into the client correctly for Vite+ projects (#​1355)

v7.1.2

Compare Source

Patch Changes
  • fix: correctly resolve compiled CSS on the server for dependencies with Svelte files (#​1342)
tailwindlabs/tailwindcss (@​tailwindcss/vite)

v4.3.3

Compare Source

Fixed
  • Support --watch --poll[=ms] in @tailwindcss/cli when filesystem events are unreliable or unavailable (#​20297)
  • Canonicalization: match arbitrary hex colors against theme colors case-insensitively (e.g. bg-[#fff] and bg-[#FFF]bg-white) (#​20298)
  • Prevent Preflight from overriding Firefox's native iframe:focus-visible outline styles (#​20292)
  • Ensure theme('colors.foo') in JS plugins resolves correctly when both --color-foo and --color-foo-bar exist (#​20299)
  • Ensure fractional opacity modifiers work with named shadow sizes like shadow-sm/12.5, text-shadow-sm/12.5, drop-shadow-sm/12.5, and inset-shadow-sm/12.5 (#​20302)
  • Parse selectors like [data-foo]div as two selectors instead of one (#​20303)
  • Ensure @tailwindcss/postcss rebuilds when a preprocessor like Sass changes the input CSS without changing the input file on disk (#​20310)
  • Ensure CSS nesting is handled even when Lightning CSS isn't run, such as in @tailwindcss/browser and Tailwind Play (#​20124)
  • Prevent achromatic theme colors from shifting hue when mixed in polar color spaces like oklch (#​20314)
  • Ensure --spacing(0) is optimized to 0px instead of 0 so it remains a <length> when used in calc(…) (#​20319)
  • Load @parcel/watcher only when needed in @tailwindcss/cli --watch mode, so one-off builds and --watch --poll work when @parcel/watcher can't be loaded (#​20325)
  • Use explicit platform fonts instead of system-ui and ui-sans-serif so CJK text respects the page's lang attribute on Windows (#​20318)
  • Prevent @tailwindcss/upgrade from rewriting ignored files when run from a subdirectory (#​20329)
  • Ensure earlier @source rules pointing to nested files are scanned when later @source rules point to files in parent folders (#​20335)
  • Prevent @tailwindcss/vite from triggering full page reloads when scanned files are processed by Vite but haven't been loaded as modules yet (#​20336)

[v4.3.2](https://redirect.github.com/tailwindlabs/tailwindcss/bl

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

@upgrade-bot-9000
upgrade-bot-9000 Bot force-pushed the renovate/frontend branch 4 times, most recently from e12c0a1 to 25a9a9f Compare May 18, 2026 04:20
@upgrade-bot-9000
upgrade-bot-9000 Bot force-pushed the renovate/frontend branch 7 times, most recently from 2c7b510 to cfd84b3 Compare May 25, 2026 04:42
@jonerrr
jonerrr force-pushed the renovate/frontend branch from cfd84b3 to ae4da02 Compare May 26, 2026 03:37
@upgrade-bot-9000
upgrade-bot-9000 Bot force-pushed the renovate/frontend branch 7 times, most recently from a7d416b to 8c8425f Compare June 4, 2026 04:53
@upgrade-bot-9000
upgrade-bot-9000 Bot force-pushed the renovate/frontend branch 5 times, most recently from 293db22 to b97bb12 Compare June 9, 2026 04:14
@upgrade-bot-9000
upgrade-bot-9000 Bot force-pushed the renovate/frontend branch 5 times, most recently from 4006b19 to 90551c4 Compare June 17, 2026 04:58
@upgrade-bot-9000
upgrade-bot-9000 Bot force-pushed the renovate/frontend branch 6 times, most recently from 3e772c8 to 7da93f6 Compare June 26, 2026 04:22
@upgrade-bot-9000
upgrade-bot-9000 Bot force-pushed the renovate/frontend branch 7 times, most recently from 23b9e77 to 42ed3e1 Compare July 4, 2026 03:52
@upgrade-bot-9000
upgrade-bot-9000 Bot force-pushed the renovate/frontend branch 6 times, most recently from fe90e28 to 02dd543 Compare July 12, 2026 03:40
@upgrade-bot-9000
upgrade-bot-9000 Bot force-pushed the renovate/frontend branch 4 times, most recently from 01c6a2a to e725fe8 Compare July 20, 2026 03:24
@upgrade-bot-9000
upgrade-bot-9000 Bot force-pushed the renovate/frontend branch 4 times, most recently from 4b16d95 to 845dce5 Compare July 30, 2026 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants