Bump the ui-plugin-template-package-updates group across 1 directory with 22 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 4
(8 months ago)
(7 months ago)
area:dev-tools javascript dependencies backport-to-v3-1-test
Bumps the ui-plugin-template-package-updates group with 22 updates in the /dev/react-plugin-tools/react_plugin_template directory:
| Package | From | To |
|---|---|---|
| @chakra-ui/react | 3.26.0 |
3.28.0 |
| @eslint/compat | 1.3.2 |
1.4.1 |
| @eslint/js | 9.35.0 |
9.38.0 |
| @stylistic/eslint-plugin | 2.13.0 |
5.5.0 |
| @testing-library/jest-dom | 6.8.0 |
6.9.1 |
| @trivago/prettier-plugin-sort-imports | 4.3.0 |
5.2.2 |
| @types/node | 22.18.1 |
24.9.2 |
| @types/react | 18.3.24 |
19.2.2 |
| @types/react-dom | 18.3.7 |
19.2.2 |
| @vitejs/plugin-react-swc | 4.0.1 |
4.2.0 |
| @vitest/coverage-v8 | 3.2.4 |
4.0.5 |
| eslint | 9.35.0 |
9.38.0 |
| 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.4.0 |
| happy-dom | 20.0.8 |
20.0.10 |
| typescript | 5.8.3 |
5.9.3 |
| typescript-eslint | 8.43.0 |
8.46.2 |
| vite | 7.1.11 |
7.1.12 |
| vitest | 3.2.4 |
4.0.5 |
Updates @chakra-ui/react from 3.26.0 to 3.28.0
Release notes
Sourced from @chakra-ui/react's releases.
@chakra-ui/react@3.28.0Minor Changes
#10374
e62bae7Thanks@Adebesin-Cell! - Add newTagsInputcomponent for entering multiple values as tags with features like tag creation, deletion, and keyboard navigation.import { Span, TagsInput } from "@chakra-ui/react"export const TagsInputBasic = () => { return ( <TagsInput.Root defaultValue={["React", "Chakra", "TypeScript"]}> <TagsInput.Label>Tags</TagsInput.Label> <TagsInput.Control> <TagsInput.Items /> <TagsInput.Input placeholder="Add tag..." /> </TagsInput.Control> </TagsInput.Root> ) }
bf31e2aThanks@segunadebayo! - - Checkbox
- Fix issue where setting initial checked state to
indeterminatedoesn't work- Ensure
api.checkedStatereturns the correct checked state- Collapsible
- Add support for
collapsedHeightandcollapsedWidthprops to control the dimensions of the collapsible content when in its collapsed state- Fix issue where
dirprop value doesn't get applied correctly- Update the recipe styling as needed (when
data-has-collapsed-sizeis set)- Combobox: Fix issue where controlled single-select combobox does not propagate its initial value to
inputValue- Dialog, Popover: In modal mode, allow elements referenced by
aria-controlsto be included in the focus trap scope- Listbox: Fix issue where pressing Enter key when no highlighted item still calls
event.preventDefault()- Number Input: Fix cursor jumping to end when typing in the middle with
formatOptionslikestyle: "currency"- Pagination: Add
getPageUrlprop for generatinghrefattributes when using pagination as links- Pin Input: Fix issue where keyboard shortcuts
Cmd+BackspaceandCmd+Deletewould insert "undefined" instead of clearing the field- Scroll Area
- Fix horizontal scrollbar positioning on Safari in RTL mode
... (truncated)
Changelog
Sourced from @chakra-ui/react's changelog.
3.28.0
Minor Changes
#10374
e62bae7Thanks@Adebesin-Cell! - Add newTagsInputcomponent for entering multiple values as tags with features like tag creation, deletion, and keyboard navigation.import { Span, TagsInput } from "@chakra-ui/react"export const TagsInputBasic = () => { return ( <TagsInput.Root defaultValue={["React", "Chakra", "TypeScript"]}> <TagsInput.Label>Tags</TagsInput.Label> <TagsInput.Control> <TagsInput.Items /> <TagsInput.Input placeholder="Add tag..." /> </TagsInput.Control> </TagsInput.Root> ) }
bf31e2aThanks@segunadebayo! - - Checkbox
- Fix issue where setting initial checked state to
indeterminatedoesn't work- Ensure
api.checkedStatereturns the correct checked state- Collapsible
- Add support for
collapsedHeightandcollapsedWidthprops to control the dimensions of the collapsible content when in its collapsed state- Fix issue where
dirprop value doesn't get applied correctly- Update the recipe styling as needed (when
data-has-collapsed-sizeis set)- Combobox: Fix issue where controlled single-select combobox does not propagate its initial value to
inputValue- Dialog, Popover: In modal mode, allow elements referenced by
aria-controlsto be included in the focus trap scope- Listbox: Fix issue where pressing Enter key when no highlighted item still calls
event.preventDefault()- Number Input: Fix cursor jumping to end when typing in the middle with
formatOptionslikestyle: "currency"- Pagination: Add
getPageUrlprop for generatinghrefattributes when using pagination as links- Pin Input: Fix issue where keyboard shortcuts
Cmd+BackspaceandCmd+Deletewould insert "undefined" instead of clearing the field- Scroll Area
... (truncated)
Commits
b3eb13aVersion Packages (#10392)cd59756fix: eslint errors540f233fix: merge-ref warningbf31e2achore: bump ark-ui1b5a35frefactor: tags-inpute210770chore: bump depse62bae7feat: add TagsInput component (#10374)6acf85dchore: table examples and docs423eb07docs: extend Component Explorer coverage across component docs (#10365)83c1641Version Packages (#10341)- Additional commits viewable in compare view
Updates @eslint/compat from 1.3.2 to 1.4.1
Release notes
Sourced from @eslint/compat's releases.
migrate-config: v1.4.1
1.4.1 (2025-04-01)
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/compatbumped from ^1.2.7 to ^1.2.8compat: v1.4.1
1.4.1 (2025-10-27)
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/corebumped from ^0.16.0 to ^0.17.0migrate-config: v1.4.0
1.4.0 (2025-03-14)
Features
compat: v1.4.0
1.4.0 (2025-09-16)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/corebumped from ^0.15.2 to ^0.16.0migrate-config: v1.3.8
1.3.8 (2025-02-21)
Dependencies
- The following workspace dependencies were updated
... (truncated)
Changelog
Sourced from @eslint/compat's changelog.
1.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
f5ecc7echore: release main (#303)760fb02docs: Update README sponsorsda3838fbuild: add@types/nodetocompatandmcp(#295)6030caddocs: Update README sponsorsf1f341ddocs: Update README sponsors7f592e3chore: release main (#257)4f07e51docs: correct bun installation command and usedefineConfigin README (#269)ab10682docs: Update README sponsors7255100chore: standardize test filenames to *.test.js (#267)7e61e90test: remove deprecatedtypeproperty (#266)- 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.38.0
Release notes
Sourced from @eslint/js's releases.
v9.38.0
Features
ce40f74feat: updatecomplexityrule to only highlight function header (#20048) (Atul Nair)e37e590feat: correctno-loss-of-precisionfalse positives withenotation (#20187) (Francesco Trotta)Bug Fixes
50c3dfdfix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta)a1f06a3fix: correct SourceCode typings (#20114) (Pixel998)Documentation
462675adocs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir)c070e65docs: correct formatting inno-irregular-whitespacerule documentation (#20203) (루밀LuMir)b39e71adocs: Update README (GitHub Actions Bot)cd39983docs: movecustom-formatterstype descriptions tonodejs-api(#20190) (Percy Ma)Chores
d17c795chore: upgrade@eslint/js@9.38.0 (#20221) (Milos Djermanovic)25d0e33chore: package.json update for@eslint/jsrelease (Jenkins)c82b5efrefactor: Use types from@eslint/core(#20168) (Nicholas C. Zakas)ff31609ci: add Node.js 25 toci.yml(#20220) (루밀LuMir)004577eci: bump github/codeql-action from 3 to 4 (#20211) (dependabot[bot])eac71fbtest: remove use ofnodejsScopeoption of eslint-scope from tests (#20206) (Milos Djermanovic)4168a18chore: fix typo in legacy-eslint.js (#20202) (Sweta Tanwar)205dbd2chore: fix typos (#20200) (ntnyq)dbb200echore: use team member's username when name is not available in data (#20194) (Milos Djermanovic)8962089chore: mark deprecated rules as available until v11.0.0 (#20184) (Pixel998)v9.37.0
Features
39f7fb4feat:preserve-caught-errorshould recognize all static "cause" keys (#20163) (Pixel998)f81eabcfeat: support TS syntax inno-restricted-imports(#19562) (Nitin Kumar)Bug Fixes
a129ccefix: correctno-loss-of-precisionfalse positives for leading zeros (#20164) (Francesco Trotta)09e04fcfix: add missing AST token types (#20172) (Pixel998)861c6dafix: correctESLinttypings (#20122) (Pixel998)Documentation
b950359docs: fix typos across the docs (#20182) (루밀LuMir)42498a2docs: improve ToC accessibility by hiding non-semantic character (#20181) (Percy Ma)29ea092docs: Update README (GitHub Actions Bot)5c97a04docs: showavailableUntilin deprecated rule banner (#20170) (Pixel998)90a71bfdocs: updateREADMEfiles to add badge and instructions (#20115) (루밀LuMir)1603ae1docs: update references frommastertomain(#20153) (루밀LuMir)Chores
... (truncated)
Commits
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.5.0
Release notes
Sourced from @stylistic/eslint-plugin's releases.
v5.5.0
5.5.0 (2025-10-18)
Features
- comma-dangle: support
TSFunctionTypeandTSDeclareFunction(#1015) (cd3776f)- comma-dangle: support
TSTypeParameterInstantiation(#1016) (ba930e7)- indent: deprecate
offsetTernaryExpressionsOffsetCallExpressionsviaoffsetTernaryExpressions.CallExpression(#997) (f2837b1)- indent: introduce
NewExpressionandAwaitExpressioninoffsetTernaryExpressions(#996) (2b5a39f)- new rule list-style (#895) (a9ec0de)
- object-curly-spacing: add
emptyObjectsoption to control spacing in empty objects (#1002) (85ef5bc)- padding-line-between-statements: narrow report range to reduce noise (#1017) (b3a3acf)
- update deps (#1011) (9d5085c)
Bug Fixes
- indent: correctly indent
NewExpressioninConditionalExpression(#994) (01cec33)- replace
context.getSourceCode()withcontext.sourceCode(#1004) (f3faa54)Documentation
- contribute: add guide to run the document site (#1001) (37a64c5)
- object-curly-spacing: introduce
overrides(#998) (6452b52)Chores
- no-extra-parens: remove useless logic (#1013) (8e34765)
- remove
TestCaseError#type(#1005) (83d00c5)- replace
Object.prototype.hasOwnProperty.callwithObject.hasOwn(#992) (97193e1)v5.4.0
5.4.0 (2025-09-19)
Features
- generator-star-spacing: introduce
shorthandto override property function shorthands (#980) (62d7a17)- introduce experimental mechanism (#894) (87f09ee)
- object-curly-spacing: introduce
overrides(#898) (2a422b7)Bug Fixes
... (truncated)
Changelog
Sourced from @stylistic/eslint-plugin's changelog.
5.5.0 (2025-10-18)
Features
- comma-dangle: support
TSFunctionTypeandTSDeclareFunction(#1015) (cd3776f)- comma-dangle: support
TSTypeParameterInstantiation(#1016) (ba930e7)- indent: deprecate
offsetTernaryExpressionsOffsetCallExpressionsviaoffsetTernaryExpressions.CallExpression(#997) (f2837b1)- indent: introduce
NewExpressionandAwaitExpressioninoffsetTernaryExpressions(#996) (2b5a39f)- new rule list-style (#895) (a9ec0de)
- object-curly-spacing: add
emptyObjectsoption to control spacing in empty objects (#1002) (85ef5bc)- padding-line-between-statements: narrow report range to reduce noise (#1017) (b3a3acf)
- update deps (#1011) (9d5085c)
Bug Fixes
- indent: correctly indent
NewExpressioninConditionalExpression(#994) (01cec33)- replace
context.getSourceCode()withcontext.sourceCode(#1004) (f3faa54)Documentation
- contribute: add guide to run the document site (#1001) (37a64c5)
- object-curly-spacing: introduce
overrides(#998) (6452b52)Chores
- no-extra-parens: remove useless logic (#1013) (8e34765)
- remove
TestCaseError#type(#1005) (83d00c5)- replace
Object.prototype.hasOwnProperty.callwithObject.hasOwn(#992) (97193e1)5.4.0 (2025-09-19)
Features
- generator-star-spacing: introduce
shorthandto override property function shorthands (#980) (62d7a17)- introduce experimental mechanism (#894) (87f09ee)
- object-curly-spacing: introduce
overrides(#898) (2a422b7)Bug Fixes
... (truncated)
Commits
ad0c6a9chore: release v5.5.0 (main) (#995)ba930e7feat(comma-dangle): supportTSTypeParameterInstantiation(#1016)b3a3acffeat(padding-line-between-statements): narrow report range to reduce noise (#...cd3776ffeat(comma-dangle): supportTSFunctionTypeandTSDeclareFunction(#1015)8e34765refactor(no-extra-parens): remove useless logic (#1013)9d5085cfeat: update deps (#1011)f2837b1feat(indent): deprecateoffsetTernaryExpressionsOffsetCallExpressionsvia `...85ef5bcfeat(object-curly-spacing): addemptyObjectsoption to control spacing in e...a9ec0defeat: new rule list-style (#895)2b5a39ffeat(indent): introduceNewExpressionandAwaitExpressionin `offsetTerna...- 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 5.2.2
Release notes
Sourced from @trivago/prettier-plugin-sort-imports's releases.
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#214New Contributors
@vladislavarsenevmade their first contribution in trivago/prettier-plugin-sort-imports#316@canarddemagretmade their first contribution in trivago/prettier-plugin-sort-imports#310@lorenzodejongmade their first contribution in trivago/prettier-plugin-sort-imports#307@DetachHeadmade their first contribution in trivago/prettier-plugin-sort-imports#221@elite174made their first contribution in trivago/prettier-plugin-sort-imports#257@chentsulinmade their first contribution in trivago/prettier-plugin-sort-imports#273
... (truncated)
Changelog
Sourced from @trivago/prettier-plugin-sort-imports's changelog.
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
- Fixed dollar sign group replace in Vue #283 by adamDilger
- Support
importOrderImportAttributesKeyword#273 by chentsulin
Commits
46a36c15.2.2ba82d61Changelog for version 5.2.29cdad455.2.156b07e4Changelog for version 5.2.10ebe8a6add svelte 5.x as peer dependency (#337)6b3e9295.2.0b833ebfChangelog for version 5.2.063fe3f5v5.2.0 (#334)eece72c5.1.0c10a2f3Changelog for version 5.1.0- Additional commits viewable in compare view
Updates @types/node from 22.18.1 to 24.9.2
Commits
- See full diff in compare view
Updates @types/react from 18.3.24 to 19.2.2
Commits
- See full diff in compare view
Updates @types/react-dom from 18.3.7 to 19.2.2
Commits
- See full diff in compare view
Updates @vitejs/plugin-react-swc from 4.0.1 to 4.2.0
Release notes
Sourced from @vitejs/plugin-react-swc's releases.
plugin-react@4.2.0
Update peer dependency range to target Vite 5
There were no breaking change that impacted this plugin, so any combination of React plugins and Vite core version will work.
Align jsx runtime for optimized dependencies
This will only affect people using internal libraries that contains untranspiled JSX. This change aligns the optimizer with the source code and avoid issues when the published source don't have
Reactin the scope.Reminder: While being partially supported in Vite, publishing TS & JSX outside of internal libraries is highly discouraged.
plugin-react-swc@4.2.0
Add
@vitejs/plugin-react-swc/preamblevirtual module for SSR HMR (#890)SSR applications can now initialize HMR runtime by importing
@vitejs/plugin-react-swc/preambleat the top of their client entry instead of manually callingtransformIndexHtml. This simplifies SSR setup for applications that don't use thetransformIndexHtmlAPI.Use SWC when useAtYourOwnRisk_mutateSwcOptions is provided (#951)
Previously, this plugin did not use SWC if plugins were not provided even if
useAtYourOwnRisk_mutateSwcOptionswas provided. This is now fixed.plugin-react@4.1.1
- Enable retainLines to get correct line numbers for jsxDev (fix #235)
plugin-react@4.1.0
- Add
@types/babel__coresto dependencies (fix #211)- Improve build perf when not using Babel plugins by lazy loading
@babel/core#212- Better invalidation message when an export is added & fix HMR for export of nullish values #215
- Include non-dev jsx runtime in optimizeDeps & support HMR for JS files using the non dev runtime #224
- The build output now contains a
index.d.ctsfile so you don't get types errors when settingmoduleResolutiontonode16ornodenextin your tsconfig (we recommend usingbundlerwhich is more close to how Vite works)plugin-react-swc@4.1.0
Set SWC cacheRoot options
This is set to
{viteCacheDir}/swcand override the default of.swc.Perf: simplify refresh wrapper generation (#835)
plugin-react@4.0.4
- Fix #198: Enable Babel if presets list is not empty
plugin-react@4.0.3
- Revert #108: Remove throw when refresh runtime is loaded twice to enable usage in micro frontend apps. This was added to help fix setup usage, and this is not worth an annoying warning for others or a config parameter.
plugin-react@4.0.2
- Fix fast-refresh for files that are transformed into jsx (#188)
Changelog
Sourced from @vitejs/plugin-react-swc's changelog.
4.2.0 (2025-10-24)
Add
@vitejs/plugin-react-swc/preamblevirtual module for SSR HMR (#890)SSR applications can now initialize HMR runtime by importing
Description has been truncated
Package Dependencies
eslint-plugin-perfectionist
npm
4.15.0 → 4.15.1
Patch
eslint-plugin-react-refresh
npm
0.4.20 → 0.4.24
Patch
npm
4.3.0 → 5.2.2
Major
Technical Details
| ID: | 11033101 |
| UUID: | 3566906341 |
| Node ID: | PR_kwDOAgUK286wa2xG |
| Host: | GitHub |
| Repository: | apache/airflow |