-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[5.0] Update versions in codemirror.xml and tinymce.xml #40287
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.0] Update versions in codemirror.xml and tinymce.xml #40287
Conversation
|
I have tested this item ✅ successfully on 7db46ad This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/40287. |
|
I have tested this item ✅ successfully on 7db46ad This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/40287. |
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/40287. |
|
Thanks, but this should really be part of the bump script at some point |
|
@HLeithner it is already part of the npm scripts that are responsible for handling changes created as a result of several dependencies. |
|
@brianteeman sound great, do you know why it didn't worked? |
|
it did work - the files were changed they were just not committed |
|
ah ok thanks ;-) |
|
thats why it is best to only change one thing in a PR. It is easy to see then that there were some changed files to commit from the npm update. You probably didnt see them when you made the pull request as there were so many other things in that PR. It's also why no one spotted it at the time of the pr |
Pull Request for Issue #40285 .
Summary of Changes
This pull request (PR) updates the version numbers in files "plugins/editors/codemirror/codemirror.xml" and "plugins/editors/tinymce/tinymce.xml", which has obviously been forgotten with a pervious update of these dependencies.
Testing Instructions
Code review: Check that the version number in the changed xml files fit to what is in file "package-lock.json".
For codemirror see https://github.com/joomla/joomla-cms/blob/5.0-dev/package-lock.json#L11934 .
For tinymce see https://github.com/joomla/joomla-cms/blob/5.0-dev/package-lock.json#L16196 .
Actual result BEFORE applying this Pull Request
Codemirror has 5.65.9 and tinymce has 6.2.0 in the XML file.
Expected result AFTER applying this Pull Request
Codemirror has 5.65.12 and tinymce has 6.4.0 in the XML file.
Link to documentations
Please select:
No documentation changes for docs.joomla.org needed
No documentation changes for manual.joomla.org needed