chore(deps): bump the minor group across 1 directory with 18 updates by dependabot[bot] · Pull Request #1200 · DiamondLightSource/workflows
Bumps the minor group with 18 updates in the /frontend directory:
| Package | From | To |
|---|---|---|
| @diamondlightsource/sci-react-ui | 0.3.0 |
0.4.1 |
| @jsonforms/core | 3.6.0 |
3.7.0 |
| @jsonforms/material-renderers | 3.6.0 |
3.7.0 |
| @jsonforms/react | 3.6.0 |
3.7.0 |
| @xyflow/react | 12.9.2 |
12.10.1 |
| ajv | 8.17.1 |
8.18.0 |
| graphql-ws | 6.0.6 |
6.0.7 |
| @testing-library/react | 16.3.0 |
16.3.2 |
| @vitest/eslint-plugin | 1.4.2 |
1.6.12 |
| eslint-plugin-react-refresh | 0.4.24 |
0.5.2 |
| prettier | 3.6.2 |
3.8.1 |
| typescript-eslint | 8.46.3 |
8.57.0 |
| vitest | 4.0.8 |
4.1.0 |
| react-resizable | 3.0.5 |
3.1.3 |
| @storybook/addon-docs | 10.0.6 |
10.2.19 |
| keycloak-js | 26.2.1 |
26.2.3 |
| msw | 2.12.1 |
2.12.11 |
| react-router-dom | 7.12.0 |
7.13.1 |
Updates @diamondlightsource/sci-react-ui from 0.3.0 to 0.4.1
Release notes
Sourced from @diamondlightsource/sci-react-ui's releases.
v0.4.0
Version 0.4.0
Install via NPM at https://www.npmjs.com/package/
@diamondlightsource/sci-react-ui/v/0.4.0Added
- New Progress component based on Diamond Light added.
- New ProgressDelayed component so that the progress isn't shown at all when it's a small wait.
- NavMenu component added for creating dropdown menus in the Navbar
- NavMenuLink component extends NavLink to work in the NavMenu
- AuthProvider added for authentication to Keycloak.
- An auth parameter was added to User to simplify when AuthProvider is used.
- ScrollableImages can now display in a wide view, with multiple images.
Fixed
- Hovering over a slot caused a popup with the slot title in. This has been removed.
- Stopped Bar-based components (e.g. Navbar, Footer) from expanding when a parent component has a set height
- The base Bar component was not being exported.
- Various fixes to improve accessibility
- ScrollableImages could attempt accessing images outside of array.
Changed
- BaseTheme/DiamondTheme secondary colour of dark theme has been much darkened. (You can select DiamondOldTheme if you prefer the older one!)
- Remove first-child css selector as it causes problems with server-side rendering.
Changelog
Sourced from @diamondlightsource/sci-react-ui's changelog.
[v0.4.1] - 2026-02-24
Fixed
- Progress and ProgressDelayed where not exported
- Fix User login button having wrong colour
Changed
- The NavMenu will now close if something is selected.
- Updated styles of User (style now similar to NavMenu)
[v0.4.0] - 2026-02-10
Added
- New Progress component based on Diamond Light added.
- New ProgressDelayed component so that the progress isn't shown at all when it's a small wait.
- NavMenu component added for creating dropdown menus in the Navbar
- NavMenuLink component extends NavLink to work in the NavMenu
- AuthProvider added for authentication to Keycloak.
- An auth parameter was added to User to simplify when AuthProvider is used.
- ScrollableImages can now display in a wide view, with multiple images.
Fixed
- Hovering over a slot caused a popup with the slot title in. This has been removed.
- Stopped Bar-based components (e.g. Navbar, Footer) from expanding when a parent component has a set height
- The base Bar component was not being exported.
- Various fixes to improve accessibility
- ScrollableImages could attempt accessing images outside of array.
Changed
- BaseTheme/DiamondTheme secondary colour of dark theme has been much darkened. (You can select DiamondOldTheme if you prefer the older one!)
- Remove first-child css selector as it causes problems with server-side rendering.
Commits
c1a9327Create 0.4.1 release (#152)205e400Create second alpha (#151)52d9994Fix bugs found in v0.4.0 (#148)5888457feat: add OSV Scanner workflow for vulnerability scanningb4f733bPost publish tweaks.6660958v0.4.007862e1New version tweaks (#138)252c4b2Multi-level Navbar Menu (#123)9b56decFix accessing values outside of image list. (#129)5d4f3d7Old selectable theme (#136)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by akademy, a new releaser for @diamondlightsource/sci-react-ui since your current version.
Updates @jsonforms/core from 3.6.0 to 3.7.0
Release notes
Sourced from @jsonforms/core's releases.
v3.7.0
What's Changed
[angular] Build against Angular v19 and drop support for v18; Allow v21 RC (eclipsesource/jsonforms#2501) [angular] Migrate to standalone components (eclipsesource/jsonforms#2502) [angular] Allow Angular 21 release in peer dependencies (eclipsesource/jsonforms#2505) [angular-material] fix: array layout renderer error count fix (eclipsesource/jsonforms#2477)
[core] fix: root $ref resolving (eclipsesource/jsonforms#2472) [core] feat(validator): add config to ValidateFunctionContext (eclipsesource/jsonforms#2483)
[react-material]: Upgrade to MUI ^7 and x-date-picker ^7.28 (eclipsesource/jsonforms#2476) [react-material]: Update MUI X date pickers from v7 to v8 (eclipsesource/jsonforms#2493)
[vue, vue-vuetify] deps: Update to Vuetify ^3.9 and Vue ^3.5 (eclipsesource/jsonforms#2468) [vue-vuetify]: update MixedRenderer to add VExpansionPanels (eclipsesource/jsonforms#2463) [vue-vuetify] fix how we handle empty values (eclipsesource/jsonforms#2481) [vue-vuetify] Enable overriding control-wrapper with custom component (eclipsesource/jsonforms#2482) [vue-vuetify] feat: add prepend slot to date/time control renderers (eclipsesource/jsonforms#2504)
[dev] Ignore pnpm-lock.yaml with prettier and regenerate it unformatted (eclipsesource/jsonforms#2474) [dev] bump vite-plugin-static-copy from 1.0.6 to 2.3.2 (eclipsesource/jsonforms#2499) [dev] Update various dev dependencies (eclipsesource/jsonforms#2503)
When migrating from 3.6 to 3.7 no migration should be necessary, except if you still use Angular 18. See the migration guide when upgrading from an older version.
Contributors
Many thanks to
@kchobantonov,@martin-trajanovski,@yaffolfor their great contributions!New Contributors
@martin-trajanovskimade their first contribution in (eclipsesource/jsonforms#2477)@yaffolmade their first contribution in (eclipsesource/jsonforms#2504)Full Changelog: (eclipsesource/jsonforms@v3.6.0...v3.7.0)
Commits
6bbfbb3v3.7.04a1bb98v3.7.0-beta.09fabff8deps(dev): Update various dev dependencies (#2503)1d8f147v3.7.0-alpha.3b20bc25v3.7.0-alpha.2ab725ffnpm: Align repository and publishConfig values to recommended format016f1dffeat: add config to ValidateFunctionContext (#2483)6542785v3.7.0-alpha.11dea479v3.7.0-alpha.0e814b0afix: root $ref resolving- 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 @jsonforms/core since your current version.
Updates @jsonforms/material-renderers from 3.6.0 to 3.7.0
Release notes
Sourced from @jsonforms/material-renderers's releases.
v3.7.0
What's Changed
[angular] Build against Angular v19 and drop support for v18; Allow v21 RC (eclipsesource/jsonforms#2501) [angular] Migrate to standalone components (eclipsesource/jsonforms#2502) [angular] Allow Angular 21 release in peer dependencies (eclipsesource/jsonforms#2505) [angular-material] fix: array layout renderer error count fix (eclipsesource/jsonforms#2477)
[core] fix: root $ref resolving (eclipsesource/jsonforms#2472) [core] feat(validator): add config to ValidateFunctionContext (eclipsesource/jsonforms#2483)
[react-material]: Upgrade to MUI ^7 and x-date-picker ^7.28 (eclipsesource/jsonforms#2476) [react-material]: Update MUI X date pickers from v7 to v8 (eclipsesource/jsonforms#2493)
[vue, vue-vuetify] deps: Update to Vuetify ^3.9 and Vue ^3.5 (eclipsesource/jsonforms#2468) [vue-vuetify]: update MixedRenderer to add VExpansionPanels (eclipsesource/jsonforms#2463) [vue-vuetify] fix how we handle empty values (eclipsesource/jsonforms#2481) [vue-vuetify] Enable overriding control-wrapper with custom component (eclipsesource/jsonforms#2482) [vue-vuetify] feat: add prepend slot to date/time control renderers (eclipsesource/jsonforms#2504)
[dev] Ignore pnpm-lock.yaml with prettier and regenerate it unformatted (eclipsesource/jsonforms#2474) [dev] bump vite-plugin-static-copy from 1.0.6 to 2.3.2 (eclipsesource/jsonforms#2499) [dev] Update various dev dependencies (eclipsesource/jsonforms#2503)
When migrating from 3.6 to 3.7 no migration should be necessary, except if you still use Angular 18. See the migration guide when upgrading from an older version.
Contributors
Many thanks to
@kchobantonov,@martin-trajanovski,@yaffolfor their great contributions!New Contributors
@martin-trajanovskimade their first contribution in (eclipsesource/jsonforms#2477)@yaffolmade their first contribution in (eclipsesource/jsonforms#2504)Full Changelog: (eclipsesource/jsonforms@v3.6.0...v3.7.0)
Commits
6bbfbb3v3.7.04a1bb98v3.7.0-beta.09fabff8deps(dev): Update various dev dependencies (#2503)1d8f147v3.7.0-alpha.3b20bc25v3.7.0-alpha.2ab725ffnpm: Align repository and publishConfig values to recommended format5b2b2e7react-material: Update MUI X date pickers from v7 to v8016f1dffeat: add config to ValidateFunctionContext (#2483)6542785v3.7.0-alpha.1128c1c8deps(react-material): Upgrade to MUI ^7 and x-date-picker ^7.28- 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 @jsonforms/material-renderers since your current version.
Updates @jsonforms/react from 3.6.0 to 3.7.0
Release notes
Sourced from @jsonforms/react's releases.
v3.7.0
What's Changed
[angular] Build against Angular v19 and drop support for v18; Allow v21 RC (eclipsesource/jsonforms#2501) [angular] Migrate to standalone components (eclipsesource/jsonforms#2502) [angular] Allow Angular 21 release in peer dependencies (eclipsesource/jsonforms#2505) [angular-material] fix: array layout renderer error count fix (eclipsesource/jsonforms#2477)
[core] fix: root $ref resolving (eclipsesource/jsonforms#2472) [core] feat(validator): add config to ValidateFunctionContext (eclipsesource/jsonforms#2483)
[react-material]: Upgrade to MUI ^7 and x-date-picker ^7.28 (eclipsesource/jsonforms#2476) [react-material]: Update MUI X date pickers from v7 to v8 (eclipsesource/jsonforms#2493)
[vue, vue-vuetify] deps: Update to Vuetify ^3.9 and Vue ^3.5 (eclipsesource/jsonforms#2468) [vue-vuetify]: update MixedRenderer to add VExpansionPanels (eclipsesource/jsonforms#2463) [vue-vuetify] fix how we handle empty values (eclipsesource/jsonforms#2481) [vue-vuetify] Enable overriding control-wrapper with custom component (eclipsesource/jsonforms#2482) [vue-vuetify] feat: add prepend slot to date/time control renderers (eclipsesource/jsonforms#2504)
[dev] Ignore pnpm-lock.yaml with prettier and regenerate it unformatted (eclipsesource/jsonforms#2474) [dev] bump vite-plugin-static-copy from 1.0.6 to 2.3.2 (eclipsesource/jsonforms#2499) [dev] Update various dev dependencies (eclipsesource/jsonforms#2503)
When migrating from 3.6 to 3.7 no migration should be necessary, except if you still use Angular 18. See the migration guide when upgrading from an older version.
Contributors
Many thanks to
@kchobantonov,@martin-trajanovski,@yaffolfor their great contributions!New Contributors
@martin-trajanovskimade their first contribution in (eclipsesource/jsonforms#2477)@yaffolmade their first contribution in (eclipsesource/jsonforms#2504)Full Changelog: (eclipsesource/jsonforms@v3.6.0...v3.7.0)
Commits
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @jsonforms/react since your current version.
Updates @xyflow/react from 12.9.2 to 12.10.1
Release notes
Sourced from @xyflow/react's releases.
@xyflow/react@12.10.1Patch Changes
#5704
c91d3d022Thanks@peterkogo! - KeeponConnectEndandisValidConnectionup to date in an ongoing connection#5687
2624479adThanks@vkrol! - Optimize zooming performance when panOnScroll mode is enabled#5682
7b6e46ce1Thanks@artemtam! - Prevent unnecessary updates when selectNodesOnDrag = false#5703
ce6c869dfThanks@peterkogo! - Improve return type of useNodesData. Now you can narrow down the data type by checking the node type.#5692
49646858fThanks@moklick! - Handle undefined node in mini map#5684
382c654c3Thanks@ysds! - Consolidate drag handler effects in useDrag to fix programmatic selection issuesUpdated dependencies [
ce6c869df]:
@xyflow/system@0.0.75
@xyflow/react@12.10.0Minor Changes
#5637
0c7261a6dThanks@moklick! - AddzIndexModeto control how z-index is calculated for nodes and edges#5484
a523919d6Thanks@peterkogo! - Addexperimental_useOnNodesChangeMiddlewarehookPatch Changes
#5629
9030fab2dThanks@AlaricBaraou! - Prevent unnecessary re-render inFlowRenderer#5592
38dbf41c4Thanks@svilen-ivanov-kubit! - Always create a new measured object in apply changes.#5635
2d7fa40e2Thanks@tornado-softwares! - Update an ongoing connection when user moves node with keyboard.Updated dependencies [
0c7261a6d,8598b6bc2,2d7fa40e2]:
@xyflow/system@0.0.74
@xyflow/react@12.9.3Patch Changes
Changelog
Sourced from @xyflow/react's changelog.
12.10.1
Patch Changes
#5704
c91d3d022Thanks@peterkogo! - KeeponConnectEndandisValidConnectionup to date in an ongoing connection#5687
2624479adThanks@vkrol! - Optimize zooming performance when panOnScroll mode is enabled#5682
7b6e46ce1Thanks@artemtam! - Prevent unnecessary updates when selectNodesOnDrag = false#5703
ce6c869dfThanks@peterkogo! - Improve return type of useNodesData. Now you can narrow down the data type by checking the node type.#5692
49646858fThanks@moklick! - Handle undefined node in mini map#5684
382c654c3Thanks@ysds! - Consolidate drag handler effects in useDrag to fix programmatic selection issuesUpdated dependencies [
ce6c869df]:
@xyflow/system@0.0.7512.10.0
Minor Changes
#5637
0c7261a6dThanks@moklick! - AddzIndexModeto control how z-index is calculated for nodes and edges#5484
a523919d6Thanks@peterkogo! - Addexperimental_useOnNodesChangeMiddlewarehookPatch Changes
#5629
9030fab2dThanks@AlaricBaraou! - Prevent unnecessary re-render inFlowRenderer#5592
38dbf41c4Thanks@svilen-ivanov-kubit! - Always create a new measured object in apply changes.#5635
2d7fa40e2Thanks@tornado-softwares! - Update an ongoing connection when user moves node with keyboard.Updated dependencies [
0c7261a6d,8598b6bc2,2d7fa40e2]:
@xyflow/system@0.0.7412.9.3
Patch Changes
Commits
81a284achore(packages): bumpac89f9fMerge pull request #5684 from ysds/fix/nodes-selection-drag-after-programmati...d666896Merge pull request #5704 from xyflow/fix/old-callback-reference45a4a97Always use latest version of onConnectEnd & isValidConnection in Handle/Recon...ce6c869Improve return type of useNodesdatacb41f44simplify code & useEffect instead of uselayoutEffectbe40c34Fix formatting in MiniMap component usage39ff6e9Merge pull request #5682 from artemtam/main89062efRefactor loop variables for clarity in index.ts3f93f82Merge pull request #5692 from xyflow/fix-exception-unmounting- Additional commits viewable in compare view
Updates ajv from 8.17.1 to 8.18.0
Release notes
Sourced from ajv's releases.
v8.18.0
What's Changed
- feat: allow tree-shaking by adding
"sideEffects": falsetopackage.jsonby@josdejongin ajv-validator/ajv#2480- fix: #2482 Infinity and NaN serialise to null by
@jasoniangreenin ajv-validator/ajv#2487- fix: small grammatical error in managing-schemas.md by
@monteiro-renatoin ajv-validator/ajv#2508- fix: typos in schema-language.md by
@monteiro-renatoin ajv-validator/ajv#2507- fix(pattern): use configured RegExp engine with $data keyword to mitigate ReDoS attacks (CVE-2025-69873) by
@epoberezkinin ajv-validator/ajv#2586New Contributors
@josdejongmade their first contribution in ajv-validator/ajv#2480@monteiro-renatomade their first contribution in ajv-validator/ajv#2508Full Changelog: ajv-validator/ajv@v8.17.1...v8.18.0
Commits
142ce848.18.0720a23ffix(pattern): use configured RegExp engine with $data keyword to mitigate ReD...82735a1fix: typos in schema-language.md (#2507)b17ec32fix: small grammatical error in managing-schemas.md (#2508)69568d0fix: #2482 Infinity and NaN serialise to null (#2487)f06766ffeat: allow tree-shaking by adding ``"sideEffects": falsetopackage.json` ...- See full diff in compare view
Updates graphql-ws from 6.0.6 to 6.0.7
Release notes
Sourced from graphql-ws's releases.
v6.0.7
Patch Changes
#665
5536292Thanks@enisdenjo! - Remove uWebSockets.js from peer dependencies in package.jsonIt does not exist on NPM anymore and could lead to weird behavior when installing dependencies with
npm. Nothing else changes, usinggraphql-wswith uWebSockets.js still works.
Changelog
Sourced from graphql-ws's changelog.
6.0.7
Patch Changes
#665
5536292Thanks@enisdenjo! - Remove uWebSockets.js from peer dependencies in package.jsonIt does not exist on NPM anymore and could lead to weird behavior when installing dependencies with
npm. Nothing else changes, usinggraphql-wswith uWebSockets.js still works.
Commits
6a31f46Upcoming Release Changes (#666)5536292Remove uWebSockets.js from peer dependencies in package.json (#665)- See full diff in compare view
Updates @testing-library/react from 16.3.0 to 16.3.2
Release notes
Sourced from @testing-library/react's releases.
v16.3.2
16.3.2 (2026-01-19)
Bug Fixes
v16.3.1
16.3.1 (2025-12-15)
Bug Fixes
Commits
f32bd1bfix: Update 'onCaughtError' type inference in 'RenderOptions' to work with Re...a2d37fffix: Switch to trusted publishing (#1437)cd6a175chore: fix action permissions (#1436)22b8c28chore: fix release (#1435)d996673chore: new release workflow (#1434)205ce17chore: fix typo in jest.config.js (#1427)aba5740[test] Fix tests forreact@experimental(#1424)590bc18[test] Fixnpm run typecheck(#1423)1c931a6chore(deps): usenpm-run-all2(#1411)- 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 @testing-library/react since your current version.
Updates @vitest/eslint-plugin from 1.4.2 to 1.6.12
Release notes
Sourced from @vitest/eslint-plugin's releases.
v1.6.12
View changes on GitHub
What's Changed
- fix: detect class/function type more reliably by
@FloEdelmannin vitest-dev/eslint-plugin-vitest#882- fix(no-alias-methods): reverse toThrow/toThrowError alias direction by
@FloEdelmannin vitest-dev/eslint-plugin-vitest#881Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.11...v1.6.12
v1.6.11
🐞 Bug Fixes
- no-focused-tests: Not all chainable APIs are reported - by
@StyleShitin vitest-dev/eslint-plugin-vitest#878 (703b0)View changes on GitHub
v1.6.10
🚀 Features
- prefer-import-in-mock: Support
doMock- by@andreww2012in vitest-dev/eslint-plugin-vitest#875 (ef227)View changes on GitHub
v1.6.9
🐞 Bug Fixes
- Correct dist entrypoints and type paths - by
@yyxiin vitest-dev/eslint-plugin-vitest#872 (1cf79)View changes on GitHub
v1.6.8
No significant changes
View changes on GitHub
What's Changed
- chore: bump up deps by
@veritemin vitest-dev/eslint-plugin-vitest#871Full Changelog: vitest-dev/eslint-plugin-vitest@v1.6.7...v1.6.8
v1.6.7
🐞 Bug Fixes
- Fix default value propagation - by
@Roman3349in vitest-dev/eslint-plugin-vitest#866 (72b19)View changes on GitHub
v1.6.6
... (truncated)
Commits
a5cfe4fchore: release v1.6.126629da5fix(no-alias-methods): reverse toThrow/toThrowError alias direction (#881)c3e4754fix: detect class/function type more reliably (#882)ba77927chore: release v1.6.11703b006fix(no-focused-tests): not all chainable APIs are reported (#878)99cd227chore: release v1.6.10ef2274afeat(prefer-import-in-mock): supportdoMock(#875)e3aab3crefactor: Enforce schema option descriptions and align rule docs with auto-ge...84c64b7chore: release v1.6.91cf7964fix: correct dist entrypoints and type paths (#872)- Additional commits viewable in compare view
Updates eslint-plugin-react-refresh from 0.4.24 to 0.5.2
Release notes
Sourced from eslint-plugin-react-refresh's releases.
v0.5.2
- Support nested function calls for extraHOCs (actually fixes #104)
v0.5.1
- Mark ESLint v10 as supported
- Support false positives with TypeScript function overloading (fixes #105)
- Support nested function calls for extraHOCs (fixes #104)
v0.5.0
Breaking changes
- The package now ships as ESM and requires ESLint 9 + node 20. Because legacy config doesn't support ESM, this requires to use flat config
- A new
reactRefreshexport is available and prefered over the default export. It's an object with two properties:
plugin: The plugin object with the rulesconfigs: An object containing configuration presets, each exposed as a function. These functions accept your custom options, merge them with sensible defaults for that config, and return the final config object.customHOCsoption was renamed toextraHOCs- Validation of HOCs calls is now more strict, you may need to add some HOCs to the
extraHOCsoption (likeconnectorstyled)Config example:
import { defineConfig } from "eslint/config"; import { reactRefresh } from "eslint-plugin-react-refresh"; export default defineConfig( /* Main config */ reactRefresh.configs.vite({ extraHOCs: ["someLibHOC"] }), );Config example without config:
import { defineConfig } from "eslint/config"; import { reactRefresh } from "eslint-plugin-react-refresh"; export default defineConfig({ files: ["/*.ts", "/*.tsx"], plugins: { // other plugins "react-refresh": reactRefresh.plugin, }, rules: { // other rules "react-refresh/only-export-components": [ "warn", { extraHOCs: ["someLibHOC"] }, ], }, }); </tr></table>
... (truncated)
Changelog
Sourced from eslint-plugin-react-refresh's changelog.
0.5.2
- Support nested function calls for extraHOCs (actually fixes #104)
0.5.1
- Mark ESLint v10 as supported
- Support false positives with TypeScript function overloading (fixes #105)
- Support nested function calls for extraHOCs (fixes #104)
0.5.0
Breaking changes
- The package now ships as ESM and requires ESLint 9 + node 20. Because legacy config doesn't support ESM, this requires to use flat config
- A new
reactRefreshexport is available and prefered over the default export. It's an object with two properties:
plugin: The plugin object with the rulesconfigs: An object containing configuration presets, each exposed as a function. These functions accept your custom options, merge them with sensible defaults for that config, and return the final config object.customHOCsoption was renamed toextraHOCs- Validation of HOCs calls is now more strict, you may need to add some HOCs to the
extraHOCsoptionConfig example:
import { defineConfig } from "eslint/config"; import { reactRefresh } from "eslint-plugin-react-refresh"; export default defineConfig( /* Main config */ reactRefresh.configs.vite({ extraHOCs: ["someLibHOC"] }), );Config example without config:
import { defineConfig } from "eslint/config"; import { reactRefresh } from "eslint-plugin-react-refresh"; export default defineConfig({ files: ["/*.ts", "/*.tsx"], plugins: { // other plugins "react-refresh": reactRefresh.plugin, }, rules: { // other rules "react-refresh/only-export-components": [ "warn", { extraHOCs: ["someLibHOC"] }, </tr></table>
... (truncated)
Commits
c0317bfFix support for nested function calls for extraHOCs [publish]