Skip to content

Commit 3896eb7

Browse files
authored
chore: update v3 release with main (#7477)
# Pull Request ## 📖 Description Pull the latest updates from `main` into the release branch. Replaces #7475 with merge conflicts resolved. ## ✅ Checklist ### General - [ ] I have included a change request file using `$ npm run change` - [ ] I have added tests for my changes. - [ ] I have tested my changes. - [ ] I have updated the project documentation to reflect my changes. - [x] I have read the [CONTRIBUTING](https://github.com/microsoft/fast/blob/main/CONTRIBUTING.md) documentation and followed the [standards](https://github.com/microsoft/fast/blob/main/CODE_OF_CONDUCT.md#our-standards) for this project.
1 parent d206d72 commit 3896eb7

19 files changed

Lines changed: 326 additions & 1659 deletions

File tree

.github/workflows/cd-gh-pages.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,16 @@ permissions:
1313
jobs:
1414
build:
1515
runs-on: ubuntu-latest
16-
strategy:
17-
matrix:
18-
node: [22.x]
1916

2017
steps:
2118
- uses: actions/checkout@v4
22-
- name: Use Node.js ${{ matrix.node-version }}
23-
uses: actions/setup-node@v4
2419
with:
25-
node-version: ${{ matrix.node-version }}
2620
fetch-depth: 0
2721

22+
- uses: actions/setup-node@v6
23+
with:
24+
node-version: 22
25+
2826
- name: Set Git User
2927
run: |
3028
git config --global user.name "${{ env.GITHUB_SERVICE_USER }}"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: replace rollup-plugin-filesize with esbuild bundle size reporting",
4+
"packageName": "@microsoft/fast-element",
5+
"email": "7559015+janechu@users.noreply.github.com",
6+
"dependentChangeType": "none"
7+
}

0 commit comments

Comments
 (0)