Skip to content

Commit

Permalink
Merge branch 'trunk' into add/charts-rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz-cp committed Jan 2, 2025
2 parents d8ec80d + 3f0284a commit 8f5161b
Show file tree
Hide file tree
Showing 40 changed files with 364 additions and 435 deletions.
241 changes: 47 additions & 194 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/github-actions/repo-gardening/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@actions/github": "6.0.0",
"@slack/web-api": "7.7.0",
"compare-versions": "6.1.1",
"glob": "10.4.1",
"glob": "11.0.0",
"moment": "2.30.1",
"openai": "4.56.1"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/github-actions/test-results-to-slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@actions/core": "1.10.1",
"@actions/github": "6.0.0",
"@slack/web-api": "7.3.2",
"glob": "10.4.1",
"glob": "11.0.0",
"minimatch": "5.1.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/js-packages/social-logos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"glob": "10.4.1",
"glob": "11.0.0",
"svg2ttf": "^6.0.3",
"svgicons2svgfont": "^15.0.0",
"svgo": "^3.3.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/packages/classic-theme-helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@csstools/postcss-global-data": "2.1.1",
"@wordpress/browserslist-config": "6.14.0",
"autoprefixer": "10.4.20",
"glob": "10.4.1",
"glob": "11.0.0",
"postcss": "8.4.47",
"postcss-loader": "6.2.0",
"sass": "1.64.1",
Expand Down
4 changes: 4 additions & 0 deletions projects/packages/connection/changelog/renovate-glob-11.x
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/packages/connection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@babel/preset-env": "7.26.0",
"@babel/runtime": "7.26.0",
"@wordpress/browserslist-config": "6.14.0",
"glob": "10.4.1",
"glob": "11.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "1.64.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

Form block: Fix submit button styles when there are errors
4 changes: 4 additions & 0 deletions projects/packages/forms/changelog/renovate-glob-11.x
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
4 changes: 2 additions & 2 deletions projects/packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"gridicons": "3.4.1",
"lodash": "4.17.21",
"react-redux": "7.2.8",
"react-router-dom": "6.10.0",
"react-router-dom": "6.28.1",
"react-transition-group": "^4.4.5",
"redux": "4.0.5",
"redux-thunk": "2.3.0",
Expand All @@ -73,7 +73,7 @@
"@wordpress/date": "5.14.0",
"autoprefixer": "10.4.20",
"concurrently": "7.6.0",
"glob": "10.4.1",
"glob": "11.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jquery": "3.6.0",
Expand Down
13 changes: 6 additions & 7 deletions projects/packages/forms/src/contact-form/css/grunion.css
Original file line number Diff line number Diff line change
Expand Up @@ -321,16 +321,16 @@
.contact-form .contact-form__select-wrapper::after {
position: absolute;
inset-inline-end: calc(var(--jetpack--contact-form--input-padding-left) + 4px);
top: calc(var(--jetpack--contact-form--input-padding-top) + var(--jetpack--contact-form--line-height) / 2);
top: calc(var(--jetpack--contact-form--input-padding-top) + var(--jetpack--contact-form--line-height) / 2);

content: "";
display: block;
width: 8px;
height: 8px;

border-bottom: 2px solid;
border-right: 2px solid;

transform: translateY(-50%) rotate(45deg);
transform-origin: center center;

Expand Down Expand Up @@ -594,7 +594,7 @@ on production builds, the attributes are being reordered, causing side-effects

.contact-form .grunion-field-wrap input.checkbox-multiple:checked::before {
content: "\2713";

position: absolute;
top: calc(var(--jetpack--contact-form--font-size) / 2);
left: calc(var(--jetpack--contact-form--font-size) / 2);
Expand All @@ -603,7 +603,7 @@ on production builds, the attributes are being reordered, causing side-effects

font-size: var(--jetpack--contact-form--font-size);
line-height: 1;

transform: translate(-50%, -50%);
}

Expand Down Expand Up @@ -714,7 +714,6 @@ on production builds, the attributes are being reordered, causing side-effects
}

.contact-form__error {
margin-bottom: var(--wp--style--block-gap, 1.5rem);
padding: 1em;
gap: var(--warning-icon-margin);

Expand Down Expand Up @@ -815,4 +814,4 @@ on production builds, the attributes are being reordered, causing side-effects
position: absolute;
white-space: nowrap;
width: 1px;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ const setFormError = ( form, invalidFields, opts = {} ) => {
const submitBtn = getFormSubmitBtn( form );

if ( submitBtn ) {
submitBtn.parentNode.insertBefore( error, submitBtn );
submitBtn.parentNode.parentNode.insertBefore( error, submitBtn.parentNode );
} else {
form.appendChild( error );
}
Expand Down
4 changes: 4 additions & 0 deletions projects/packages/masterbar/changelog/renovate-glob-11.x
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/packages/masterbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@csstools/postcss-global-data": "2.1.1",
"@wordpress/browserslist-config": "6.14.0",
"autoprefixer": "10.4.20",
"glob": "10.4.1",
"glob": "11.0.0",
"postcss": "8.4.47",
"postcss-loader": "6.2.0",
"sass": "1.64.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/packages/my-jetpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"debug": "4.4.0",
"gridicons": "3.4.1",
"prop-types": "15.8.1",
"react-router-dom": "6.6.2"
"react-router-dom": "6.28.1"
},
"exports": {
"./components/*": "./_inc/components/*"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/packages/videopress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"filesize": "8.0.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.28.0",
"react-router-dom": "6.28.1",
"tus-js-client": "4.1.0"
}
}
1 change: 0 additions & 1 deletion projects/packages/woocommerce-analytics/.phan/baseline.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

// Currently, file_suppressions and directory_suppressions are the only supported suppressions
'file_suppressions' => [
'src/class-checkout-flow.php' => ['PhanPluginRedundantAssignment'],
'src/class-universal.php' => ['PhanPluginRedundantAssignment', 'PhanUndeclaredMethodInCallable'],
'src/class-woo-analytics-trait.php' => ['PhanTypeSuspiciousNonTraversableForeach', 'PhanUndeclaredMethod'],
],
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: added

Add Search Event & landing Page support
Loading

0 comments on commit 8f5161b

Please sign in to comment.