WordPress/wp-includes
desrosj 586fab12bf Twenty Twenty-One: Update all dependencies.
In preparation for updating Core to use Node.js version 18.x, this updates the dependancies for the Twenty Twenty-One theme to the latest versions. This addresses an unsupported engine warning where packages within the dependency tree did not support Node.js > 16.x.

All changes to built files are included in this commit. These changes are a result of the following:

- Identical sets of properties for multiple selectors are now consolidated into one.
- The removal of a duplicate `--branding--description--font-family` definition.
- The addition of the `postcss-discard-empty` dependency, which removes empty CSS rules within IE stylesheets after the previous consolidation is performed.
- `stylelint` has only been updated to 14.x (15.x is the latest). This is because `@wordpres/stylelint-config` currently has a version constraint of `^14.2` and does not properly support 15.x.

The last change of note is the new configuration for the `value-keyword-case` rule in `.stylelint-css.json`. This was added as a way to prevent the `currentColor` from being changed to all lowercase.

Props jorbin, poena.
See #59663, #59658.
Built from https://develop.svn.wordpress.org/trunk@57122


git-svn-id: http://core.svn.wordpress.org/trunk@56633 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-11-17 16:22:19 +00:00
..
assets Editor: update npm packages for 6.4.2. 2023-11-14 00:12:23 +00:00
block-patterns REST API: Bring new endpoints for Block Patterns from Gutenberg plugin 2022-04-12 09:26:16 +00:00
block-supports Docs: Use proper case for @todo tags. 2023-11-07 00:14:23 +00:00
blocks Editor: update npm packages for 6.4.2. 2023-11-14 00:12:23 +00:00
certificates
css Editor: update npm packages for 6.4.2. 2023-11-14 00:12:23 +00:00
customize
fonts
html-api HTML API: Fix typo in documentation example. 2023-11-17 06:40:24 +00:00
ID3 External Libraries: Update getID3 to version 1.9.23. 2023-10-20 13:29:27 +00:00
images General: Remove Windows Live Writer manifest file. 2023-04-04 14:56:22 +00:00
IXR
js Editor: update npm packages for 6.4.2. 2023-11-14 00:12:23 +00:00
php-compat Tests: Use a @requires annotation for readonly() function test. 2023-10-26 20:33:22 +00:00
PHPMailer
pomo
Requests External Libraries: Update Requests to 2.0.9. 2023-11-08 19:47:26 +00:00
rest-api Docs: Improve some DocBlocks and inline comments per the documentation standards. 2023-11-17 13:29:26 +00:00
SimplePie
sitemaps Coding Standards: Correct equals sign alignment in various files. 2023-11-02 00:04:24 +00:00
sodium_compat Upgrade/Install: Update sodium_compat to v1.20.0. 2023-04-30 14:08:23 +00:00
style-engine
Text Code Modernization: Explicitly declare all properties in Text_Diff_Engine_native. 2023-05-12 08:51:22 +00:00
theme-compat
widgets
admin-bar.php
atomlib.php Code Modernization: Rename parameters that use reserved keywords in wp-includes/atomlib.php. 2022-04-21 11:24:17 +00:00
author-template.php
block-editor.php
block-i18n.json
block-patterns.php Themes: Correct docblock for _register_theme_block_patterns. 2023-11-10 15:12:27 +00:00
block-template-utils.php Block Hooks: Expose serialized template content to filter. 2023-11-17 07:10:21 +00:00
block-template.php Themes: Skip wrapping block template for singular content with a main query loop when the template was injected from outside the current theme. 2023-10-27 18:18:22 +00:00
blocks.php Docs: Improve some DocBlocks and inline comments per the documentation standards. 2023-11-17 13:29:26 +00:00
bookmark-template.php Code Modernization: Replace usage of substr() with str_starts_with() and str_ends_with(). 2023-06-22 14:57:24 +00:00
bookmark.php
cache-compat.php
cache.php
canonical.php
capabilities.php
category-template.php
category.php
class-feed.php
class-http.php
class-IXR.php
class-json.php
class-oembed.php
class-phpass.php
class-phpmailer.php
class-pop3.php Mail: Check that set_time_limit() function is available before using it in class-pop3.php. 2023-02-11 12:43:22 +00:00
class-requests.php
class-simplepie.php
class-smtp.php
class-snoopy.php
class-walker-category-dropdown.php
class-walker-category.php
class-walker-comment.php
class-walker-nav-menu.php Menus: Allow themes and plugins to pass HTML attributes to various Nav Walker outputs. 2023-06-27 15:26:27 +00:00
class-walker-page-dropdown.php
class-walker-page.php
class-wp-admin-bar.php Docs: Replace multiple single line comments with multi-line comments. 2023-07-09 20:17:29 +00:00
class-wp-ajax-response.php
class-wp-application-passwords.php
class-wp-block-editor-context.php
class-wp-block-list.php Coding Standards: Correct equals sign alignment in various files. 2023-11-02 00:04:24 +00:00
class-wp-block-parser-block.php
class-wp-block-parser-frame.php
class-wp-block-parser.php Update editor related npm packages for 6.4 RC1. 2023-10-16 19:17:19 +00:00
class-wp-block-pattern-categories-registry.php
class-wp-block-patterns-registry.php Patterns, Templates: Inject theme attr into Template Part blocks. 2023-10-17 15:48:23 +00:00
class-wp-block-styles-registry.php
class-wp-block-supports.php
class-wp-block-template.php
class-wp-block-type-registry.php
class-wp-block-type.php Block Types: Add metadata global attribute. 2023-11-06 14:47:18 +00:00
class-wp-block.php
class-wp-classic-to-block-menu-converter.php
class-wp-comment-query.php
class-wp-comment.php
class-wp-customize-control.php
class-wp-customize-manager.php Customize: Harden and modernize URL manipulation in WP_Customize_Manager::remove_frameless_preview_messenger_channel(). 2023-09-29 21:39:25 +00:00
class-wp-customize-nav-menus.php
class-wp-customize-panel.php Coding Standards: Correct spacing for spread operators. 2023-09-10 09:04:18 +00:00
class-wp-customize-section.php
class-wp-customize-setting.php
class-wp-customize-widgets.php
class-wp-date-query.php Code Modernization: Replace usage of strpos() with str_contains(). 2023-06-22 14:36:26 +00:00
class-wp-dependencies.php Coding Standards: Remove superfluous blank lines at the end of various classes. 2023-09-08 09:32:23 +00:00
class-wp-dependency.php
class-wp-duotone.php Editor: Fix render_duotone_support() to be compatible with enhanced pagination. 2023-10-23 23:39:20 +00:00
class-wp-editor.php
class-wp-embed.php Docs: Replace multiple single line comments with multi-line comments. 2023-07-09 20:17:29 +00:00
class-wp-error.php
class-wp-fatal-error-handler.php
class-wp-feed-cache-transient.php
class-wp-feed-cache.php
class-wp-hook.php
class-wp-http-cookie.php
class-wp-http-curl.php
class-wp-http-encoding.php
class-wp-http-ixr-client.php
class-wp-http-proxy.php
class-wp-http-requests-hooks.php
class-wp-http-requests-response.php
class-wp-http-response.php
class-wp-http-streams.php
class-wp-http.php
class-wp-image-editor-gd.php
class-wp-image-editor-imagick.php
class-wp-image-editor.php
class-wp-list-util.php Coding Standards: Use pre-increment/decrement for stand-alone statements. 2023-09-09 09:28:26 +00:00
class-wp-locale-switcher.php
class-wp-locale.php
class-wp-matchesmapregex.php
class-wp-meta-query.php
class-wp-metadata-lazyloader.php
class-wp-navigation-fallback.php
class-wp-network-query.php
class-wp-network.php
class-wp-object-cache.php
class-wp-oembed-controller.php Docs: Document the usage of globals in some functions. 2022-11-13 13:51:20 +00:00
class-wp-oembed.php
class-wp-paused-extensions-storage.php
class-wp-post-type.php
class-wp-post.php
class-wp-query.php Query: Cache post parent IDs in posts group. 2023-10-12 23:41:23 +00:00
class-wp-recovery-mode-cookie-service.php
class-wp-recovery-mode-email-service.php
class-wp-recovery-mode-key-service.php
class-wp-recovery-mode-link-service.php Code Modernization: Add AllowDynamicProperties attribute to all (parent) classes. 2022-09-12 15:47:14 +00:00
class-wp-recovery-mode.php
class-wp-rewrite.php Coding Standards: Use pre-increment/decrement for stand-alone statements. 2023-09-09 09:28:26 +00:00
class-wp-role.php
class-wp-roles.php
class-wp-scripts.php Script Loader: Move delayed head script to footer when there is a blocking footer dependent. 2023-10-13 18:46:21 +00:00
class-wp-session-tokens.php
class-wp-simplepie-file.php
class-wp-simplepie-sanitize-kses.php
class-wp-site-query.php
class-wp-site.php
class-wp-styles.php
class-wp-tax-query.php
class-wp-taxonomy.php
class-wp-term-query.php Docs: Correct some docblock formatting errors. 2023-11-01 15:10:20 +00:00
class-wp-term.php
class-wp-text-diff-renderer-inline.php
class-wp-text-diff-renderer-table.php Code Modernization: Declare dynamic properties on WP_Text_Diff_Renderer_Table. 2023-10-15 14:55:23 +00:00
class-wp-textdomain-registry.php
class-wp-theme-json-data.php
class-wp-theme-json-resolver.php
class-wp-theme-json-schema.php
class-wp-theme-json.php
class-wp-theme.php Themes: Make caches for block patterns clearable. 2023-10-20 19:08:21 +00:00
class-wp-user-meta-session-tokens.php
class-wp-user-query.php
class-wp-user-request.php
class-wp-user.php
class-wp-walker.php Coding Standards: Use pre-increment/decrement for stand-alone statements. 2023-09-09 09:28:26 +00:00
class-wp-widget-factory.php Code Modernization: Add AllowDynamicProperties attribute to all (parent) classes. 2022-09-12 15:47:14 +00:00
class-wp-widget.php
class-wp-xmlrpc-server.php
class-wp.php Coding Standards: Bring more consistency to Last-Modified and ETag checks. 2023-08-13 10:31:23 +00:00
class-wpdb.php Database: Reinstate wpdb::$use_mysqli property. 2023-11-08 20:34:20 +00:00
class.wp-dependencies.php
class.wp-scripts.php
class.wp-styles.php
comment-template.php
comment.php
compat.php
cron.php Docs: Include 'weekly' as a valid value in wp_schedule_event() description. 2023-11-11 09:28:30 +00:00
date.php
default-constants.php
default-filters.php Themes: Fix block theme supports being added too early, leading to Customizer live preview bugs in 6.4. 2023-10-26 18:44:26 +00:00
default-widgets.php
deprecated.php Script Loader: Enqueue inline style for block template skip link in head instead of footer. 2023-10-13 17:21:22 +00:00
embed-template.php
embed.php
error-protection.php
feed-atom-comments.php
feed-atom.php
feed-rdf.php
feed-rss2-comments.php
feed-rss2.php
feed-rss.php
feed.php
fonts.php
formatting.php
functions.php Blocks: Fix layout support to be compatible with enhanced pagination. 2023-10-24 08:51:24 +00:00
functions.wp-scripts.php Docs: Correct some docblock formatting errors. 2023-11-01 15:10:20 +00:00
functions.wp-styles.php
general-template.php
global-styles-and-settings.php
http.php
https-detection.php
https-migration.php
kses.php Coding Standards: Remove unnecessary ignore annotations in dbDelta(). 2023-11-04 00:26:20 +00:00
l10n.php
link-template.php Posts, Post Types: Don't force trailing slash in get_pagenum_link(). 2023-10-16 00:07:26 +00:00
load.php
locale.php
media-template.php
media.php Docs: Fix typo in get_image_tag() DocBlock. 2023-11-17 15:33:21 +00:00
meta.php
ms-blogs.php Multisite: Ensure that switching sites resets the current theme directory globals. 2023-10-19 19:09:21 +00:00
ms-default-constants.php
ms-default-filters.php
ms-deprecated.php
ms-files.php
ms-functions.php Docs: Replace miscellaneous incorrect PHPDoc tags. 2023-11-13 11:13:27 +00:00
ms-load.php
ms-network.php
ms-settings.php
ms-site.php
nav-menu-template.php
nav-menu.php
option.php Docs: Use typed array notation for the $options parameter in some new functions. 2023-11-14 12:44:27 +00:00
pluggable-deprecated.php
pluggable.php
plugin.php
post-formats.php
post-template.php
post-thumbnail-template.php
post.php Query: Cache post parent IDs in posts group. 2023-10-12 23:41:23 +00:00
query.php
registration-functions.php
registration.php
rest-api.php
revision.php Docs: Improve documentation for meta revision functions. 2023-10-23 13:17:22 +00:00
rewrite.php
robots-template.php
rss-functions.php
rss.php
script-loader.php Docs: Replace incorrect @private tags. 2023-11-06 09:27:23 +00:00
session.php
shortcodes.php Shortcodes: Restrict ajax handler for media shortcode. 2023-10-12 12:47:21 +00:00
sitemaps.php
spl-autoload-compat.php
style-engine.php
taxonomy.php Taxonomy: Set "public" to "false" for user pattern categories. 2023-11-01 14:50:24 +00:00
template-canvas.php
template-loader.php Coding Standards: Fix instances of Generic.WhiteSpace.ArbitraryParenthesesSpacing.FoundEmpty. 2020-05-26 09:37:10 +00:00
template.php
theme-i18n.json
theme-previews.php Docs: Replace incorrect @private tags. 2023-11-06 09:27:23 +00:00
theme-templates.php Script Loader: Enqueue inline style for block template skip link in head instead of footer. 2023-10-13 17:21:22 +00:00
theme.json
theme.php Themes: Fix block theme supports being added too early, leading to Customizer live preview bugs in 6.4. 2023-10-26 18:44:26 +00:00
update.php
user.php
vars.php
version.php Twenty Twenty-One: Update all dependencies. 2023-11-17 16:22:19 +00:00
widgets.php
wp-db.php
wp-diff.php