Skip to content

chore(deps): bump the minor-and-patch group with 14 updates#732

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

chore(deps): bump the minor-and-patch group with 14 updates#732
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/minor-and-patch-7a030b0bda

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 11, 2026

Bumps the minor-and-patch group with 14 updates:

Package From To
@astrojs/netlify 7.0.4 7.0.6
@astrojs/react 5.0.1 5.0.3
@astrojs/rss 4.0.17 4.0.18
@astrojs/sitemap 3.7.1 3.7.2
@headlessui/react 2.2.9 2.2.10
posthog-js 1.363.1 1.367.0
react 19.2.4 19.2.5
react-dom 19.2.4 19.2.5
eslint 10.1.0 10.2.0
eslint-plugin-astro 1.6.0 1.7.0
knip 6.0.1 6.4.0
prettier 3.8.1 3.8.2
typescript-eslint 8.57.1 8.58.1
vitest 4.1.0 4.1.4

Updates @astrojs/netlify from 7.0.4 to 7.0.6

Release notes

Sourced from @​astrojs/netlify's releases.

@​astrojs/netlify@​7.0.6

Patch Changes

  • Updated dependencies [814406d]:
    • @​astrojs/underscore-redirects@​1.0.3

@​astrojs/netlify@​7.0.5

Patch Changes

  • #16063 ccb6a9c Thanks @​matthewp! - Fixes server islands returning 404 in production when using output: 'static' (the default)

  • Updated dependencies []:

    • @​astrojs/underscore-redirects@​1.0.2
Changelog

Sourced from @​astrojs/netlify's changelog.

7.0.6

Patch Changes

  • Updated dependencies [814406d]:
    • @​astrojs/underscore-redirects@​1.0.3

7.0.5

Patch Changes

  • #16063 ccb6a9c Thanks @​matthewp! - Fixes server islands returning 404 in production when using output: 'static' (the default)

  • Updated dependencies []:

    • @​astrojs/underscore-redirects@​1.0.2
Commits

Updates @astrojs/react from 5.0.1 to 5.0.3

Release notes

Sourced from @​astrojs/react's releases.

@​astrojs/react@​5.0.3

Patch Changes

  • #16224 a2b9eeb Thanks @​fkatsuhiro! - Fix React 19 "Float" mechanism injecting into Astro islands instead of the . This PR adds a filter to @​astrojs/react to strip these auto-generated resource from the island's HTML output, ensuring valid HTML structure.

@​astrojs/react@​5.0.2

Patch Changes

Changelog

Sourced from @​astrojs/react's changelog.

5.0.3

Patch Changes

  • #16224 a2b9eeb Thanks @​fkatsuhiro! - Fix React 19 "Float" mechanism injecting into Astro islands instead of the . This PR adds a filter to @​astrojs/react to strip these auto-generated resource from the island's HTML output, ensuring valid HTML structure.

5.0.2

Patch Changes

Commits

Updates @astrojs/rss from 4.0.17 to 4.0.18

Release notes

Sourced from @​astrojs/rss's releases.

@​astrojs/rss@​4.0.18

Patch Changes

Changelog

Sourced from @​astrojs/rss's changelog.

4.0.18

Patch Changes

Commits

Updates @astrojs/sitemap from 3.7.1 to 3.7.2

Release notes

Sourced from @​astrojs/sitemap's releases.

@​astrojs/sitemap@​3.7.2

Patch Changes

Changelog

Sourced from @​astrojs/sitemap's changelog.

3.7.2

Patch Changes

Commits

Updates @headlessui/react from 2.2.9 to 2.2.10

Release notes

Sourced from @​headlessui/react's releases.

@​headlessui/react@​v2.2.10

Fixed

  • Don’t render <Portal> while hydrating (#3825)
  • Fix passing props on Fragment error due to Symbol(react.lazy) (#3873)
Changelog

Sourced from @​headlessui/react's changelog.

[2.2.10] - 2026-04-07

Fixed

  • Don’t render <Portal> while hydrating (#3825)
  • Fix passing props on Fragment error due to Symbol(react.lazy) (#3873)
Commits

Updates posthog-js from 1.363.1 to 1.367.0

Release notes

Sourced from posthog-js's releases.

posthog-js@1.367.0

1.367.0

Minor Changes

Patch Changes

  • Updated dependencies []:
    • @​posthog/types@​1.367.0

posthog-js@1.366.2

1.366.2

Patch Changes

  • #3364 575e354 Thanks @​lucasheriques! - Add a hover state to numeric survey rating options so they provide clearer pointer feedback before selection. (2026-04-09)
  • Updated dependencies []:
    • @​posthog/types@​1.366.2

posthog-js@1.366.1

1.366.1

Patch Changes

  • #3360 802bf39 Thanks @​jabahamondes! - Re-evaluate consent persistent store when config changes to support cross-subdomain consent sharing (2026-04-09)
  • Updated dependencies []:
    • @​posthog/types@​1.366.1

posthog-js@1.366.0

1.366.0

Minor Changes

Patch Changes

  • Updated dependencies []:
    • @​posthog/types@​1.366.0

posthog-js@1.365.5

1.365.5

Patch Changes

... (truncated)

Commits
  • 2d6ec5a chore: update versions and lockfile [version bump]
  • 353be9a feat(browser): Add support for pre-loaded remote-config (#3242)
  • 8aef715 chore: update versions and lockfile [version bump]
  • 575e354 fix: add hover state for survey ratings (#3364)
  • c35441d fix(ci): Fix S3 tagging approach (#3363)
  • 89eec85 chore: update versions and lockfile [version bump]
  • 802bf39 fix: re-evaluate persistent store when config changes (#3360)
  • 544c578 chore: update versions and lockfile [version bump]
  • b599672 feat: support server identification (#3305)
  • 71e99fd chore: update versions and lockfile [version bump]
  • Additional commits viewable in compare view

Updates react from 19.2.4 to 19.2.5

Release notes

Sourced from react's releases.

19.2.5 (April 8th, 2026)

React Server Components

Commits

Updates react-dom from 19.2.4 to 19.2.5

Release notes

Sourced from react-dom's releases.

19.2.5 (April 8th, 2026)

React Server Components

Commits

Updates eslint from 10.1.0 to 10.2.0

Release notes

Sourced from eslint's releases.

v10.2.0

Features

  • 586ec2f feat: Add meta.languages support to rules (#20571) (Copilot)
  • 14207de feat: add Temporal to no-obj-calls (#20675) (Pixel998)
  • bbb2c93 feat: add Temporal to ES2026 globals (#20672) (Pixel998)

Bug Fixes

  • 542cb3e fix: update first-party dependencies (#20714) (Francesco Trotta)

Documentation

  • a2af743 docs: add language to configuration objects (#20712) (Francesco Trotta)
  • 845f23f docs: Update README (GitHub Actions Bot)
  • 5fbcf59 docs: remove sourceType from ts playground link (#20477) (Tanuj Kanti)
  • 8702a47 docs: Update README (GitHub Actions Bot)
  • ddeaded docs: Update README (GitHub Actions Bot)
  • 2b44966 docs: add Major Releases section to Manage Releases (#20269) (Milos Djermanovic)
  • eab65c7 docs: update eslint versions in examples (#20664) (루밀LuMir)
  • 3e4a299 docs: update ESM Dependencies policies with note for own-usage packages (#20660) (Milos Djermanovic)

Chores

  • 8120e30 refactor: extract no unmodified loop condition (#20679) (kuldeep kumar)
  • 46e8469 chore: update dependency markdownlint-cli2 to ^0.22.0 (#20697) (renovate[bot])
  • 01ed3aa test: add unit tests for unicode utilities (#20622) (Manish chaudhary)
  • 811f493 ci: remove --legacy-peer-deps from types integration tests (#20667) (Milos Djermanovic)
  • 6b86fcf chore: update dependency npm-run-all2 to v8 (#20663) (renovate[bot])
  • 632c4f8 chore: add prettier update commit to .git-blame-ignore-revs (#20662) (루밀LuMir)
  • b0b0f21 chore: update dependency eslint-plugin-regexp to ^3.1.0 (#20659) (Milos Djermanovic)
  • 228a2dd chore: update dependency eslint-plugin-eslint-plugin to ^7.3.2 (#20661) (Milos Djermanovic)
  • 3ab4d7e test: Add tests for eslintrc-style keys (#20645) (kuldeep kumar)
Commits

Updates eslint-plugin-astro from 1.6.0 to 1.7.0

Release notes

Sourced from eslint-plugin-astro's releases.

v1.7.0

Minor Changes

  • #550 40fef30 Thanks @​jp-knj! - add astro/no-prerender-export-outside-pages rule that disallow prerender export outside of pages/ directory
Changelog

Sourced from eslint-plugin-astro's changelog.

1.7.0

Minor Changes

  • #550 40fef30 Thanks @​jp-knj! - add astro/no-prerender-export-outside-pages rule that disallow prerender export outside of pages/ directory
Commits
  • 9d0223d Version Packages (#552)
  • 40fef30 feat(rules): add no-prerender-export-outside-pages rule (#550)
  • cf45890 chore(deps): update actions/deploy-pages action to v5 (#546)
  • 8889da1 chore(deps): update actions/configure-pages action to v6 (#547)
  • 6a40f92 chore(deps): update dependency vite-plugin-eslint4b to ^0.8.0 (#544)
  • ea5037a chore(deps): update dependency esbuild to ^0.28.0 (#548)
  • 0a1a154 fix: nullable cooked value in prefer-object-class-list (#551)
  • aa7a4c2 chore(deps): update dependency @​astrojs/compiler to v3 (#542)
  • 48d9d0a chore(deps): update dependency tsdown to ^0.21.0 (#541)
  • 6d9c7fa chore(deps): update dependency @​changesets/changelog-github to ^0.6.0 (#540)
  • Additional commits viewable in compare view

Updates knip from 6.0.1 to 6.4.0

Release notes

Sourced from knip's releases.

Release 6.4.0

  • chore: change license file to have more conventional casing (#1664) (ed97e6a37) - thanks @​Zamiell!
  • fix: whitelist spelling error (#1666) (bcad12012) - thanks @​Zamiell!
  • Add Panda CSS plugin (#1671) (7ab0d4d88) - thanks @​Faithfinder!
  • fix(rspack): detect plugins from swc-loader (#1675) (1431ff3d5) - thanks @​TkDodo!
  • docs: fix broken anchor link in DEVELOPMENT.md (#1677) (e78c7f609) - thanks @​vincent067!
  • Fix @jest-environment pragma resolution and limit pragma scope (3832364e2)
  • Track Object enumeration to skip enum-member checks in nsTypes mode (a47aff535)
  • Cache module resolution by directory + specifier (cefed38c2)
  • Skip read+parse in walkAndAnalyze when the file cache will hit (25a7982c1)
  • Collapse double statSync in FileEntryCache.reconcile (b63fbd9f2)
  • Refactor walkAndAnalyze: dedupe cached/uncached paths (573df54ba)
  • Cache glob results across --cache runs (6ab8de805)
  • Mark namespace members used when enumerated via Object.* (dabf8ce77)
  • Add config hints for redundant/unregistered extensions (close #1672, close #1673) (050689575)
  • Enable Tailwind CSS compiler for @​tailwindcss integrations (close #1674) (f3ed14d0e)
  • Resolve scss path aliases (resolve #1676) (00ae83be9)
  • Re-gen plugins.md (35d8fabaa)
  • Resolve path.join(__dirname, ...) in Worker/child_process calls (#1660) (40a917e3f)
  • license (608f0ed76)

Release 6.3.1

  • Fix peer dependency resolution (#1645) (0a6e93d16f89bde270a5458c0e76e1c6a996012f) - thanks @​controversial!
  • Support absolute file paths in react-router routes (#1659) (97bb283e31eb72da8c60fcede607b22da2929103) - thanks @​mpalmer685!
  • Track namespace imports used as object property values (resolve #1669) (c4d6b28df5955abbe9dde40d245ceb5a6e0bc669)
  • Split plugins/util smoke globs to fit Windows cmd.exe limit (33ef87d15770d0ee9dc248a640538ce2f0d75a46)

Release 6.3.0

  • Re-gen sponsorships chart (83ee4895f36d934bf9f2efaaaf3e141c33c889f8)
  • Add testimonial (be16c54d379698899e3f10646bb23b280024b989)
  • Add deferred resolve entries as direct entry paths to avoid ws exclusion (91a183539fb63528f900b187328c3bba1b161e88)
  • Add rolldown plugin (resolve #1661) (44bfd6273375384dc0b01b2cf673b6ad1b6783f0)
  • Housekeep plugins a bit (dc6986821bde185185b730e119d2c528048f9976)
  • Improve module.register handling (b9e36ea42d0b2b35d6080aafc94b292a3d7fd711)
  • Housekeep release script (f81bd0f5f6630c2cac9934c3b96ace0d42bd2353)

Release 6.2.0

  • Support tilde-prefixed scoped package names (e.g. @~private/pkg) (#1656) (947893d9dd9135fb8878e30de65841d4dff17f0c) - thanks @​MatissJanis!
  • fix(storybook): mark vitest coverage deps as optional when addon-vitest is used (#1654) (06e88d42d7c1f89e18cba3d09c12ef080cb231a4) - thanks @​brick-pixel!
  • Deduplicate module graph queue to avoid redundant file processing (#1657) (e34d3b0dd4cc97d16a9c70c7bd436372a3e3081d) - thanks @​MatissJanis!
  • Export KnipConfiguration type for dynamic config use cases (resolve #1634) (4a64e0e833511859b7703ac36e08a178e663192d)
  • Release knip@6.2.0 (d8c016164fda981209186c205f86329b522e76ee)

Release 6.1.1

  • Handle absolute Vitest test roots (#1650) (898a412d369edd6ee967485c2df95d0c6ae87a18) - thanks @​filipw01!
  • Fix reference types regex to allow extra attributes (resolve #1649) (1d5f9438e2e4e0d01558f41608a450093afa60e5)
  • Update docs (close #1614, close #1615) (f1ac52964ff7aa9c3454e085a2c582e00ff69e4b)
  • Release knip@6.1.1 (fcfdabe8bd956b4ed71126a75b72e3e304e6518b)

Release 6.1.0

... (truncated)

Commits
  • baa8ef4 Release knip@6.4.0
  • 608f0ed license
  • 40a917e Resolve path.join(__dirname, ...) in Worker/child_process calls (#1660)
  • 00ae83b Resolve scss path aliases (resolve #1676)
  • f3ed14d Enable Tailwind CSS compiler for @​tailwindcss integrations (close #1674)
  • 0506895 Add config hints for redundant/unregistered extensions (close #1672, close #1...
  • dabf8ce Mark namespace members used when enumerated via Object.*
  • 6ab8de8 Cache glob results across --cache runs
  • 573df54 Refactor walkAndAnalyze: dedupe cached/uncached paths
  • b63fbd9 Collapse double statSync in FileEntryCache.reconcile
  • Additional commits viewable in compare view

Updates prettier from 3.8.1 to 3.8.2

Release notes

Sourced from prettier's releases.

3.8.2

  • Support Angular v21.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.2

diff

Angular: Support Angular v21.2 (#18722, #19034 by @​fisker)

Exhaustive typechecking with @default never;

<!-- Input -->
@switch (foo) {
  @case (1) {}
  @default never;
}
<!-- Prettier 3.8.1 -->
SyntaxError: Incomplete block "default never". If you meant to write the @ character, you should use the "&#64;" HTML entity instead. (3:3)
<!-- Prettier 3.8.2 -->
@​switch (foo) {
@​case (1) {}
@​default never;
}

arrow function and instanceof expressions.

<!-- Input -->
@let fn = (a) =>        a?    1:2;
{{ fn ( a         instanceof b)}}
<!-- Prettier 3.8.1 -->
@​let fn = (a) =>        a?    1:2;
{{ fn ( a         instanceof b)}}
<!-- Prettier 3.8.2 -->
@​let fn = (a) => (a ? 1 : 2);
{{ fn(a instanceof b) }}

Commits

Updates typescript-eslint from 8.57.1 to 8.58.1

Release notes

Sourced from typescript-eslint's releases.

v8.58.1

8.58.1 (2026-04-08)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] fix false negative for type predicate parameter (#12004)

❤️ Thank You

See GitHub Releases for more information.

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

v8.58.0

8.58.0 (2026-03-30)

🚀 Features

  • support TypeScript 6 (#12124)

🩹 Fixes

  • eslint-plugin: crash in no-unnecessary-type-arguments (#12163)
  • eslint-plugin: [no-extraneous-class] handle index signatures (#12142)
  • eslint-plugin: [prefer-regexp-exec] avoid fixing unknown RegExp flags (#12161)

❤️ Thank You

See GitHub Releases for more information.

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

v8.57.2

8.57.2 (2026-03-23)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] remove dangling closing parenthesis (#11865)
  • eslint-plugin: [array-type] ignore Array and ReadonlyArray without type arguments (#11971)
  • eslint-plugin: [no-restricted-types] flag banned generics in extends or implements (#12120)
  • eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#12125)
  • eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#12125)

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.58.1 (2026-04-08)

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

See GitHub Releases for more information.

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

8.58.0 (2026-03-30)

🚀 Features

  • support TypeScript 6 (#12124)

❤️ Thank You

See GitHub Releases for more information.

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

8.57.2 (2026-03-23)

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

See GitHub Releases for more information.

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

Commits

Updates vitest from 4.1.0 to 4.1.4

Release notes

Sourced from vitest's releases.

v4.1.4

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.1.3

   🚀 Experimental Features

   🐞 Bug Fixes

Bumps the minor-and-patch group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [@astrojs/netlify](https://github.com/withastro/astro/tree/HEAD/packages/integrations/netlify) | `7.0.4` | `7.0.6` |
| [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) | `5.0.1` | `5.0.3` |
| [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) | `4.0.17` | `4.0.18` |
| [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) | `3.7.1` | `3.7.2` |
| [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) | `2.2.9` | `2.2.10` |
| [posthog-js](https://github.com/PostHog/posthog-js) | `1.363.1` | `1.367.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.4` | `19.2.5` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.4` | `19.2.5` |
| [eslint](https://github.com/eslint/eslint) | `10.1.0` | `10.2.0` |
| [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) | `1.6.0` | `1.7.0` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `6.0.1` | `6.4.0` |
| [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.8.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.57.1` | `8.58.1` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.0` | `4.1.4` |


Updates `@astrojs/netlify` from 7.0.4 to 7.0.6
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/netlify/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/netlify@7.0.6/packages/integrations/netlify)

Updates `@astrojs/react` from 5.0.1 to 5.0.3
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/react/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/react@5.0.3/packages/integrations/react)

Updates `@astrojs/rss` from 4.0.17 to 4.0.18
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro-rss/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/rss@4.0.18/packages/astro-rss)

Updates `@astrojs/sitemap` from 3.7.1 to 3.7.2
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/sitemap/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/sitemap@3.7.2/packages/integrations/sitemap)

Updates `@headlessui/react` from 2.2.9 to 2.2.10
- [Release notes](https://github.com/tailwindlabs/headlessui/releases)
- [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v2.2.10/packages/@headlessui-react)

Updates `posthog-js` from 1.363.1 to 1.367.0
- [Release notes](https://github.com/PostHog/posthog-js/releases)
- [Changelog](https://github.com/PostHog/posthog-js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/PostHog/posthog-js/compare/posthog-js@1.363.1...posthog-js@1.367.0)

Updates `react` from 19.2.4 to 19.2.5
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react)

Updates `react-dom` from 19.2.4 to 19.2.5
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react-dom)

Updates `eslint` from 10.1.0 to 10.2.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.1.0...v10.2.0)

Updates `eslint-plugin-astro` from 1.6.0 to 1.7.0
- [Release notes](https://github.com/ota-meshi/eslint-plugin-astro/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-astro@v1.6.0...v1.7.0)

Updates `knip` from 6.0.1 to 6.4.0
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Commits](https://github.com/webpro-nl/knip/commits/knip@6.4.0/packages/knip)

Updates `prettier` from 3.8.1 to 3.8.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.1...3.8.2)

Updates `typescript-eslint` from 8.57.1 to 8.58.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.1/packages/typescript-eslint)

Updates `vitest` from 4.1.0 to 4.1.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest)

---
updated-dependencies:
- dependency-name: "@astrojs/netlify"
  dependency-version: 7.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@astrojs/react"
  dependency-version: 5.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@astrojs/rss"
  dependency-version: 4.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@astrojs/sitemap"
  dependency-version: 3.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@headlessui/react"
  dependency-version: 2.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: posthog-js
  dependency-version: 1.367.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: react
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: react-dom
  dependency-version: 19.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: eslint
  dependency-version: 10.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: eslint-plugin-astro
  dependency-version: 1.7.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: knip
  dependency-version: 6.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: prettier
  dependency-version: 3.8.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: typescript-eslint
  dependency-version: 8.58.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: vitest
  dependency-version: 4.1.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 11, 2026
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 11, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 11, 2026

Deploy Preview for openapi-dot-tools ready!

Name Link
🔨 Latest commit c8c2618
🔍 Latest deploy log https://app.netlify.com/projects/openapi-dot-tools/deploys/69da5c9e2bf90a00089d6987
😎 Deploy Preview https://deploy-preview-732--openapi-dot-tools.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 11, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 11, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/minor-and-patch-7a030b0bda branch April 11, 2026 18:19
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants