Skip to content

deps(deps): bump the minor-and-patch group with 6 updates#27

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bun/minor-and-patch-690eae404c
Open

deps(deps): bump the minor-and-patch group with 6 updates#27
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bun/minor-and-patch-690eae404c

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2026

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

Package From To
@lucide/svelte 0.575.0 0.577.0
better-auth 1.4.19 1.5.4
@biomejs/biome 2.4.4 2.4.6
@internationalized/date 3.11.0 3.12.0
@types/node 25.3.2 25.3.5
bits-ui 2.16.2 2.16.3

Updates @lucide/svelte from 0.575.0 to 0.577.0

Release notes

Sourced from @​lucide/svelte's releases.

Version 0.577.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.576.0...0.577.0

Version 0.576.0

What's Changed

Full Changelog: lucide-icons/lucide@0.575.0...0.576.0

Commits

Updates better-auth from 1.4.19 to 1.5.4

Release notes

Sourced from better-auth's releases.

v1.5.4

   🐞 Bug Fixes

    View changes on GitHub

v1.5.3

   🐞 Bug Fixes

    View changes on GitHub

v1.5.2

   🐞 Bug Fixes

    View changes on GitHub

v1.5.1

   🐞 Bug Fixes

    View changes on GitHub

v1.5.1-beta.3

   🐞 Bug Fixes

    View changes on GitHub

... (truncated)

Commits
  • cb9e1bc chore: release v1.5.4
  • 56857d6 fix: move adapter packages to dependencies to fix missing module errors (#8401)
  • 8e1ddc3 chore: release v1.5.3
  • efcc238 fix(account): use accountId instead of id in accountInfo endpoint (#8346)
  • 318f827 chore: move adapter packages from deps to optional peer deps (#8303)
  • 54c8493 chore: release v1.5.2
  • 55dd06e fix: prevent double encoded cookie (#8133)
  • 5d7dd9e fix: access control indexing type (#8155)
  • 8959cb9 fix(cookies): use lookahead heuristic for splitting Set-Cookie headers (#8301)
  • 3715137 chore: release v1.5.1
  • Additional commits viewable in compare view

Updates @biomejs/biome from 2.4.4 to 2.4.6

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.4.6

2.4.6

Patch Changes

What's Changed

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

2.4.6

Patch Changes

2.4.5

Patch Changes

  • #9185 e43e730 Thanks @​dyc3! - Added the nursery rule useVueScopedStyles for Vue SFCs. This rule enforces that <style> blocks have the scoped attribute (or module for CSS Modules), preventing style leakage and conflicts between components.

  • #9184 49c8fde Thanks @​chocky335! - Improved plugin performance by batching all plugins into a single syntax visitor with a kind-to-plugin lookup map, reducing per-node dispatch overhead from O(N) to O(1) where N is the number of plugins.

  • #9283 071c700 Thanks @​dyc3! - Fixed noUndeclaredVariables erroneously flagging functions and variables defined in the <script setup> section of Vue SFCs.

  • #9221 4612133 Thanks @​ematipico! - Fixed an issue where the JSON reporter didn't contain the duration of the command.

  • #9294 1805c8f Thanks @​Netail! - Extra rule source reference. biome migrate eslint should do a bit better detecting rules in your eslint configurations.

  • #9178 101b3bb Thanks @​Bertie690! - Fixed #9172 and #9168: Biome now considers more constructs as valid test assertions.

    Previously, assert, expectTypeOf and assertType were not recognized as valid assertions by Biome's linting rules, producing false positives in lint/nursery/useExpect and other similar rules.

    Now, these rules will no longer produce errors in test cases that used these constructs instead of expect:

    import { expectTypeOf, assert, assertType } from "vitest";

... (truncated)

Commits

Updates @internationalized/date from 3.11.0 to 3.12.0

Release notes

Sourced from @​internationalized/date's releases.

React Spectrum S2 v1.2.0

In this release, we are excited to announce that ListView and unavailable menu items are now available! In addition, we have added ActionBar support for TreeView and custom renderer support for the Picker's display value. We also shipped multiple TableView fixes and a set of documentation improvements including a Typography search view now available in the main search menu.

Thanks to all of our contributors for the updates in this release.

Full release notes

React Spectrum S2 v1.1.0

It’s our first release of the new year and we’ve got plenty of exciting treats we’re bringing to the table. We’ve added a variety of new features to our documentation site including a new dark/light mode switch in the site header. Our search menu also now features a Colors section where you can browse the Spectrum-defined colors and search by name or hex value to find close or exact matches. We also now offer our docs in the form of Agent Skills that can be installed locally and used by your favorite AI coding tools.

This release also includes several bugs fixes, such as properly rendering menus when rendered from within a popover and updates to TreeView disabledBehavior styling to match the latest designs.

Full Release Notes

Commits
  • 8df1873 Publish
  • a6e720d chore: bump macro plugin version for Stackblitz (#9730)
  • 971162c fix: S2 ListView polish styles (#9717)
  • cdbfe48 chore: fixing defaultSelectedKey type consistency and removing unneeded impor...
  • 7b9da59 fix: Tree keyboard drag and drop should skip content nodes (#9724)
  • 2fd0040 chore: update example apps with ListView and Unavailable MenuItem examples (#...
  • 98d99cb fix(TableView): updated disabled behavior to match ListView/TreeView (#9720)
  • cf84735 fix: prevent calling focus on elements within template elements (#9712)
  • ea26071 docs(ActionBar): add TreeView example to ActionBar docs (#9718)
  • 75fac88 docs(S2): add illustrations for ListView and AI pages (#9721)
  • Additional commits viewable in compare view

Updates @types/node from 25.3.2 to 25.3.5

Commits

Updates bits-ui from 2.16.2 to 2.16.3

Release notes

Sourced from bits-ui's releases.

bits-ui@2.16.3

Patch Changes

  • fix: floating content exit animations (#1980)

  • fix(Tooltip): improve transit handling from trigger to content (#1981)

Commits

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 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@lucide/svelte](https://github.com/lucide-icons/lucide/tree/HEAD/packages/svelte) | `0.575.0` | `0.577.0` |
| [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth) | `1.4.19` | `1.5.4` |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.4.4` | `2.4.6` |
| [@internationalized/date](https://github.com/adobe/react-spectrum) | `3.11.0` | `3.12.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.3.2` | `25.3.5` |
| [bits-ui](https://github.com/huntabyte/bits-ui) | `2.16.2` | `2.16.3` |


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

Updates `better-auth` from 1.4.19 to 1.5.4
- [Release notes](https://github.com/better-auth/better-auth/releases)
- [Commits](https://github.com/better-auth/better-auth/commits/v1.5.4/packages/better-auth)

Updates `@biomejs/biome` from 2.4.4 to 2.4.6
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.6/packages/@biomejs/biome)

Updates `@internationalized/date` from 3.11.0 to 3.12.0
- [Release notes](https://github.com/adobe/react-spectrum/releases)
- [Commits](https://github.com/adobe/react-spectrum/compare/@internationalized/date@3.11.0...@internationalized/date@3.12.0)

Updates `@types/node` from 25.3.2 to 25.3.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `bits-ui` from 2.16.2 to 2.16.3
- [Release notes](https://github.com/huntabyte/bits-ui/releases)
- [Commits](https://github.com/huntabyte/bits-ui/compare/bits-ui@2.16.2...bits-ui@2.16.3)

---
updated-dependencies:
- dependency-name: "@lucide/svelte"
  dependency-version: 0.577.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: better-auth
  dependency-version: 1.5.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@biomejs/biome"
  dependency-version: 2.4.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@internationalized/date"
  dependency-version: 3.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/node"
  dependency-version: 25.3.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: bits-ui
  dependency-version: 2.16.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

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

dependabot bot commented on behalf of github Mar 6, 2026

Labels

The following labels could not be found: bun, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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