Skip to content

build(deps): bump the minor-and-patch group across 1 directory with 11 updates#90

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/minor-and-patch-7f5e47b940
Open

build(deps): bump the minor-and-patch group across 1 directory with 11 updates#90
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/minor-and-patch-7f5e47b940

Conversation

@dependabot
Copy link
Contributor

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

Bumps the minor-and-patch group with 11 updates in the / directory:

Package From To
@nuxt/ui 4.4.0 4.5.1
awilix 13.0.0 13.0.3
es-toolkit 1.44.0 1.45.1
google-auth-library 10.5.0 10.6.1
grammy 1.40.0 1.41.1
slonik 48.10.3 48.12.3
@iconify-json/lucide 1.2.93 1.2.96
@nuxt/eslint 1.15.1 1.15.2
@types/telegram-web-app 9.1.2 9.1.3
eslint-plugin-yml 3.0.0 3.3.1
tailwindcss 4.1.18 4.2.1

Updates @nuxt/ui from 4.4.0 to 4.5.1

Release notes

Sourced from @​nuxt/ui's releases.

v4.5.1

🐛 Bug Fixes

  • components: improve arrow styling with stroke-default and fill-bg (#6095) (0e9198e)
  • components: improve slots return types and tests (#6109) (7d1e863)
  • components: prevent transformUI from mutating cached useComponentUI value (286738a), closes #6104 #4387
  • ContentToc: add relative positioning to content slot (fcdb231), closes #6117
  • ContentToc: use rem units for indicator size calculation (d631853)
  • NavigationMenu: prevent navigation when clicking trailing area in horizontal orientation (8f84c90), closes #6083
  • Page: make slot presence reactive for variant computation (082ea41)
  • types: resolve isArrayOfArray type return (#6097) (04292d9)
  • useResizable: use function declaration to prevent false auto-import (c22ecf4)

👋 New Contributors

Full Changelog: nuxt/ui@v4.5.0...v4.5.1

v4.5.0

✨ Highlights

🎨 New Theme component

The Theme component lets you override the theme of all child components without modifying each one individually. Pass an object to the ui prop where keys are component names and values are their slot class overrides:

<UTheme
  :ui="{
    button: {
      base: 'rounded-full'
    },
    input: {
      base: 'rounded-full'
    }
  }"
>
  <UButton label="Button" color="neutral" variant="outline" />
  <UInput placeholder="Search..." />
</UTheme>

The Theme component doesn't render any HTML element. It uses Vue's provide / inject under the hood, so overrides propagate through the entire component tree regardless of nesting depth. Theme components can be nested (innermost wins) and the ui prop on individual components always takes priority.

🌈 New neutral colors

Thanks to Tailwind CSS v4.2, four new neutral color options are now available: taupe, mauve, mist and olive. Configure them through the ui.neutral option in your app.config.ts.

🚫 Duplicate toast prevention

... (truncated)

Changelog

Sourced from @​nuxt/ui's changelog.

4.5.1 (2026-03-02)

Bug Fixes

  • components: improve arrow styling with stroke-default and fill-bg (#6095) (0e9198e)
  • components: improve slots return types and tests (#6109) (7d1e863)
  • components: prevent transformUI from mutating cached useComponentUI value (286738a), closes #6104 #4387
  • ContentToc: add relative positioning to content slot (fcdb231), closes #6117
  • ContentToc: use rem units for indicator size calculation (d631853)
  • NavigationMenu: prevent navigation when clicking trailing area in horizontal orientation (8f84c90), closes #6083
  • Page: make slot presence reactive for variant computation (082ea41)
  • types: resolve isArrayOfArray type return (#6097) (04292d9)
  • useResizable: use function declaration to prevent false auto-import (c22ecf4)

4.5.0 (2026-02-24)

Features

  • DashboardSidebar/Header: add autoClose prop (#6089) (2663deb)
  • EditorDragHandle: proxy nested / nestedOptions props and emit hover event (#5960) (ed60193)
  • Form: add HTML5 validation to programmatic submit (#6002) (ed552fc)
  • locale: add Belarusian language (#5972) (ac9e7b3)
  • module: add support for taupe / mauve / mist / olive neutral colors (#6081) (bc49d3f)
  • NavigationMenu: allow tooltip usage in horizontal orientation (#5682) (f46b504)
  • NavigationMenu: handle chip in items (#6064) (401a2c0)
  • ScrollArea: add skipMeasurement virtualize option (#5721) (548b711)
  • Select/SelectMenu: add hover effects on outline and subtle variants (94b0c31)
  • Theme: new component (#4387) (c97047d)
  • Toaster: prevent duplicate toasts and add pulse animation (3f6581a)

Bug Fixes

  • BlogPost/ChangelogVersion: use ImgHTMLAttributes type for image prop (#6007) (0185856)
  • ChatMessages: allow message props to override role defaults (#6000) (f64ec17)
  • ChatMessages: prevent flash at top before scrolling to bottom on mount (4bdcb83)
  • Checkbox/Switch: prevent data-state conflict when used inside Tooltip (2bb1a8b), closes #3599
  • CheckboxGroup: update update:modelValue emit type (#5927) (64d2e88)
  • ColorModeImage: add baseURL support for public paths (#6006) (db510f3)
  • components: add fixed prop to prevent responsive text size reduction (#6074) (8f5f44c)
  • components: nullable and optional type support (#6060) (cd3432b)
  • components: prevent iOS auto-zoom on input fields with font-size below 16px (#6040) (1262016)
  • ContentNavigation: pass nested child data to slots (#6043) (e67f77e)
  • defineShortcuts: add alt key guard (#6020) (8451f45)
  • defineShortcuts: allow shifted special character shortcuts (08facc0)
  • Drawer/Modal/Popover/Slideover: prevent unexpected close on touch when interacting with other overlays (#5695) (e2c038c)
  • Editor: handle placeholder in RTL mode (#5977) (3cc16e3)
  • EditorMentionMenu: use char prop as mention prefix instead of always @ (0b9b097), closes #6035
  • EditorToolbar: proxy size prop to dropdown menu (8f8d989)
  • InputMenu/InputNumber/SelectMenu: proxy size to buttons (1ec1698), closes #5958
  • InputMenu/Select/SelectMenu: exclude cosmetic items from model value type (#6044) (22cf1ea)

... (truncated)

Commits
  • 6f3a255 chore(release): v4.5.1
  • 7d1e863 fix(components): improve slots return types and tests (#6109)
  • b84f838 chore(deps): update all non-major dependencies (#6128)
  • 0e9198e fix(components): improve arrow styling with stroke-default and fill-bg (#...
  • bcdc251 chore(github): use github.sha for pkg.pr.new commit SHA resolution
  • fcdb231 fix(ContentToc): add relative positioning to content slot
  • 1d22439 docs(input): add phone number example
  • d631853 fix(ContentToc): use rem units for indicator size calculation
  • c22ecf4 fix(useResizable): use function declaration to prevent false auto-import
  • 2438d45 docs(navigation-menu): improve examples
  • Additional commits viewable in compare view

Updates awilix from 13.0.0 to 13.0.3

Changelog

Sourced from awilix's changelog.

v13.0.3

  • Fix CJS environments (e.g. Jest + esbuild) failing to require() the .mjs native loader by providing separate CJS and ESM versions of load-module-native (#418, #419)

v13.0.2

  • Fix ESM interop by renaming load-module-native.js to load-module-native.mjs so Node.js treats it as ESM regardless of the package type field (#416, #417)

v13.0.1

  • Fix importModule export by migrating from module.exports to export (reported & fix suggested in #413 by Vinícius Oliveira, fixed in #414)
  • Update packages
  • Bump supported Node version to 20 (this should have been done in the latest major)
Commits
  • dd32dae 13.0.3
  • 55e2186 Merge pull request #419 from jeffijoe/fix/esm-again-fr
  • 084e5ce 13.0.3-alpha.0
  • 126d7d4 chore: fix prerelease script
  • ee38f4f docs(changelog): update changelog
  • 195f58b fix(esm): provide separate CJS and ESM versions of load-module-native
  • 3ea1051 chore: re-enable coveralls in CI
  • 3f3451c 13.0.2
  • b45136e Merge pull request #417 from jeffijoe/fix/esm-again
  • e513f0a docs(changelog): update changelog
  • Additional commits viewable in compare view

Updates es-toolkit from 1.44.0 to 1.45.1

Release notes

Sourced from es-toolkit's releases.

v1.45.1

Released on March 4th, 2026.

  • Reverted the return type of sample to not include undefined.
  • Fixed Deno install command to include jsr: prefix. ([#1627])

We sincerely thank @​mwln for their contributions. We appreciate your great efforts!

v1.45.0

Released on March 2nd, 2026.

  • Fixed findIndex to add missing default parameter for doesMatch. ([#1373])
  • Fixed sample to include undefined in return union type. ([#1302])
  • Fixed cloneDeep to support cloning Error objects.
  • Fixed retry to correctly match retry count with the retries option.
  • Fixed missing Map and Set in check-dist entrypoints.
  • Fixed missing packages in publishConfig. ([#1597])
  • Reverted the overload for runtime-determined key arrays in omit. ([#1595])
  • Added AI Integration page with llms.txt documentation to docs.

We sincerely thank @​D-Sketon, @​dayongkr, @​matthiasfeist, @​raon0211, and @​screendriver for their contributions. We appreciate your great efforts!

Changelog

Sourced from es-toolkit's changelog.

Version v1.45.1

Released on March 4th, 2026.

  • Reverted the return type of sample to not include undefined.
  • Fixed Deno install command to include jsr: prefix. (#1627)

We sincerely thank @​mwln for their contributions. We appreciate your great efforts!

Version v1.45.0

Released on March 2nd, 2026.

  • Fixed findIndex to add missing default parameter for doesMatch. (#1373)
  • Fixed sample to include undefined in return union type. (#1302)
  • Fixed cloneDeep to support cloning Error objects.
  • Fixed retry to correctly match retry count with the retries option.
  • Fixed missing Map and Set in check-dist entrypoints.
  • Fixed missing packages in publishConfig. (#1597)
  • Reverted the overload for runtime-determined key arrays in omit. (#1595)
  • Added AI Integration page with llms.txt documentation to docs.

We sincerely thank @​D-Sketon, @​dayongkr, @​matthiasfeist, @​raon0211, and @​screendriver for their contributions. We appreciate your great efforts!

Commits
  • dc74cad v1.45.1
  • e549de2 revert(sample): remove undefined from return type
  • fb66f02 Update CONTRIBUTING-ko_kr.md
  • 8bd7567 Update CONTRIBUTING.md
  • b51caf7 docs(usage): fix Deno install command to include jsr: prefix (#1627)
  • 46a54cd chore(skill): turn off disable-model-invocation option
  • ee1d2ce chore: add Claude Code skills for OSS review automation
  • 042fab7 v1.45.0
  • d83016d docs: add AI Integration page with llms.txt documentation
  • 1b4b39f fix(findIndex): add missing default parameter for doesMatch (#1373)
  • Additional commits viewable in compare view

Updates google-auth-library from 10.5.0 to 10.6.1

Release notes

Sourced from google-auth-library's releases.

google-auth-library: v10.6.1

10.6.1 (2026-02-20)

Bug Fixes

  • DefaultAwsSecurityCredentialSupplier fetches aws-credentials correctly from credential-url (#901) (8c50526)

google-auth-library: v10.6.0

10.6.0 (2025-12-17)

Features

  • auth: Use gtoken from internal class instead of dependency (#815) (a38857c)
Changelog

Sourced from google-auth-library's changelog.

10.6.1 (2026-02-20)

Bug Fixes

  • DefaultAwsSecurityCredentialSupplier fetches aws-credentials correctly from credential-url (#901) (8c50526)

10.6.0 (2025-12-17)

Features

  • auth: Use gtoken from internal class instead of dependency (#815) (a38857c)
Commits
  • 8144256 chore: release main
  • 8c50526 fix: defaultAwsSecurityCredentialSupplier fetches aws-credentials correctly f...
  • d173996 chore(deps): update dependency mocha to v10 (#878)
  • ee618f6 delete more configs
  • 93ca4c5 chore: upgrade sinon, node types (#864)
  • 383aa51 chore: release main
  • a38857c feat(auth): use gtoken from internal class instead of dependency (#815)
  • c27f023 build(auth): added full implementation of GoogleToken (#814)
  • 8f8b2a5 build(auth): add token handler for GoogleToken. (#805)
  • 552f153 build(auth): add getToken function for the usage of GoogleToken (#806)
  • Additional commits viewable in compare view

Updates grammy from 1.40.0 to 1.41.1

Release notes

Sourced from grammy's releases.

v1.41.1

What's Changed

New Contributors

Full Changelog: grammyjs/grammY@v1.41.0...v1.41.1

v1.41.0

What's Changed

Full Changelog: grammyjs/grammY@v1.40.1...v1.41.0

v1.40.1

What's Changed

New Contributors

Full Changelog: grammyjs/grammY@v1.40.0...v1.40.1

Commits
  • 2fb6490 1.41.1
  • 2bb5f13 fix: status is actually number
  • 5df33bb fix: improve body parsing (#878)
  • e733290 fix: always default InlineQueryResultPhoto thumbnail to photo url (#879)
  • 53eeb7a fix: convert all networking errors to HttpErrors (#877)
  • d2b8b44 1.41.0
  • d7f42cf feat: support Bot API 9.5 (#875)
  • 61f57b9 refactor: add internal type checks for constants
  • f7ebc11 fix: use correct options for chat permissions (#874)
  • 1a0cf10 test: extract framework test to correct file
  • Additional commits viewable in compare view

Updates slonik from 48.10.3 to 48.12.3

Release notes

Sourced from slonik's releases.

slonik-interceptor-field-name-transformation@48.12.3

No release notes provided.

slonik-interceptor-query-cache@48.12.3

No release notes provided.

slonik-interceptor-query-logging@48.12.3

No release notes provided.

slonik-sql-tag-raw@48.12.3

Patch Changes

  • Updated dependencies []:
    • @​slonik/sql-tag@​48.12.3

slonik@48.12.3

Patch Changes

  • e44b096 Thanks @​gajus! - unref delay timers in driver to prevent blocking process exit

  • Updated dependencies []:

    • @​slonik/driver@​48.12.3
    • @​slonik/errors@​48.12.3
    • @​slonik/pg-driver@​48.12.3
    • @​slonik/sql-tag@​48.12.3
    • @​slonik/utilities@​48.12.3

slonik-interceptor-field-name-transformation@48.12.2

No release notes provided.

slonik-interceptor-query-cache@48.12.2

No release notes provided.

slonik-interceptor-query-logging@48.12.2

No release notes provided.

slonik-sql-tag-raw@48.12.2

Patch Changes

  • Updated dependencies []:
    • @​slonik/sql-tag@​48.12.2

slonik@48.12.2

Patch Changes

  • c477b3f Thanks @​gajus! - added .unref?.() to the idle timer

  • Updated dependencies []:

... (truncated)

Commits
  • 75708b0 Version Packages (#762)
  • 5401577 fix: correct formatting
  • 1288701 fix: correct types
  • 97499e8 Merge branch 'main' of github.com:gajus/slonik
  • e44b096 fix: unref delay timers in driver to prevent blocking process exit
  • f456cc8 Version Packages (#761)
  • f6ea487 Merge branch 'main' of github.com:gajus/slonik
  • c477b3f fix: add .unref?.() to the idle timer
  • 89466c7 Version Packages (#760)
  • feca161 Merge branch 'main' of github.com:gajus/slonik
  • Additional commits viewable in compare view

Updates @iconify-json/lucide from 1.2.93 to 1.2.96

Commits

Updates @nuxt/eslint from 1.15.1 to 1.15.2

Commits
  • f852ae5 chore: release v1.15.2
  • 69aa40e fix: prevent race condition of running checker module before eslint config is...
  • See full diff in compare view

Updates @types/telegram-web-app from 9.1.2 to 9.1.3

Commits

Updates eslint-plugin-yml from 3.0.0 to 3.3.1

Release notes

Sourced from eslint-plugin-yml's releases.

v3.3.1

Patch Changes

v3.3.0

Minor Changes

  • #582 ef8de6e Thanks @​ota-meshi! - feat(flow-mapping-curly-spacing): add emptyObjects option to control spacing in empty flow-mapping

v3.2.2

Patch Changes

v3.2.1

Patch Changes

v3.2.0

Minor Changes

v3.1.2

Patch Changes

v3.1.1

Patch Changes

v3.1.0

Minor Changes

  • #564 c8ff016 Thanks @​antfu! - Add ESLint v10 compatibility while maintaining v9 support
    • Migrated from deprecated isSpaceBetweenTokens() to isSpaceBetween() API
    • All changes are backward compatible with ESLint v9
Changelog

Sourced from eslint-plugin-yml's changelog.

3.3.1

Patch Changes

3.3.0

Minor Changes

  • #582 ef8de6e Thanks @​ota-meshi! - feat(flow-mapping-curly-spacing): add emptyObjects option to control spacing in empty flow-mapping

3.2.2

Patch Changes

3.2.1

Patch Changes

3.2.0

Minor Changes

3.1.2

Patch Changes

3.1.1

Patch Changes

3.1.0

Minor Changes

  • #564 c8ff016 Thanks @​antfu! - Add ESLint v10 compatibility while maintaining v9 support
    • Migrated from deprecated isSpaceBetweenTokens() to isSpaceBetween() API
    • All changes are backward compatible with ESLint v9
Commits
  • 2750886 Version Packages (#590)
  • e7e2241 chore(deps): update github artifact actions (#585)
  • 98ed3bb fix(yaml-language): crash when parsing error (#589)
  • cb81f84 chore(deps): update dependency nyc to v18 (#584)
  • d7e5427 chore(deps): update dependency vite-plugin-eslint4b to ^0.7.0 (#586)
  • c22c8ad chore(deps): update dependency @​changesets/changelog-github to ^0.6.0 (#587)
  • 9012e23 Version Packages (#583)
  • ef8de6e feat(flow-mapping-curly-spacing): add emptyObjects option to control spacin...
  • 5a30909 Version Packages (#581)
  • 276e3aa update @ota-meshi/ast-token-store to v0.3.0 (#579)
  • Additional commits viewable in compare view

Updates tailwindcss from 4.1.18 to 4.2.1

Release notes

Sourced from tailwindcss's releases.

v4.2.1

Fixed

  • Allow trailing dash in functional utility names for backwards compatibility (#19696)
  • Properly detect classes containing . characters within curly braces in MDX files (#19711)

v4.2.0

Added

  • Add mauve, olive, mist, and taupe color palettes to the default theme (#19627)
  • Add @tailwindcss/webpack package to run Tailwind CSS as a webpack plugin (#19610)
  • Add pbs-* and pbe-* utilities for padding-block-start and padding-block-end (#19601)
  • Add mbs-* and mbe-* utilities for margin-block-start and margin-block-end (#19601)
  • Add scroll-pbs-* and scroll-pbe-* utilities for scroll-padding-block-start and scroll-padding-block-end (#19601)
  • Add scroll-mbs-* and scroll-mbe-* utilities for scroll-margin-block-start and scroll-margin-block-end (#19601)
  • Add border-bs-* and border-be-* utilities for border-block-start and border-block-end (#19601)
  • Add inline-*, min-inline-*, max-inline-* utilities for inline-size, min-inline-size, and max-inline-size (#19612)
  • Add block-*, min-block-*, max-block-* utilities for block-size, min-block-size, and max-block-size (#19612)
  • Add inset-s-*, inset-e-*, inset-bs-*, inset-be-* utilities for inset-inline-start, inset-inline-end, inset-block-start, and inset-block-end (#19613)
  • Add font-features-* utility for font-feature-settings (#19623)

Fixed

  • Prevent double @supports wrapper for color-mix values (#19450)
  • Allow whitespace around @source inline() argument (#19461)
  • Emit comment when source maps are saved to files when using @tailwindcss/cli (#19447)
  • Detect utilities containing capital letters followed by numbers (#19465)
  • Fix class extraction for Rails' strict locals (#19525)
  • Align @utility name validation with Oxide scanner rules (#19524)
  • Fix infinite loop when using @variant inside @custom-variant (#19633)
  • Allow multiples of .25 in aspect-* fractions (e.g. aspect-8.5/11) (#19688)
  • Ensure changes to external files listed via @source trigger a full page reload when using @tailwindcss/vite (#19670)
  • Improve performance of Oxide scanner in bigger projects by reducing file system walks (#19632)
  • Ensure import aliases in Astro v5 work without crashing when using @tailwindcss/vite (#19677)
  • Allow escape characters in @utility names to improve support with formatters such as Biome (#19626)
  • Fix incorrect canonicalization results when canonicalizing multiple times (#19675)
  • Add .jj to default ignored content directories (#19687)

Deprecated

  • Deprecate start-* and end-* utilities in favor of inset-s-* and inset-e-* utilities (#19613)
Changelog

Sourced from tailwindcss's changelog.

[4.2.1] - 2026-02-23

Fixed

  • Allow trailing dash in functional utility names for backwards compatibility (#19696)
  • Properly detect classes containing . characters within curly braces in MDX files (#19711)

[4.2.0] - 2026-02-18

Added

  • Add mauve, olive, mist, and taupe color palettes to the default theme (#19627)
  • Add @tailwindcss/webpack package to run Tailwind CSS as a webpack plugin (#19610)
  • Add pbs-* and pbe-* utilities for padding-block-start and padding-block-end (#19601)
  • Add mbs-* and mbe-* utilities for margin-block-start and margin-block-end (#19601)
  • Add scroll-pbs-* and scroll-pbe-* utilities for scroll-padding-block-start and scroll-padding-block-end (#19601)
  • Add scroll-mbs-* and scroll-mbe-* utilities for scroll-margin-block-start and scroll-margin-block-end (#19601)
  • Add border-bs-* and border-be-* utilities for border-block-start and border-block-end (#19601)
  • Add inline-*, min-inline-*, max-inline-* utilities for inline-size, min-inline-size, and max-inline-size (#19612)
  • Add block-*, min-block-*, max-block-* utilities for block-size, min-block-size, and max-block-size (#19612)
  • Add inset-s-*, inset-e-*, inset-bs-*, inset-be-* utilities for inset-inline-start, inset-inline-end, inset-block-start, and inset-block-end (#19613)
  • Add font-features-* utility for font-feature-settings (#19623)

Fixed

  • Prevent double @supports wrapper for color-mix values (#19450)
  • Allow whitespace around @source inline() argument (#19461)
  • Emit comment when source maps are saved to files when using @tailwindcss/cli (#19447)
  • Detect utilities containing capital letters followed by numbers (#19465)
  • Fix class extraction for Rails' strict locals (#19525)
  • Align @utility name validation with Oxide scanner rules (#19524)
  • Fix infinite loop when using @variant inside @custom-variant (#19633)
  • Allow multiples of .25 in aspect-* fractions (e.g. aspect-8.5/11) (#19688)
  • Ensure changes to external files listed via @source trigger a full page reload when using @tailwindcss/vite (#19670)
  • Improve performance of Oxide scanner in bigger projects by reducing file system walks (#19632)
  • Ensure import aliases in Astro v5 work without crashing when using @tailwindcss/vite (#19677)
  • Allow escape characters in @utility names to improve support with formatters such as Biome (#19626)
  • Fix incorrect canonicalization results when canonicalizing multiple times (#19675)
  • Add .jj to default ignored content directories (...

    Description has been truncated

…1 updates

Bumps the minor-and-patch group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@nuxt/ui](https://github.com/nuxt/ui) | `4.4.0` | `4.5.1` |
| [awilix](https://github.com/jeffijoe/awilix) | `13.0.0` | `13.0.3` |
| [es-toolkit](https://github.com/toss/es-toolkit) | `1.44.0` | `1.45.1` |
| [google-auth-library](https://github.com/googleapis/google-cloud-node-core/tree/HEAD/packages/google-auth-library-nodejs) | `10.5.0` | `10.6.1` |
| [grammy](https://github.com/grammyjs/grammY) | `1.40.0` | `1.41.1` |
| [slonik](https://github.com/gajus/slonik) | `48.10.3` | `48.12.3` |
| [@iconify-json/lucide](https://github.com/iconify/icon-sets) | `1.2.93` | `1.2.96` |
| [@nuxt/eslint](https://github.com/nuxt/eslint/tree/HEAD/packages/module) | `1.15.1` | `1.15.2` |
| [@types/telegram-web-app](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/telegram-web-app) | `9.1.2` | `9.1.3` |
| [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) | `3.0.0` | `3.3.1` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.1.18` | `4.2.1` |



Updates `@nuxt/ui` from 4.4.0 to 4.5.1
- [Release notes](https://github.com/nuxt/ui/releases)
- [Changelog](https://github.com/nuxt/ui/blob/v4/CHANGELOG.md)
- [Commits](nuxt/ui@v4.4.0...v4.5.1)

Updates `awilix` from 13.0.0 to 13.0.3
- [Changelog](https://github.com/jeffijoe/awilix/blob/master/CHANGELOG.md)
- [Commits](jeffijoe/awilix@v13.0.0...v13.0.3)

Updates `es-toolkit` from 1.44.0 to 1.45.1
- [Release notes](https://github.com/toss/es-toolkit/releases)
- [Changelog](https://github.com/toss/es-toolkit/blob/main/CHANGELOG.md)
- [Commits](toss/es-toolkit@v1.44.0...v1.45.1)

Updates `google-auth-library` from 10.5.0 to 10.6.1
- [Release notes](https://github.com/googleapis/google-cloud-node-core/releases)
- [Changelog](https://github.com/googleapis/google-cloud-node-core/blob/main/packages/google-auth-library-nodejs/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-node-core/commits/google-auth-library-v10.6.1/packages/google-auth-library-nodejs)

Updates `grammy` from 1.40.0 to 1.41.1
- [Release notes](https://github.com/grammyjs/grammY/releases)
- [Commits](grammyjs/grammY@v1.40.0...v1.41.1)

Updates `slonik` from 48.10.3 to 48.12.3
- [Release notes](https://github.com/gajus/slonik/releases)
- [Commits](https://github.com/gajus/slonik/compare/slonik@48.10.3...slonik@48.12.3)

Updates `@iconify-json/lucide` from 1.2.93 to 1.2.96
- [Commits](https://github.com/iconify/icon-sets/commits)

Updates `@nuxt/eslint` from 1.15.1 to 1.15.2
- [Release notes](https://github.com/nuxt/eslint/releases)
- [Commits](https://github.com/nuxt/eslint/commits/v1.15.2/packages/module)

Updates `@types/telegram-web-app` from 9.1.2 to 9.1.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/telegram-web-app)

Updates `eslint-plugin-yml` from 3.0.0 to 3.3.1
- [Release notes](https://github.com/ota-meshi/eslint-plugin-yml/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-yml/blob/master/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-yml@v3.0.0...v3.3.1)

Updates `tailwindcss` from 4.1.18 to 4.2.1
- [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.2.1/packages/tailwindcss)

---
updated-dependencies:
- dependency-name: "@nuxt/ui"
  dependency-version: 4.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: awilix
  dependency-version: 13.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: es-toolkit
  dependency-version: 1.45.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: google-auth-library
  dependency-version: 10.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: grammy
  dependency-version: 1.41.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: slonik
  dependency-version: 48.12.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@iconify-json/lucide"
  dependency-version: 1.2.96
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@nuxt/eslint"
  dependency-version: 1.15.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@types/telegram-web-app"
  dependency-version: 9.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: eslint-plugin-yml
  dependency-version: 3.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: tailwindcss
  dependency-version: 4.2.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 Mar 9, 2026
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.

0 participants