Skip to content

chore(deps): update linting dependencies#1475

Merged
mschile merged 3 commits intocypress-io:masterfrom
MikeMcC399:update/linting-related
Feb 23, 2026
Merged

chore(deps): update linting dependencies#1475
mschile merged 3 commits intocypress-io:masterfrom
MikeMcC399:update/linting-related

Conversation

@MikeMcC399
Copy link
Collaborator

Situation

  • Multiple devDependencies used for linting are outdated

  • npm audit reports vulnerabilities

Change

Update:

  1. eslint-related dependencies
  2. prettier
  3. markdown-link-check

Update package.json engines field from >=20.18.1. to >=20.19.0, since this is the minimum for ESLint 10.x.

This does not affect building images with Node.js as this is containerized and independent from the Node.js version installed in the Docker host system.

Verification

npm ci
npm run format:check
npm run lint
npm run check:markdown
npm audit

No errors should be reported. (See also PR #1474 for one link correction.)

Update
@eslint/js to 10.0.1
@stylistic/eslint-plugin to 5.9.0
eslint to 10.0.1
eslint-plugin-cypress to 6.1.0
globals to 17.3.0
markdown-link-check to 3.14.2
prettier to 3.8.1
engines to >=20.19.0
@cypress-app-bot
Copy link

@MikeMcC399 MikeMcC399 marked this pull request as ready for review February 21, 2026 16:55
@mschile mschile merged commit c6a8ec9 into cypress-io:master Feb 23, 2026
49 checks passed
@MikeMcC399 MikeMcC399 deleted the update/linting-related branch February 23, 2026 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants