Skip to content

Commit

Permalink
Lock file maintenance (#33498)
Browse files Browse the repository at this point in the history
* Lock file maintenance
* Add `lib0` to jest resolver `badBrowserPackages`

---------

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Brad Jorsch <brad.jorsch@automattic.com>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6485743035
  • Loading branch information
anomiex authored and matticbot committed Oct 11, 2023
1 parent e242d56 commit 86bce3f
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 14 deletions.
2 changes: 1 addition & 1 deletion dist/blocks/editor.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '917c96eda1928c9aa21b');
<?php return array('dependencies' => array('lodash', 'react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '9a149f10f4eeab3b402a');
2 changes: 1 addition & 1 deletion dist/blocks/editor.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/blocks/editor.rtl.css

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions src/contact-form/css/editor-inline-editing-style.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ input[type=tel],
input[type=email],
input[type=url] {
border-radius: 0;
appearance: none;
-webkit-appearance: none;
appearance: none;
box-sizing: border-box;
margin: 0;
padding: 7px 14px;
Expand Down Expand Up @@ -173,7 +174,8 @@ input[type=url]:disabled::placeholder {
** ======================================================================= */
textarea {
border-radius: 0;
appearance: none;
-webkit-appearance: none;
appearance: none;
box-sizing: border-box;
margin: 0;
padding: 7px 14px;
Expand Down Expand Up @@ -444,6 +446,7 @@ select {
box-sizing: border-box;
/* Aligns the text to the 8px baseline grid and adds padding on right to allow for the arrow. */
padding: 7px 32px 9px 14px;
-webkit-appearance: none;
appearance: none;
}

Expand Down Expand Up @@ -509,6 +512,7 @@ select:-moz-focusring {
input[type=submit] {
padding: 0;
font-size: 14px;
-webkit-appearance: none;
appearance: none;
vertical-align: baseline;
background: white;
Expand All @@ -530,6 +534,7 @@ input[type=submit] {
line-height: 21px;
border-radius: 4px;
padding: 7px 14px 9px;
-webkit-appearance: none;
appearance: none;
}

Expand Down
9 changes: 7 additions & 2 deletions src/contact-form/css/editor-inline-editing-style.min.rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ input[type=tel],
input[type=email],
input[type=url] {
border-radius: 0;
appearance: none;
-webkit-appearance: none;
appearance: none;
box-sizing: border-box;
margin: 0;
padding: 7px 14px;
Expand Down Expand Up @@ -173,7 +174,8 @@ input[type=url]:disabled::placeholder {
** ======================================================================= */
textarea {
border-radius: 0;
appearance: none;
-webkit-appearance: none;
appearance: none;
box-sizing: border-box;
margin: 0;
padding: 7px 14px;
Expand Down Expand Up @@ -444,6 +446,7 @@ select {
box-sizing: border-box;
/* Aligns the text to the 8px baseline grid and adds padding on right to allow for the arrow. */
padding: 7px 14px 9px 32px;
-webkit-appearance: none;
appearance: none;
}

Expand Down Expand Up @@ -509,6 +512,7 @@ select:-moz-focusring {
input[type=submit] {
padding: 0;
font-size: 14px;
-webkit-appearance: none;
appearance: none;
vertical-align: baseline;
background: white;
Expand All @@ -530,6 +534,7 @@ input[type=submit] {
line-height: 21px;
border-radius: 4px;
padding: 7px 14px 9px;
-webkit-appearance: none;
appearance: none;
}

Expand Down
2 changes: 1 addition & 1 deletion src/contact-form/css/editor-inline-editing-style.rtl.css

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions src/contact-form/css/editor-style.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ input[type=tel],
input[type=email],
input[type=url] {
border-radius: 0;
appearance: none;
-webkit-appearance: none;
appearance: none;
box-sizing: border-box;
margin: 0;
padding: 7px 14px;
Expand Down Expand Up @@ -124,7 +125,8 @@ input[type=url]:disabled::placeholder {
** ======================================================================= */
textarea {
border-radius: 0;
appearance: none;
-webkit-appearance: none;
appearance: none;
box-sizing: border-box;
margin: 0;
padding: 7px 14px;
Expand Down Expand Up @@ -377,6 +379,7 @@ select {
box-sizing: border-box;
/* Aligns the text to the 8px baseline grid and adds padding on right to allow for the arrow. */
padding: 7px 32px 9px 14px;
-webkit-appearance: none;
appearance: none;
}

Expand Down Expand Up @@ -442,6 +445,7 @@ select:-moz-focusring {
input[type=submit] {
padding: 0;
font-size: 14px;
-webkit-appearance: none;
appearance: none;
vertical-align: baseline;
background: white;
Expand All @@ -463,6 +467,7 @@ input[type=submit] {
line-height: 21px;
border-radius: 4px;
padding: 7px 14px 9px;
-webkit-appearance: none;
appearance: none;
}

Expand Down
9 changes: 7 additions & 2 deletions src/contact-form/css/editor-style.min.rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ input[type=tel],
input[type=email],
input[type=url] {
border-radius: 0;
appearance: none;
-webkit-appearance: none;
appearance: none;
box-sizing: border-box;
margin: 0;
padding: 7px 14px;
Expand Down Expand Up @@ -124,7 +125,8 @@ input[type=url]:disabled::placeholder {
** ======================================================================= */
textarea {
border-radius: 0;
appearance: none;
-webkit-appearance: none;
appearance: none;
box-sizing: border-box;
margin: 0;
padding: 7px 14px;
Expand Down Expand Up @@ -377,6 +379,7 @@ select {
box-sizing: border-box;
/* Aligns the text to the 8px baseline grid and adds padding on right to allow for the arrow. */
padding: 7px 14px 9px 32px;
-webkit-appearance: none;
appearance: none;
}

Expand Down Expand Up @@ -442,6 +445,7 @@ select:-moz-focusring {
input[type=submit] {
padding: 0;
font-size: 14px;
-webkit-appearance: none;
appearance: none;
vertical-align: baseline;
background: white;
Expand All @@ -463,6 +467,7 @@ input[type=submit] {
line-height: 21px;
border-radius: 4px;
padding: 7px 14px 9px;
-webkit-appearance: none;
appearance: none;
}

Expand Down
Loading

0 comments on commit 86bce3f

Please sign in to comment.