-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[JS] move from npm to pnpm #14579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[JS] move from npm to pnpm #14579
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
CI Failure Feedback 🧐(Checks updated until commit a574414)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR: where Configuration options
See more information about the |
|
Nightly release is successful with the latest changes on this branch. |
* [js] use only pnpm and remove npm refs (SeleniumHQ#14572) * remove lock file refs
User description
Thanks for contributing to Selenium!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
Motivation and Context
Types of changes
Checklist
PR Type
enhancement, dependencies
Description
package.jsonto their latest versions.package-lock.jsonin theRakefile, indicating a shift from npm to pnpm.rules_nodejsandesbuildto newer versions inMODULE.bazel.packageManagerfield inpackage.jsonto specify the use of pnpm.Changes walkthrough 📝
package.json
Update dependencies and devDependencies to latest versionsjavascript/node/selenium-webdriver/package.json
MODULE.bazel
Update Bazel dependencies for Node.js and esbuildMODULE.bazel
rules_nodejsandesbuildversions.Rakefile
Remove npm lock file referencesRakefile
package-lock.json.package.json
Specify pnpm as the package managerpackage.json
packageManagerfield to specify pnpm usage.pnpm-lock.yaml
...pnpm-lock.yaml
...