build(deps-dev): bump the development-dependencies group across 1 directory with 12 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(2 months ago)
(2 months ago)
dependencies
Bumps the development-dependencies group with 9 updates in the / directory:
| Package | From | To |
|---|---|---|
| @storybook/addon-a11y | 10.2.19 |
10.3.3 |
| @storybook/addon-docs | 10.2.19 |
10.3.3 |
| @storybook/addon-vitest | 10.2.19 |
10.3.3 |
| @storybook/react-vite | 10.2.19 |
10.3.3 |
| @typescript-eslint/eslint-plugin | 8.57.0 |
8.57.2 |
| @vitest/browser | 4.1.0 |
4.1.2 |
| @vitest/coverage-v8 | 4.1.0 |
4.1.2 |
| eslint-plugin-storybook | 10.2.19 |
10.3.3 |
| style-dictionary | 5.3.3 |
5.4.0 |
Updates @storybook/addon-a11y from 10.2.19 to 10.3.3
Release notes
Sourced from @storybook/addon-a11y's releases.
v10.3.3
10.3.3
- Addon-Vitest: Streamline vite(st) config detection across init and postinstall - #34193, thanks
@valentinpalkovic!v10.3.2
10.3.2
- CLI: Shorten CTA link messages - #34236, thanks
@shilman!- React Native Web: Fix vite8 support by bumping vite-plugin-rnw - #34231, thanks
@dannyhw!v10.3.1
10.3.1
- CLI: Use npm info to fetch versions in repro command - #34214, thanks
@yannbf!- Core: Prevent story-local viewport from persisting in URL - #34153, thanks
@ghengeveld!v10.3.0
10.3.0
> Improved developer experience, AI-assisting tools, and broader ecosystem support
Storybook 10.3 contains hundreds of fixes and improvements including:
- 🤖 Storybook MCP: Agentic component dev, docs, and test (Preview release for React)
- ⚡ Vite 8 support
- ▲ Next.js 16.2 support
- 📝 ESLint 10 support
- 〰️ Addon Pseudo-States: Tailwind v4 support
- 🔧 Addon-Vitest: Simplified configuration - no more setup files required
- ♿ Numerous accessibility improvements across the UI
- A11y: Add ScrollArea prop focusable for when it has static children - #33876, thanks
@Sidnioulz!- A11y: Ensure popover dialogs have an ARIA label - #33500, thanks
@gayanMatch!- A11y: Make resize handles for addon panel and sidebar accessible #33980
- A11y: Underline MDX links for WCAG SC 1.4.1 compliance - #33139, thanks
@NikhilChowdhury27!- Actions: Add expandLevel parameter to configure tree depth - #33977, thanks
@mixelburg!- Actions: Fix HandlerFunction type to support async callback props - #33864, thanks
@mixelburg!- Addon-Docs: Add React as optimizeDeps entry - #34176, thanks
@valentinpalkovic!- Addon-Docs: Add support for `sourceState: 'none'` to canvas block parameters - #33627, thanks
@quisido!- Addon-docs: Restore `docs.components` overrides for doc blocks #34111
- Addon-Vitest: Add channel API to programmatically trigger test runs - #33206, thanks
@JReinhold!- Addon-Vitest: Handle additional vitest config export patterns in postinstall - #34106, thanks
@copilot-swe-agent!- Addon-Vitest: Make Playwright `--with-deps` platform-aware to avoid `sudo` prompt on Linux #34121
- Addon-Vitest: Refactor Vitest setup to eliminate the need for a dedicated setup file - #34025, thanks
@valentinpalkovic!- Addon-Vitest: Support Vitest canaries - #33833, thanks
@valentinpalkovic!- Angular: Add moduleResolution: bundler to tsconfig - #34085, thanks
@valentinpalkovic!
... (truncated)
Changelog
Sourced from @storybook/addon-a11y's changelog.
10.3.3
- Addon-Vitest: Streamline vite(st) config detection across init and postinstall - #34193, thanks
@valentinpalkovic!10.3.2
- CLI: Shorten CTA link messages - #34236, thanks
@shilman!- React Native Web: Fix vite8 support by bumping vite-plugin-rnw - #34231, thanks
@dannyhw!10.3.1
- CLI: Use npm info to fetch versions in repro command - #34214, thanks
@yannbf!- Core: Prevent story-local viewport from persisting in URL - #34153, thanks
@ghengeveld!10.3.0
> Improved developer experience, AI-assisting tools, and broader ecosystem support
Storybook 10.3 contains hundreds of fixes and improvements including:
- 🤖 Storybook MCP: Agentic component dev, docs, and test (Preview release for React)
- ⚡ Vite 8 support
- ▲ Next.js 16.2 support
- 📝 ESLint 10 support
- 〰️ Addon Pseudo-States: Tailwind v4 support
- 🔧 Addon-Vitest: Simplified configuration - no more setup files required
- ♿ Numerous accessibility improvements across the UI
... (truncated)
Commits
b0acfb4Bump version from "10.3.2" to "10.3.3" [skip ci]308656fBump version from "10.3.1" to "10.3.2" [skip ci]24c2c2cBump version from "10.3.0" to "10.3.1" [skip ci]06cb6a6Bump version from "10.3.0-beta.3" to "10.3.0" [skip ci]94b9430Bump version from "10.3.0-beta.2" to "10.3.0-beta.3" [skip ci]af5b7deBump version from "10.3.0-beta.1" to "10.3.0-beta.2" [skip ci]a571619Bump version from "10.3.0-beta.0" to "10.3.0-beta.1" [skip ci]546aeceBump version from "10.3.0-alpha.17" to "10.3.0-beta.0" [skip ci]ceda0b4Bump version from "10.3.0-alpha.16" to "10.3.0-alpha.17" [skip ci]1ed871cBump version from "10.3.0-alpha.15" to "10.3.0-alpha.16" [skip ci]- Additional commits viewable in compare view
Updates @storybook/addon-docs from 10.2.19 to 10.3.3
Release notes
Sourced from @storybook/addon-docs's releases.
v10.3.3
10.3.3
- Addon-Vitest: Streamline vite(st) config detection across init and postinstall - #34193, thanks
@valentinpalkovic!v10.3.2
10.3.2
- CLI: Shorten CTA link messages - #34236, thanks
@shilman!- React Native Web: Fix vite8 support by bumping vite-plugin-rnw - #34231, thanks
@dannyhw!v10.3.1
10.3.1
- CLI: Use npm info to fetch versions in repro command - #34214, thanks
@yannbf!- Core: Prevent story-local viewport from persisting in URL - #34153, thanks
@ghengeveld!v10.3.0
10.3.0
> Improved developer experience, AI-assisting tools, and broader ecosystem support
Storybook 10.3 contains hundreds of fixes and improvements including:
- 🤖 Storybook MCP: Agentic component dev, docs, and test (Preview release for React)
- ⚡ Vite 8 support
- ▲ Next.js 16.2 support
- 📝 ESLint 10 support
- 〰️ Addon Pseudo-States: Tailwind v4 support
- 🔧 Addon-Vitest: Simplified configuration - no more setup files required
- ♿ Numerous accessibility improvements across the UI
- A11y: Add ScrollArea prop focusable for when it has static children - #33876, thanks
@Sidnioulz!- A11y: Ensure popover dialogs have an ARIA label - #33500, thanks
@gayanMatch!- A11y: Make resize handles for addon panel and sidebar accessible #33980
- A11y: Underline MDX links for WCAG SC 1.4.1 compliance - #33139, thanks
@NikhilChowdhury27!- Actions: Add expandLevel parameter to configure tree depth - #33977, thanks
@mixelburg!- Actions: Fix HandlerFunction type to support async callback props - #33864, thanks
@mixelburg!- Addon-Docs: Add React as optimizeDeps entry - #34176, thanks
@valentinpalkovic!- Addon-Docs: Add support for `sourceState: 'none'` to canvas block parameters - #33627, thanks
@quisido!- Addon-docs: Restore `docs.components` overrides for doc blocks #34111
- Addon-Vitest: Add channel API to programmatically trigger test runs - #33206, thanks
@JReinhold!- Addon-Vitest: Handle additional vitest config export patterns in postinstall - #34106, thanks
@copilot-swe-agent!- Addon-Vitest: Make Playwright `--with-deps` platform-aware to avoid `sudo` prompt on Linux #34121
- Addon-Vitest: Refactor Vitest setup to eliminate the need for a dedicated setup file - #34025, thanks
@valentinpalkovic!- Addon-Vitest: Support Vitest canaries - #33833, thanks
@valentinpalkovic!- Angular: Add moduleResolution: bundler to tsconfig - #34085, thanks
@valentinpalkovic!
... (truncated)
Changelog
Sourced from @storybook/addon-docs's changelog.
10.3.3
- Addon-Vitest: Streamline vite(st) config detection across init and postinstall - #34193, thanks
@valentinpalkovic!10.3.2
- CLI: Shorten CTA link messages - #34236, thanks
@shilman!- React Native Web: Fix vite8 support by bumping vite-plugin-rnw - #34231, thanks
@dannyhw!10.3.1
- CLI: Use npm info to fetch versions in repro command - #34214, thanks
@yannbf!- Core: Prevent story-local viewport from persisting in URL - #34153, thanks
@ghengeveld!10.3.0
> Improved developer experience, AI-assisting tools, and broader ecosystem support
Storybook 10.3 contains hundreds of fixes and improvements including:
- 🤖 Storybook MCP: Agentic component dev, docs, and test (Preview release for React)
- ⚡ Vite 8 support
- ▲ Next.js 16.2 support
- 📝 ESLint 10 support
- 〰️ Addon Pseudo-States: Tailwind v4 support
- 🔧 Addon-Vitest: Simplified configuration - no more setup files required
- ♿ Numerous accessibility improvements across the UI
... (truncated)
Commits
b0acfb4Bump version from "10.3.2" to "10.3.3" [skip ci]308656fBump version from "10.3.1" to "10.3.2" [skip ci]24c2c2cBump version from "10.3.0" to "10.3.1" [skip ci]06cb6a6Bump version from "10.3.0-beta.3" to "10.3.0" [skip ci]94b9430Bump version from "10.3.0-beta.2" to "10.3.0-beta.3" [skip ci]af5b7deBump version from "10.3.0-beta.1" to "10.3.0-beta.2" [skip ci]a571619Bump version from "10.3.0-beta.0" to "10.3.0-beta.1" [skip ci]e53219dAddon-Docs: Add React as optimizeDeps entry546aeceBump version from "10.3.0-alpha.17" to "10.3.0-beta.0" [skip ci]e07de2eMerge branch 'next-release' into next- Additional commits viewable in compare view
Updates @storybook/addon-vitest from 10.2.19 to 10.3.3
Release notes
Sourced from @storybook/addon-vitest's releases.
v10.3.3
10.3.3
- Addon-Vitest: Streamline vite(st) config detection across init and postinstall - #34193, thanks
@valentinpalkovic!v10.3.2
10.3.2
- CLI: Shorten CTA link messages - #34236, thanks
@shilman!- React Native Web: Fix vite8 support by bumping vite-plugin-rnw - #34231, thanks
@dannyhw!v10.3.1
10.3.1
- CLI: Use npm info to fetch versions in repro command - #34214, thanks
@yannbf!- Core: Prevent story-local viewport from persisting in URL - #34153, thanks
@ghengeveld!v10.3.0
10.3.0
> Improved developer experience, AI-assisting tools, and broader ecosystem support
Storybook 10.3 contains hundreds of fixes and improvements including:
- 🤖 Storybook MCP: Agentic component dev, docs, and test (Preview release for React)
- ⚡ Vite 8 support
- ▲ Next.js 16.2 support
- 📝 ESLint 10 support
- 〰️ Addon Pseudo-States: Tailwind v4 support
- 🔧 Addon-Vitest: Simplified configuration - no more setup files required
- ♿ Numerous accessibility improvements across the UI
- A11y: Add ScrollArea prop focusable for when it has static children - #33876, thanks
@Sidnioulz!- A11y: Ensure popover dialogs have an ARIA label - #33500, thanks
@gayanMatch!- A11y: Make resize handles for addon panel and sidebar accessible #33980
- A11y: Underline MDX links for WCAG SC 1.4.1 compliance - #33139, thanks
@NikhilChowdhury27!- Actions: Add expandLevel parameter to configure tree depth - #33977, thanks
@mixelburg!- Actions: Fix HandlerFunction type to support async callback props - #33864, thanks
@mixelburg!- Addon-Docs: Add React as optimizeDeps entry - #34176, thanks
@valentinpalkovic!- Addon-Docs: Add support for `sourceState: 'none'` to canvas block parameters - #33627, thanks
@quisido!- Addon-docs: Restore `docs.components` overrides for doc blocks #34111
- Addon-Vitest: Add channel API to programmatically trigger test runs - #33206, thanks
@JReinhold!- Addon-Vitest: Handle additional vitest config export patterns in postinstall - #34106, thanks
@copilot-swe-agent!- Addon-Vitest: Make Playwright `--with-deps` platform-aware to avoid `sudo` prompt on Linux #34121
- Addon-Vitest: Refactor Vitest setup to eliminate the need for a dedicated setup file - #34025, thanks
@valentinpalkovic!- Addon-Vitest: Support Vitest canaries - #33833, thanks
@valentinpalkovic!- Angular: Add moduleResolution: bundler to tsconfig - #34085, thanks
@valentinpalkovic!
... (truncated)
Changelog
Sourced from @storybook/addon-vitest's changelog.
10.3.3
- Addon-Vitest: Streamline vite(st) config detection across init and postinstall - #34193, thanks
@valentinpalkovic!10.3.2
- CLI: Shorten CTA link messages - #34236, thanks
@shilman!- React Native Web: Fix vite8 support by bumping vite-plugin-rnw - #34231, thanks
@dannyhw!10.3.1
- CLI: Use npm info to fetch versions in repro command - #34214, thanks
@yannbf!- Core: Prevent story-local viewport from persisting in URL - #34153, thanks
@ghengeveld!10.3.0
> Improved developer experience, AI-assisting tools, and broader ecosystem support
Storybook 10.3 contains hundreds of fixes and improvements including:
- 🤖 Storybook MCP: Agentic component dev, docs, and test (Preview release for React)
- ⚡ Vite 8 support
- ▲ Next.js 16.2 support
- 📝 ESLint 10 support
- 〰️ Addon Pseudo-States: Tailwind v4 support
- 🔧 Addon-Vitest: Simplified configuration - no more setup files required
- ♿ Numerous accessibility improvements across the UI
... (truncated)
Commits
b0acfb4Bump version from "10.3.2" to "10.3.3" [skip ci]6a398c5Merge pull request #34193 from storybookjs/valentin/streamline-config-validat...308656fBump version from "10.3.1" to "10.3.2" [skip ci]24c2c2cBump version from "10.3.0" to "10.3.1" [skip ci]06cb6a6Bump version from "10.3.0-beta.3" to "10.3.0" [skip ci]df32a33Merge branch 'next-release' into next94b9430Bump version from "10.3.0-beta.2" to "10.3.0-beta.3" [skip ci]fefa2f5Merge pull request #34172 from storybookjs/kasper/vitest-root-migrationfda8f06Merge branch 'next' into sidnioulz/10-3-opportunistic-link-isbutton-bugfix271bd1eMerge pull request #34106 from storybookjs/copilot/fix-vitest-postinstall-error- Additional commits viewable in compare view
Updates @storybook/react-vite from 10.2.19 to 10.3.3
Release notes
Sourced from @storybook/react-vite's releases.
v10.3.3
10.3.3
- Addon-Vitest: Streamline vite(st) config detection across init and postinstall - #34193, thanks
@valentinpalkovic!v10.3.2
10.3.2
- CLI: Shorten CTA link messages - #34236, thanks
@shilman!- React Native Web: Fix vite8 support by bumping vite-plugin-rnw - #34231, thanks
@dannyhw!v10.3.1
10.3.1
- CLI: Use npm info to fetch versions in repro command - #34214, thanks
@yannbf!- Core: Prevent story-local viewport from persisting in URL - #34153, thanks
@ghengeveld!v10.3.0
10.3.0
> Improved developer experience, AI-assisting tools, and broader ecosystem support
Storybook 10.3 contains hundreds of fixes and improvements including:
- 🤖 Storybook MCP: Agentic component dev, docs, and test (Preview release for React)
- ⚡ Vite 8 support
- ▲ Next.js 16.2 support
- 📝 ESLint 10 support
- 〰️ Addon Pseudo-States: Tailwind v4 support
- 🔧 Addon-Vitest: Simplified configuration - no more setup files required
- ♿ Numerous accessibility improvements across the UI
- A11y: Add ScrollArea prop focusable for when it has static children - #33876, thanks
@Sidnioulz!- A11y: Ensure popover dialogs have an ARIA label - #33500, thanks
@gayanMatch!- A11y: Make resize handles for addon panel and sidebar accessible #33980
- A11y: Underline MDX links for WCAG SC 1.4.1 compliance - #33139, thanks
@NikhilChowdhury27!- Actions: Add expandLevel parameter to configure tree depth - #33977, thanks
@mixelburg!- Actions: Fix HandlerFunction type to support async callback props - #33864, thanks
@mixelburg!- Addon-Docs: Add React as optimizeDeps entry - #34176, thanks
@valentinpalkovic!- Addon-Docs: Add support for `sourceState: 'none'` to canvas block parameters - #33627, thanks
@quisido!- Addon-docs: Restore `docs.components` overrides for doc blocks #34111
- Addon-Vitest: Add channel API to programmatically trigger test runs - #33206, thanks
@JReinhold!- Addon-Vitest: Handle additional vitest config export patterns in postinstall - #34106, thanks
@copilot-swe-agent!- Addon-Vitest: Make Playwright `--with-deps` platform-aware to avoid `sudo` prompt on Linux #34121
- Addon-Vitest: Refactor Vitest setup to eliminate the need for a dedicated setup file - #34025, thanks
@valentinpalkovic!- Addon-Vitest: Support Vitest canaries - #33833, thanks
@valentinpalkovic!- Angular: Add moduleResolution: bundler to tsconfig - #34085, thanks
@valentinpalkovic!
... (truncated)
Changelog
Sourced from @storybook/react-vite's changelog.
10.3.3
- Addon-Vitest: Streamline vite(st) config detection across init and postinstall - #34193, thanks
@valentinpalkovic!10.3.2
- CLI: Shorten CTA link messages - #34236, thanks
@shilman!- React Native Web: Fix vite8 support by bumping vite-plugin-rnw - #34231, thanks
@dannyhw!10.3.1
- CLI: Use npm info to fetch versions in repro command - #34214, thanks
@yannbf!- Core: Prevent story-local viewport from persisting in URL - #34153, thanks
@ghengeveld!10.3.0
> Improved developer experience, AI-assisting tools, and broader ecosystem support
Storybook 10.3 contains hundreds of fixes and improvements including:
- 🤖 Storybook MCP: Agentic component dev, docs, and test (Preview release for React)
- ⚡ Vite 8 support
- ▲ Next.js 16.2 support
- 📝 ESLint 10 support
- 〰️ Addon Pseudo-States: Tailwind v4 support
- 🔧 Addon-Vitest: Simplified configuration - no more setup files required
- ♿ Numerous accessibility improvements across the UI
... (truncated)
Commits
b0acfb4Bump version from "10.3.2" to "10.3.3" [skip ci]308656fBump version from "10.3.1" to "10.3.2" [skip ci]24c2c2cBump version from "10.3.0" to "10.3.1" [skip ci]06cb6a6Bump version from "10.3.0-beta.3" to "10.3.0" [skip ci]94b9430Bump version from "10.3.0-beta.2" to "10.3.0-beta.3" [skip ci]af5b7deBump version from "10.3.0-beta.1" to "10.3.0-beta.2" [skip ci]a571619Bump version from "10.3.0-beta.0" to "10.3.0-beta.1" [skip ci]546aeceBump version from "10.3.0-alpha.17" to "10.3.0-beta.0" [skip ci]ceda0b4Bump version from "10.3.0-alpha.16" to "10.3.0-alpha.17" [skip ci]1ed871cBump version from "10.3.0-alpha.15" to "10.3.0-alpha.16" [skip ci]- Additional commits viewable in compare view
Updates @typescript-eslint/eslint-plugin from 8.57.0 to 8.57.2
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
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)
- eslint-plugin: [no-useless-default-assignment] skip reporting false positives for unresolved type parameters (#12127)
- eslint-plugin: [prefer-readonly-parameter-types] preserve type alias infomation (#11954)
- typescript-estree: skip createIsolatedProgram fallback for projectService (#12066, #12065)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger- Konv Suu
- mdm317
- Newton Yuan
@NewtonYuan- RyoheiYamamoto
- SungHyun627
@SungHyun627- Tamashoo
@TamashooSee GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.57.1
8.57.1 (2026-03-16)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] no report for property on intersection type (#12126)
❤️ Thank You
- Newton Yuan
@NewtonYuanSee GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.57.2 (2026-03-23)
🩹 Fixes
- eslint-plugin: [prefer-readonly-parameter-types] preserve type alias infomation (#11954)
- eslint-plugin: [no-useless-default-assignment] skip reporting false positives for unresolved type parameters (#12127)
- eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#12125)
- eslint-plugin: [no-restricted-types] flag banned generics in extends or implements (#12120)
- eslint-plugin: [array-type] ignore Array and ReadonlyArray without type arguments (#11971)
- eslint-plugin: [prefer-optional-chain] remove dangling closing parenthesis (#11865)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger- Konv Suu
- mdm317
- Newton Yuan
@NewtonYuan- SungHyun627
@SungHyun627- Tamashoo
@TamashooSee GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
8.57.1 (2026-03-16)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] no report for property on intersection type (#12126)
❤️ Thank You
- Newton Yuan
@NewtonYuanSee GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
Commits
be4d54dchore(release): publish 8.57.2f68c8e4fix(eslint-plugin): [prefer-readonly-parameter-types] preserve type alias inf...73acd2efix(eslint-plugin): [no-useless-default-assignment] skip reporting false posi...3d21482fix(eslint-plugin): [no-unsafe-return] false positive on unwrapping generic (...e128548fix(eslint-plugin): [no-restricted-types] flag banned generics in extends or ...2b7f63fchore(eslint-plugin): correct tsutils.isTypeFlag usage post-merge65175cdfix(eslint-plugin): [array-type] ignore Array and ReadonlyArray without type ...9c9ab5efeat(eslint-plugin): [no-unnecessary-type-arguments] report inferred required...42a1c89fix(eslint-plugin): [prefer-optional-chain] remove dangling closing parenthes...71855ffdocs(eslint-plugin): [no-unnecessary-condition] add link to TS handbook (#12131)- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 8.57.0 to 8.57.2
Release notes
Sourced from @typescript-eslint/parser's releases.
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)
- eslint-plugin: [no-useless-default-assignment] skip reporting false positives for unresolved type parameters (#12127)
- eslint-plugin: [prefer-readonly-parameter-types] preserve type alias infomation (#11954)
- typescript-estree: skip createIsolatedProgram fallback for projectService (#12066, #12065)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger- Konv Suu
- mdm317
- Newton Yuan
@NewtonYuan- RyoheiYamamoto
- SungHyun627
@SungHyun627- Tamashoo
@TamashooSee GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.57.1
8.57.1 (2026-03-16)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] no report for property on intersection type (#12126)
❤️ Thank You
- Newton Yuan
@NewtonYuanSee GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.57.2 (2026-03-23)
This was a version bump only for parser 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.57.1 (2026-03-16)
This was a version bump only for parser 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
be4d54dchore(release): publish 8.57.2c7c38aachore(release): publish 8.57.1- See full diff in compare view
Updates @vitest/browser from 4.1.0 to 4.1.2
Release notes
Sourced from @vitest/browser's releases.
v4.1.2
This release bumps Vitest's
flattedversion and removes version pinning to resolveflatted's CVE related issues (vitest-dev/vitest#9975).🐞 Bug Fixes
- Don't resolve
setupFilesfrom parent directory - by@hi-ogawain vitest-dev/vitest#9960 (7aa93)- Ensure sequential mock/unmock resolution - by
@hi-ogawaand Claude Opus 4.6 in vitest-dev/vitest#9830 (7c065)- browser: Take failure screenshot if
toMatchScreenshotcan't capture a stable screenshot - by@macariein vitest-dev/vitest#9847 (faace)- coverage: Correct
coverageConfigDefaultsvalues and types - by@Arthiein vitest-dev/vitest#9940 (b3c99)- pretty-format: Fix output limit over counting - by
@hi-ogawain vitest-dev/vitest#9965 (d3b7a)- Disable colors if agent is detected - by
@sheremet-vaand@AriPerkkioin vitest-dev/vitest#9851 (6f97b)View changes on GitHub
v4.1.1
🚀 Features
- experimental:
- Expose
matchesTagsto test if the current filter matches tags - by@sheremet-vain vitest-dev/vitest#9913 (eec53)- Introduce
experimental.vcsProvider- by@sheremet-vain vitest-dev/vitest#9928 (56115)🐞 Bug Fixes
- Mark
TestProject.testFilesListinternal properly - by@sapphi-redin vitest-dev/vitest#9867 (54f26)- Detect fixture that returns without calling
use- by@oilaterin vitest-dev/vitest#9831 and vitest-dev/vitest#9861 (633ae)- Drop vite 8.beta support - by
@AriPerkkioin vitest-dev/vitest#9862 (b78f5)- Type regression in vi.mocked() static class methods - by
@purepearand@hi-ogawain vitest-dev/vitest#9857 (90926)- Properly re-evaluate actual modules of mocked external - by
@hi-ogawain vitest-dev/vitest#9898 (ae5ec)- Preserve coverage report when html reporter overlaps - by
@hi-ogawain vitest-dev/vitest#9889 (2d81a)- Provide
vi.advanceTimersto the preview provider - by@sheremet-vain vitest-dev/vitest#9891 (1bc3e)- Don't leak event listener in playwright provider - by
@sheremet-vain vitest-dev/vitest#9910 (d9355)- Open browser in
--standalonemode without running tests - by@sheremet-vain vitest-dev/vitest#9911 (e78ad)- Guard disposable and optional
body- by@sheremet-vain vitest-dev/vitest#9912 (6fdb2)- Resolve
retry.conditionRegExp serialization issue - by@nstepienand@hi-ogawain vitest-dev/vitest#9942 (7b605)- collect:
- Don't treat extra props on
testreturn as tests - by@sheremet-vain vitest-dev/vitest#9871 (141e7)- coverage:
- Simplify provider types - by
@AriPerkkioin vitest-dev/vitest#9931 (aaf9f)- Load built-in provider without module runner - by
@AriPerkkioin vitest-dev/vitest#9939 (bf892)- expect:
- Soft assertions continue after .resolves/.rejects promise errors - by
@mixelburg, Maks PikovDescription has been truncated
Package Dependencies
@typescript-eslint/eslint-plugin
npm
8.57.0 → 8.57.2
Patch
Technical Details
| ID: | 14910693 |
| UUID: | 4169171432 |
| Node ID: | PR_kwDOQd9nB87OjcwQ |
| Host: | GitHub |
| Repository: | NHSDigital/fdp-react-design-system |