Skip to content
Snippets Groups Projects
Commit c6a3ef0d authored by Benjamin Franzke's avatar Benjamin Franzke Committed by Oliver Hader
Browse files

[TASK] Re-enable jquery.autocomplete in grunt copy action

Add a patch file for jquery.autocomplete that contains
the custom TYPO3 patches added in #79938 and #70988.

Enable the grunt copy action to ensure that mass
package-upgrades like #92419 do not miss to update
our local fork. A non-applying patch will produce an
error during upgrade, while a local fork is silently
ignored.

Also, pin devbridge-autocomplete to the version that is actually used
(updated last time in #70988):

  yarn add devbridge-autocomplete@~1.3.0

The patch file has been generated via:

  cp typo3/sysext/core/Resources/Public/JavaScript/Contrib/jquery.autocomplete.js \
     Build/node_modules/devbridge-autocomplete/dist/jquery.autocomplete.js
  patch-package devbridge-autocomplete

Note: The version line change is removed and the indentation
(tabs vs spaces) is fixed, as it rather limits updatability,
therefore the resulting javascript file format is slightly changed.
No functional change.

Resolves: #96334
Related: #92419
Related:...
parent 881bcc6b
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment