build(deps-dev): bump the development-dependencies group across 1 directory with 14 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(5 months ago)
(5 months ago)
dependencies
Bumps the development-dependencies group with 12 updates in the / directory:
| Package | From | To |
|---|---|---|
| @storybook/addon-a11y | 10.1.10 |
10.1.11 |
| @storybook/addon-docs | 10.1.10 |
10.1.11 |
| @storybook/addon-vitest | 10.1.10 |
10.1.11 |
| @storybook/react-vite | 10.1.10 |
10.1.11 |
| @types/node | 25.0.2 |
25.0.6 |
| @types/react | 19.2.7 |
19.2.8 |
| @typescript-eslint/eslint-plugin | 8.50.0 |
8.52.0 |
| eslint-plugin-storybook | 10.1.10 |
10.1.11 |
| jsdom | 27.3.0 |
27.4.0 |
| style-dictionary | 5.1.1 |
5.1.3 |
| vite | 7.3.0 |
7.3.1 |
| vite-tsconfig-paths | 6.0.3 |
6.0.4 |
Updates @storybook/addon-a11y from 10.1.10 to 10.1.11
Release notes
Sourced from @storybook/addon-a11y's releases.
v10.1.11
10.1.11
- React: Fix several CSF factory bugs - #33354, thanks
@kasperpeulen!- UI: Fix React error 300 on some addons - #33381, thanks
@Sidnioulz!
Changelog
Sourced from @storybook/addon-a11y's changelog.
10.1.11
- React: Fix several CSF factory bugs - #33354, thanks
@kasperpeulen!- UI: Fix React error 300 on some addons - #33381, thanks
@Sidnioulz!
Commits
9a9f538Bump version from "10.1.10" to "10.1.11" [skip ci]- See full diff in compare view
Updates @storybook/addon-docs from 10.1.10 to 10.1.11
Release notes
Sourced from @storybook/addon-docs's releases.
v10.1.11
10.1.11
- React: Fix several CSF factory bugs - #33354, thanks
@kasperpeulen!- UI: Fix React error 300 on some addons - #33381, thanks
@Sidnioulz!
Changelog
Sourced from @storybook/addon-docs's changelog.
10.1.11
- React: Fix several CSF factory bugs - #33354, thanks
@kasperpeulen!- UI: Fix React error 300 on some addons - #33381, thanks
@Sidnioulz!
Commits
9a9f538Bump version from "10.1.10" to "10.1.11" [skip ci]- See full diff in compare view
Updates @storybook/addon-vitest from 10.1.10 to 10.1.11
Release notes
Sourced from @storybook/addon-vitest's releases.
v10.1.11
10.1.11
- React: Fix several CSF factory bugs - #33354, thanks
@kasperpeulen!- UI: Fix React error 300 on some addons - #33381, thanks
@Sidnioulz!
Changelog
Sourced from @storybook/addon-vitest's changelog.
10.1.11
- React: Fix several CSF factory bugs - #33354, thanks
@kasperpeulen!- UI: Fix React error 300 on some addons - #33381, thanks
@Sidnioulz!
Commits
9a9f538Bump version from "10.1.10" to "10.1.11" [skip ci]- See full diff in compare view
Updates @storybook/react-vite from 10.1.10 to 10.1.11
Release notes
Sourced from @storybook/react-vite's releases.
v10.1.11
10.1.11
- React: Fix several CSF factory bugs - #33354, thanks
@kasperpeulen!- UI: Fix React error 300 on some addons - #33381, thanks
@Sidnioulz!
Changelog
Sourced from @storybook/react-vite's changelog.
10.1.11
- React: Fix several CSF factory bugs - #33354, thanks
@kasperpeulen!- UI: Fix React error 300 on some addons - #33381, thanks
@Sidnioulz!
Commits
9a9f538Bump version from "10.1.10" to "10.1.11" [skip ci]- See full diff in compare view
Updates @types/node from 25.0.2 to 25.0.6
Commits
- See full diff in compare view
Updates @types/react from 19.2.7 to 19.2.8
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.50.0 to 8.52.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.52.0
8.52.0 (2026-01-05)
🚀 Features
- eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#11899)
- typescript-estree: add tseslint.com redirects for CLI outputs (#11895)
🩹 Fixes
- eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#11908)
- eslint-plugin: [no-base-to-string] detect @
@toPrimitiveand valueOf (#11901)❤️ Thank You
- Josh Goldberg ✨
- Ulrich Stark
You can read about our versioning strategy and releases on our website.
v8.51.0
8.51.0 (2025-12-29)
🚀 Features
- eslint-plugin: expose rule name via RuleModule interface (#11719)
- eslint-plugin: [no-useless-default-assignment] fix some cases to optional syntax (#11871)
- eslint-plugin: add namespace to plugin meta (#11885)
- tsconfig-utils: more informative error on parsing failures (#11888)
🩹 Fixes
- eslint-plugin: fix crash and false positives in
no-useless-default-assignment(#11845)- eslint-plugin: remove fixable from no-dynamic-delete rule (#11876)
- eslint-plugin: bump ts-api-utils to 2.2.0 (#11881)
- eslint-plugin: [prefer-optional-chain] handle MemberExpression in final chain position (#11835)
❤️ Thank You
- Josh Goldberg ✨
- Kirk Waiblinger
@kirkwaiblinger- mdm317
- Ulrich Stark
- Yannick Decat
@mho22- Yukihiro Hasegawa
@y-hsgwYou can read about our versioning strategy and releases on our website.
v8.50.1
8.50.1 (2025-12-22)
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.52.0 (2026-01-05)
🚀 Features
- eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#11899)
🩹 Fixes
- eslint-plugin: [no-base-to-string] detect @
@toPrimitiveand valueOf (#11901)- eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#11908)
❤️ Thank You
- Josh Goldberg ✨
- Ulrich Stark
You can read about our versioning strategy and releases on our website.
8.51.0 (2025-12-29)
🚀 Features
- eslint-plugin: add namespace to plugin meta (#11885)
- eslint-plugin: [no-useless-default-assignment] fix some cases to optional syntax (#11871)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] handle MemberExpression in final chain position (#11835)
- eslint-plugin: bump ts-api-utils to 2.2.0 (#11881)
- eslint-plugin: remove fixable from no-dynamic-delete rule (#11876)
- eslint-plugin: fix crash and false positives in
no-useless-default-assignment(#11845)❤️ Thank You
- Josh Goldberg ✨
- Kirk Waiblinger
@kirkwaiblinger- mdm317
- Ulrich Stark
- Yannick Decat
@mho22You can read about our versioning strategy and releases on our website.
8.50.1 (2025-12-22)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-assertion] correct handling of undefined vs. void (#11826)
- eslint-plugin: [method-signature-style] ignore methods that return
this(#11813)❤️ Thank You
... (truncated)
Commits
9ddd571chore(release): publish 8.52.06b467b0docs: add blog post on revamping the ban-types rule (#11873)309a38efix(eslint-plugin): [no-base-to-string] detect @@toPrimitiveand valueOf (#11...cf79108fix(eslint-plugin): [no-useless-default-assignment] handle conditional initia...a166ceafeat(eslint-plugin-internal): [no-multiple-lines-of-errors] add rule (#11899)d1b44c0chore(deps): update nx monorepo to v22.3.3 (#11848)95c7c73chore: update deps to latest minor/patch (#11921)45a7d2bchore(typescript-estree): useiterateComments()from ts-api-utils v2.3 (#11...e4c57f5chore(release): publish 8.51.0c7b698bfeat(eslint-plugin): add namespace to plugin meta (#11885)- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 8.50.0 to 8.52.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.52.0
8.52.0 (2026-01-05)
🚀 Features
- eslint-plugin-internal: [no-multiple-lines-of-errors] add rule (#11899)
- typescript-estree: add tseslint.com redirects for CLI outputs (#11895)
🩹 Fixes
- eslint-plugin: [no-useless-default-assignment] handle conditional initializer (#11908)
- eslint-plugin: [no-base-to-string] detect @
@toPrimitiveand valueOf (#11901)❤️ Thank You
- Josh Goldberg ✨
- Ulrich Stark
You can read about our versioning strategy and releases on our website.
v8.51.0
8.51.0 (2025-12-29)
🚀 Features
- eslint-plugin: expose rule name via RuleModule interface (#11719)
- eslint-plugin: [no-useless-default-assignment] fix some cases to optional syntax (#11871)
- eslint-plugin: add namespace to plugin meta (#11885)
- tsconfig-utils: more informative error on parsing failures (#11888)
🩹 Fixes
- eslint-plugin: fix crash and false positives in
no-useless-default-assignment(#11845)- eslint-plugin: remove fixable from no-dynamic-delete rule (#11876)
- eslint-plugin: bump ts-api-utils to 2.2.0 (#11881)
- eslint-plugin: [prefer-optional-chain] handle MemberExpression in final chain position (#11835)
❤️ Thank You
- Josh Goldberg ✨
- Kirk Waiblinger
@kirkwaiblinger- mdm317
- Ulrich Stark
- Yannick Decat
@mho22- Yukihiro Hasegawa
@y-hsgwYou can read about our versioning strategy and releases on our website.
v8.50.1
8.50.1 (2025-12-22)
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.52.0 (2026-01-05)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.51.0 (2025-12-29)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.50.1 (2025-12-22)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
Updates eslint-plugin-storybook from 10.1.10 to 10.1.11
Release notes
Sourced from eslint-plugin-storybook's releases.
v10.1.11
10.1.11
- React: Fix several CSF factory bugs - #33354, thanks
@kasperpeulen!- UI: Fix React error 300 on some addons - #33381, thanks
@Sidnioulz!
Changelog
Sourced from eslint-plugin-storybook's changelog.
10.1.11
- React: Fix several CSF factory bugs - #33354, thanks
@kasperpeulen!- UI: Fix React error 300 on some addons - #33381, thanks
@Sidnioulz!
Commits
9a9f538Bump version from "10.1.10" to "10.1.11" [skip ci]- See full diff in compare view
Updates jsdom from 27.3.0 to 27.4.0
Release notes
Sourced from jsdom's releases.
Version 27.4.0
- Added
TextEncoderandTextDecoder.- Improved decoding of HTML bytes by using the new
@exodus/bytespackage; it is now much more correct. (ChALkeR)- Improved decoding of XML bytes to use UTF-8 more often, instead of sniffing for
<meta charset>or using the parent frame's encoding.- Fixed a memory leak when
Ranges were used and then the elements referred to by those ranges were removed.
Changelog
Sourced from jsdom's changelog.
27.4.0
- Added
TextEncoderandTextDecoder.- Improved decoding of HTML bytes by using the new
@exodus/bytespackage; it is now much more correct. (ChALkeR)- Improved decoding of XML bytes to use UTF-8 more often, instead of sniffing for
<meta charset>or using the parent frame's encoding.- Fixed a memory leak when
Ranges were used and then the elements referred to by those ranges were removed.
Commits
098d16dVersion 27.4.01cd029eImprove asciiLowercase/asciiUppercase performance83fcb62Implement TextEncoder and TextDecoder; improve XML decodingddad97dSwitch from iconv-lite to exodus/bytes for decoding25cb2a1Use weak references for rangesed4f5edAdd currently-failing CSS regression tests- See full diff in compare view
Updates storybook from 10.1.10 to 10.1.11
Release notes
Sourced from storybook's releases.
v10.1.11
10.1.11
- React: Fix several CSF factory bugs - #33354, thanks
@kasperpeulen!- UI: Fix React error 300 on some addons - #33381, thanks
@Sidnioulz!
Changelog
Sourced from storybook's changelog.
10.1.11
- React: Fix several CSF factory bugs - #33354, thanks
@kasperpeulen!- UI: Fix React error 300 on some addons - #33381, thanks
@Sidnioulz!
Commits
Updates style-dictionary from 5.1.1 to 5.1.3
Changelog
Sourced from style-dictionary's changelog.
5.1.3
Patch Changes
- 6e306bc: Upgrade glob@11.1.0 forked package to fix vulnerability in origin package.
5.1.2
Patch Changes
- 51fe904: fix handle
NaNtoken value insize/remtransformer and throw exception when aNaNvalue is provided.
Commits
4432284chore: set up NPM trusted publisher and avoid access tokens (#1617)6a0e18echore: release (#1615)6e306bcfix: glob fork upgrade to fix vulnerability (#1614)313e83fchore: release (#1601)6c6bb14fix: use correct transformer during test (#1588)ca1e983docs: fix layout issue (#1586)51fe904fix: size/rem transformer NaN handling (#1587)61bc312chore: more de-amazon'ing the project, fixing old links etc (#1580)- See full diff in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for style-dictionary since your current version.
Updates vite from 7.3.0 to 7.3.1
Commits
95e8923release: v7.3.19d39d37feat: addignoreOutdatedRequestsoption tooptimizeDeps(#21364)- See full diff in compare view
Updates vite-tsconfig-paths from 6.0.3 to 6.0.4
Commits
f91de32chore: release v6.0.4232f17cfix: moveviteto dependencies8ecf047fix: initialize resolvers before dependency pre-bundling occurs- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Package Dependencies
eslint-plugin-storybook
npm
10.1.10 → 10.1.11
Patch
@typescript-eslint/eslint-plugin
npm
8.50.0 → 8.52.0
Minor
@storybook/addon-vitest
npm
10.1.10 → 10.1.11
Patch
Technical Details
| ID: | 12704645 |
| UUID: | 3803770533 |
| Node ID: | PR_kwDOQd9nB868q-n4 |
| Host: | GitHub |
| Repository: | NHSDigital/fdp-react-design-system |