-
Notifications
You must be signed in to change notification settings - Fork 172
jquery: Update jQuery from 1.11.2 to 1.11.3 #381
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
Conversation
|
This is simple so I'd like to land it soon. @jquery/content, any objections? Are there other places I'd need to check? |
Looks good to me at least. 👍 We didn't have to update anything else in #332 as well. |
|
I see the branch name I created looks misleading. ;) I did upgrade to 1.11.3 as there is no 1.11.4. Should I test anything in particular before landing this? |
|
Can we use our own CDN instead of maintaining a copy in this repository? Seems like a good opportunity to fix that. |
|
We are using the CDN, look closer at the diff. The local copy is to be Michał Gołębiowski |
|
We're using the Google CDN instead of our own, though. Michał Gołębiowski |
|
Sorry, I ignored the diff. Let's replace the whole thing with only using the jQuery CDN. We fully rely on that elsewhere anyway. |
|
Where do we rely on it? Michał Gołębiowski |
|
Every single demo on the API sites. |
|
OK, fair enough. That reminds me API sites need their jQueries updated as well, e.g. https://github.com/jquery/api.jquery.com/blob/320265a67851969e02837b88f14802d93ef8e7fc/entries2html.xsl specifies 1.10.2. |
Yep, there's an open issue about that. I was planning to wait till the v3 release. |
We'll have 1.12.0 & 2.2.0 shortly before 3.0.0; seems fine to just wait until 3.0.0 then as it will require making sure API examples wouldn't break. |
|
PR updated. I used the https link, although previously there was a relative-protocol one. I also see a lot of links are hardcoded to http... That's bad. What's stopping us from switching all protocol-relative links to https? Why do we still need to even make the site available over http? Is there an issue I could track? |
👍
Yeah, we've been discussing this in the content meetings but one of us will need to go through all sites to remove those links that are hardcoded to |
|
OK, in any case, this PR should be good. Can I get some LGTMs? |
|
You're still adding |
|
Right, sorry, fixed.
|
|
Looks good. |
No description provided.