chore: update npm dependencies #377
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "updatarr/npm-dependencies-bac734c5b3"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Updates
npm dependencies.Automerge: Disabled by automerge.rules[0]: major updates require review
Changed files:
package.json:19^2.1.3->^2.1.4package.json:25^1.23.0->^1.25.0package.json:26^16.2.10->^16.2.11package.json:29^19.2.7->^19.2.8package.json:30^19.2.7->^19.2.8package.json:34^4.3.2->^4.3.3package.json:39^5.6.16->^5.7.0package.json:41^10.6.0->^10.7.0package.json:42^16.2.10->^16.2.11package.json:43^4.3.2->^4.3.3package.json:44^4.23.0->^4.23.1package.json:45^6.0.3->^7.0.2Release notes
v2.1.3: @rowanmanning/feed-parser: v2.1.3Compare source
2.1.3 (2026-03-27)
Bug Fixes
1.24.0: lucide-react: Version 1.24.0Compare source
What's Changed
toBeRemovedInVersionmetadata and make it optional in schema by @ericfennis with @Copilot in https://github.com/lucide-icons/lucide/pull/4513optionicon by @jamiemlaw in https://github.com/lucide-icons/lucide/pull/4326doticon by @cnlancehu in https://github.com/lucide-icons/lucide/pull/4492circle-euro-signicon by @Guido3000 in https://github.com/lucide-icons/lucide/pull/4353server-plusicon by @Turboman3000 in https://github.com/lucide-icons/lucide/pull/4232New Contributors
Full Changelog: https://github.com/lucide-icons/lucide/compare/1.23.0...1.24.0
1.25.0: lucide-react: Version 1.25.0Compare source
What's Changed
circle-euroto match other euro icons by @ericfennis in https://github.com/lucide-icons/lucide/pull/4531hdmi-porticon by @karsa-mistmere in https://github.com/lucide-icons/lucide/pull/4554ethernet-porticon by @karsa-mistmere in https://github.com/lucide-icons/lucide/pull/4555file-boxicon by @karsa-mistmere in https://github.com/lucide-icons/lucide/pull/4552scan-boxicon by @karsa-mistmere in https://github.com/lucide-icons/lucide/pull/4551Full Changelog: https://github.com/lucide-icons/lucide/compare/1.24.0...1.25.0
v16.2.10: next: v16.2.10Compare source
Contains no changes except publishing
@next/swc-wasm-webwhich was accidentally not published since 16.2.4.v19.2.7: react: 19.2.7 (June 1st, 2026)Compare source
React Server Components
FormDataentries in Server Actions which regressed in 19.2.6(#36566 by @unstubbable)
v19.2.7: react-dom: 19.2.7 (June 1st, 2026)Compare source
React Server Components
FormDataentries in Server Actions which regressed in 19.2.6(#36566 by @unstubbable)
v4.3.2: @tailwindcss/postcss: v4.3.2Compare source
Fixed
auto-rows-*andauto-cols-*utilities (e.g.auto-rows-12andauto-cols-16) (#20229)@tailwindcss/cliin--watchmode from crashing on Windows when@sourcepoints to a directory that doesn't exist (#20242)@tailwindcss/vitefrom crashing in Deno v2.8.x whencontext.parentURLis not a valid URL (#20245)@tailwindcss/cliin--watchmode rebuilds when the input CSS file changes in an ignored directory (#20246)@variantrules used inaddBase(…)to use custom variants defined later (#20247)@tailwindcss/vitefrom crashing during HMR when scanned files or directories are deleted (#20259)font-sizeinstead ofcolordeclarations fortext-[--spacing(…)](#20260)@sourcepatterns from scanning unrelated sibling files and folders (#20263)%]…[%in.tt,.tt2, and.txfiles (#20269)p.text-black[condition](#20269)@position-tryrules from triggering unknown at-rule warnings when optimizing CSS (#20277)--opacitytheme values (#20287)@tailwindcss/postcsswhen used with newer PostCSS patch releases (#20289)v5.6.16: daisyui: v5.6.16Compare source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v5.6.17: daisyui: v5.6.17Compare source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v5.6.18: daisyui: v5.6.18Compare source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v5.6.19: daisyui: v5.6.19Compare source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v5.6.21: daisyui: v5.6.21Compare source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v5.6.22: daisyui: v5.6.22Compare source
🌼 Read changelog: https://daisyui.com/docs/changelog/
📦 Install this update:
💚 Thank you for using daisyUI!
v10.6.0: eslintCompare source
Features
b1f9106feat: detect Symbol() and BigInt() in no-constant-binary-expression (#20981) (Taejin Kim)f291007feat: add checkRelationalComparisons to no-constant-binary-expression (#20948) (sethamus)Bug Fixes
6b05784fix: prefer-exponentiation-operator invalid autofix at statement start (#20997) (Milos Djermanovic)bb9eb2afix: account for shadowedBooleaninno-extra-boolean-cast(#21013) (den$)8fd8741fix: don't report shadowed undefined inradixrule (#21011) (Pixel)5784980fix: don't report shadowed undefined in no-throw-literal (#21010) (Pixel)9cd1e6dfix: suppress invalid class suggestion in no-promise-executor-return (#21008) (Pixel)d4eb2dcfix: don't report shadowed undefined in prefer-promise-reject-errors (#21006) (Pixel)2360464fix: prefer-promise-reject-errors false positives for shadowed Promise (#21003) (den$)63d52d2fix: restore max-classes-per-file report range (#21002) (Pixel)7feaff0fix: callback detection logic for IIFEs in max-nested-callbacks (#20979) (fnx)399a2ecfix: don't report inner non-callbacks inmax-nested-callbacks(#20995) (Milos Djermanovic)Documentation
a83683ddocs: Update README (GitHub Actions Bot)f5449f9docs: document userland patterns for global assertionOptions in RuleT… (#20986) (playgirl)bea49f7docs: Update README (GitHub Actions Bot)e5f70f9docs: update code-path diagrams (#20984) (Tanuj Kanti)8890c2ddocs: add TypeScript config guidance for MCP server (#20796) (Pierluigi Lenoci)3eb3d9bdocs: Update README (GitHub Actions Bot)c5bb59cdocs: Update README (GitHub Actions Bot)eb3c97cdocs: fix grammar in prefer-const rule description (#20983) (lumir)Chores
6a42034ci: run ecosystem tests on main branch (#20891) (sethamus)3dbacdbci: bump actions/checkout from 6 to 7 (#21014) (dependabot[bot])c3abfcachore: correct JSDoc param types in html formatter (#21018) (Minseon Kim)a832320ci: split ecosystem tests into separate jobs (#21001) (xbinaryx)27166e7chore: update ecosystem plugins (#21005) (ESLint Bot)865d76eci: bump pnpm/action-setup from 6.0.8 to 6.0.9 (#20989) (dependabot[bot])27a88c9chore: update dependency markdown-it to v14 in root (#20994) (Milos Djermanovic)970cea6chore: update dependency markdown-it to v14 (#20993) (Milos Djermanovic)b482120chore: update dependency prettier to v3.8.4 (#20990) (renovate[bot])6993fb3chore: update ecosystem plugins (#20985) (ESLint Bot)v16.2.10: eslint-config-next: v16.2.10Compare source
Contains no changes except publishing
@next/swc-wasm-webwhich was accidentally not published since 16.2.4.v4.3.2: tailwindcss: v4.3.2Compare source
Fixed
auto-rows-*andauto-cols-*utilities (e.g.auto-rows-12andauto-cols-16) (#20229)@tailwindcss/cliin--watchmode from crashing on Windows when@sourcepoints to a directory that doesn't exist (#20242)@tailwindcss/vitefrom crashing in Deno v2.8.x whencontext.parentURLis not a valid URL (#20245)@tailwindcss/cliin--watchmode rebuilds when the input CSS file changes in an ignored directory (#20246)@variantrules used inaddBase(…)to use custom variants defined later (#20247)@tailwindcss/vitefrom crashing during HMR when scanned files or directories are deleted (#20259)font-sizeinstead ofcolordeclarations fortext-[--spacing(…)](#20260)@sourcepatterns from scanning unrelated sibling files and folders (#20263)%]…[%in.tt,.tt2, and.txfiles (#20269)p.text-black[condition](#20269)@position-tryrules from triggering unknown at-rule warnings when optimizing CSS (#20277)--opacitytheme values (#20287)@tailwindcss/postcsswhen used with newer PostCSS patch releases (#20289)v4.23.0: tsx: v4.23.0Compare source
4.23.0 (2026-07-03)
Bug Fixes
Features
This release is also available on:
v6.0.3: typescript: TypeScript 6.0.3Compare source
For release notes, check out the release announcement blog post.
Downloads are available on:
60c28bcaa07384cb49237384cb492389950071778995007177a07f8b61e6a07f8b61e698182fedcd98182fedcdd14fa82d68d14fa82d681e6a4dda431e6a4dda43c80f729727c80f72972746980afde646980afde632d0f1762a32d0f1762a9af76905a19af76905a18227cf4bed8227cf4beda7e8daabb9a7e8daabb9b91b95fe38b91b95fe380e3d76a1700e3d76a1701e46f5ba781e46f5ba781ae3094ef61ae3094ef6ffa5ed4c91