-
Notifications
You must be signed in to change notification settings - Fork 25
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
feat(vendor-core): update to jquery 3 #479
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Out of interest, why pin to these specific versions instead of a wider range? And would the latest jquery version work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, I'm not sure why I used that version, gonna run some tests and update this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated, had to do one small change for the in the core pr as focusout was removed
Moved to using js-cookie directly instead of from the jquery module theforeman/foreman#10250 |
packages/vendor-core/package.json
Outdated
"jquery-ujs": "~1.2.0", | ||
"jquery.cookie": "~1.4.1", | ||
"js-cookie": "3.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this here if foreman core depends on it? I'm not sure where we are with the whole removal of foreman-js.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nope, forgot to remove it. removed now. were still using foreman-js
BREAKING CHANGE: Updates jquery,datatables,select2. removes jquery.cookie
BREAKING CHANGE:
Updates jquery,datatables,select2. replaces jquery.cookie with js-cookie