Skip to content

Commit

Permalink
Clean up some workarounds for old upstream bugs (#40199)
Browse files Browse the repository at this point in the history
* We no longer need to care about nanoid v3 thinking "browser === esm",
  because the GB package that had that dep no longer does.
* Various `jsx-a11y/label-has-associated-control` ignores referring to
  jsx-eslint/eslint-plugin-jsx-a11y#869 seem to be fixed now that #39736
  requires we use `htmlFor`. The one place still needing an ignore is
  jsx-eslint/eslint-plugin-jsx-a11y#578 instead.
* Remove reference to deleted renovate issue.
* Move reference to a Storybook bug to the code actually implementing
  the workaround.
* Update Storybook FAQ reference.
* Remove TODO references to a fixed Storybook bug (and fix a wrong prop
  in one story).
* Remove workaround for WordPress/WordPress-Coding-Standards#2390.

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11896972496

Upstream-Ref: Automattic/jetpack@62e385b
  • Loading branch information
anomiex authored and matticbot committed Nov 18, 2024
1 parent 754ccba commit c1781c5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-a8c-mc-stats",
"reference": "c94e83be4fa427e06307ef13fe931ef19f9cdb38"
"reference": "ea310143a301060ac3dc3948c765ad90bbf43ea6"
},
"require": {
"php": ">=7.2"
Expand Down Expand Up @@ -63,7 +63,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-assets",
"reference": "33a7901a7e6326eb6adc92fbd46b76bf5f987ed9"
"reference": "6b119761fa49f8dc3aa45000ce5ac5b5402eeca0"
},
"require": {
"automattic/jetpack-constants": "^3.0.0",
Expand Down Expand Up @@ -135,7 +135,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-autoloader",
"reference": "8975ef13f9667bcc7527265f1195c2f58eefc22b"
"reference": "5a825b493847131d10f5a550ba23806356859b2d"
},
"require": {
"composer-plugin-api": "^1.1 || ^2.0",
Expand Down Expand Up @@ -206,7 +206,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-classic-theme-helper",
"reference": "8f317cfe3792e0440f604db82938e471ea41873b"
"reference": "731930762bec48a2f890293343a13b825a1b4cb8"
},
"require": {
"automattic/jetpack-assets": "^3.0.0",
Expand Down Expand Up @@ -280,7 +280,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-composer-plugin",
"reference": "7846985ca010355d42705495318d507d81bba1d5"
"reference": "6bcc92246a687e62eeb76df3e4f8a441056b9c42"
},
"require": {
"composer-plugin-api": "^2.1.0",
Expand Down Expand Up @@ -343,7 +343,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-config",
"reference": "64d959826b0a568072d907a259c17a73fd5f6609"
"reference": "93001e04399a08487468ea66646bded12e23bce8"
},
"require": {
"php": ">=7.2"
Expand Down Expand Up @@ -418,7 +418,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-constants",
"reference": "72f2bdfbe294a72dcea77df18d6353840cae3637"
"reference": "701cd5a0696d8c435d502b3480292bd90c6cad2e"
},
"require": {
"php": ">=7.2"
Expand Down Expand Up @@ -475,7 +475,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-plugins-installer",
"reference": "128f452db69f89f13adc0cdb7a9e303b2c7f06a3"
"reference": "e198bc3833c646c82bc6ff11200556812d528c85"
},
"require": {
"automattic/jetpack-a8c-mc-stats": "^3.0.0",
Expand Down Expand Up @@ -534,7 +534,7 @@
"dist": {
"type": "path",
"url": "/tmp/jetpack-build/Automattic/jetpack-status",
"reference": "b983580ac32668380df9c861b6b85e967e2ad7e2"
"reference": "5049e8173638eb718916e6e96da1a92ba77fcfec"
},
"require": {
"automattic/jetpack-constants": "^3.0.0",
Expand Down
18 changes: 9 additions & 9 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'automattic/jetpack-a8c-mc-stats' => array(
'pretty_version' => '3.0.0',
'version' => '3.0.0.0',
'reference' => 'c94e83be4fa427e06307ef13fe931ef19f9cdb38',
'reference' => 'ea310143a301060ac3dc3948c765ad90bbf43ea6',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-a8c-mc-stats',
'aliases' => array(),
Expand All @@ -31,7 +31,7 @@
'automattic/jetpack-assets' => array(
'pretty_version' => '3.0.0',
'version' => '3.0.0.0',
'reference' => '33a7901a7e6326eb6adc92fbd46b76bf5f987ed9',
'reference' => '6b119761fa49f8dc3aa45000ce5ac5b5402eeca0',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-assets',
'aliases' => array(),
Expand All @@ -40,7 +40,7 @@
'automattic/jetpack-autoloader' => array(
'pretty_version' => '4.0.0',
'version' => '4.0.0.0',
'reference' => '8975ef13f9667bcc7527265f1195c2f58eefc22b',
'reference' => '5a825b493847131d10f5a550ba23806356859b2d',
'type' => 'composer-plugin',
'install_path' => __DIR__ . '/../automattic/jetpack-autoloader',
'aliases' => array(),
Expand All @@ -49,7 +49,7 @@
'automattic/jetpack-classic-theme-helper' => array(
'pretty_version' => '0.7.0-alpha.1731518828',
'version' => '0.7.0.0-alpha1731518828',
'reference' => '8f317cfe3792e0440f604db82938e471ea41873b',
'reference' => '731930762bec48a2f890293343a13b825a1b4cb8',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-classic-theme-helper',
'aliases' => array(),
Expand All @@ -58,7 +58,7 @@
'automattic/jetpack-composer-plugin' => array(
'pretty_version' => '3.0.0',
'version' => '3.0.0.0',
'reference' => '7846985ca010355d42705495318d507d81bba1d5',
'reference' => '6bcc92246a687e62eeb76df3e4f8a441056b9c42',
'type' => 'composer-plugin',
'install_path' => __DIR__ . '/../automattic/jetpack-composer-plugin',
'aliases' => array(),
Expand All @@ -67,7 +67,7 @@
'automattic/jetpack-config' => array(
'pretty_version' => '3.0.0',
'version' => '3.0.0.0',
'reference' => '64d959826b0a568072d907a259c17a73fd5f6609',
'reference' => '93001e04399a08487468ea66646bded12e23bce8',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-config',
'aliases' => array(),
Expand All @@ -76,7 +76,7 @@
'automattic/jetpack-constants' => array(
'pretty_version' => '3.0.0',
'version' => '3.0.0.0',
'reference' => '72f2bdfbe294a72dcea77df18d6353840cae3637',
'reference' => '701cd5a0696d8c435d502b3480292bd90c6cad2e',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-constants',
'aliases' => array(),
Expand All @@ -85,7 +85,7 @@
'automattic/jetpack-plugins-installer' => array(
'pretty_version' => '0.5.0',
'version' => '0.5.0.0',
'reference' => '128f452db69f89f13adc0cdb7a9e303b2c7f06a3',
'reference' => 'e198bc3833c646c82bc6ff11200556812d528c85',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-plugins-installer',
'aliases' => array(),
Expand All @@ -94,7 +94,7 @@
'automattic/jetpack-status' => array(
'pretty_version' => '5.0.0',
'version' => '5.0.0.0',
'reference' => 'b983580ac32668380df9c861b6b85e967e2ad7e2',
'reference' => '5049e8173638eb718916e6e96da1a92ba77fcfec',
'type' => 'jetpack-library',
'install_path' => __DIR__ . '/../../jetpack_vendor/automattic/jetpack-status',
'aliases' => array(),
Expand Down

0 comments on commit c1781c5

Please sign in to comment.