Skip to content

Commit c487441

Browse files
authored
Merge branch 'master' into users/radium-v/wc-avatar-empty-slot
2 parents e714367 + 792680b commit c487441

File tree

91 files changed

+1300
-1436
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+1300
-1436
lines changed

.github/workflows/bundle-size-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
working-directory: ./results
2727

2828
- name: 'Comment on PR'
29-
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
29+
uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
3030
with:
3131
header: bundle-size-report
3232
number: ${{ steps.pr_number.outputs.id }}

.github/workflows/pr-vrt-poc-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
working-directory: ./results
4141

4242
- name: 'Comment on PR'
43-
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
43+
uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
4444
with:
4545
header: vr-report-comment
4646
number: ${{ steps.pr_number.outputs.id }}

.github/workflows/pr-vrt-poc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
fi
104104
105105
- name: Post comment on PR / success
106-
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
106+
uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
107107
with:
108108
header: vrt-diff-update-comment
109109
number: ${{ github.event.issue.number }}
@@ -113,7 +113,7 @@ jobs:
113113
114114
- name: Post comment on PR / failure
115115
if: always() && steps.update_pr_images.outcome != 'success'
116-
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
116+
uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
117117
with:
118118
header: vrt-diff-update-comment
119119
number: ${{ github.event.issue.number }}

.github/workflows/pr-website-deploy-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- uses: actions/checkout@v4
9292

9393
- name: 'Comment on PR'
94-
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
94+
uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
9595
with:
9696
header: deploy-pr-site
9797
number: ${{ needs.deploy.outputs.pr_number }}

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144

145145
- name: Upload Cypress screenshots if exist
146146
uses: actions/upload-artifact@v4
147-
if: always() && steps.type-check.outcome == 'failure'
147+
if: always() && steps.e2e.outcome == 'failure'
148148
with:
149149
name: cypress-screenshots-react-18
150150
path: |

change/@fluentui-react-charting-1892fc62-e4f1-4fa8-b1b7-a14c7475a14d.json

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "fix: ensure that the listbox is labelled by the field label",
4+
"packageName": "@fluentui/react-combobox",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

change/@fluentui-react-file-type-icons-7435e981-3aa4-4e1f-abfb-858204ff1e59.json

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "chore: update useToastContainer callback type to support React 18",
4+
"packageName": "@fluentui/react-toast",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

change/@fluentui-style-utilities-b5efc002-b9fd-4d15-8c39-4a33798c9dcb.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)