[js] update dev dependencies#17479
Merged
Merged
Conversation
Contributor
Review Summary by QodoUpdate JavaScript dev dependencies to latest versions
WalkthroughsDescription• Update ESLint plugins to latest versions with breaking changes • Upgrade Express from v4 to v5 with major dependency updates • Update Sinon testing library from v19 to v22 • Fix ESLint configuration for new plugin API requirements • Update globals package and other dev dependencies Diagramflowchart LR
A["Dev Dependencies"] --> B["ESLint Plugins"]
A --> C["Express Framework"]
A --> D["Testing Libraries"]
B --> E["eslint-plugin-mocha v11"]
B --> F["eslint-plugin-n v18"]
C --> G["Express v5"]
D --> H["Sinon v22"]
D --> I["globals v17"]
E --> J["Config Updates"]
F --> J
G --> K["Router Changes"]
File Changes1. javascript/selenium-webdriver/eslint.config.js
|
Contributor
This was referenced Jun 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Shouldn't have impact on user facing code. Straightforward to merge after tests pass.