#57324 closed task (blessed) (fixed)
Update jQuery v3.6.1 to v3.6.3
Reported by: | TobiasBg | Owned by: | peterwilsoncc |
---|---|---|---|
Milestone: | 6.2 | Priority: | normal |
Severity: | normal | Version: | 6.2 |
Component: | External Libraries | Keywords: | add-to-field-guide has-patch needs-refresh commit |
Focuses: | Cc: |
Description
Version 3.6.2 of jQuery has been released.
This release is a bug fix and improvement release. The jQuery team does not expect other compatibility issues when upgrading from a jQuery 3.0+ version.
A full list of changes in this release can be found on GitHub: https://github.com/jquery/jquery/compare/3.6.1...3.6.2.
For updating the jQuery version in WordPress, package.json and script-loader.php need to get the new version string.
Attachments (5)
Change History (20)
#1
@
22 months ago
- Keywords has-patch added; needs-patch removed
- Summary changed from Update jQuery to version 3.6.2 to Update jQuery v3.6.1 to v3.6.2
- Version set to trunk
I have already updated jQuery v3.6.1 to v3.6.2
#2
@
22 months ago
- Keywords needs-refresh added
Thanks @naeemhaque for the 57324.diff. The updated package-lock.json
file is missing on the PR. Can you please add it?
#3
follow-up:
↓ 4
@
22 months ago
Hey! jQuery Core Team member here. We’ve got a bug report with quite a serious issue in jQuery 3.6.2: https://github.com/jquery/jquery/issues/5177
The issue makes some native selectors not work in Firefox and it makes many selectors slower in that browser. We’re preparing jQuery 3.6.3 with just a fix for this issue and we plan to release it soon.
I’d advise to skip jQuery 3.6.2 and update straight to 3.6.3 when we ship it.
#4
in reply to:
↑ 3
@
22 months ago
- Keywords changes-requested added
Replying to mgol:
Hey! jQuery Core Team member here. We’ve got a bug report with quite a serious issue in jQuery 3.6.2: https://github.com/jquery/jquery/issues/5177
...
I’d advise to skip jQuery 3.6.2 and update straight to 3.6.3 when we ship it.
Thanks for reaching out and letting folks know!
For want of a better keyword, I've added changes-requested pending the next minor release of jQuery. As WordPress 6.2 isn't due for some time, there's plenty of time for this to sit while the fix is worked on upstream.
#5
follow-up:
↓ 6
@
22 months ago
jQuery 3.6.3 has been released: https://blog.jquery.com/2022/12/20/jquery-3-6-3-released-a-quick-selector-fix/. You may update to that version now.
#6
in reply to:
↑ 5
@
22 months ago
- Summary changed from Update jQuery v3.6.1 to v3.6.2 to Update jQuery v3.6.1 to v3.6.3
Replying to mgol:
jQuery 3.6.3 has been released: https://blog.jquery.com/2022/12/20/jquery-3-6-3-released-a-quick-selector-fix/. You may update to that version now.
Thanks, @mgol for the quick release.
@peterwilsoncc I've updated the jquery from v3.6.1 to v3.6.3.
#7
@
22 months ago
- Keywords commit added; changes-requested removed
Thanks for the updated patch @naeemhaque.
I've tidied up the lock file a little in 57324.5.diff due to NPM oddities, possibly related to the version used.
Otherwise it's perfect, thanks!
#8
@
22 months ago
- Owner set to peterwilsoncc
- Resolution set to fixed
- Status changed from new to closed
In 55012:
This ticket was mentioned in Slack in #core by mgol. View the logs.
18 months ago
#11
@
18 months ago
Not a major issue but jQuery version doesn't match
https://prnt.sc/9jAx9asonbwY
#12
@
18 months ago
@nickpap: Nice catch! It looks like line
$scripts->add( 'jquery-core', "/wp-includes/js/jquery/jquery$suffix.js", array(), '3.6.3' );
in /wp-includes/script-loader.php was not updated in [55491], accidentally.
Would you like to open a new ticket for this, so that this can be tracked against the current milestone?
Updated jQuery v3.6.2