Bump the development-dependencies group across 1 directory with 11 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(2 months ago)
(2 months ago)
dependencies javascript
Bumps the development-dependencies group with 11 updates in the / directory:
| Package | From | To |
|---|---|---|
| @eslint/js | 9.32.0 |
9.37.0 |
| @typescript-eslint/eslint-plugin | 8.39.0 |
8.46.0 |
| @typescript-eslint/parser | 8.39.0 |
8.46.0 |
| @vitejs/plugin-react | 4.7.0 |
5.0.4 |
| eslint | 9.32.0 |
9.37.0 |
| eslint-plugin-react-hooks | 5.2.0 |
6.1.1 |
| eslint-plugin-react-refresh | 0.4.20 |
0.4.23 |
| globals | 16.3.0 |
16.4.0 |
| typescript | 5.9.2 |
5.9.3 |
| typescript-eslint | 8.39.0 |
8.46.0 |
| vite | 7.0.6 |
7.1.9 |
Updates @eslint/js from 9.32.0 to 9.37.0
Release notes
Sourced from @eslint/js's releases.
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
afe8a13chore: update@eslint/jsdependency to version 9.37.0 (#20183) (Francesco Trotta)abee4cachore: package.json update for@eslint/jsrelease (Jenkins)fc9381fchore: fix typos in comments (#20175) (overlookmotel)e1574a2chore: unpin jiti (#20173) (renovate[bot])e1ac05erefactor: markESLint.findConfigFile()asasync, add missing docs (#20157) (Pixel998)347906dchore: update eslint (#20149) (renovate[bot])0cb5897test: remove tmp dir created for circular fixes in multithread mode test (#20146) (Milos Djermanovic)bb99566ci: pinjitito version 2.5.1 (#20151) (Pixel998)177f669perf: improve worker count calculation for"auto"concurrency (#20067) (Francesco Trotta)448b57bchore: Mark deprecated formatting rules as available until v11.0.0 (#20144) (Milos Djermanovic)v9.36.0
Features
Bug Fixes
75b74d8fix: add missing rule option types (#20127) (ntnyq)1c0d850fix: updateeslint-all.jsto useObject.freezeforrulesobject (#20116) (루밀LuMir)7d61b7ffix: add missing scope types toScope.type(#20110) (Pixel998)7a670c3fix: correct rule option typings inrules.d.ts(#20084) (Pixel998)Documentation
b73ab12docs: update examples to usedefineConfig(#20131) (sethamus)31d9392docs: fix typos (#20118) (Pixel998)c7f861bdocs: Update README (GitHub Actions Bot)6b0c08bdocs: Update README (GitHub Actions Bot)91f97c5docs: Update README (GitHub Actions Bot)Chores
... (truncated)
Commits
abee4cachore: 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)af2a087chore: package.json update for@eslint/jsrelease84ffb96chore: update@eslint-community/eslint-utils(#20069)b48fa20chore: package.json update for@eslint/jsreleasead28371chore: package.json update for@eslint/jsrelease- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.39.0 to 8.46.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.46.0
8.46.0 (2025-10-06)
🚀 Features
- eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
- eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
- rule-schema-to-typescript-types: clean up and make public (#11633)
- typescript-eslint: export util types (#10848, #10849)
- typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
- typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)
🩹 Fixes
- eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
- eslint-plugin: [unbound-method] improve wording around
this: voidand binding (#11634)- eslint-plugin: [no-deprecated] ignore deprecated
export imports (#11603)- eslint-plugin: removed error type previously deprecated (#11674)
- eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
- rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
- typescript-estree: forbid
abstractmodifier in object methods (#11656)- typescript-estree: forbid abstract method and accessor to have implementation (#11657)
❤️ Thank You
- fisker Cheung
@fisker- Josh Goldberg ✨
- Joshua Chen
- Kirk Waiblinger
@kirkwaiblinger- Mark de Dios
@peanutenthusiast- Mister-Hope
@Mister-Hope- Richard Torres
@richardtorres314- Victor Genaev
@mainframev- Younsang Na
@nayounsangYou can read about our versioning strategy and releases on our website.
v8.45.0
8.45.0 (2025-09-29)
🚀 Features
- eslint-plugin: expose rule name via RuleModule interface (#11616)
🩹 Fixes
- disable generating declaration maps (#11627)
- ast-spec: narrow ArrowFunctionExpression.generator to false (#11636)
- eslint-plugin: [no-base-to-string] check if superclass is ignored (#11617)
- eslint-plugin: [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (#11614)
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.46.0 (2025-10-06)
🚀 Features
- eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
- rule-schema-to-typescript-types: clean up and make public (#11633)
🩹 Fixes
- eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
- typescript-estree: forbid abstract method and accessor to have implementation (#11657)
- eslint-plugin: removed error type previously deprecated (#11674)
- eslint-plugin: [no-deprecated] ignore deprecated
export imports (#11603)- eslint-plugin: [unbound-method] improve wording around
this: voidand binding (#11634)- rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
- eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
❤️ Thank You
- fisker Cheung
@fisker- Josh Goldberg ✨
- Kirk Waiblinger
@kirkwaiblinger- Mark de Dios
@peanutenthusiast- Richard Torres
@richardtorres314- Victor Genaev
@mainframevYou can read about our versioning strategy and releases on our website.
8.45.0 (2025-09-29)
🚀 Features
- eslint-plugin: expose rule name via RuleModule interface (#11616)
🩹 Fixes
- eslint-plugin: [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (#11614)
- eslint-plugin: [no-base-to-string] check if superclass is ignored (#11617)
❤️ Thank You
- mdm317
- Moses Odutusin
@thebolarin- Yukihiro Hasegawa
@y-hsgwYou can read about our versioning strategy and releases on our website.
8.44.1 (2025-09-22)
🩹 Fixes
... (truncated)
Commits
aec785echore(release): publish 8.46.0a974191fix(eslint-plugin): [prefer-readonly-parameter-types] ignore tagged primitive...02e0278fix(typescript-estree): forbid abstract method and accessor to have implement...f083798feat(eslint-plugin): [no-unsafe-member-access] add allowOptionalChaining opti...a62f625fix(eslint-plugin): removed error type previously deprecated (#11674)7f5fed7chore: remove unused batchedSingleLineTests test utility (#11675)f8412cefix(eslint-plugin): [no-deprecated] ignore deprecatedexport imports (#11603)8de997efeat(eslint-plugin): [no-unused-vars] support explicit resource management wi...740a63ffeat(rule-schema-to-typescript-types): clean up and make public (#11633)692d4eedocs(eslint-plugin): [prefer-for-of] mention DOM elements and lib: dom.iterab...- 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 @typescript-eslint/eslint-plugin since your current version.
Updates @typescript-eslint/parser from 8.39.0 to 8.46.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.46.0
8.46.0 (2025-10-06)
🚀 Features
- eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#11659)
- eslint-plugin-internal: [no-dynamic-tests] new internal Lint rule to ban dynamic syntax in generating tests (#11323)
- rule-schema-to-typescript-types: clean up and make public (#11633)
- typescript-eslint: export util types (#10848, #10849)
- typescript-estree: mention file specifics in project service allowDefaultProject error (#11635)
- typescript-estree: private identifiers can only appear on LHS of in expressions (#9232)
🩹 Fixes
- eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#11487)
- eslint-plugin: [unbound-method] improve wording around
this: voidand binding (#11634)- eslint-plugin: [no-deprecated] ignore deprecated
export imports (#11603)- eslint-plugin: removed error type previously deprecated (#11674)
- eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#11660)
- rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#11628)
- typescript-estree: forbid
abstractmodifier in object methods (#11656)- typescript-estree: forbid abstract method and accessor to have implementation (#11657)
❤️ Thank You
- fisker Cheung
@fisker- Josh Goldberg ✨
- Joshua Chen
- Kirk Waiblinger
@kirkwaiblinger- Mark de Dios
@peanutenthusiast- Mister-Hope
@Mister-Hope- Richard Torres
@richardtorres314- Victor Genaev
@mainframev- Younsang Na
@nayounsangYou can read about our versioning strategy and releases on our website.
v8.45.0
8.45.0 (2025-09-29)
🚀 Features
- eslint-plugin: expose rule name via RuleModule interface (#11616)
🩹 Fixes
- disable generating declaration maps (#11627)
- ast-spec: narrow ArrowFunctionExpression.generator to false (#11636)
- eslint-plugin: [no-base-to-string] check if superclass is ignored (#11617)
- eslint-plugin: [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (#11614)
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.46.0 (2025-10-06)
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.45.0 (2025-09-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.44.1 (2025-09-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.
8.44.0 (2025-09-15)
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.43.0 (2025-09-08)
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.42.0 (2025-09-02)
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.41.0 (2025-08-25)
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.40.0 (2025-08-18)
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.39.1 (2025-08-11)
... (truncated)
Commits
aec785echore(release): publish 8.46.0255e9e2chore(release): publish 8.45.0c198052chore(release): publish 8.44.177056f7chore(release): publish 8.44.0ef9173cchore(release): publish 8.43.0d135909chore(release): publish 8.42.031a7336chore(release): publish 8.41.060c3b26chore(release): publish 8.40.0b2ee794chore(release): publish 8.39.1- 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 @typescript-eslint/parser since your current version.
Updates @vitejs/plugin-react from 4.7.0 to 5.0.4
Release notes
Sourced from @vitejs/plugin-react's releases.
plugin-react@5.0.4
Perf: use native refresh wrapper plugin in rolldown-vite (#881)
plugin-react@5.0.3
HMR did not work for components imported with queries with rolldown-vite (#872)
Perf: simplify refresh wrapper generation (#835)
plugin-react@5.0.2
Skip transform hook completely in rolldown-vite in dev if possible (#783)
plugin-react@5.0.1
Set
optimizeDeps.rollupOptions.transform.jsxinstead ofoptimizeDeps.rollupOptions.jsxfor rolldown-vite (#735)
optimizeDeps.rollupOptions.jsxis going to be deprecated in favor ofoptimizeDeps.rollupOptions.transform.jsx.Perf: skip
babel-plugin-react-compilerif code has no"use memo"when{ compilationMode: "annotation" }(#734)Respect tsconfig
jsxImportSource(#726)Fix
reactRefreshHostoption on rolldown-vite (#716)Fix
RefreshRuntimebeing injected twice for class components on rolldown-vite (#708)Skip
babel-plugin-react-compileron non client environment (689)plugin-react@5.0.0
(Same content as v5.0.0-beta.0 https://github.com/vitejs/vite-plugin-react/releases/tag/plugin-react%405.0.0-beta.0)
Use Oxc for react refresh transform in rolldown-vite
When used with rolldown-vite, this plugin now uses Oxc for react refresh transform.
Since this behavior is what
@vitejs/plugin-react-oxcdid,@vitejs/plugin-react-oxcis now deprecated and thedisableOxcRecommendationoption is removed.Also, while
@vitejs/plugin-react-oxcused the production JSX transform even forNODE_ENV=developmentbuild,@vitejs/plugin-reactuses the development JSX transform forNODE_ENV=developmentbuild.Allow processing files in
node_modulesThe default value of
excludeoptions is now[/\/node_modules\//]to allow processing files innode_modulesdirectory. It was previously[]and files innode_moduleswas always excluded regardless of the value ofexcludeoption.
reactandreact-domis no longer added toresolve.dedupeautomaticallyAdding values to
resolve.dedupeforces Vite to resolve them differently from how Node.js does, which can be confusing and may not be expected. This plugin no longer addsreactandreact-domtoresolve.dedupeautomatically.If you encounter errors after upgrading, check your package.json for version mismatches in
dependenciesordevDependencies, as well as your package manager’s configuration. If you prefer the previous behavior, you can manually addreactandreact-domtoresolve.dedupe.Remove old
babel-plugin-react-compilersupport that requiresruntimeModuleoption
runtimeModuleoption is no longer needed in newerbabel-plugin-react-compilerversions. Make sure to use a newer version ofbabel-plugin-react-compilerthat supportstargetoption.
... (truncated)
Changelog
Sourced from @vitejs/plugin-react's changelog.
5.0.4 (2025-09-27)
Perf: use native refresh wrapper plugin in rolldown-vite (#881)
5.0.3 (2025-09-17)
HMR did not work for components imported with queries with rolldown-vite (#872)
Perf: simplify refresh wrapper generation (#835)
5.0.2 (2025-08-28)
Skip transform hook completely in rolldown-vite in dev if possible (#783)
5.0.1 (2025-08-19)
Set
optimizeDeps.rollupOptions.transform.jsxinstead ofoptimizeDeps.rollupOptions.jsxfor rolldown-vite (#735)
optimizeDeps.rollupOptions.jsxis going to be deprecated in favor ofoptimizeDeps.rollupOptions.transform.jsx.Perf: skip
babel-plugin-react-compilerif code has no"use memo"when{ compilationMode: "annotation" }(#734)Respect tsconfig
jsxImportSource(#726)Fix
reactRefreshHostoption on rolldown-vite (#716)Fix
RefreshRuntimebeing injected twice for class components on rolldown-vite (#708)Skip
babel-plugin-react-compileron non client environment (689)5.0.0 (2025-08-07)
5.0.0-beta.0 (2025-07-28)
Use Oxc for react refresh transform in rolldown-vite
When used with rolldown-vite, this plugin now uses Oxc for react refresh transform.
Since this behavior is what
@vitejs/plugin-react-oxcdid,@vitejs/plugin-react-oxcis now deprecated and thedisableOxcRecommendationoption is removed.Also, while
@vitejs/plugin-react-oxcused the production JSX transform even forNODE_ENV=developmentbuild,@vitejs/plugin-reactuses the development JSX transform forNODE_ENV=developmentbuild.Allow processing files in
node_modulesThe default value of
excludeoptions is now[/\/node_modules\//]to allow processing files innode_modulesdirectory. It was previously[]and files innode_moduleswas always excluded regardless of the value ofexcludeoption.
reactandreact-domis no longer added toresolve.dedupeautomaticallyAdding values to
resolve.dedupeforces Vite to resolve them differently from how Node.js does, which can be confusing and may not be expected. This plugin no longer addsreactandreact-domtoresolve.dedupeautomatically.
... (truncated)
Commits
450d7dfrelease: plugin-react@5.0.48638845feat(react): full bundle mode compat (#882)bd1487dperf(react): use native refresh wrapper plugin in rolldown-vite (#881)80df894docs: removedisableOxcRecommendationfrom plugin-react readme (#880)608f266chore(deps): update all non-major dependencies (#879)3c2ebf8fix(deps): update all non-major dependencies (#851)8293cb3release: plugin-react@5.0.389ec16dfix(react): hmr did not work for components imported with queries with rolldo...3a8b4a9perf: avoid sourcemap for refresh wrapper injection (#835)afa28f1fix(deps): update all non-major dependencies (#823)- 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 @vitejs/plugin-react since your current version.
Updates eslint from 9.32.0 to 9.37.0
Release notes
Sourced from eslint's releases.
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
afe8a13chore: update@eslint/jsdependency to version 9.37.0 (#20183) (Francesco Trotta)abee4cachore: package.json update for@eslint/jsrelease (Jenkins)fc9381fchore: fix typos in comments (#20175) (overlookmotel)e1574a2chore: unpin jiti (#20173) (renovate[bot])e1ac05erefactor: markESLint.findConfigFile()asasync, add missing docs (#20157) (Pixel998)347906dchore: update eslint (#20149) (renovate[bot])0cb5897test: remove tmp dir created for circular fixes in multithread mode test (#20146) (Milos Djermanovic)bb99566ci: pinjitito version 2.5.1 (#20151) (Pixel998)177f669perf: improve worker count calculation for"auto"concurrency (#20067) (Francesco Trotta)448b57bchore: Mark deprecated formatting rules as available until v11.0.0 (#20144) (Milos Djermanovic)v9.36.0
Features
Bug Fixes
75b74d8fix: add missing rule option types (#20127) (ntnyq)1c0d850fix: updateeslint-all.jsto useObject.freezeforrulesobject (#20116) (루밀LuMir)7d61b7ffix: add missing scope types toScope.type(#20110) (Pixel998)7a670c3fix: correct rule option typings inrules.d.ts(#20084) (Pixel998)Documentation
b73ab12docs: update examples to usedefineConfig(#20131) (sethamus)31d9392docs: fix typos (#20118) (Pixel998)c7f861bdocs: Update README (GitHub Actions Bot)6b0c08bdocs: Update README (GitHub Actions Bot)91f97c5docs: Update README (GitHub Actions Bot)Chores
... (truncated)
Commits
d5d1bdf9.37.094865ffBuild: changelog update for 9.37.0afe8a13chore: update@eslint/jsdependency to version 9.37.0 (#20183)abee4cachore: package.json update for@eslint/jsreleaseb950359docs: fix typos across the docs (#20182)42498a2docs: improve ToC accessibility by hiding non-semantic character (#20181)fc9381fchore: fix typos in comments (#20175)e1574a2chore: unpin jiti (#20173)29ea092docs: Update READMEa129ccefix: correctno-loss-of-precisionfalse positives for leading zeros (#20164)- Additional commits viewable in compare view
Updates eslint-plugin-react-hooks from 5.2.0 to 6.1.1
Changelog
Sourced from eslint-plugin-react-hooks's changelog.
6.1.1
Note: 6.1.0 accidentally allowed use of
recommendedwithout flat config, causing errors when used with ESLint v9'sdefineConfig()helper. This has been fixed in 6.1.1.
- Fix
recommendedconfig for flat config compatibility. Therecommendedconfig has been converted to flat config format. Non-flat config users should userecommended-legacyinstead. (@potetoin #34700)- Add
recommended-latestandrecommended-latest-legacyconfigs that include React Compiler rules. (@potetoin #34675)- Remove unused
NoUnusedOptOutDirectivesrule. (@potetoin #34703)- Remove
hermes-parserand dependency. (@potetoin #34719)- Remove
@babel/plugin-proposal-private-methodsdependency. (@ArnaudBarreand@josephsavonain #34715)- Update for Zod v3/v4 compatibility. (
@kolianand@josephsavonain #34717)6.1.0
Note: Version 6.0.0 was mistakenly released and immediately deprecated and untagged on npm. This is the first official 6.x major release and includes breaking changes.
- Breaking: Require Node.js 18 or newer. (
@michaelfaithin #32458)- Breaking: Flat config is now the default
recommendedpreset. Legacy config moved torecommended-legacy. (@michaelfaithin #32457)- New Violations: Disallow calling
usewithin try/catch blocks. (@potetoin #34040)- New Violations: Disallow calling
useEffectEventfunctions in arbitrary closures. (@jbrown215in #33544)- Handle
React.useEffectin addition touseEffectin rules-of-hooks. (@Ayc0in #34076)- Added
react-hookssettings config option that to acceptadditionalEffectHooksthat are used across exhaustive-deps and rules-of-hooks rules. (@jbrown215) in #344976.0.0
Accidentally released. See 6.1.0 for the actual changes.
Commits
- See full diff in compare view
Updates eslint-plugin-react-refresh from 0.4.20 to 0.4.23
Release notes
Sourced from eslint-plugin-react-refresh's releases.
v0.4.23
- Add
"metadata","generateMetadata"&"generateViewport"toallowExportNamesin Next configv0.4.22
- Add
"viewport"toallowExportNamesin Next config (#89)v0.4.21
- Add Next config (fixes #85)
This allows exports like
fetchCacheandrevalidatewhich are used in Page or Layout components and don't trigger a full page reload.import reactRefresh from "eslint-plugin-react-refresh";export default [ /* Main config */ reactRefresh.configs.next, ];
Changelog
Sourced from eslint-plugin-react-refresh's changelog.
Description has been truncated0.4.23
- Add
"metadata","generateMetadata"&"generateViewport"toallowExportNamesin Next config0.4.22
- Add
"viewport"toallowExportNamesin Next config (#89)0.4.21
- Add Next config (fixes #85)
This allows exports like
fetchCacheandrevalidatewhich are used in Page or Layout components and don't trigger a full page reload.import reactRefresh from "eslint-plugin-react-refresh";export default [ /* Main config */ reactRefresh.configs.next, ];
Pull Request Statistics
1
2
+359
-294
Package Dependencies
@typescript-eslint/parser
npm
8.39.0 → 8.46.0
Minor
@typescript-eslint/eslint-plugin
npm
8.39.0 → 8.46.0
Minor
eslint-plugin-react-refresh
npm
0.4.20 → 0.4.23
Patch
Technical Details
| ID: | 9691179 |
| UUID: | 2891746188 |
| Node ID: | PR_kwDONwCWds6sXIuM |
| Host: | GitHub |
| Repository: | codeMonkeyHopeful/codemonkeyhopeful.github.io |
| Merge State: | Unknown |