Skip to content

Bump the minor-and-patch group with 5 updates - #72

Merged
AlexZ005 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-22eb354de9
Jul 31, 2026
Merged

Bump the minor-and-patch group with 5 updates#72
AlexZ005 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-22eb354de9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 5 updates:

Package From To
@lucide/svelte 1.27.0 1.28.0
@xyflow/svelte 0.1.23 0.1.39
@sveltejs/kit 2.70.1 2.70.2
flowbite-svelte 0.47.1 0.48.6
prettier-plugin-tailwindcss 0.6.14 0.8.1

Updates @lucide/svelte from 1.27.0 to 1.28.0

Release notes

Sourced from @​lucide/svelte's releases.

Version 1.28.0

What's Changed

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

Commits

Updates @xyflow/svelte from 0.1.23 to 0.1.39

Release notes

Sourced from @​xyflow/svelte's releases.

@​xyflow/svelte@​0.1.39

Patch Changes

@​xyflow/svelte@​0.1.38

Patch Changes

@​xyflow/svelte@​0.1.37

Patch Changes

@​xyflow/svelte@​0.1.36

Patch Changes

@​xyflow/svelte@​0.1.35

Patch Changes

@​xyflow/svelte@​0.1.34

Patch Changes

@​xyflow/svelte@​0.1.33

Patch Changes

@​xyflow/svelte@​0.1.32

... (truncated)

Changelog

Sourced from @​xyflow/svelte's changelog.

0.1.39

Patch Changes

0.1.38

Patch Changes

0.1.37

Patch Changes

0.1.36

Patch Changes

0.1.35

Patch Changes

0.1.34

Patch Changes

... (truncated)

Commits
  • 9893b63 chore(packages): bump
  • 2df553e chore(packages): bump
  • 213c004 chore(packages): bump
  • 1f66172 chore(packages): bump
  • 5412f71 chore(system): add polyfill for Promise.withResolvers #5210
  • b614486 chore(packages): bump
  • 0669606 Fix typo React Flow -> Svelte Flow
  • 9a4011a chore(packages): bump
  • 89de9ca fix: improve TSDoc comments for NodeResizerProps and ResizeControlProps
  • 742bfe3 chore(packages): bump
  • Additional commits viewable in compare view

Updates @sveltejs/kit from 2.70.1 to 2.70.2

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.70.2

Patch Changes

  • fix: prevent quadratic backtracking in Accept header content negotiation (#1)
Changelog

Sourced from @​sveltejs/kit's changelog.

2.70.2

Patch Changes

  • fix: prevent quadratic backtracking in Accept header content negotiation (#1)
Commits

Updates flowbite-svelte from 0.47.1 to 0.48.6

Changelog

Sourced from flowbite-svelte's changelog.

0.48.6

Patch Changes

0.48.5

Patch Changes

  • fix: update datepicker

0.48.3

Patch Changes

  • fix: bugs

0.48.2

Patch Changes

  • fix: bugs

0.48.1

Patch Changes

  • fix: bugs

0.47.4

Patch Changes

  • fix: datepicker

0.47.3

Patch Changes

0.47.2

Patch Changes

Commits

Updates prettier-plugin-tailwindcss from 0.6.14 to 0.8.1

Release notes

Sourced from prettier-plugin-tailwindcss's releases.

v0.8.1

Fixed

  • Don't remove escape sequences when sorting classes in JavaScript string literals, which could produce invalid code in Vue attribute expressions (#461)
  • Restore class sorting in Svelte markup and dynamic class={...} expressions when using prettier-plugin-svelte v4 (#462)

v0.8.0

Changed

  • Require at least Prettier 3.7.x (#420)

Added

  • Export public sorting APIs to /sorter (#438)

Fixed

  • Remove top-level await (#420)
  • Improve load-time performance (#420)
  • Improve config resolution caching with directory-based cache (#432)
  • Load compatible plugins on demand and tighten plugin detection (#437)
  • Load v3/v4 modules only when needed (#439)
  • Remove recast/ast-types deps and optimize dynamic JS attribute handling (#440)
  • Remove unused deps (#441)
  • Use the plugin that has already been imported rather than dynamically importing it again (#442)
  • Skip visiting non-node children (#443)
  • Optimize whitespace-only class detection (#429)
  • Fix v3 config loading with Jiti re-exports (#448)
  • Collapse whitespace in template literals with adjacent quasis (#427)
  • Improve canCollapseWhitespaceIn handling for "tailwindPreserveWhitespace": true (#428)

v0.7.4

Same as v0.7.2, since v0.7.3 contained breaking changes.

v0.7.3

Changed

  • Remove top-level await (#420)
  • Improve load-time performance (#420)

Fixed

  • Collapse whitespace in template literals with adjacent quasis (#427)

v0.7.2

Fixed

  • Load compatible plugins sequentially to work around race conditions in Node.js (#412)
  • Fix compatibility with prettier-plugin-svelte when using Prettier v3.7+ (#418)

... (truncated)

Changelog

Sourced from prettier-plugin-tailwindcss's changelog.

[0.8.1] - 2026-07-15

Fixed

  • Don't remove escape sequences when sorting classes in JavaScript string literals, which could produce invalid code in Vue attribute expressions (#461)
  • Restore class sorting in Svelte markup and dynamic class={...} expressions when using prettier-plugin-svelte v4 (#462)

[0.8.0] - 2026-04-27

Changed

  • Require at least Prettier 3.7.x (#420)

Added

  • Export public sorting APIs to /sorter (#438)

Fixed

  • Remove top-level await (#420)
  • Improve load-time performance (#420)
  • Improve config resolution caching with directory-based cache (#432)
  • Load compatible plugins on demand and tighten plugin detection (#437)
  • Load v3/v4 modules only when needed (#439)
  • Remove recast/ast-types deps and optimize dynamic JS attribute handling (#440)
  • Remove unused deps (#441)
  • Use the plugin that has already been imported rather than dynamically importing it again (#442)
  • Skip visiting non-node children (#443)
  • Optimize whitespace-only class detection (#429)
  • Fix v3 config loading with Jiti re-exports (#448)
  • Collapse whitespace in template literals with adjacent quasis (#427)
  • Improve canCollapseWhitespaceIn handling for "tailwindPreserveWhitespace": true (#428)

[0.7.2] - 2025-12-01

Fixed

  • Load compatible plugins sequentially to work around race conditions in Node.js (#412)
  • Fix compatibility with prettier-plugin-svelte when using Prettier v3.7+ (#418)

[0.7.1] - 2025-10-17

Fixed

  • Match against correct name of dynamic attributes when using regexes (#410)

[0.7.0] - 2025-10-14

Added

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for prettier-plugin-tailwindcss since your current version.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-and-patch group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@lucide/svelte](https://github.com/lucide-icons/lucide/tree/HEAD/packages/svelte) | `1.27.0` | `1.28.0` |
| [@xyflow/svelte](https://github.com/xyflow/xyflow/tree/HEAD/packages/svelte) | `0.1.23` | `0.1.39` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.70.1` | `2.70.2` |
| [flowbite-svelte](https://github.com/themesberg/flowbite-svelte) | `0.47.1` | `0.48.6` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.6.14` | `0.8.1` |


Updates `@lucide/svelte` from 1.27.0 to 1.28.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/1.28.0/packages/svelte)

Updates `@xyflow/svelte` from 0.1.23 to 0.1.39
- [Release notes](https://github.com/xyflow/xyflow/releases)
- [Changelog](https://github.com/xyflow/xyflow/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/xyflow/xyflow/commits/@xyflow/svelte@0.1.39/packages/svelte)

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

Updates `flowbite-svelte` from 0.47.1 to 0.48.6
- [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.47.1...v0.48.6)

Updates `prettier-plugin-tailwindcss` from 0.6.14 to 0.8.1
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.6.14...v0.8.1)

---
updated-dependencies:
- dependency-name: "@lucide/svelte"
  dependency-version: 1.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@xyflow/svelte"
  dependency-version: 0.1.39
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@sveltejs/kit"
  dependency-version: 2.70.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: flowbite-svelte
  dependency-version: 0.48.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: prettier-plugin-tailwindcss
  dependency-version: 0.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 30, 2026
@AlexZ005
AlexZ005 merged commit 05c148c into main Jul 31, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/minor-and-patch-22eb354de9 branch July 31, 2026 20:38
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant