You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 11, 2019. It is now read-only.
It seems to me that that we would have to consider to start replacing carets with tildes on package.json for now to accept patch updates only. Minor updates could break builds easily and it will take quite long time (took me a day) to find which package causes that breakage. IMO we should eventually remove semver dependency and update package.json manually (until we get ready for using Greenkeeper #1701 for example ).
Steps to Reproduce
rm -rf node_modules && npm i
Search package.json for carets ^
Replace ^ with tildes ~
npm list
Replace the version numbers with ones on the list.
Actual result:
Minor updates sometimes causes a nasty bug.
Expected result:
Semver should be removed eventually. We could start by narrowing the version number range.
Reproduces how often: [What percentage of the time does it reproduce?]
Brave Version
about:brave info:
Reproducible on current live release:
Additional Information
The text was updated successfully, but these errors were encountered:
Test plan
#11458
Description
Allow patch updates only on
package.json
.#11453 (comment)
Steps to Reproduce
package.json
for carets^
^
with tildes~
npm list
Actual result:
Minor updates sometimes causes a nasty bug.
Expected result:
Semver should be removed eventually. We could start by narrowing the version number range.
Reproduces how often: [What percentage of the time does it reproduce?]
Brave Version
about:brave info:
Reproducible on current live release:
Additional Information
The text was updated successfully, but these errors were encountered: