wordpress-develop
wordpress-develop copied to clipboard
WordPress Develop, Git-ified. Synced from git://develop.git.wordpress.org/, including branches and tags! This repository is just a mirror of the WordPress subversion repository. Please include a link...
Fixed autocomplete dropdown navigation for PHP files : - Intercepting Up/Down arrow keys - Manually handling hint selection to prevent the cursor resetting to the first item when navigating through...
Bumps the tests-qunit group with 2 updates: [qunit](https://github.com/qunitjs/qunit) and [sinon](https://github.com/sinonjs/sinon). Updates `qunit` from 2.23.1 to 2.24.1 Release notes Sourced from qunit's releases. 2.24.1 ✨ Check out the new QUnit Blog...
Bumps the tests-playwright group with 1 update: [@playwright/test](https://github.com/microsoft/playwright). Updates `@playwright/test` from 1.50.1 to 1.51.1 Release notes Sourced from @playwright/test's releases. v1.51.1 Highlights microsoft/playwright#35093 - [Regression]: TimeoutOverflowWarning: 2149630296.634 does not fit...
Bumps the external-react group with 3 updates: [react](https://github.com/facebook/react/tree/HEAD/packages/react), [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [react-is](https://github.com/facebook/react/tree/HEAD/packages/react-is). Updates `react` from 18.3.1 to 19.0.0 Release notes Sourced from react's releases. 19.0.0 (December 5, 2024) Below is a...
Bumps the dev-docker group with 1 update: [wait-on](https://github.com/jeffbski/wait-on). Updates `wait-on` from 8.0.2 to 8.0.3 Release notes Sourced from wait-on's releases. v8.0.3 update minor deps [email protected] fixes CVE-2024-39338 update eslint to...
Bumps the dev-webpack group with 2 updates: [react-refresh](https://github.com/facebook/react/tree/HEAD/packages/react) and [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin). Updates `react-refresh` from 0.14.0 to 0.16.0 Release notes Sourced from react-refresh's releases. 0.14.10 (October 14, 2020) React Backport support for...
Bumps the dev-css-sass group with 2 updates: [autoprefixer](https://github.com/postcss/autoprefixer) and [sass](https://github.com/sass/dart-sass). Updates `autoprefixer` from 10.4.20 to 10.4.21 Release notes Sourced from autoprefixer's releases. 10.4.21 Fixed old -moz- prefix for :placeholder-shown (by...
Adds filters to `wp-admin/press-this.php` to allow for custom Press This plugins to be used without special hacks. Trac ticket: https://core.trac.wordpress.org/ticket/53076 --- **This Pull Request is for code review only. Please...
This fix improves the RTL direction in choosing Timezone in Admin area (options-general.php) Trac ticket: [https://core.trac.wordpress.org/ticket/63184](https://core.trac.wordpress.org/ticket/63184)
This PR addresses the issue of inconsistent spacing between the table caption and the table in the Twenty Nineteen theme. The spacing differs between the editor and the frontend. -...