chore: update npm dependencies #377

Merged
Wuast94 merged 2 commits from updatarr/npm-dependencies-bac734c5b3 into main 2026-07-23 01:22:04 +02:00
Owner

Updates npm dependencies.

Automerge: Disabled by automerge.rules[0]: major updates require review

Changed files:

  • package.json:19 ^2.1.3 -> ^2.1.4
  • package.json:25 ^1.23.0 -> ^1.25.0
  • package.json:26 ^16.2.10 -> ^16.2.11
  • package.json:29 ^19.2.7 -> ^19.2.8
  • package.json:30 ^19.2.7 -> ^19.2.8
  • package.json:34 ^4.3.2 -> ^4.3.3
  • package.json:39 ^5.6.16 -> ^5.7.0
  • package.json:41 ^10.6.0 -> ^10.7.0
  • package.json:42 ^16.2.10 -> ^16.2.11
  • package.json:43 ^4.3.2 -> ^4.3.3
  • package.json:44 ^4.23.0 -> ^4.23.1
  • package.json:45 ^6.0.3 -> ^7.0.2
Release notes

v2.1.3: @rowanmanning/feed-parser: v2.1.3

Compare source

2.1.3 (2026-03-27)

Bug Fixes

  • allow for feeds with many entities (d27e62e)

1.24.0: lucide-react: Version 1.24.0

Compare source

What's Changed

New Contributors

Full Changelog: https://github.com/lucide-icons/lucide/compare/1.23.0...1.24.0

1.25.0: lucide-react: Version 1.25.0

Compare source

What's Changed

Full Changelog: https://github.com/lucide-icons/lucide/compare/1.24.0...1.25.0

v16.2.10: next: v16.2.10

Compare source

Contains no changes except publishing @next/swc-wasm-web which was accidentally not published since 16.2.4.

v19.2.7: react: 19.2.7 (June 1st, 2026)

Compare source

React Server Components

  • Fixed missing FormData entries 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

  • Fixed missing FormData entries in Server Actions which regressed in 19.2.6
    (#36566 by @unstubbable)

v4.3.2: @tailwindcss/postcss: v4.3.2

Compare source

Fixed

  • Support bare spacing values for auto-rows-* and auto-cols-* utilities (e.g. auto-rows-12 and auto-cols-16) (#20229)
  • Prevent @tailwindcss/cli in --watch mode from crashing on Windows when @source points to a directory that doesn't exist (#20242)
  • Prevent @tailwindcss/vite from crashing in Deno v2.8.x when context.parentURL is not a valid URL (#20245)
  • Ensure @tailwindcss/cli in --watch mode rebuilds when the input CSS file changes in an ignored directory (#20246)
  • Allow @variant rules used in addBase(…) to use custom variants defined later (#20247)
  • Prevent @tailwindcss/vite from crashing during HMR when scanned files or directories are deleted (#20259)
  • Generate font-size instead of color declarations for text-[--spacing(…)] (#20260)
  • Prevent @source patterns from scanning unrelated sibling files and folders (#20263)
  • Extract class candidates adjacent to Template Toolkit delimiters like %]…[% in .tt, .tt2, and .tx files (#20269)
  • Extract class candidates from conditional Maud syntax like p.text-black[condition] (#20269)
  • Prevent @position-try rules from triggering unknown at-rule warnings when optimizing CSS (#20277)
  • Support class suggestions for named opacity modifiers from --opacity theme values (#20287)
  • Prevent type errors in @tailwindcss/postcss when used with newer PostCSS patch releases (#20289)

v5.6.16: daisyui: v5.6.16

Compare source

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

📦 Install this update:

npm i -D daisyui@5.6.16

💚 Thank you for using daisyUI!

v5.6.17: daisyui: v5.6.17

Compare source

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

📦 Install this update:

npm i -D daisyui@5.6.17

💚 Thank you for using daisyUI!

v5.6.18: daisyui: v5.6.18

Compare source

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

📦 Install this update:

npm i -D daisyui@5.6.18

💚 Thank you for using daisyUI!

v5.6.19: daisyui: v5.6.19

Compare source

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

📦 Install this update:

npm i -D daisyui@5.6.19

💚 Thank you for using daisyUI!

v5.6.21: daisyui: v5.6.21

Compare source

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

📦 Install this update:

npm i -D daisyui@5.6.21

💚 Thank you for using daisyUI!

v5.6.22: daisyui: v5.6.22

Compare source

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

📦 Install this update:

npm i -D daisyui@5.6.22

💚 Thank you for using daisyUI!

v10.6.0: eslint

Compare source

Features

  • b1f9106 feat: detect Symbol() and BigInt() in no-constant-binary-expression (#20981) (Taejin Kim)
  • f291007 feat: add checkRelationalComparisons to no-constant-binary-expression (#20948) (sethamus)

Bug Fixes

  • 6b05784 fix: prefer-exponentiation-operator invalid autofix at statement start (#20997) (Milos Djermanovic)
  • bb9eb2a fix: account for shadowed Boolean in no-extra-boolean-cast (#21013) (den$)
  • 8fd8741 fix: don't report shadowed undefined in radix rule (#21011) (Pixel)
  • 5784980 fix: don't report shadowed undefined in no-throw-literal (#21010) (Pixel)
  • 9cd1e6d fix: suppress invalid class suggestion in no-promise-executor-return (#21008) (Pixel)
  • d4eb2dc fix: don't report shadowed undefined in prefer-promise-reject-errors (#21006) (Pixel)
  • 2360464 fix: prefer-promise-reject-errors false positives for shadowed Promise (#21003) (den$)
  • 63d52d2 fix: restore max-classes-per-file report range (#21002) (Pixel)
  • 7feaff0 fix: callback detection logic for IIFEs in max-nested-callbacks (#20979) (fnx)
  • 399a2ec fix: don't report inner non-callbacks in max-nested-callbacks (#20995) (Milos Djermanovic)

Documentation

  • a83683d docs: Update README (GitHub Actions Bot)
  • f5449f9 docs: document userland patterns for global assertionOptions in RuleT… (#20986) (playgirl)
  • bea49f7 docs: Update README (GitHub Actions Bot)
  • e5f70f9 docs: update code-path diagrams (#20984) (Tanuj Kanti)
  • 8890c2d docs: add TypeScript config guidance for MCP server (#20796) (Pierluigi Lenoci)
  • 3eb3d9b docs: Update README (GitHub Actions Bot)
  • c5bb59c docs: Update README (GitHub Actions Bot)
  • eb3c97c docs: fix grammar in prefer-const rule description (#20983) (lumir)

Chores

  • 6a42034 ci: run ecosystem tests on main branch (#20891) (sethamus)
  • 3dbacdb ci: bump actions/checkout from 6 to 7 (#21014) (dependabot[bot])
  • c3abfca chore: correct JSDoc param types in html formatter (#21018) (Minseon Kim)
  • a832320 ci: split ecosystem tests into separate jobs (#21001) (xbinaryx)
  • 27166e7 chore: update ecosystem plugins (#21005) (ESLint Bot)
  • 865d76e ci: bump pnpm/action-setup from 6.0.8 to 6.0.9 (#20989) (dependabot[bot])
  • 27a88c9 chore: update dependency markdown-it to v14 in root (#20994) (Milos Djermanovic)
  • 970cea6 chore: update dependency markdown-it to v14 (#20993) (Milos Djermanovic)
  • b482120 chore: update dependency prettier to v3.8.4 (#20990) (renovate[bot])
  • 6993fb3 chore: update ecosystem plugins (#20985) (ESLint Bot)

v16.2.10: eslint-config-next: v16.2.10

Compare source

Contains no changes except publishing @next/swc-wasm-web which was accidentally not published since 16.2.4.

v4.3.2: tailwindcss: v4.3.2

Compare source

Fixed

  • Support bare spacing values for auto-rows-* and auto-cols-* utilities (e.g. auto-rows-12 and auto-cols-16) (#20229)
  • Prevent @tailwindcss/cli in --watch mode from crashing on Windows when @source points to a directory that doesn't exist (#20242)
  • Prevent @tailwindcss/vite from crashing in Deno v2.8.x when context.parentURL is not a valid URL (#20245)
  • Ensure @tailwindcss/cli in --watch mode rebuilds when the input CSS file changes in an ignored directory (#20246)
  • Allow @variant rules used in addBase(…) to use custom variants defined later (#20247)
  • Prevent @tailwindcss/vite from crashing during HMR when scanned files or directories are deleted (#20259)
  • Generate font-size instead of color declarations for text-[--spacing(…)] (#20260)
  • Prevent @source patterns from scanning unrelated sibling files and folders (#20263)
  • Extract class candidates adjacent to Template Toolkit delimiters like %]…[% in .tt, .tt2, and .tx files (#20269)
  • Extract class candidates from conditional Maud syntax like p.text-black[condition] (#20269)
  • Prevent @position-try rules from triggering unknown at-rule warnings when optimizing CSS (#20277)
  • Support class suggestions for named opacity modifiers from --opacity theme values (#20287)
  • Prevent type errors in @tailwindcss/postcss when used with newer PostCSS patch releases (#20289)

v4.23.0: tsx: v4.23.0

Compare source

4.23.0 (2026-07-03)

Bug Fixes

Features


This release is also available on:

v6.0.3: typescript: TypeScript 6.0.3

Compare source

For release notes, check out the release announcement blog post.

Downloads are available on:

Updates `npm dependencies`. Automerge: Disabled by automerge.rules[0]: major updates require review Changed files: - `package.json:19` `^2.1.3` -> `^2.1.4` - `package.json:25` `^1.23.0` -> `^1.25.0` - `package.json:26` `^16.2.10` -> `^16.2.11` - `package.json:29` `^19.2.7` -> `^19.2.8` - `package.json:30` `^19.2.7` -> `^19.2.8` - `package.json:34` `^4.3.2` -> `^4.3.3` - `package.json:39` `^5.6.16` -> `^5.7.0` - `package.json:41` `^10.6.0` -> `^10.7.0` - `package.json:42` `^16.2.10` -> `^16.2.11` - `package.json:43` `^4.3.2` -> `^4.3.3` - `package.json:44` `^4.23.0` -> `^4.23.1` - `package.json:45` `^6.0.3` -> `^7.0.2` <details> <summary>Release notes</summary> ### [`v2.1.3`](https://github.com/rowanmanning/feed-parser/releases/tag/v2.1.3): @rowanmanning/feed-parser: v2.1.3 [Compare source](https://github.com/rowanmanning/feed-parser/compare/%5E2.1.3...v2.1.3) ## [2.1.3](https://github.com/rowanmanning/feed-parser/compare/v2.1.2...v2.1.3) (2026-03-27) ### Bug Fixes * allow for feeds with many entities ([d27e62e](https://github.com/rowanmanning/feed-parser/commit/d27e62e41f9f101f630a5f3a3cc86c98a763fad5)) ### [`1.24.0`](https://github.com/lucide-icons/lucide/releases/tag/1.24.0): lucide-react: Version 1.24.0 [Compare source](https://github.com/lucide-icons/lucide/compare/%5E1.23.0...1.24.0) ## What's Changed * fix(scripts): fix typo in renameIcon.function.mts by @karsa-mistmere in https://github.com/lucide-icons/lucide/pull/4514 * chore(icons): remove `toBeRemovedInVersion` metadata and make it optional in schema by @ericfennis with @Copilot in https://github.com/lucide-icons/lucide/pull/4513 * feat(site): Add merch link by @ericfennis in https://github.com/lucide-icons/lucide/pull/4524 * fix(packages/angular): move child rendering logic to template from effect by @karsa-mistmere in https://github.com/lucide-icons/lucide/pull/4519 * docs(site): list @gyeonghokim/lucide-lit as third-party package by @GyeongHoKim in https://github.com/lucide-icons/lucide/pull/4421 * fix(icons): changed `option` icon by @jamiemlaw in https://github.com/lucide-icons/lucide/pull/4326 * fix(lucide-react-native): restore the icons entry point in the JS bundles by @pvinis in https://github.com/lucide-icons/lucide/pull/4528 * fix(vue): support kebab-case icon-node prop on Icon component by @Sagargupta16 in https://github.com/lucide-icons/lucide/pull/4512 * fix(lucide-react-native): Add icon exports property to the package.json file by @ericfennis in https://github.com/lucide-icons/lucide/pull/4522 * fix(icons): centered the `dot` icon by @cnlancehu in https://github.com/lucide-icons/lucide/pull/4492 * feat(icons): added `circle-euro-sign` icon by @Guido3000 in https://github.com/lucide-icons/lucide/pull/4353 * feat(icons): added `server-plus` icon by @Turboman3000 in https://github.com/lucide-icons/lucide/pull/4232 ## New Contributors * @ericfennis with @Copilot made their first contribution in https://github.com/lucide-icons/lucide/pull/4513 * @GyeongHoKim made their first contribution in https://github.com/lucide-icons/lucide/pull/4421 * @pvinis made their first contribution in https://github.com/lucide-icons/lucide/pull/4528 * @Sagargupta16 made their first contribution in https://github.com/lucide-icons/lucide/pull/4512 * @Guido3000 made their first contribution in https://github.com/lucide-icons/lucide/pull/4353 * @Turboman3000 made their first contribution in https://github.com/lucide-icons/lucide/pull/4232 **Full Changelog**: https://github.com/lucide-icons/lucide/compare/1.23.0...1.24.0 ### [`1.25.0`](https://github.com/lucide-icons/lucide/releases/tag/1.25.0): lucide-react: Version 1.25.0 [Compare source](https://github.com/lucide-icons/lucide/compare/%5E1.23.0...1.25.0) ## What's Changed * fix(icons): Rename to `circle-euro` to match other euro icons by @ericfennis in https://github.com/lucide-icons/lucide/pull/4531 * chore(deps-dev): bump astro from 6.1.10 to 6.4.6 by @dependabot[bot] in https://github.com/lucide-icons/lucide/pull/4487 * fix(site): empty search results on first load for tag-only matches by @taimar in https://github.com/lucide-icons/lucide/pull/4413 * chore(deps-dev): bump @babel/core from 7.28.5 to 7.29.6 by @dependabot[bot] in https://github.com/lucide-icons/lucide/pull/4476 * fix(ci): broken link in brand logo comment by @jguddas in https://github.com/lucide-icons/lucide/pull/4533 * chore(depedencies): Update dependencies by @ericfennis in https://github.com/lucide-icons/lucide/pull/4553 * feat(docs): add studio link by @jguddas in https://github.com/lucide-icons/lucide/pull/4534 * fix(icons): changed `hdmi-port` icon by @karsa-mistmere in https://github.com/lucide-icons/lucide/pull/4554 * fix(icons): changed `ethernet-port` icon by @karsa-mistmere in https://github.com/lucide-icons/lucide/pull/4555 * fix(icons): changed `file-box` icon by @karsa-mistmere in https://github.com/lucide-icons/lucide/pull/4552 * feat(icons): added `scan-box` icon by @karsa-mistmere in https://github.com/lucide-icons/lucide/pull/4551 **Full Changelog**: https://github.com/lucide-icons/lucide/compare/1.24.0...1.25.0 ### [`v16.2.10`](https://github.com/vercel/next.js/releases/tag/v16.2.10): next: v16.2.10 [Compare source](https://github.com/vercel/next.js/compare/%5E16.2.10...v16.2.10) Contains no changes except publishing `@next/swc-wasm-web` which was accidentally not published since 16.2.4. ### [`v19.2.7`](https://github.com/react/react/releases/tag/v19.2.7): react: 19.2.7 (June 1st, 2026) [Compare source](https://github.com/react/react/compare/%5E19.2.7...v19.2.7) ## React Server Components - Fixed missing `FormData` entries in Server Actions which regressed in 19.2.6 ([#36566](https://github.com/facebook/react/pull/36566) by @unstubbable) ### [`v19.2.7`](https://github.com/react/react/releases/tag/v19.2.7): react-dom: 19.2.7 (June 1st, 2026) [Compare source](https://github.com/react/react/compare/%5E19.2.7...v19.2.7) ## React Server Components - Fixed missing `FormData` entries in Server Actions which regressed in 19.2.6 ([#36566](https://github.com/facebook/react/pull/36566) by @unstubbable) ### [`v4.3.2`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.3.2): @tailwindcss/postcss: v4.3.2 [Compare source](https://github.com/tailwindlabs/tailwindcss/compare/%5E4.3.2...v4.3.2) ### Fixed - Support bare spacing values for `auto-rows-*` and `auto-cols-*` utilities (e.g. `auto-rows-12` and `auto-cols-16`) ([#20229](https://github.com/tailwindlabs/tailwindcss/pull/20229)) - Prevent `@tailwindcss/cli` in `--watch` mode from crashing on Windows when `@source` points to a directory that doesn't exist ([#20242](https://github.com/tailwindlabs/tailwindcss/pull/20242)) - Prevent `@tailwindcss/vite` from crashing in Deno v2.8.x when `context.parentURL` is not a valid URL ([#20245](https://github.com/tailwindlabs/tailwindcss/pull/20245)) - Ensure `@tailwindcss/cli` in `--watch` mode rebuilds when the input CSS file changes in an ignored directory ([#20246](https://github.com/tailwindlabs/tailwindcss/pull/20246)) - Allow `@variant` rules used in `addBase(…)` to use custom variants defined later ([#20247](https://github.com/tailwindlabs/tailwindcss/pull/20247)) - Prevent `@tailwindcss/vite` from crashing during HMR when scanned files or directories are deleted ([#20259](https://github.com/tailwindlabs/tailwindcss/pull/20259)) - Generate `font-size` instead of `color` declarations for `text-[--spacing(…)]` ([#20260](https://github.com/tailwindlabs/tailwindcss/pull/20260)) - Prevent `@source` patterns from scanning unrelated sibling files and folders ([#20263](https://github.com/tailwindlabs/tailwindcss/pull/20263)) - Extract class candidates adjacent to Template Toolkit delimiters like `%]…[%` in `.tt`, `.tt2`, and `.tx` files ([#20269](https://github.com/tailwindlabs/tailwindcss/pull/20269)) - Extract class candidates from conditional Maud syntax like `p.text-black[condition]` ([#20269](https://github.com/tailwindlabs/tailwindcss/pull/20269)) - Prevent `@position-try` rules from triggering unknown at-rule warnings when optimizing CSS ([#20277](https://github.com/tailwindlabs/tailwindcss/pull/20277)) - Support class suggestions for named opacity modifiers from `--opacity` theme values ([#20287](https://github.com/tailwindlabs/tailwindcss/pull/20287)) - Prevent type errors in `@tailwindcss/postcss` when used with newer PostCSS patch releases ([#20289](https://github.com/tailwindlabs/tailwindcss/pull/20289)) ### [`v5.6.16`](https://github.com/saadeghi/daisyui/releases/tag/v5.6.16): daisyui: v5.6.16 [Compare source](https://github.com/saadeghi/daisyui/compare/%5E5.6.16...v5.6.16) 🌼 Read changelog: https://daisyui.com/docs/changelog/ 📦 Install this update: ```bash npm i -D daisyui@5.6.16 ``` 💚 Thank you for using daisyUI! ### [`v5.6.17`](https://github.com/saadeghi/daisyui/releases/tag/v5.6.17): daisyui: v5.6.17 [Compare source](https://github.com/saadeghi/daisyui/compare/%5E5.6.16...v5.6.17) 🌼 Read changelog: https://daisyui.com/docs/changelog/ 📦 Install this update: ```bash npm i -D daisyui@5.6.17 ``` 💚 Thank you for using daisyUI! ### [`v5.6.18`](https://github.com/saadeghi/daisyui/releases/tag/v5.6.18): daisyui: v5.6.18 [Compare source](https://github.com/saadeghi/daisyui/compare/%5E5.6.16...v5.6.18) 🌼 Read changelog: https://daisyui.com/docs/changelog/ 📦 Install this update: ```bash npm i -D daisyui@5.6.18 ``` 💚 Thank you for using daisyUI! ### [`v5.6.19`](https://github.com/saadeghi/daisyui/releases/tag/v5.6.19): daisyui: v5.6.19 [Compare source](https://github.com/saadeghi/daisyui/compare/%5E5.6.16...v5.6.19) 🌼 Read changelog: https://daisyui.com/docs/changelog/ 📦 Install this update: ```bash npm i -D daisyui@5.6.19 ``` 💚 Thank you for using daisyUI! ### [`v5.6.21`](https://github.com/saadeghi/daisyui/releases/tag/v5.6.21): daisyui: v5.6.21 [Compare source](https://github.com/saadeghi/daisyui/compare/%5E5.6.16...v5.6.21) 🌼 Read changelog: https://daisyui.com/docs/changelog/ 📦 Install this update: ```bash npm i -D daisyui@5.6.21 ``` 💚 Thank you for using daisyUI! ### [`v5.6.22`](https://github.com/saadeghi/daisyui/releases/tag/v5.6.22): daisyui: v5.6.22 [Compare source](https://github.com/saadeghi/daisyui/compare/%5E5.6.16...v5.6.22) 🌼 Read changelog: https://daisyui.com/docs/changelog/ 📦 Install this update: ```bash npm i -D daisyui@5.6.22 ``` 💚 Thank you for using daisyUI! ### [`v10.6.0`](https://github.com/eslint/eslint/releases/tag/v10.6.0): eslint [Compare source](https://github.com/eslint/eslint/compare/%5E10.6.0...v10.6.0) ## Features * [`b1f9106`](https://github.com/eslint/eslint/commit/b1f910628e29a018c860e2352bc14cd07c853d67) feat: detect Symbol() and BigInt() in no-constant-binary-expression (#20981) (Taejin Kim) * [`f291007`](https://github.com/eslint/eslint/commit/f291007cb73f55c09cf3c2aa3a405df379a5c594) feat: add checkRelationalComparisons to no-constant-binary-expression (#20948) (sethamus) ## Bug Fixes * [`6b05784`](https://github.com/eslint/eslint/commit/6b05784eb271ac98ca3e1e2a48c4b14bb588c786) fix: prefer-exponentiation-operator invalid autofix at statement start (#20997) (Milos Djermanovic) * [`bb9eb2a`](https://github.com/eslint/eslint/commit/bb9eb2ab28daf6e6dafc62daa6b5daf9c2b7046c) fix: account for shadowed `Boolean` in `no-extra-boolean-cast` (#21013) (den$) * [`8fd8741`](https://github.com/eslint/eslint/commit/8fd8741009a3ed7845c89bfe2fb3eaa2119b2d15) fix: don't report shadowed undefined in `radix` rule (#21011) (Pixel) * [`5784980`](https://github.com/eslint/eslint/commit/5784980ce8ba99556db98907895d82ef49cd0a27) fix: don't report shadowed undefined in no-throw-literal (#21010) (Pixel) * [`9cd1e6d`](https://github.com/eslint/eslint/commit/9cd1e6de5bad487a9c713bdc9fda5af7ea0babcd) fix: suppress invalid class suggestion in no-promise-executor-return (#21008) (Pixel) * [`d4eb2dc`](https://github.com/eslint/eslint/commit/d4eb2dc95f17cdf491edca91b7d9caf05b86253f) fix: don't report shadowed undefined in prefer-promise-reject-errors (#21006) (Pixel) * [`2360464`](https://github.com/eslint/eslint/commit/23604646db6d987d01edb8aa5f4d2a88bd4c01d0) fix: prefer-promise-reject-errors false positives for shadowed Promise (#21003) (den$) * [`63d52d2`](https://github.com/eslint/eslint/commit/63d52d28de705ec46f328d18166e8b7170b3f024) fix: restore max-classes-per-file report range (#21002) (Pixel) * [`7feaff0`](https://github.com/eslint/eslint/commit/7feaff0cfb8d6a6260d3ea56887c9161daf8c700) fix: callback detection logic for IIFEs in max-nested-callbacks (#20979) (fnx) * [`399a2ec`](https://github.com/eslint/eslint/commit/399a2ec81bcbcff2c67920db51d9276b20ac1025) fix: don't report inner non-callbacks in `max-nested-callbacks` (#20995) (Milos Djermanovic) ## Documentation * [`a83683d`](https://github.com/eslint/eslint/commit/a83683db1c27193c2ad333fc5c0aedcc8a293db7) docs: Update README (GitHub Actions Bot) * [`f5449f9`](https://github.com/eslint/eslint/commit/f5449f96c2caabbc1a28b15211873e2f672f5ae5) docs: document userland patterns for global assertionOptions in RuleT… (#20986) (playgirl) * [`bea49f7`](https://github.com/eslint/eslint/commit/bea49f7b2899ebf708482f977ef2ada41fd2c3f0) docs: Update README (GitHub Actions Bot) * [`e5f70f9`](https://github.com/eslint/eslint/commit/e5f70f9b06683a887dd0d6dc1cc91a9c9bea816d) docs: update code-path diagrams (#20984) (Tanuj Kanti) * [`8890c2d`](https://github.com/eslint/eslint/commit/8890c2d40880b195b9167735c24ec0cc5de5eb96) docs: add TypeScript config guidance for MCP server (#20796) (Pierluigi Lenoci) * [`3eb3d9b`](https://github.com/eslint/eslint/commit/3eb3d9b1b5edecc3fcae0519ddba0e3745e889e3) docs: Update README (GitHub Actions Bot) * [`c5bb59c`](https://github.com/eslint/eslint/commit/c5bb59cf613dabafd550227b6adaa9327b1095f5) docs: Update README (GitHub Actions Bot) * [`eb3c97c`](https://github.com/eslint/eslint/commit/eb3c97c776731ce11b28cc99f0271f41b9994701) docs: fix grammar in prefer-const rule description (#20983) (lumir) ## Chores * [`6a42034`](https://github.com/eslint/eslint/commit/6a42034a57a816b0a313720b3b9df09455bd0b5e) ci: run ecosystem tests on main branch (#20891) (sethamus) * [`3dbacdb`](https://github.com/eslint/eslint/commit/3dbacdbb31673c87ca86ecafbb18712d8d1daed8) ci: bump actions/checkout from 6 to 7 (#21014) (dependabot[bot]) * [`c3abfca`](https://github.com/eslint/eslint/commit/c3abfca7c96cc9a244f54eeb66e9971c59280354) chore: correct JSDoc param types in html formatter (#21018) (Minseon Kim) * [`a832320`](https://github.com/eslint/eslint/commit/a8323209cdbefefd540c5beeaa51418d8ec40f9e) ci: split ecosystem tests into separate jobs (#21001) (xbinaryx) * [`27166e7`](https://github.com/eslint/eslint/commit/27166e78511db526688afc34bbfab1a458405f3f) chore: update ecosystem plugins (#21005) (ESLint Bot) * [`865d76e`](https://github.com/eslint/eslint/commit/865d76e40107d4fa10a17fc3203b303eb8a88dc3) ci: bump pnpm/action-setup from 6.0.8 to 6.0.9 (#20989) (dependabot[bot]) * [`27a88c9`](https://github.com/eslint/eslint/commit/27a88c9fa7c040f4cd39e5a5e6e2d02441c408ef) chore: update dependency markdown-it to v14 in root (#20994) (Milos Djermanovic) * [`970cea6`](https://github.com/eslint/eslint/commit/970cea62b295d931a4109abedeb21ba192d3f2be) chore: update dependency markdown-it to v14 (#20993) (Milos Djermanovic) * [`b482120`](https://github.com/eslint/eslint/commit/b482120bacb40204fbf16f3b20be7207057157a5) chore: update dependency prettier to v3.8.4 (#20990) (renovate[bot]) * [`6993fb3`](https://github.com/eslint/eslint/commit/6993fb3173da84999fc208507b93f523aa657448) chore: update ecosystem plugins (#20985) (ESLint Bot) ### [`v16.2.10`](https://github.com/vercel/next.js/releases/tag/v16.2.10): eslint-config-next: v16.2.10 [Compare source](https://github.com/vercel/next.js/compare/%5E16.2.10...v16.2.10) Contains no changes except publishing `@next/swc-wasm-web` which was accidentally not published since 16.2.4. ### [`v4.3.2`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.3.2): tailwindcss: v4.3.2 [Compare source](https://github.com/tailwindlabs/tailwindcss/compare/%5E4.3.2...v4.3.2) ### Fixed - Support bare spacing values for `auto-rows-*` and `auto-cols-*` utilities (e.g. `auto-rows-12` and `auto-cols-16`) ([#20229](https://github.com/tailwindlabs/tailwindcss/pull/20229)) - Prevent `@tailwindcss/cli` in `--watch` mode from crashing on Windows when `@source` points to a directory that doesn't exist ([#20242](https://github.com/tailwindlabs/tailwindcss/pull/20242)) - Prevent `@tailwindcss/vite` from crashing in Deno v2.8.x when `context.parentURL` is not a valid URL ([#20245](https://github.com/tailwindlabs/tailwindcss/pull/20245)) - Ensure `@tailwindcss/cli` in `--watch` mode rebuilds when the input CSS file changes in an ignored directory ([#20246](https://github.com/tailwindlabs/tailwindcss/pull/20246)) - Allow `@variant` rules used in `addBase(…)` to use custom variants defined later ([#20247](https://github.com/tailwindlabs/tailwindcss/pull/20247)) - Prevent `@tailwindcss/vite` from crashing during HMR when scanned files or directories are deleted ([#20259](https://github.com/tailwindlabs/tailwindcss/pull/20259)) - Generate `font-size` instead of `color` declarations for `text-[--spacing(…)]` ([#20260](https://github.com/tailwindlabs/tailwindcss/pull/20260)) - Prevent `@source` patterns from scanning unrelated sibling files and folders ([#20263](https://github.com/tailwindlabs/tailwindcss/pull/20263)) - Extract class candidates adjacent to Template Toolkit delimiters like `%]…[%` in `.tt`, `.tt2`, and `.tx` files ([#20269](https://github.com/tailwindlabs/tailwindcss/pull/20269)) - Extract class candidates from conditional Maud syntax like `p.text-black[condition]` ([#20269](https://github.com/tailwindlabs/tailwindcss/pull/20269)) - Prevent `@position-try` rules from triggering unknown at-rule warnings when optimizing CSS ([#20277](https://github.com/tailwindlabs/tailwindcss/pull/20277)) - Support class suggestions for named opacity modifiers from `--opacity` theme values ([#20287](https://github.com/tailwindlabs/tailwindcss/pull/20287)) - Prevent type errors in `@tailwindcss/postcss` when used with newer PostCSS patch releases ([#20289](https://github.com/tailwindlabs/tailwindcss/pull/20289)) ### [`v4.23.0`](https://github.com/privatenumber/tsx/releases/tag/v4.23.0): tsx: v4.23.0 [Compare source](https://github.com/privatenumber/tsx/compare/%5E4.23.0...v4.23.0) # [4.23.0](https://github.com/privatenumber/tsx/compare/v4.22.5...v4.23.0) (2026-07-03) ### Bug Fixes * avoid redundant filesystem probes during module resolution ([257bbbb](https://github.com/privatenumber/tsx/commit/257bbbb7eb2784cad6a3bb7a2d9c9747d28d96ec)), closes [privatenumber/tsx#809](https://github.com/privatenumber/tsx/issues/809) ### Features * add multi-scenario startup benchmark suite ([c178197](https://github.com/privatenumber/tsx/commit/c178197b104d055fd3431f7448982f3156394d12)), closes [privatenumber/tsx#809](https://github.com/privatenumber/tsx/issues/809) [#809](https://github.com/privatenumber/tsx/issues/809) [hi#signal](https://github.com/hi/issues/signal) [privatenumber/tsx#145](https://github.com/privatenumber/tsx/issues/145) [#809](https://github.com/privatenumber/tsx/issues/809) --- This release is also available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.23.0) ### [`v6.0.3`](https://github.com/microsoft/TypeScript/releases/tag/v6.0.3): typescript: TypeScript 6.0.3 [Compare source](https://github.com/microsoft/TypeScript/compare/%5E6.0.3...v6.0.3) For release notes, check out the [release announcement blog post](https://devblogs.microsoft.com/typescript/announcing-typescript-6-0/). * [fixed issues query for TypeScript 6.0.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+6.0.0%22). * [fixed issues query for TypeScript 6.0.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+6.0.1%22). * [fixed issues query for TypeScript 6.0.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+6.0.2%22). * [fixed issues query for TypeScript 6.0.3 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+6.0.3%22). Downloads are available on: * [npm](https://www.npmjs.com/package/typescript) </details>
chore: update npm dependencies
Some checks failed
CI / Quality (pull_request) Failing after 5m50s
CI / Build (pull_request) Has been skipped
60c28bcaa0
Wuast94 force-pushed updatarr/npm-dependencies-bac734c5b3 from 60c28bcaa0
Some checks failed
CI / Quality (pull_request) Failing after 5m50s
CI / Build (pull_request) Has been skipped
to 7384cb4923
Some checks failed
CI / Quality (pull_request) Failing after 5m45s
CI / Build (pull_request) Has been skipped
2026-07-09 16:31:24 +02:00
Compare
Wuast94 force-pushed updatarr/npm-dependencies-bac734c5b3 from 7384cb4923
Some checks failed
CI / Quality (pull_request) Failing after 5m45s
CI / Build (pull_request) Has been skipped
to 8995007177
Some checks failed
CI / Quality (pull_request) Failing after 6m19s
CI / Build (pull_request) Has been skipped
2026-07-10 15:17:32 +02:00
Compare
Wuast94 force-pushed updatarr/npm-dependencies-bac734c5b3 from 8995007177
Some checks failed
CI / Quality (pull_request) Failing after 6m19s
CI / Build (pull_request) Has been skipped
to a07f8b61e6
Some checks failed
CI / Quality (pull_request) Failing after 6m58s
CI / Build (pull_request) Has been skipped
2026-07-10 15:58:18 +02:00
Compare
Wuast94 force-pushed updatarr/npm-dependencies-bac734c5b3 from a07f8b61e6
Some checks failed
CI / Quality (pull_request) Failing after 6m58s
CI / Build (pull_request) Has been skipped
to 98182fedcd
Some checks failed
CI / Quality (pull_request) Failing after 5m54s
CI / Build (pull_request) Has been skipped
2026-07-11 15:50:03 +02:00
Compare
Wuast94 force-pushed updatarr/npm-dependencies-bac734c5b3 from 98182fedcd
Some checks failed
CI / Quality (pull_request) Failing after 5m54s
CI / Build (pull_request) Has been skipped
to d14fa82d68
Some checks failed
CI / Quality (pull_request) Failing after 5m40s
CI / Build (pull_request) Has been skipped
2026-07-11 16:28:08 +02:00
Compare
Wuast94 force-pushed updatarr/npm-dependencies-bac734c5b3 from d14fa82d68
Some checks failed
CI / Quality (pull_request) Failing after 5m40s
CI / Build (pull_request) Has been skipped
to 1e6a4dda43
Some checks failed
CI / Quality (pull_request) Failing after 5m26s
CI / Build (pull_request) Has been skipped
2026-07-12 16:29:49 +02:00
Compare
Wuast94 force-pushed updatarr/npm-dependencies-bac734c5b3 from 1e6a4dda43
Some checks failed
CI / Quality (pull_request) Failing after 5m26s
CI / Build (pull_request) Has been skipped
to c80f729727
Some checks failed
CI / Quality (pull_request) Failing after 5m24s
CI / Build (pull_request) Has been skipped
2026-07-13 16:52:31 +02:00
Compare
Wuast94 force-pushed updatarr/npm-dependencies-bac734c5b3 from c80f729727
Some checks failed
CI / Quality (pull_request) Failing after 5m24s
CI / Build (pull_request) Has been skipped
to 46980afde6
Some checks failed
CI / Quality (pull_request) Failing after 54s
CI / Build (pull_request) Has been skipped
2026-07-16 16:31:01 +02:00
Compare
Wuast94 force-pushed updatarr/npm-dependencies-bac734c5b3 from 46980afde6
Some checks failed
CI / Quality (pull_request) Failing after 54s
CI / Build (pull_request) Has been skipped
to 32d0f1762a
Some checks failed
CI / Quality (pull_request) Failing after 2m7s
CI / Build (pull_request) Has been skipped
2026-07-16 17:47:39 +02:00
Compare
Wuast94 force-pushed updatarr/npm-dependencies-bac734c5b3 from 32d0f1762a
Some checks failed
CI / Quality (pull_request) Failing after 2m7s
CI / Build (pull_request) Has been skipped
to 9af76905a1
Some checks failed
CI / Quality (pull_request) Failing after 1m57s
CI / Build (pull_request) Has been skipped
2026-07-17 16:33:24 +02:00
Compare
Wuast94 force-pushed updatarr/npm-dependencies-bac734c5b3 from 9af76905a1
Some checks failed
CI / Quality (pull_request) Failing after 1m57s
CI / Build (pull_request) Has been skipped
to 8227cf4bed
Some checks failed
CI / Quality (pull_request) Failing after 1m0s
CI / Build (pull_request) Has been skipped
2026-07-20 18:39:31 +02:00
Compare
Wuast94 force-pushed updatarr/npm-dependencies-bac734c5b3 from 8227cf4bed
Some checks failed
CI / Quality (pull_request) Failing after 1m0s
CI / Build (pull_request) Has been skipped
to a7e8daabb9
Some checks failed
CI / Quality (pull_request) Failing after 1m50s
CI / Build (pull_request) Has been skipped
2026-07-21 15:15:25 +02:00
Compare
Wuast94 force-pushed updatarr/npm-dependencies-bac734c5b3 from a7e8daabb9
Some checks failed
CI / Quality (pull_request) Failing after 1m50s
CI / Build (pull_request) Has been skipped
to b91b95fe38
Some checks failed
CI / Quality (pull_request) Failing after 1m28s
CI / Build (pull_request) Has been skipped
2026-07-21 18:43:45 +02:00
Compare
Wuast94 force-pushed updatarr/npm-dependencies-bac734c5b3 from b91b95fe38
Some checks failed
CI / Quality (pull_request) Failing after 1m28s
CI / Build (pull_request) Has been skipped
to 0e3d76a170
Some checks failed
CI / Quality (pull_request) Failing after 1m39s
CI / Build (pull_request) Has been skipped
2026-07-22 12:37:47 +02:00
Compare
Wuast94 force-pushed updatarr/npm-dependencies-bac734c5b3 from 0e3d76a170
Some checks failed
CI / Quality (pull_request) Failing after 1m39s
CI / Build (pull_request) Has been skipped
to 1e46f5ba78
Some checks failed
CI / Quality (pull_request) Failing after 2m41s
CI / Build (pull_request) Has been skipped
2026-07-22 17:41:57 +02:00
Compare
Wuast94 force-pushed updatarr/npm-dependencies-bac734c5b3 from 1e46f5ba78
Some checks failed
CI / Quality (pull_request) Failing after 2m41s
CI / Build (pull_request) Has been skipped
to 1ae3094ef6
Some checks failed
CI / Quality (pull_request) Failing after 2m7s
CI / Build (pull_request) Has been skipped
2026-07-22 20:20:52 +02:00
Compare
Wuast94 force-pushed updatarr/npm-dependencies-bac734c5b3 from 1ae3094ef6
Some checks failed
CI / Quality (pull_request) Failing after 2m7s
CI / Build (pull_request) Has been skipped
to ffa5ed4c91
Some checks failed
CI / Quality (pull_request) Failing after 2m10s
CI / Build (pull_request) Has been skipped
2026-07-23 00:53:18 +02:00
Compare
fix(deps): keep TypeScript on supported major
All checks were successful
CI / Quality (pull_request) Successful in 5m9s
CI / Build (pull_request) Successful in 7m38s
9323215798
Wuast94 deleted branch updatarr/npm-dependencies-bac734c5b3 2026-07-23 01:22:04 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
vault/deltamon!377
No description provided.