[wp-trac] [WordPress Trac] #62498: Jquery migrate not up to date with latest version of WordPress 6.7
WordPress Trac
noreply at wordpress.org
Mon Jan 26 15:25:59 UTC 2026
#62498: Jquery migrate not up to date with latest version of WordPress 6.7
-------------------------------------------------+-------------------------
Reporter: kbapat | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting
| Review
Component: External Libraries | Version:
Severity: major | Resolution:
Keywords: has-screenshots has-patch reporter- | Focuses:
feedback dev-feedback |
-------------------------------------------------+-------------------------
Changes (by ozgursar):
* keywords: has-screenshots has-patch needs-testing => has-screenshots
has-patch reporter-feedback dev-feedback
Comment:
== Patch Testing Report
Patch Tested:
https://core.trac.wordpress.org/attachment/ticket/62498/62498.patch
=== Environment
- WordPress: 7.0-alpha-61215-src
- PHP: 8.2.29
- Server: nginx/1.29.4
- Database: mysqli (Server: 8.4.7 / Client: mysqlnd 8.2.29)
- Browser: Chrome 144.0.0.0 (Mobile)
- OS: Android
- Theme: Twenty Twenty-Five 1.4
- MU Plugins: None activated
- Plugins:
* Code Snippets 3.9.4
* Test Reports 1.2.1
=== Steps taken
1. Add the following code via Code Snippets or functions.php to load the
`jquery`
{{{
function test_jquery_migrate() {
wp_enqueue_script('jquery');
}
add_action('wp_enqueue_scripts', 'test_jquery_migrate');
}}}
2. Visit homepage and check loaded assets via Chrome Dev Tools
3. Before applying patch jquery-migrate version 3.4.1 is loaded
4. After applying patch jquery-migrate version 3.5.2 is loaded
x. ✅ Patch is solving the problem
=== Expected result
- Newer version of jquery is expected to load.
=== Additional Notes
- According to the Github repo of jquery-migrate, latest production
version is 4.0.2
https://github.com/jquery/jquery-migrate
- Dev feedback is needed
=== Screenshots/Screencast with results
--
Ticket URL: <https://core.trac.wordpress.org/ticket/62498#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list