portal: bump eslint from 8.40.0 to 9.26.0 in /web/portal#3071
portal: bump eslint from 8.40.0 to 9.26.0 in /web/portal#3071dependabot[bot] wants to merge 1 commit into
Conversation
53974c7 to
1602c43
Compare
|
I reviewed the PR locally on the Dependabot branch. Validations performed:
Both lint checks fail with ESLint 9 because the project is still using the old ESLint configuration format: "ESLint couldn't find an eslint.config.(js|mjs|cjs) file." This PR is not ready to merge as-is. The ESLint configuration needs to be migrated to the ESLint v9 format, or the lint setup needs to be adapted before this can be approved. |
|
ESLint is a devDependency used only during development for code linting. It is not included in the production build nor deployed to any environment, so it poses no security vulnerability. Additionally, upgrading from ESLint 8 to 9 is a major breaking change that requires migrating the configuration format (from .eslintrc to flat config), updating all ecosystem plugins (@typescript-eslint, eslint-plugin-react, eslint-plugin-react-hooks, eslint-plugin-import, eslint-plugin-prettier, eslint-plugin-unused-imports) to ESLint 9-compatible versions, and modifying the lint scripts. It is not viable as a simple version bump. |
Bumps [eslint](https://github.com/eslint/eslint) from 8.40.0 to 9.26.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/v9.26.0/CHANGELOG.md) - [Commits](eslint/eslint@v8.40.0...v9.26.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.26.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1602c43 to
9a5899d
Compare
Bumps eslint from 8.40.0 to 9.26.0.
Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
8bbabc49.26.016f5ff7Build: changelog update for 9.26.05b247c8chore: upgrade to@eslint/js@9.26.0(#19681)d6fa4acchore: package.json update for@eslint/jsreleasee9754e7feat: add reportGlobalThis to no-shadow-restricted-names (#19670)0fa2b7afeat: add suggestions foreqeqeqrule (#19640)dd98d63docs: Update README96e84defix: check cache file existence before deletion (#19648)c25e858docs: Update README0958690chore: disambiguate internal typesLanguageOptionsandRule(#19669)Maintainer changes
This version was pushed to npm by eslintbot, a new releaser for eslint since your current version.
You can trigger a rebase of this PR 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)You can disable automated security fix PRs for this repo from the Security Alerts page.