-
Notifications
You must be signed in to change notification settings - Fork 805
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into improve/add-more-context-to-api-fetch-error
* master: Widget Visibility: fix undefined property ref (#20967) Carousel: update prev/next nav button colors (#20940) E2E tests: mention users in Slack based on report name and branch name (#20964) Search: fix search admin page wrapping issue for ultra wide screens (#20962) Instant Search customization: use sentence case consistently (#20931) RP: Use all args for the filter (#20953) renovate: Fix config (#20952) Backport Sync and Heartbeat Changelog from Release (#20950) Update renovate config (#20917) Sync: Defensive coding against E_NOTICE (#20921) Carousel: Fix cursor css selector (#20927) Search: Improve style specificity for result highlights in Customberg (#20945) Contact Form: add filter to allow customizing email headers. (#20912) Blocks: fix HTML markup of buttons added to our blocks. (#20936)
- Loading branch information
Showing
32 changed files
with
150 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,10 @@ | |
"extends": [ "config:base" ], | ||
"labels": [ "[Type] Janitorial", "[Status] Needs Review" ], | ||
"prHourlyLimit": 1, | ||
"supportPolicy": [ "lts_latest" ], | ||
"timezone": "UTC", | ||
"schedule": [ "before 3am on the first day of the month" ], | ||
"updateNotScheduled": false, | ||
"gitIgnoredAuthors": [ "[email protected]" ], | ||
"ignoreDeps": [ "mockery/mockery", "php-mock/php-mock", "phpunit/phpunit" ], | ||
"packageRules": [ | ||
{ | ||
"groupName": "Monorepo packages", | ||
|
@@ -53,7 +51,7 @@ | |
"enabled": false | ||
}, | ||
{ | ||
"extends": "monorepo:wordpress", | ||
"extends": [ "monorepo:wordpress" ], | ||
"separateMajorMinor": false, | ||
"prPriority": 1 | ||
}, | ||
|
@@ -62,8 +60,12 @@ | |
"matchDepTypes": [ "monorepo:wordpress", "monorepo:react" ] | ||
}, | ||
{ | ||
"groupName": "Eslint and plugins", | ||
"matchPackagePatterns": [ "^eslint$", "^eslint-plugin-", "^eslint-config-" ] | ||
"extends": [ "packages:eslint" ], | ||
"groupName": "Eslint packages" | ||
}, | ||
{ | ||
"extends": [ "packages:jsUnitTest" ], | ||
"groupName": "JS unit testing packages" | ||
}, | ||
{ | ||
"matchPaths": [ "packages/codesniffer/composer.json" ], | ||
|
@@ -85,6 +87,10 @@ | |
"labels": [ "Search", "Instant Search" ] | ||
} | ||
], | ||
"lockFileMaintenance": { | ||
"enabled": true, | ||
"schedule": [ "before 3:00 am on Monday on the 7th through 13th day of the month" ] | ||
}, | ||
"dependencyDashboard": true, | ||
"dependencyDashboardTitle": "Renovate Dependency Updates", | ||
"dependencyDashboardLabels": [ "Primary Issue", "[Type] Janitorial" ] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
projects/packages/sync/changelog/fix-jetpack-sync-checksum-better-woo-handling
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
projects/plugins/jetpack/changelog/add-contact-form-header-filter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Significance: patch | ||
Type: enhancement | ||
|
||
Contact Form: add filter to allow customizing email headers. |
4 changes: 4 additions & 0 deletions
4
projects/plugins/jetpack/changelog/e2e-slack-mention-atomic-runs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Significance: patch | ||
Type: enhancement | ||
|
||
E2E tests: support user mentions in Slack based on report name and branch name |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Significance: patch | ||
Type: bugfix | ||
|
||
Blocks: fix HTML markup of buttons added to our blocks. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Significance: patch | ||
Type: bugfix | ||
Comment: Instant Search customization: use sentence case consistently | ||
|
||
|
4 changes: 4 additions & 0 deletions
4
projects/plugins/jetpack/changelog/fix-customberg-result-highlight
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Significance: patch | ||
Type: bugfix | ||
|
||
Search: Improve style specificity for result highlights in Customberg |
4 changes: 4 additions & 0 deletions
4
projects/plugins/jetpack/changelog/fix-fix-style-for-super-wide-screen
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Significance: patch | ||
Type: bugfix | ||
|
||
Search: fix wrapping issue on super wide screens |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Significance: patch | ||
Type: bugfix | ||
|
||
Widget Visibility: fix undefined property reference. |
5 changes: 5 additions & 0 deletions
5
projects/plugins/jetpack/changelog/update-carousel-nav-colors
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Significance: patch | ||
Type: other | ||
Comment: correct load order of Swiper/JP CSS. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Significance: patch | ||
Type: other | ||
Comment: No entry needed because this fixes and issue in a previous PR. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Significance: patch | ||
Type: other | ||
Comment: Resolves a fatal that is in 10.1 beta, no need for a separate changelog item. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.