Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump svelte, flowbite-svelte, svelte-check and svelte-heros-v2 #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 30, 2024

Bumps svelte, flowbite-svelte, svelte-check and svelte-heros-v2. These dependencies needed to be updated together.
Updates svelte from 3.59.1 to 4.2.19

Release notes

Sourced from svelte's releases.

svelte@4.2.19

Patch Changes

  • fix: ensure typings for <svelte:options> are picked up (#12902)

  • fix: escape < in attribute strings (#12989)

svelte@4.2.18

Patch Changes

  • chore: speed up regex (#11922)
Changelog

Sourced from svelte's changelog.

4.2.19

Patch Changes

  • fix: ensure typings for <svelte:options> are picked up (#12902)

  • fix: escape < in attribute strings (#12989)

4.2.18

Patch Changes

  • chore: speed up regex (#11922)

4.2.17

Patch Changes

  • fix: correctly handle falsy values of style directives in SSR mode (#11584)

4.2.16

Patch Changes

  • fix: check if svelte component exists on custom element destroy (#11489)

4.2.15

Patch Changes

  • support attribute selector inside :global() (#11135)

4.2.14

Patch Changes

  • fix parsing camelcase container query name (#11131)

4.2.13

Patch Changes

  • fix: applying :global for +,~ sibling combinator when slots are present (#9282)

4.2.12

Patch Changes

  • fix: properly update svelte:component props when there are spread props (#10604)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by svelte-admin, a new releaser for svelte since your current version.


Updates flowbite-svelte from 0.36.5 to 0.46.15

Release notes

Sourced from flowbite-svelte's releases.

v0.46.15

What's Changed

New Contributors

Full Changelog: themesberg/flowbite-svelte@v0.46.12...v0.46.15

  • 0d5426fa (HEAD -> main, origin/main, origin/HEAD) v0.46.15
  • 69108a00 (tag: v0.46.15) feat: add 5.0.0 to peerDependencies
  • 8c2e834d fix: add border to Input
  • a555c1f5 docs: fix: typo
  • af097394 docs: fix: typo
  • 3236e52a fix!: add close event to toast component (#1383)
  • 6d5352c0 docs: #1351 add customizing the header tag to the Accordion page
  • e8cec5a6 (accordion-heading) fix: AccordionItem: add tag prop
  • ab5abd76 docs: fix: typo

v0.46.12

  • 1c08c3ac (HEAD -> main, origin/main, origin/HEAD) v0.46.12
  • b047d31d (tag: v0.46.12, new-dropdown) fix: Dropdown change to component prop since $$restProps does not work
  • 81f01f29 fix: docs: dropdown custome color
  • afe7393d fix: docs: list-group page typo
  • 2e8a4d4f docs: fix: footer default
  • fc1eda63 docs: fix: alert page event example
  • c3e29c77 fix: ColorVariant, toast and badge page
  • fe2f01bd v0.46.11
  • ab24e307 (tag: v0.46.11) fix: Badge and Toast component transition
  • ddb09b34 v0.46.10
  • 59108274 (tag: v0.46.10) fix: Checkbox group
  • 331a0b73 v0.46.9
  • 20686def (tag: v0.46.9) chore: changeset
  • ecce7667 fix: remove the default values for Checkbox group and choices
  • 23df9cd7 v0.46.8
  • 540e8c32 (tag: v0.46.8) chore: changeset
  • 47a90d2d fix: Checkbox group and example
  • 6583693c docs: fix: table page Click and double-click on row example
  • 1cc2df72 fix: pnpm install --frozen-lockfile=false
  • 31fd9423 v0.46.7
  • ba1705a6 (tag: v0.46.7) fix: TableBodyCell separate td and button
  • f15e331a fix: frozen-lockfile

v0.46.6

Full Changelog: themesberg/flowbite-svelte@v0.46.5...v0.46.6

v0.46.5

  • 433324ab (HEAD -> main, origin/main, origin/HEAD) v0.46.5
  • e8825623 (tag: v0.46.5) fix: Select value update
  • ddfe558c docs: fix: add values to range examples

... (truncated)

Changelog

Sourced from flowbite-svelte's changelog.

0.46.15

Patch Changes

0.46.14

Patch Changes

0.46.13

Patch Changes

0.46.12

Patch Changes

  • fix: : Dropdown change to component prop since $restProps does not work with Svelte 5

0.46.11

Patch Changes

0.46.10

Patch Changes

0.46.9

Patch Changes

0.46.8

Patch Changes

0.46.7

... (truncated)

Commits

Updates svelte-check from 3.3.2 to 3.8.6

Release notes

Sourced from svelte-check's releases.

svelte-check-3.8.6

  • fix: support Svelte 5 module script attribute (#2473)

svelte-check-3.8.5

  • chore: bump html/css language service (#2424)
  • chore: better "cannot use bind:" error message (#2429)
  • fix: no implicit children prop when using slot (#2427)
  • fix: correctly handle HTML between implicit snippet props (#2450)
  • fix: correctly scope snippet declarations (#2449)
  • fix: make it possible to type snippet parameters using JSDoc (#2449)
  • fix: add legacy methods to own component shape (#2451)

svelte-check-3.8.4

  • fix: ensure bindings and exports work properly for Svelte 5 + TS5.5

svelte-check-3.8.3

  • fix: detect root snippets correctly
  • fix: prevent false positive store declarations (#2422)

svelte-check-3.8.2

  • chore: reduce dependencies (#2413) (#2400)
  • fix: handle snippets with typed arguments (#2412)
  • fix: handle optional arguments in snippets (#2414)

svelte-check-3.8.1

  • fix: adjust ambient module snipping logic
  • chore: speed up regex

svelte-check-3.8.0

  • fix: allow for whitespace in snippets declaration (#2366)
  • fix: allow as expressions for bindable props (#2372)
  • fix: force correct semantic tokens for $props types (#2379)
  • feat: Svelte 5 component class/function interop (#2380)

svelte-check-3.7.1

  • fix: rework bindable types strategy (#2361)

svelte-check-3.7.0

  • feat: mark only properties as bindable that were declared using $bindable() in Svelte 5 runes mode (#2336)
  • chore: better Svelte 5 interop (#2336)
  • fix: preserve event attribute casing in Svelte 5 (#2347)
  • fix: handle #await inside #snippet (#2348)
  • fix: better bind:group transformation (#2349)
  • fix: handle boolean css var (#2350)

svelte-check-3.6.9

  • fix: ensure type widening for bind:group
  • perf: improve perf in deleteUnresolvedResolutionsFromCache (#2320)
  • fix: adjust for moved compiler file in Svelte 5 (#2327)

... (truncated)

Commits

Updates svelte-heros-v2 from 0.4.2 to 1.3.0

Release notes

Sourced from svelte-heros-v2's releases.

v1.3.0

Full Changelog: shinokada/svelte-heros-v2@v1.2.2...v1.3.0

v1.2.2

Full Changelog: shinokada/svelte-heros-v2@v1.1.0...v1.2.2

v1.1.0

What's Changed

New Contributors

Full Changelog: shinokada/svelte-heros-v2@v0.10.1...v1.1.0

Changelog

Sourced from svelte-heros-v2's changelog.

1.3.0

Minor Changes

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.2.2 (2024-03-01)

Bug Fixes

  • @​typescript-eslint/eslint-plugin update (2752e7f)

1.2.1 (2024-03-01)

Bug Fixes

  • layout update add class to NavHamburger (7e28792)

1.2.0 (2024-01-27)

Features

  • add 5.0.0 to peerDependencies (944de98)

1.1.0 (2024-01-19)

Features

0.10.12 (2023-09-21)

Features

0.10.11 (2023-08-30)

0.10.10 (2023-08-30)

0.10.9 (2023-08-29)

Features

  • update Icon and update docs (133395e)

0.10.8 (2023-08-29)

... (truncated)

Commits
  • a07a98c chore: changeset version and lib-helpers
  • a350210 chore: changeset
  • 144e4d3 feat: add changeset
  • cec1977 > Gitignore updated at 2024-05-10 17:00:12
  • d428970 feat: add withEvents, title, desc props
  • cfcb7c0 fix: update google analytics
  • 36048da fix: add google analytics
  • f10c19c fix: ko-fi banner update
  • 3d2955d feat: add ko-fi banner, github issue template, update footer, change to codew...
  • f811b77 chore(release): 1.2.2
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
…ros-v2

Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte), [flowbite-svelte](https://github.com/themesberg/flowbite-svelte), [svelte-check](https://github.com/sveltejs/language-tools) and [svelte-heros-v2](https://github.com/shinokada/svelte-heros-v2). These dependencies needed to be updated together.

Updates `svelte` from 3.59.1 to 4.2.19
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.19/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.19/packages/svelte)

Updates `flowbite-svelte` from 0.36.5 to 0.46.15
- [Release notes](https://github.com/themesberg/flowbite-svelte/releases)
- [Changelog](https://github.com/themesberg/flowbite-svelte/blob/main/CHANGELOG.md)
- [Commits](themesberg/flowbite-svelte@v0.36.5...v0.46.15)

Updates `svelte-check` from 3.3.2 to 3.8.6
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](sveltejs/language-tools@svelte-check-3.3.2...svelte-check-3.8.6)

Updates `svelte-heros-v2` from 0.4.2 to 1.3.0
- [Release notes](https://github.com/shinokada/svelte-heros-v2/releases)
- [Changelog](https://github.com/shinokada/svelte-heros-v2/blob/main/CHANGELOG.md)
- [Commits](shinokada/svelte-heros-v2@v0.4.2...v1.3.0)

---
updated-dependencies:
- dependency-name: svelte
  dependency-type: direct:development
- dependency-name: flowbite-svelte
  dependency-type: direct:production
- dependency-name: svelte-check
  dependency-type: direct:development
- dependency-name: svelte-heros-v2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link

vercel bot commented Aug 30, 2024

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

Name Status Preview Comments Updated (UTC)
hellofraiche ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 30, 2024 5:22pm

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 30, 2024
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.

None yet

0 participants