react-live-chat-loader
react-live-chat-loader copied to clipboard
Bump eslint from 8.57.1 to 9.28.0
Bumps eslint from 8.57.1 to 9.28.0.
Release notes
Sourced from eslint's releases.
v9.28.0
Features
b0674befeat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)a95721ffeat: Add--pass-on-unpruned-suppressionsCLI option (#19773) (Milos Djermanovic)bfd0e7afeat: support TypeScript syntax inno-use-before-define(#19566) (Tanuj Kanti)68c61c0feat: support TS syntax inno-shadow(#19565) (Nitin Kumar)0f773effeat: support TS syntax inno-magic-numbers(#19561) (Nitin Kumar)c4a6b60feat: add allowTypeAnnotation to func-style (#19754) (sethamus)b03ad17feat: add TypeScript support toprefer-arrow-callback(#19678) (Tanuj Kanti)bc3c331feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)Bug Fixes
eea3e7efix: Remove configured global variables fromGlobalScope#implicit(#19779) (Milos Djermanovic)a467de3fix: update context.report types (#19751) (Nitin Kumar)fd467bbfix: remove interopDefault to use jiti's default (#19697) (sethamus)72d16e3fix: avoid false positive inno-unassigned-varsfor declare module (#19746) (Azat S.)81c3c93fix: curly types (#19750) (Eli)Documentation
3ec2082docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)89a65b0docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)2ba8a0ddocs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)59dd7e6docs: updatefunc-stylewith examples (#19793) (Tanuj Kanti)e9129e0docs: add global scope'simplicitfield to Scope Manager docs (#19770) (Milos Djermanovic)52f5b7adocs: fix minor typos and add links (#19743) (루밀LuMir)00716a3docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)Chores
175b7b8chore: upgrade to@eslint/[email protected](#19802) (Francesco Trotta)844f5a6chore: package.json update for@eslint/jsrelease (Jenkins)62b1c1bchore: update globals to v16 (#19791) (Nitin Kumar)e8a1cb8chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)43d3975chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)2dfb5ebtest: updateSourceCodeTraversertests (#19763) (Milos Djermanovic)5bc21f9chore: add*.code-workspaceto.gitignore(#19771) (루밀LuMir)f4fa40erefactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)0f49329refactor: use a service to emit warnings (#19725) (Francesco Trotta)20a9e59chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])v9.27.0
Features
d71e37ffeat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)ba456e0feat: Externalize MCP server (#19699) (Nicholas C. Zakas)07c1a7efeat: addallowRegexCharacterstono-useless-escape(#19705) (sethamus)7bc6c71feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)ee40364feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)32957cdfeat: support TS syntax inmax-params(#19557) (Nitin Kumar)Bug Fixes
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.28.0 - May 30, 2025
175b7b8chore: upgrade to@eslint/[email protected](#19802) (Francesco Trotta)844f5a6chore: package.json update for@eslint/jsrelease (Jenkins)b0674befeat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)3ec2082docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)89a65b0docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)2ba8a0ddocs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)eea3e7efix: Remove configured global variables fromGlobalScope#implicit(#19779) (Milos Djermanovic)a95721ffeat: Add--pass-on-unpruned-suppressionsCLI option (#19773) (Milos Djermanovic)a467de3fix: update context.report types (#19751) (Nitin Kumar)59dd7e6docs: updatefunc-stylewith examples (#19793) (Tanuj Kanti)62b1c1bchore: update globals to v16 (#19791) (Nitin Kumar)bfd0e7afeat: support TypeScript syntax inno-use-before-define(#19566) (Tanuj Kanti)68c61c0feat: support TS syntax inno-shadow(#19565) (Nitin Kumar)e8a1cb8chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)0f773effeat: support TS syntax inno-magic-numbers(#19561) (Nitin Kumar)43d3975chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)c4a6b60feat: add allowTypeAnnotation to func-style (#19754) (sethamus)fd467bbfix: remove interopDefault to use jiti's default (#19697) (sethamus)2dfb5ebtest: updateSourceCodeTraversertests (#19763) (Milos Djermanovic)b03ad17feat: add TypeScript support toprefer-arrow-callback(#19678) (Tanuj Kanti)e9129e0docs: add global scope'simplicitfield to Scope Manager docs (#19770) (Milos Djermanovic)bc3c331feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)5bc21f9chore: add*.code-workspaceto.gitignore(#19771) (루밀LuMir)72d16e3fix: avoid false positive inno-unassigned-varsfor declare module (#19746) (Azat S.)f4fa40erefactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)81c3c93fix: curly types (#19750) (Eli)52f5b7adocs: fix minor typos and add links (#19743) (루밀LuMir)0f49329refactor: use a service to emit warnings (#19725) (Francesco Trotta)20a9e59chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])00716a3docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)v9.27.0 - May 16, 2025
f8f1560chore: upgrade@eslint/js@9.27.0 (#19739) (Milos Djermanovic)ecaef73chore: package.json update for@eslint/jsrelease (Jenkins)25de550docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)bd5def6docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)d71e37ffeat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)5687ce7fix: correct mismatched removed rules (#19734) (루밀LuMir)596fdc6chore: update dependency@arethetypeswrong/clito ^0.18.0 (#19732) (renovate[bot])ba456e0feat: Externalize MCP server (#19699) (Nicholas C. Zakas)dc5ed33fix: correct types and tighten type definitions inSourceCodeclass (#19731) (루밀LuMir)4d0c60ddocs: Add Neovim to editor integrations (#19729) (Maria José Solano)f791da0chore: remove unbalanced curly brace from.editorconfig(#19730) (Maria José Solano)e86edeerefactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)07c1a7efeat: addallowRegexCharacterstono-useless-escape(#19705) (sethamus)cf36352chore: remove shared types (#19718) (Francesco Trotta)f60f276refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)
... (truncated)
Commits
f341f219.28.0779dda9Build: changelog update for 9.28.0175b7b8chore: upgrade to@eslint/[email protected](#19802)844f5a6chore: package.json update for@eslint/jsreleaseb0674befeat: Customization of serialization for languageOptions (#19760)3ec2082docs: Nested arrays in files config entry (#19799)89a65b0docs: clarify how config arrays can apply to subsets of files (#19788)2ba8a0ddocs: Add description of meta.namespace to plugin docs (#19798)eea3e7efix: Remove configured global variables fromGlobalScope#implicit(#19779)a95721ffeat: Add--pass-on-unpruned-suppressionsCLI option (#19773)- Additional commits viewable 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)