Skip to content

deps(bun)(deps-dev): bump the bun-dependencies group across 1 directory with 22 updates - #103

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/bun-dependencies-8ac9389e93
Open

deps(bun)(deps-dev): bump the bun-dependencies group across 1 directory with 22 updates#103
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/bun-dependencies-8ac9389e93

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubDec 11, 2025

Copy link
Copy Markdown
Contributor

Bumps the bun-dependencies group with 22 updates in the / directory:

PackageFromTo
@eslint/compat1.4.12.0.0
@eslint/eslintrc3.3.13.3.3
@iconify/json2.2.4032.2.416
@iconify/tailwind41.1.01.2.0
@solidjs/router0.15.30.15.4
@tailwindcss/vite4.1.164.1.17
@types/node24.10.025.0.0
@typescript-eslint/eslint-plugin8.46.38.49.0
@typescript-eslint/parser8.46.38.49.0
@xstate/store3.11.23.13.0
ag-grid-community34.3.135.0.0
daisyui5.4.55.5.11
effect3.19.13.19.11
lucide-solid0.552.00.559.0
nanostores1.0.11.1.0
npm-check-updates19.1.219.2.0
pocketbase0.26.30.26.5
prettier3.6.23.7.4
prettier-plugin-tailwindcss0.7.10.7.2
solid-markdown2.0.142.1.1
tailwindcss4.1.164.1.17
vite7.2.07.2.7

Updates @eslint/compat from 1.4.1 to 2.0.0

Release notes

Sourced from @​eslint/compat's releases.

compat: v2.0.0

2.0.0 (2025-11-14)

⚠ BREAKING CHANGES

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297)

Features

  • patch missing context and SourceCode methods for v10 (#311) (a40d8c6)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297) (acc623c)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^0.17.0 to ^1.0.0

migrate-config: v2.0.0

2.0.0 (2025-11-14)

⚠ BREAKING CHANGES

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297)

Features

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297) (acc623c)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/compat bumped from ^1.4.1 to ^2.0.0
    • devDependencies
      • @​eslint/core bumped from ^0.17.0 to ^1.0.0

migrate-config: v1.6.1

1.6.1 (2025-10-27)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/compat bumped from ^1.4.0 to ^1.4.1

... (truncated)

Changelog

Sourced from @​eslint/compat's changelog.

2.0.0 (2025-11-14)

⚠ BREAKING CHANGES

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297)

Features

  • patch missing context and SourceCode methods for v10 (#311) (a40d8c6)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297) (acc623c)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^0.17.0 to ^1.0.0
Commits

Updates @eslint/eslintrc from 3.3.1 to 3.3.3

Release notes

Sourced from @​eslint/eslintrc's releases.

eslintrc: v3.3.3

3.3.3 (2025-11-28)

Bug Fixes

  • release v3.3.3 because publishing v3.3.2 failed (#211) (8aa555a)

eslintrc: v3.3.2

3.3.2 (2025-11-25)

Bug Fixes

  • Remove name property from all and recommended configs (#200) (344da49)
Changelog

Sourced from @​eslint/eslintrc's changelog.

3.3.3 (2025-11-28)

Bug Fixes

  • release v3.3.3 because publishing v3.3.2 failed (#211) (8aa555a)

3.3.2 (2025-11-25)

Bug Fixes

  • Remove name property from all and recommended configs (#200) (344da49)
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​eslint/eslintrc since your current version.


Updates @iconify/json from 2.2.403 to 2.2.416

Commits
  • 7c7df81 Update 3 icon sets: Devicon, Huge Icons, Simple Icons
  • ba676fd Update 5 icon sets
  • 9641a1f Update 13 icon sets
  • 07a75a6 Merge pull request #249 from iconify/renovate/vitest-monorepo
  • a79106d chore(deps): update dependency vitest to ^4.0.15
  • bdaf8bb Merge pull request #248 from iconify/renovate/typescript-eslint-monorepo
  • 5e791e7 chore(deps): update dependency @​typescript-eslint/eslint-plugin to ^8.48.1
  • 3bff805 Update 8 icon sets
  • 47d268d Update 6 icon sets
  • 2482731 Update 9 icon sets
  • Additional commits viewable in compare view

Updates @iconify/tailwind4 from 1.1.0 to 1.2.0

Commits

Updates @solidjs/router from 0.15.3 to 0.15.4

Changelog

Sourced from @​solidjs/router's changelog.

0.15.4

Patch Changes

  • da5e1f9: allow URLSearchParams type for when enctype is not set to multipart/form-data

  • 1aa664e: - Improve route matching fallback

    • Optimize imports
  • fa46b67: fix(type): allow value from Params and SearchParams to be optional

  • bd89541: Support in operator for useParams()

  • 0a2f556: preserve headers in query()'s handleResponse()

  • ac97470: added SearchParams to the exported types

  • 8885abf: fix: createAsync - catch errors of prev to avoid bubbling error up

  • d665cc9: Fix Router popstate event handling logic

    • Simplified delta check logic for history navigation
    • Improved reliability of forward navigation detection
    • Fixed window.history.forward() navigation handling
Commits

Updates @tailwindcss/vite from 4.1.16 to 4.1.17

Release notes

Sourced from @​tailwindcss/vite's releases.

v4.1.17

Fixed

  • Substitute @variant inside legacy JS APIs (#19263)
  • Prevent occasional crash on Windows when loaded into a worker thread (#19242)
Changelog

Sourced from @​tailwindcss/vite's changelog.

[4.1.17] - 2025-11-06

Fixed

  • Substitute @variant inside legacy JS APIs (#19263)
  • Prevent occasional crash on Windows when loaded into a worker thread (#19242)
Commits

Updates @types/node from 24.10.0 to 25.0.0

Commits

Updates @typescript-eslint/eslint-plugin from 8.46.3 to 8.49.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.49.0

8.49.0 (2025-12-08)

🚀 Features

  • eslint-plugin: use Intl.Segmenter instead of graphemer (#11804)

🩹 Fixes

  • deps: update dependency prettier to v3.7.2 (#11820)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.48.1

8.48.1 (2025-12-02)

⏪ Reverts

  • eslint-plugin: revert "[no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)" (#11812)

🩹 Fixes

  • eslint-plugin: [consistent-type-exports] check value flag before resolving alias (#11769)
  • eslint-plugin: honor ignored base types on generic classes (#11767)
  • eslint-plugin: [restrict-template-expressions] check base types in allow list (#11764, #11759)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.48.0

8.48.0 (2025-11-24)

🚀 Features

  • eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)
  • rule-tester: remove workaround for jest circular structure error (#11772)
  • typescript-estree: gate all errors behind allowInvalidAST (#11693)
  • typescript-estree: replace fast-glob with tinyglobby (#11740)

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.49.0 (2025-12-08)

🚀 Features

  • eslint-plugin: use Intl.Segmenter instead of graphemer (#11804)

🩹 Fixes

  • deps: update dependency prettier to v3.7.2 (#11820)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.48.1 (2025-12-02)

🩹 Fixes

  • eslint-plugin: [restrict-template-expressions] check base types in allow list (#11764, #11759)
  • eslint-plugin: honor ignored base types on generic classes (#11767)
  • eslint-plugin: [consistent-type-exports] check value flag before resolving alias (#11769)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.48.0 (2025-11-24)

🚀 Features

  • eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)

🩹 Fixes

  • typescript-estree: disallow binding patterns in parameter properties (#11760)
  • eslint-plugin: [consistent-generic-constructors] ignore when constructor is typed array (#10477)

❤️ Thank You

... (truncated)

Commits
  • 864595a chore(release): publish 8.49.0
  • 32b7e89 chore(deps): update dependency @​vitest/eslint-plugin to v1.5.1 (#11816)
  • 56149a2 feat(eslint-plugin): use Intl.Segmenter instead of graphemer (#11804)
  • 34a49a4 fix(deps): update dependency prettier to v3.7.2 (#11820)
  • d2d7ace docs: fixes bad link to jest docs in unbound-method rule page (#11823)
  • 8fe3445 chore(release): publish 8.48.1
  • 5ac66a6 fix(eslint-plugin): revert "[no-redundant-type-constituents] use assignabilit...
  • 906cc3c fix(eslint-plugin): [restrict-template-expressions] check base types in allow...
  • 16cf0f7 test(eslint-plugin): [consistent-type-exports] add more shadowed imports test...
  • 0db02ac fix(eslint-plugin): honor ignored base types on generic classes (#11767)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.46.3 to 8.49.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.49.0

8.49.0 (2025-12-08)

🚀 Features

  • eslint-plugin: use Intl.Segmenter instead of graphemer (#11804)

🩹 Fixes

  • deps: update dependency prettier to v3.7.2 (#11820)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.48.1

8.48.1 (2025-12-02)

⏪ Reverts

  • eslint-plugin: revert "[no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)" (#11812)

🩹 Fixes

  • eslint-plugin: [consistent-type-exports] check value flag before resolving alias (#11769)
  • eslint-plugin: honor ignored base types on generic classes (#11767)
  • eslint-plugin: [restrict-template-expressions] check base types in allow list (#11764, #11759)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.48.0

8.48.0 (2025-11-24)

🚀 Features

  • eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#10744)
  • rule-tester: remove workaround for jest circular structure error (#11772)
  • typescript-estree: gate all errors behind allowInvalidAST (#11693)
  • typescript-estree: replace fast-glob with tinyglobby (#11740)

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.49.0 (2025-12-08)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.48.1 (2025-12-02)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.48.0 (2025-11-24)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.47.0 (2025-11-17)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.46.4 (2025-11-10)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates @xstate/store from 3.11.2 to 3.13.0

Release notes

Sourced from @​xstate/store's releases.

@​xstate/store@​3.13.0

Minor Changes

  • #5415068f2a7 Thanks @​davidkpiano! - Add snapshot-based undo/redo strategy to undoRedo(…):

    // Snapshot strategy (faster undo/redo, more memory)undoRedo(config,{strategy: 'snapshot',historyLimit: 10});

@​xstate/store@​3.12.0

Minor Changes

  • #541045d97de Thanks @​davidkpiano! - Fix go-to-definition for triggers

  • #5414524a207 Thanks @​davidkpiano! - Computed atoms can now access their previous value via an optional second parameter:

    constcount=createAtom(1);constdouble=createAtom<number>((_,prev)=>count.get()+(prev??0));
Commits

Updates ag-grid-community from 34.3.1 to 35.0.0

Release notes

Sourced from ag-grid-community's releases.

v35.0.0

https://www.ag-grid.com/changelog/?fixVersion=35.0.0

Commits

Updates daisyui from 5.4.5 to 5.5.11

Release notes

Sourced from daisyui's releases.

v5.5.11

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

npm i -D daisyui@5.5.11

💚 Thank you for using daisyUI!

v5.5.10

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

npm i -D daisyui@5.5.10

💚 Thank you for using daisyUI!

v5.5.9

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

npm i -D daisyui@5.5.9

💚 Thank you for using daisyUI!

v5.5.8

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

npm i -D daisyui@5.5.8

💚 Thank you for using daisyUI!

v5.5.7

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

npm i -D daisyui@5.5.7

💚 Thank you for using daisyUI!

... (truncated)

Changelog

Sourced from daisyui's changelog.

5.5.11 (2025-12-10)

Bug Fixes

  • range color issue when there's a ling range slider on a ultrawide screen (#4335). closes #4334 (810f519)

5.5.10 (2025-12-10)

Bug Fixes

  • rule priority for .drawer-end and .drawer-open. closes #4331 (82e68d4)

5.5.9 (2025-12-10)

Bug Fixes

5.5.8 (2025-12-03)

Bug Fixes

  • badge padding to respect --size-selector, clean up kbd and tab padding properties. closes: #4293 (e713958)

5.5.7 (2025-12-03)

Bug Fixes

  • cleanup a few instances of calc in tabs and FAB (#4292) (589c5ad)

5.5.6 (2025-12-03)

Bug Fixes

5.5.5 (2025-11-15)

Bug Fixes

5.5.4 (2025-11-14)

... (truncated)

Commits
  • ce2977a chore(release): 5.5.11
  • 810f519 fix: range color issue when there's a ling range slider on a ultrawide screen...
  • 2839063 chore(release): 5.5.10
  • 82e68d4 fix: rule priority for .drawer-end and .drawer-open. closes #4331
  • 4880992 chore(release): 5.5.9
  • 5cf3e89 fix: improve root color. closes: #4294
  • 97eb5f0 chore(release): 5.5.8
  • e713958 fix: badge padding to respect --size-selector, clean up kbd and tab padding p...
  • f74ae56 chore(release): 5.5.7
  • 589c5ad fix: cleanup a few instances of calc in tabs and FAB (#4292)
  • Additional commits viewable in compare view

Updates effect from 3.19.1 to 3.19.11

Release notes

Sourced from effect's releases.

effect@3.19.11

Patch Changes

  • #588838abd67 Thanks @​gcanti! - filter non-JSON values from schema examples and defaults, closes #5884

    Introduce JsonValue type and update JsonSchemaAnnotations to use it for type safety. Add validation to filter invalid values (BigInt, cyclic refs) from examples and defaults, preventing infinite recursion on cycles.

  • #588544e0b04 Thanks @​gcanti! - feat(JSONSchema): add missing options for target JSON Schema version in make function, closes #5883

effect@3.19.10

Patch Changes

effect@3.19.9

Patch Changes

effect@3.19.8

Patch Changes

  • #5815f03b8e5 Thanks @​lokhmakov! - Prevent multiple iterations over the same Iterable in Array.intersectionWith and Array.differenceWith

effect@3.19.7

Patch Changes

effect@3.19.6

Patch Changes

effect@3.19.5

Patch Changes

effect@3.19.4

Patch Changes

... (truncated)

Changelog

Sourced from effect's changelog.

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for effect since your current version.


Updates lucide-solid from 0.552.0 to 0.559.0

Release notes

Sourced from lucide-solid's releases.

Version 0.559.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.558.0...0.559.0

Version 0.558.0

What's Changed

Full Changelog: lucide-icons/lucide@0.557.0...0.558.0

Version 0.557.0

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.556.0...0.557.0

Version 0.556.0

What's Changed

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for lucide...

Description has been truncated

…ry with 22 updates
Bumps the bun-dependencies group with 22 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) | `1.4.1` | `2.0.0` |
| [@eslint/eslintrc](https://github.com/eslint/eslintrc) | `3.3.1` | `3.3.3` |
| [@iconify/json](https://github.com/iconify/icon-sets) | `2.2.403` | `2.2.416` |
| [@iconify/tailwind4](https://github.com/iconify/iconify-tailwind/tree/HEAD/packages/plugin) | `1.1.0` | `1.2.0` |
| [@solidjs/router](https://github.com/solidjs/solid-router) | `0.15.3` | `0.15.4` |
| [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.1.16` | `4.1.17` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.10.0` | `25.0.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.46.3` | `8.49.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.46.3` | `8.49.0` |
| [@xstate/store](https://github.com/statelyai/xstate) | `3.11.2` | `3.13.0` |
| [ag-grid-community](https://github.com/ag-grid/ag-grid) | `34.3.1` | `35.0.0` |
| [daisyui](https://github.com/saadeghi/daisyui/tree/HEAD/packages/daisyui) | `5.4.5` | `5.5.11` |
| [effect](https://github.com/Effect-TS/effect/tree/HEAD/packages/effect) | `3.19.1` | `3.19.11` |
| [lucide-solid](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-solid) | `0.552.0` | `0.559.0` |
| [nanostores](https://github.com/nanostores/nanostores) | `1.0.1` | `1.1.0` |
| [npm-check-updates](https://github.com/raineorshine/npm-check-updates) | `19.1.2` | `19.2.0` |
| [pocketbase](https://github.com/pocketbase/js-sdk) | `0.26.3` | `0.26.5` |
| [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.7.4` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.7.1` | `0.7.2` |
| [solid-markdown](https://github.com/andi23rosca/solid-markdown) | `2.0.14` | `2.1.1` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.1.16` | `4.1.17` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.2.0` | `7.2.7` |
Updates `@eslint/compat` from 1.4.1 to 2.0.0
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/compat-v2.0.0/packages/compat)
Updates `@eslint/eslintrc` from 3.3.1 to 3.3.3
- [Release notes](https://github.com/eslint/eslintrc/releases)
- [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md)
- [Commits](eslint/eslintrc@v3.3.1...eslintrc-v3.3.3)
Updates `@iconify/json` from 2.2.403 to 2.2.416
- [Commits](iconify/icon-sets@2.2.403...2.2.416)
Updates `@iconify/tailwind4` from 1.1.0 to 1.2.0
- [Commits](https://github.com/iconify/iconify-tailwind/commits/HEAD/packages/plugin)
Updates `@solidjs/router` from 0.15.3 to 0.15.4
- [Changelog](https://github.com/solidjs/solid-router/blob/main/CHANGELOG.md)
- [Commits](https://github.com/solidjs/solid-router/commits)
Updates `@tailwindcss/vite` from 4.1.16 to 4.1.17
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.17/packages/@tailwindcss-vite)
Updates `@types/node` from 24.10.0 to 25.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Updates `@typescript-eslint/eslint-plugin` from 8.46.3 to 8.49.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.49.0/packages/eslint-plugin)
Updates `@typescript-eslint/parser` from 8.46.3 to 8.49.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.49.0/packages/parser)
Updates `@xstate/store` from 3.11.2 to 3.13.0
- [Release notes](https://github.com/statelyai/xstate/releases)
- [Commits](https://github.com/statelyai/xstate/compare/@xstate/store@3.11.2...@xstate/store@3.13.0)
Updates `ag-grid-community` from 34.3.1 to 35.0.0
- [Release notes](https://github.com/ag-grid/ag-grid/releases)
- [Commits](ag-grid/ag-grid@release-34.3.1...release-35.0.0)
Updates `daisyui` from 5.4.5 to 5.5.11
- [Release notes](https://github.com/saadeghi/daisyui/releases)
- [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/saadeghi/daisyui/commits/v5.5.11/packages/daisyui)
Updates `effect` from 3.19.1 to 3.19.11
- [Release notes](https://github.com/Effect-TS/effect/releases)
- [Changelog](https://github.com/Effect-TS/effect/blob/main/packages/effect/CHANGELOG.md)
- [Commits](https://github.com/Effect-TS/effect/commits/effect@3.19.11/packages/effect)
Updates `lucide-solid` from 0.552.0 to 0.559.0
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.559.0/packages/lucide-solid)
Updates `nanostores` from 1.0.1 to 1.1.0
- [Release notes](https://github.com/nanostores/nanostores/releases)
- [Changelog](https://github.com/nanostores/nanostores/blob/main/CHANGELOG.md)
- [Commits](nanostores/nanostores@1.0.1...1.1.0)
Updates `npm-check-updates` from 19.1.2 to 19.2.0
- [Release notes](https://github.com/raineorshine/npm-check-updates/releases)
- [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md)
- [Commits](raineorshine/npm-check-updates@v19.1.2...v19.2.0)
Updates `pocketbase` from 0.26.3 to 0.26.5
- [Release notes](https://github.com/pocketbase/js-sdk/releases)
- [Changelog](https://github.com/pocketbase/js-sdk/blob/master/CHANGELOG.md)
- [Commits](pocketbase/js-sdk@v0.26.3...v0.26.5)
Updates `prettier` from 3.6.2 to 3.7.4
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.6.2...3.7.4)
Updates `prettier-plugin-tailwindcss` from 0.7.1 to 0.7.2
- [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.7.1...v0.7.2)
Updates `solid-markdown` from 2.0.14 to 2.1.1
- [Release notes](https://github.com/andi23rosca/solid-markdown/releases)
- [Commits](https://github.com/andi23rosca/solid-markdown/commits)
Updates `tailwindcss` from 4.1.16 to 4.1.17
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.17/packages/tailwindcss)
Updates `vite` from 7.2.0 to 7.2.7
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.2.7/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.2.7/packages/vite)
---
updated-dependencies:
- dependency-name: "@eslint/compat"
dependency-version: 2.0.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: bun-dependencies
- dependency-name: "@eslint/eslintrc"
dependency-version: 3.3.3
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: bun-dependencies
- dependency-name: "@iconify/json"
dependency-version: 2.2.416
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: bun-dependencies
- dependency-name: "@iconify/tailwind4"
dependency-version: 1.2.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: bun-dependencies
- dependency-name: "@solidjs/router"
dependency-version: 0.15.4
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: bun-dependencies
- dependency-name: "@tailwindcss/vite"
dependency-version: 4.1.17
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: bun-dependencies
- dependency-name: "@types/node"
dependency-version: 25.0.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: bun-dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-version: 8.49.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: bun-dependencies
- dependency-name: "@typescript-eslint/parser"
dependency-version: 8.49.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: bun-dependencies
- dependency-name: "@xstate/store"
dependency-version: 3.13.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: bun-dependencies
- dependency-name: ag-grid-community
dependency-version: 35.0.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: bun-dependencies
- dependency-name: daisyui
dependency-version: 5.5.11
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: bun-dependencies
- dependency-name: effect
dependency-version: 3.19.11
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: bun-dependencies
- dependency-name: lucide-solid
dependency-version: 0.559.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: bun-dependencies
- dependency-name: nanostores
dependency-version: 1.1.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: bun-dependencies
- dependency-name: npm-check-updates
dependency-version: 19.2.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: bun-dependencies
- dependency-name: pocketbase
dependency-version: 0.26.5
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: bun-dependencies
- dependency-name: prettier
dependency-version: 3.7.4
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: bun-dependencies
- dependency-name: prettier-plugin-tailwindcss
dependency-version: 0.7.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: bun-dependencies
- dependency-name: solid-markdown
dependency-version: 2.1.1
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: bun-dependencies
- dependency-name: tailwindcss
dependency-version: 4.1.17
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: bun-dependencies
- dependency-name: vite
dependency-version: 7.2.7
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: bun-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>

@greptile-appsgreptile-appsBot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

@coderabbitai

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@dependabot@github

dependabotBot commented on behalf of githubDec 12, 2025

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

20 similar comments
@dependabot@github

dependabotBot commented on behalf of githubDec 15, 2025

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubDec 16, 2025

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubDec 17, 2025

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubDec 18, 2025

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubDec 18, 2025

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubDec 19, 2025

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubDec 22, 2025

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubDec 23, 2025

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubDec 24, 2025

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubDec 25, 2025

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubDec 26, 2025

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubDec 29, 2025

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubDec 30, 2025

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubDec 31, 2025

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubJan 1, 2026

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubJan 2, 2026

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubJan 5, 2026

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubJan 6, 2026

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubJan 7, 2026

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubJan 8, 2026

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubJan 9, 2026

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

19 similar comments
@dependabot@github

dependabotBot commented on behalf of githubJan 12, 2026

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubJan 13, 2026

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubJan 14, 2026

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubJan 15, 2026

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubJan 16, 2026

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubJan 19, 2026

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubJan 20, 2026

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubJan 21, 2026

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubJan 22, 2026

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubJan 23, 2026

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubJan 26, 2026

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubJan 27, 2026

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubJan 28, 2026

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubJan 29, 2026

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubJan 30, 2026

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubFeb 2, 2026

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubFeb 3, 2026

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubFeb 4, 2026

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot@github

dependabotBot commented on behalf of githubFeb 5, 2026

Copy link
Copy Markdown
ContributorAuthor

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants