Bump the ui-plugin-template-package-updates group across 1 directory with 25 updates
Bumps the ui-plugin-template-package-updates group with 25 updates in the /dev/react-plugin-tools/react_plugin_template directory:
| Package | From | To |
|---|---|---|
| @chakra-ui/react | 3.26.0 |
3.30.0 |
| react | 19.2.0 |
19.2.1 |
| @types/react | 18.3.24 |
19.2.7 |
| react-dom | 19.2.0 |
19.2.1 |
| @types/react-dom | 18.3.7 |
19.2.3 |
| @eslint/compat | 1.3.2 |
2.0.0 |
| @eslint/js | 9.35.0 |
9.39.1 |
| @stylistic/eslint-plugin | 2.13.0 |
5.6.1 |
| @testing-library/jest-dom | 6.8.0 |
6.9.1 |
| @trivago/prettier-plugin-sort-imports | 4.3.0 |
6.0.0 |
| @types/node | 22.18.1 |
24.10.1 |
| @vitejs/plugin-react-swc | 4.0.1 |
4.2.2 |
| @vitest/coverage-v8 | 3.2.4 |
4.0.15 |
| eslint | 9.35.0 |
9.39.1 |
| eslint-plugin-perfectionist | 4.15.0 |
4.15.1 |
| eslint-plugin-react-hooks | 5.2.0 |
7.0.1 |
| eslint-plugin-react-refresh | 0.4.20 |
0.4.24 |
| eslint-plugin-unicorn | 55.0.0 |
62.0.0 |
| globals | 15.15.0 |
16.5.0 |
| happy-dom | 20.0.8 |
20.0.11 |
| prettier | 3.6.2 |
3.7.4 |
| typescript | 5.8.3 |
5.9.3 |
| typescript-eslint | 8.43.0 |
8.48.1 |
| vite | 7.1.11 |
7.2.6 |
| vitest | 3.2.4 |
4.0.15 |
Updates @chakra-ui/react from 3.26.0 to 3.30.0
Release notes
Sourced from @chakra-ui/react's releases.
@chakra-ui/react@3.30.0Minor Changes
#10425
0168a04Thanks@Adebesin-Cell! - - Splitter [NEW]: Introduce new resizable splitter component<Splitter.Root panels={[{ id: "a" }, { id: "b" }]}> <Splitter.Panel id="a">Panel A</Splitter.Panel> <Splitter.ResizeTrigger id="a:b" /> <Splitter.Panel id="b">Panel B</Splitter.Panel> </Splitter.Root>
7b9aa97Thanks@segunadebayo! - ### Added
- Carousel: Added
autoSizeprop for variable width/height slidesChanged
- useListCollection:
initialItemsnow acceptsreadonlyarrays- Types: Exported
InteractOutsideEvent,FocusOutsideEvent,PointerDownOutsideEventtypesFixed
- Carousel: Fixed dragging after tab switch/scroll and mouse wheel scroll with
allowMouseDrag- Combobox:
- Fixed
onHighlightChangenot firing when filtered to empty;- Fixed focus stealing in controlled mode
- Removed problematic
aria-hiddenbehavior- File Upload: Fixed non-interactive children in dropzone not opening file picker
- Radio Group: Fixed inconsistent
data-focus-visible/data-focusattributes; fixed indicator showing before rect resolved (with Tabs)- Tabs: Fixed indicator showing before rect resolved (with Radio Group); fixed position not updating when inactive tabs resize
503e11aThanks@segunadebayo! - ### Added
- Semantic Tokens: Add new
bordersemantic token to all color palettes (gray.300/gray.700for gray,color.500/color.400for colored palettes) to improve outline component appearanceChanged
... (truncated)
Changelog
Sourced from @chakra-ui/react's changelog.
3.30.0
Minor Changes
#10425
0168a04Thanks@Adebesin-Cell! - - Splitter [NEW]: Introduce new resizable splitter component<Splitter.Root panels={[{ id: "a" }, { id: "b" }]}> <Splitter.Panel id="a">Panel A</Splitter.Panel> <Splitter.ResizeTrigger id="a:b" /> <Splitter.Panel id="b">Panel B</Splitter.Panel> </Splitter.Root>
7b9aa97Thanks@segunadebayo! - ### Added
- Carousel: Added
autoSizeprop for variable width/height slidesChanged
- useListCollection:
initialItemsnow acceptsreadonlyarrays- Types: Exported
InteractOutsideEvent,FocusOutsideEvent,PointerDownOutsideEventtypesFixed
- Carousel: Fixed dragging after tab switch/scroll and mouse wheel scroll with
allowMouseDrag- Combobox:
- Fixed
onHighlightChangenot firing when filtered to empty;- Fixed focus stealing in controlled mode
- Removed problematic
aria-hiddenbehavior- File Upload: Fixed non-interactive children in dropzone not opening file picker
- Radio Group: Fixed inconsistent
data-focus-visible/data-focusattributes; fixed indicator showing before rect resolved (with Tabs)- Tabs: Fixed indicator showing before rect resolved (with Radio Group); fixed position not updating when inactive tabs resize
503e11aThanks@segunadebayo! - ### Added
- Semantic Tokens: Add new
bordersemantic token to all color palettes (gray.300/gray.700for gray,color.500/color.400for colored palettes) to improve outline component appearanceChanged
- Button, Badge, Tag, Checkbox: Update outline variants to use
colorPalette.borderinstead ofcolorPalette.mutedor globalbordertoken for better appearance, especially for non-gray color palettes.
... (truncated)
Commits
63c9c48Version Packages (#10462)721ece7chore: bump ark and fix exports7b9aa97chore: bump ark-ui2dfd2d2refactor: cx fn14bca51chore: bump deps0168a04feat: add Splitter component (#10425)fd15569fix: rtl arrow tip2f8eaa5chore: expose CssProperties type79bc435docs: table examplef763c92docs: combobox creatable- Additional commits viewable in compare view
Updates react from 19.2.0 to 19.2.1
Release notes
Sourced from react's releases.
19.2.1 (December 3rd, 2025)
React Server Components
- Bring React Server Component fixes to Server Actions (
@sebmarkbage#35277)
Changelog
Sourced from react's changelog.
19.2.1 (Dec 3, 2025)
React Server Components
- Bring React Server Component fixes to Server Actions (
@sebmarkbage#35277)
Commits
053df4eVersion 19.2.1- See full diff in compare view
Updates @types/react from 18.3.24 to 19.2.7
Commits
- See full diff in compare view
Updates react-dom from 19.2.0 to 19.2.1
Release notes
Sourced from react-dom's releases.
19.2.1 (December 3rd, 2025)
React Server Components
- Bring React Server Component fixes to Server Actions (
@sebmarkbage#35277)
Changelog
Sourced from react-dom's changelog.
19.2.1 (Dec 3, 2025)
React Server Components
- Bring React Server Component fixes to Server Actions (
@sebmarkbage#35277)
Commits
053df4eVersion 19.2.1- See full diff in compare view
Updates @types/react-dom from 18.3.7 to 19.2.3
Commits
- See full diff in compare view
Updates @eslint/compat from 1.3.2 to 2.0.0
Release notes
Sourced from @eslint/compat's releases.
compat: v2.0.0
2.0.0 (2025-11-14)
⚠ BREAKING CHANGES
- Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297)
Features
- patch missing context and SourceCode methods for v10 (#311) (a40d8c6)
- Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297) (acc623c)
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/corebumped from ^0.17.0 to ^1.0.0migrate-config: v2.0.0
2.0.0 (2025-11-14)
⚠ BREAKING CHANGES
- Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/compatbumped from ^1.4.1 to ^2.0.0- devDependencies
@eslint/corebumped from ^0.17.0 to ^1.0.0migrate-config: v1.6.1
1.6.1 (2025-10-27)
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/compatbumped from ^1.4.0 to ^1.4.1
... (truncated)
Changelog
Sourced from @eslint/compat's changelog.
2.0.0 (2025-11-14)
⚠ BREAKING CHANGES
- Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297)
Features
- patch missing context and SourceCode methods for v10 (#311) (a40d8c6)
- Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297) (acc623c)
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/corebumped from ^0.17.0 to ^1.0.01.4.1 (2025-10-27)
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/corebumped from ^0.16.0 to ^0.17.01.4.0 (2025-09-16)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/corebumped from ^0.15.2 to ^0.16.0
Commits
c368656chore: release main (#317)50c6da8docs: Update README sponsorsacc623cfeat!: Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297)a40d8c6feat: patch missing context and SourceCode methods for v10 (#311)d9a760ddocs: Update README sponsorsd274789docs: Update README sponsorsb7eff4adocs: Update README sponsorsf5ecc7echore: release main (#303)760fb02docs: Update README sponsorsda3838fbuild: add@types/nodetocompatandmcp(#295)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @eslint/compat since your current version.
Updates @eslint/js from 9.35.0 to 9.39.1
Release notes
Sourced from @eslint/js's releases.
v9.39.1
Bug Fixes
Documentation
51b51f4docs: add a section on when to use extends vs cascading (#20268) (Tanuj Kanti)b44d426docs: Update README (GitHub Actions Bot)Chores
92db329chore: update@eslint/jsversion to 9.39.1 (#20284) (Francesco Trotta)c7ebefcchore: package.json update for@eslint/jsrelease (Jenkins)61778f6chore: update eslint-config-eslint dependency@eslint/jsto ^9.39.0 (#20275) (renovate[bot])d9ca2fcci: Add rangeStrategy to eslint group in renovate config (#20266) (唯然)009e507test: fix version tests for ESLint v10 (#20274) (Milos Djermanovic)v9.39.0
Features
cc57d87feat: update error loc to key inno-dupe-class-members(#20259) (Tanuj Kanti)126552ffeat: update error location infor-directionandno-dupe-args(#20258) (Tanuj Kanti)167d097feat: updatecomplexityrule to highlight only static block header (#20245) (jaymarvelz)Bug Fixes
15f5c7cfix: forward traversalstep.argsto visitors (#20253) (jaymarvelz)5a1a534fix: allow JSDoc comments in object-shorthand rule (#20167) (Nitin Kumar)e86b813fix: Use more types from@eslint/core(#20257) (Nicholas C. Zakas)927272dfix: correctScopetypings (#20198) (jaymarvelz)37f76d9fix: useAST.Programtype for Program node (#20244) (Francesco Trotta)ae07f0bfix: unify timing report for concurrent linting (#20188) (jaymarvelz)b165d47fix: correctRuletypings (#20199) (jaymarvelz)fb97cdafix: improve error message for missing fix function in suggestions (#20218) (jaymarvelz)Documentation
d3e81e3docs: Always recommend to include a files property (#20158) (Percy Ma)0f0385fdocs: use consistent naming recommendation (#20250) (Alex M. Spieslechner)a3b1456docs: Update README (GitHub Actions Bot)cf5f2dddocs: fix correct tag ofno-useless-constructor(#20255) (Tanuj Kanti)10b995cdocs: add TS options and examples fornofuncinno-use-before-define(#20249) (Tanuj Kanti)2584187docs: remove repetitive word in comment (#20242) (reddaisyy)637216bdocs: update CLI flags migration instructions (#20238) (jaymarvelz)e7cda3bdocs: Update README (GitHub Actions Bot)7b9446fdocs: handle empty flags sections on the feature flags page (#20222) (sethamus)Chores
dfe3c1bchore: update@eslint/jsversion to 9.39.0 (#20270) (Francesco Trotta)2375a6dchore: package.json update for@eslint/jsrelease (Jenkins)a1f4e52chore: update@eslintdependencies (#20265) (Francesco Trotta)c7d3229chore: update dependency@eslint/coreto ^0.17.0 (#20256) (renovate[bot])27549bcchore: update fuzz testing to not error if code sample minimizer fails (#20252) (Milos Djermanovic)a1370eeci: bump actions/setup-node from 5 to 6 (#20230) (dependabot[bot])9e7fad4chore: add script to auto-generate eslint:recommended configuration (#20208) (唯然)
... (truncated)
Commits
c7ebefcchore: package.json update for@eslint/jsrelease2375a6dchore: package.json update for@eslint/jsrelease9e7fad4chore: add script to auto-generate eslint:recommended configuration (#20208)25d0e33chore: package.json update for@eslint/jsreleaseabee4cachore: package.json update for@eslint/jsrelease90a71bfdocs: updateREADMEfiles to add badge and instructions (#20115)488cba6chore: package.json update for@eslint/jsrelease1c0d850fix: updateeslint-all.jsto useObject.freezeforrulesobject (#20116)- See full diff in compare view
Updates @stylistic/eslint-plugin from 2.13.0 to 5.6.1
Release notes
Sourced from @stylistic/eslint-plugin's releases.
v5.6.1
5.6.1 (2025-11-19)
Bug Fixes
v5.6.0
5.6.0 (2025-11-18)
Features
- arrow-spacing: support
TSFunctionTypeandTSConstructorType(#1036) (a5380d2)- computed-property-spacing: support
TSIndexedAccessType(#1047) (d6e7437)- no-whitespace-before-property: support TS nodes (#1046) (684ff76)
- type-annotation-spacing: deprecate
overrides.arrowin favor ofarrow-spacing(#1037) (598bbb0)- update deps (#1052) (29d09cc)
Bug Fixes
Documentation
- no-extra-parens: add missing
]in various examples. (#1048) (88248cf)- quotes: update deprecated options to latest and add tips (#1026) (dc949f8)
Build Related
- deps: bump actions/download-artifact from 5 to 6 (#1033) (8845342)
- deps: bump actions/setup-node from 5 to 6 (#1029) (aa2f991)
- deps: bump actions/upload-artifact from 4 to 5 (#1034) (657e8ce)
Chores
- indent: cleanup
TestCaseError#nodeType(#1043) (3fcec3e)- indent: simplify logic in
JSXText(#1027) (d83c5b0)- space-infix-ops: simplify logic (#1022) (6d57a7d)
- type-annotation-spacing: simplify type definitions (#1031) (aa6a0a3)
- type-annotation-spacing: use
unindentfor better collapse (#1032) (839502a)- type-generic-spacing: remove logic duplicated with
comma-spacing(#1024) (361cfc8)- upgrade to vitest v4 (#1040) (c9d684b)
v5.5.0
... (truncated)
Changelog
Sourced from @stylistic/eslint-plugin's changelog.
5.6.1 (2025-11-19)
Bug Fixes
5.6.0 (2025-11-18)
Features
- arrow-spacing: support
TSFunctionTypeandTSConstructorType(#1036) (a5380d2)- computed-property-spacing: support
TSIndexedAccessType(#1047) (d6e7437)- no-whitespace-before-property: support TS nodes (#1046) (684ff76)
- type-annotation-spacing: deprecate
overrides.arrowin favor ofarrow-spacing(#1037) (598bbb0)- update deps (#1052) (29d09cc)
Bug Fixes
Documentation
- no-extra-parens: add missing
]in various examples. (#1048) (88248cf)- quotes: update deprecated options to latest and add tips (#1026) (dc949f8)
Build Related
- deps: bump actions/download-artifact from 5 to 6 (#1033) (8845342)
- deps: bump actions/setup-node from 5 to 6 (#1029) (aa2f991)
- deps: bump actions/upload-artifact from 4 to 5 (#1034) (657e8ce)
Chores
- indent: cleanup
TestCaseError#nodeType(#1043) (3fcec3e)- indent: simplify logic in
JSXText(#1027) (d83c5b0)- space-infix-ops: simplify logic (#1022) (6d57a7d)
- type-annotation-spacing: simplify type definitions (#1031) (aa6a0a3)
- type-annotation-spacing: use
unindentfor better collapse (#1032) (839502a)- type-generic-spacing: remove logic duplicated with
comma-spacing(#1024) (361cfc8)- upgrade to vitest v4 (#1040) (c9d684b)
5.5.0 (2025-10-18)
... (truncated)
Commits
52b2b2echore: release v5.6.1 (main) (#1055)c486861fix(computed-property-spacing): guard withnode.typeinstead ofcomputed...1f5526achore: release v5.6.0 (main) (#1023)684ff76feat(no-whitespace-before-property): support TS nodes (#1046)d6e7437feat(computed-property-spacing): supportTSIndexedAccessType(#1047)88248cfdocs(no-extra-parens): add missing]in various examples. (#1048)aa0c6acfix(type-generic-spacing): ignore spaces afternewinTSConstructorType...3fcec3etest(indent): cleanupTestCaseError#nodeType(#1043)598bbb0feat(type-annotation-spacing): deprecateoverrides.arrowin favor of `arrow...a5380d2feat(arrow-spacing): supportTSFunctionTypeandTSConstructorType(#1036)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @stylistic/eslint-plugin since your current version.
Updates @testing-library/jest-dom from 6.8.0 to 6.9.1
Release notes
Sourced from @testing-library/jest-dom's releases.
v6.9.1
6.9.1 (2025-10-01)
Bug Fixes
v6.9.0
6.9.0 (2025-09-30)
Features
Commits
Updates @trivago/prettier-plugin-sort-imports from 4.3.0 to 6.0.0
Release notes
Sourced from @trivago/prettier-plugin-sort-imports's releases.
v6.0.0
What's Changed
- Update packages and pin babel/types by
@byarain trivago/prettier-plugin-sort-imports#343- V6 by
@byaraand@vladislavarsenevin trivago/prettier-plugin-sort-imports#385Full Changelog: https://github.com/trivago/prettier-plugin-sort-imports/compare/v5.2.2...v6.0.0
v5.2.2
Full Changelog: https://github.com/trivago/prettier-plugin-sort-imports/compare/v5.2.1...v5.2.2
v5.2.1
What's Changed
- add svelte 5.x as peer dependency by
@werner-drkleinin trivago/prettier-plugin-sort-imports#337New Contributors
@werner-drkleinmade their first contribution in trivago/prettier-plugin-sort-imports#337Full Changelog: https://github.com/trivago/prettier-plugin-sort-imports/compare/v5.2.0...v5.2.1
v5.2.0
What's Changed
- fix type import ordering #331 by
@rsslldnphy- Fix conditional import of prettier-plugin-svelte #332 by
@rsslldnphyFull Changelog: https://github.com/trivago/prettier-plugin-sort-imports/compare/v5.1.0...v5.2.0
v5.1.0
What's Changed
- Fix svelte packages being required all the time by
@byarain trivago/prettier-plugin-sort-imports#327Full Changelog: https://github.com/trivago/prettier-plugin-sort-imports/compare/v5.0.1...v5.1.0
v5.0.1
Full Changelog: https://github.com/trivago/prettier-plugin-sort-imports/compare/v5.0.0...v5.0.1
v5.0.0
What's Changed
- Updated dependencies by
@vladislavarsenevin trivago/prettier-plugin-sort-imports#316- svelte import sort by
@canarddemagretin trivago/prettier-plugin-sort-imports#310- feature: order respects side effect imports by
@vladislavarsenevin trivago/prettier-plugin-sort-imports#320- (#276) Fixed dollar sign group replace in vue preprocessor by
@adamDilgerin trivago/prettier-plugin-sort-imports#283- chore: describe the sort-imports-ignore comment in the README by
@lorenzodejongin trivago/prettier-plugin-sort-imports#307- chore: Update
READMEforprettierv3.x by@basselworkforcein trivago/prettier-plugin-sort-imports#242- fix incorrect location of colon in environment section on bug report template by
@DetachHeadin trivago/prettier-plugin-sort-imports#221- Updated compatibility in README.md by
@elite174in trivago/prettier-plugin-sort-imports#257- feat: support importOrderImportAttributesKeyword by
@chentsulinin trivago/prettier-plugin-sort-imports#273- version 5 by
@byarain trivago/prettier-plugin-sort-imports#214
... (truncated)
Changelog
Sourced from @trivago/prettier-plugin-sort-imports's changelog.
6.0.0
Breaking Changes
- Switch to ESM #366 by
@RobbieTheWagner- The plugin now uses ES modules instead of CommonJS- Require Node >= 20.x #367 by
@RobbieTheWagner- Drop support for Node.js versions below 20- Switch to vitest #370 by
@RobbieTheWagner- Replaced Jest with Vitest for better ESM supportNew features
- Ember.js gjs/gts support #377 by
@NullVoxPopuliand@RobbieTheWagner- Add support for Ember.js gjs/gts file formats with namespace and named type imports<BUILTIN_MODULES>placeholder #381 by@sdotson- Add support for sorting Node.js builtin modules to a specific position using<BUILTIN_MODULES>placeholder inimportOrder<SEPARATOR>placeholder #339 - Add<SEPARATOR>keyword for fine-grained control over import group separation whenimportOrderSeparationis enabled- Sort by length option #224 by
@KLewin23- Add option to sort imports by import statement lengthimportOrderExcludeoption #384 by@RyderKishan- Add support for excluding specific files from import sorting using glob patterns- Expand
sort-imports-ignoredetection #358 by@ckwalsh- Improved detection ofsort-imports-ignorecomments throughout the file, not just at line 1Performance improvements
- Improve
removeNodesFromOriginalCode()performance #356 by@ckwalsh- Replace RegExp logic with string slices for better performanceRefactoring
- Stop rerendering directives #357 by
@ckwalsh- Inject imports instead of re-rendering directives to better preserve whitespace and reduce formatting conflicts- Stop ignoring exceptions in snapshot tests #355 by
@ckwalsh- Improve test reliability by properly handling exceptionsChores
- Add pnpm install command to README #361 - Document pnpm installation option
5.2.2
5.2.1
- add svelte 5.x as peer dependency #337 by
@werner-drklein5.2.0
- fix type import ordering #331 by
@rsslldnphy- Fix conditional import of prettier-plugin-svelte #332 by
@rsslldnphyv5.1.0
v5.0.1
v5.0.0
New features
- Type imports #153 by Xenfo
- Svelte support #310 by canarddemagret
- Side effect import support #320 by blutorange and vladislavarsenev
...Description has been truncated