Bump eslint from 10.2.1 to 10.3.0#302
Conversation
Bumps [eslint](https://github.com/eslint/eslint) from 10.2.1 to 10.3.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.2.1...v10.3.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Needs ReviewI recommend reviewing this upgrade before merging because two blocking CI failures exist in the
Fix SuggestionsWe identified 2 fixable issues in this upgrade.
- name: <step name>
run: echo "${{ steps.example-generate-report.outputs.report }}"to: - name: <step name>
env:
FOSSA_REPORT: ${{ steps.example-generate-report.outputs.report }}
run: echo "$FOSSA_REPORT"This prevents SPDX expressions like
AI Assistant PromptCopy prompt for AI assistantWhat we checked
Dependency Usage
View 3 more usages
Changes
View 7394 more changes
View 7297 more changes in the full analysis References (8)[1]: Direct interpolation of fossa-action/.github/workflows/test.yml Line 117 in efa60bf [2]: The fossa-action/.github/workflows/test.yml Line 47 in efa60bf [3]: Line 27 in efa60bf [4]: The project's Line 12 in efa60bf [5]: The project already uses ESLint's modern flat config API ( fossa-action/eslint.config.mjs Line 1 in efa60bf [6]: The config uses fossa-action/eslint.config.mjs Line 21 in efa60bf [7]: Two Line 74 in efa60bf [8]: The official ESLint v10 migration guide confirms the major breaking changes are: dropping Node.js below fossabot analyzed this PR using static analysis and dependency research. View this analysis on the web |
Bumps eslint from 10.2.1 to 10.3.0.
Release notes
Sourced from eslint's releases.
Commits
788920410.3.05b69b4fBuild: changelog update for 10.3.0d32235eci: use pnpm ineslint-flat-config-utilstype integration test (#20826)b6ae5cffix: handle unavailable require cache (#20812)3ffb14echore: clean up typos in comments and JSDoc (#20821)6fb3685fix: rule suggestions cause continuation in class body (#20787)22eb58achore: add missing continue-on-error to ecosystem-tests.yml (#20818)88bf002ci: bump pnpm/action-setup from 6.0.1 to 6.0.3 (#20815)379571afeat: add suggestions for no-unused-private-class-members (#20773)97c8c33chore: update ilshidur/action-discord action to v0.4.0 (#20811)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 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)