-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[5.1] Update bump script also to update package-lock.json #43801
Conversation
Thanks @HLeithner |
I have tested this item ✅ successfully on eba833d This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/43801. |
I have tested this item ✅ successfully on eba833d Thanks!!!! This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/43801. |
(I got a php fatal error on line 313 BUT i ran it on windows and I seem to recall the script will not run on windows and that part of the file is not part of this PR and the parts in this PR all completed correctly) This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/43801. |
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/43801. |
I tested it and it worked on linux, also line 313 is only a preg_replace so shouldn't fail |
Thank you @brianteeman and @richard67 for testing! |
Co-authored-by: Dimitris Grammatikogiannis <dg@dgrammatiko.dev>
Thanks @dgrammatiko |
Co-authored-by: Dimitris Grammatikogiannis <dg@dgrammatiko.dev>
* Update bump script also to update package-lock.json --------- Co-authored-by: Richard Fath <richard67@users.noreply.github.com> Co-authored-by: Quy <quy@nomonkeybiz.com> Co-authored-by: Dimitris Grammatikogiannis <dg@dgrammatiko.dev>
* Update bump script also to update package-lock.json --------- Co-authored-by: Richard Fath <richard67@users.noreply.github.com> Co-authored-by: Quy <quy@nomonkeybiz.com> Co-authored-by: Dimitris Grammatikogiannis <dg@dgrammatiko.dev>
Pull Request for Issue #43743 .
Summary of Changes
Also update the package-lock.json on version bump
Testing Instructions
php build/bump.php -v 5.2.3
Actual result BEFORE applying this Pull Request
package.json is updated
package-lock.json is not updated
Expected result AFTER applying this Pull Request
package.json is updated
package-lock.json is updated