Skip to content

Conversation

@MikeMcC399
Copy link
Collaborator

@MikeMcC399 MikeMcC399 commented Jan 15, 2026

Situation

Executing the following, shows multiple outdated devDependencies:

npm outdated -l | grep devDependencies

Change

Update devDependencies to latest versions as follows:

Package Before After
@eslint/js 9.38.0 9.38.2
@stylistic/eslint-plugin 5.5.0 5.7.0
@types/node 24.0.15 25.0.8
eslint 9.38.0 9.38.2
eslint-plugin-cypress 5.2.0 5.2.1
globals 16.4.0 17.0.0
prettier 3.6.2 3.8.0

Verification

npm ci
npm run format:all:check
npm run lint
npm run check:markdown-links
npm outdated -l | grep devDependencies

Update
@eslint/js to 9.38.2
@stylistic/eslint-plugin to 5.7.0
@types/node to 25.0.8
eslint to 9.38.2
eslint-plugin-cypress to 5.2.1
globals to 17.0.0
prettier to 3.8.0
@cypress-app-bot
Copy link

@MikeMcC399 MikeMcC399 self-assigned this Jan 15, 2026
@MikeMcC399 MikeMcC399 added the bug Something isn't working label Jan 15, 2026
@MikeMcC399 MikeMcC399 marked this pull request as ready for review January 15, 2026 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working type: dependencies type: enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants