-
Notifications
You must be signed in to change notification settings - Fork 161
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
Update jQuery #874
Comments
+1 for staying up to date, but we'd have to test if the upgrade breaks our "version panel" in the BIDS spec, see: #232, where the file you mention was added. |
How do I test that offline? I'm afraid I'm not that good at website programming... |
By the way, why is jQuery not tracked as a dependency by GitHub's Dependabot? It looks into these files: I'm wondering whether there's a way to have it look elsewhere too. |
Probably because it's vendored, rather than "required". I'm not sure how to set it up to be required. |
Couldn't find anything in About the dependency graph or the following pages either. |
Otherwise, for jQuery to be tracked, can't we add |
Looks like we'd need to use a I would say if we want to do that with this, we put that in the same directory as the jquery file. |
Yes, I've seen this table refers to |
|
Ah, now I get why it doesn't understand it:
|
The current version is 3.4.1, as the name of
src/js/jquery-3.4.1.min.js:
implies.Meanwhile, jQuery 3.5.0 has been released and fixes a security issue:
https://github.com/jquery/jquery/releases
Unfortunately, it's a breaking change:
Perhaps upgrade to the latest jQuery 3.6.0?
The text was updated successfully, but these errors were encountered: