Skip to content

Update npm dependencies#898

Merged
AriaEdo merged 1 commit intomainfrom
renovate/npm-dependencies
Feb 23, 2026
Merged

Update npm dependencies#898
AriaEdo merged 1 commit intomainfrom
renovate/npm-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Feb 9, 2026

This PR contains the following updates:

Package Change Age Confidence
@alpinejs/collapse (source) ^3.15.6^3.15.8 age confidence
@astrojs/node (source) ^9.5.2^9.5.4 age confidence
@astrojs/starlight (source) ^0.37.5^0.37.6 age confidence
@eslint/js (source) ^9.39.2^9.39.3 age confidence
@lucide/astro (source) ^0.563.0^0.575.0 age confidence
@nanostores/persistent ^1.3.0^1.3.3 age confidence
@playwright/test (source) ^1.58.1^1.58.2 age confidence
@rollup/rollup-linux-arm64-gnu (source) 4.57.14.59.0 age confidence
@tailwindcss/vite (source) ^4.1.18^4.2.0 age confidence
@types/node (source) ^24.10.9^24.10.13 age confidence
@typescript-eslint/eslint-plugin (source) ^8.54.0^8.56.0 age confidence
@typescript-eslint/parser (source) ^8.54.0^8.56.0 age confidence
alpinejs (source) ^3.15.6^3.15.8 age confidence
astro (source) ^5.17.1^5.17.3 age confidence
eslint (source) ^9.39.2^9.39.3 age confidence
eslint-plugin-astro (source) ^1.5.0^1.6.0 age confidence
mermaid ^11.12.2^11.12.3 age confidence
openid-client ^6.8.1^6.8.2 age confidence
tailwindcss (source) ^4.1.18^4.2.0 age confidence

Release Notes

withastro/astro (@​astrojs/node)

v9.5.4

Compare Source

Patch Changes
  • #​15564 522f880 Thanks @​matthewp! - Add a default body size limit for server actions to prevent oversized requests from exhausting memory.

  • #​15572 ef851bf Thanks @​matthewp! - Upgrade astro package support

    astro@​5.17.3 includes a fix to prevent Action payloads from exhausting memory. @​astrojs/node now depends on this version of Astro as a minimum requirement.

eslint/eslint (@​eslint/js)

v9.39.3

Compare Source

Bug Fixes

  • 791bf8d fix: restore TypeScript 4.0 compatibility in types (#​20504) (sethamus)

Chores

lucide-icons/lucide (@​lucide/astro)

v0.575.0: Version 0.575.0

Compare Source

What's Changed

New Contributors

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

v0.574.0: Version 0.574.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.572.0...0.574.0

v0.573.0: Version 0.573.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.572.0...0.573.0

v0.572.0: Version 0.572.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.571.0...0.572.0

v0.571.0: Version 0.571.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.570.0...0.571.0

v0.570.0: Version 0.570.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.569.0...0.570.0

v0.569.0: Version 0.569.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.568.0...0.569.0

v0.568.0: Version 0.568.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.567.0...0.568.0

v0.567.0: Version 0.567.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.566.0...0.567.0

v0.566.0: Version 0.566.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.565.0...0.566.0

v0.565.0: Version 0.565.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.564.0...0.565.0

v0.564.0: Version 0.564.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.563.1...0.564.0

rollup/rollup (@​rollup/rollup-linux-arm64-gnu)

v4.59.0

Compare Source

2026-02-22

Features
  • Throw when the generated bundle contains paths that would leave the output directory (#​6276)
Pull Requests

v4.58.0

Compare Source

2026-02-20

Features
  • Also support __NO_SIDE_EFFECTS__ annotation before variable declarations declaring function expressions (#​6272)
Pull Requests
tailwindlabs/tailwindcss (@​tailwindcss/vite)

v4.2.0

Compare Source

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)
mermaid-js/mermaid (mermaid)

v11.12.3

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/npm-dependencies branch 18 times, most recently from a2fbec7 to 8089663 Compare February 12, 2026 10:51
@renovate renovate bot changed the title fix(deps): lock file maintenance npm dependencies fix(deps): update npm dependencies Feb 12, 2026
@renovate renovate bot force-pushed the renovate/npm-dependencies branch 6 times, most recently from 87e002d to 0fb780d Compare February 15, 2026 23:13
@renovate renovate bot changed the title fix(deps): update npm dependencies Update npm dependencies Feb 15, 2026
@renovate renovate bot force-pushed the renovate/npm-dependencies branch 4 times, most recently from f3ec36f to 7b888f7 Compare February 16, 2026 17:32
@renovate renovate bot force-pushed the renovate/npm-dependencies branch 9 times, most recently from 025e4b2 to df5df29 Compare February 20, 2026 18:38
@renovate renovate bot force-pushed the renovate/npm-dependencies branch from df5df29 to 16cac7c Compare February 22, 2026 14:33
@AriaEdo AriaEdo merged commit e13ba59 into main Feb 23, 2026
4 checks passed
@AriaEdo AriaEdo deleted the renovate/npm-dependencies branch February 23, 2026 06:19
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.

1 participant