Skip to content

Commit 121aeed

Browse files
authored
Merge branch 'main' into renovate/major-babel-monorepo
2 parents 9db31d8 + 6473851 commit 121aeed

112 files changed

Lines changed: 6638 additions & 5127 deletions

File tree

Some content is hidden

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

.github/renovate.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,29 @@
5656
"!react-dom",
5757
"!storybook",
5858
"!rimraf",
59+
"!chromatic",
60+
"!cypress",
61+
"!cypress-real-events",
62+
"!@testing-library/cypress",
5963
"!@joshwooding/vite-plugin-react-docgen-typescript",
6064
"!/^@storybook//",
6165
"!/^@ui5//"
6266
]
6367
},
68+
{
69+
"description": "Chromatic CLI and GitHub Action",
70+
"extends": ["schedule:weekly"],
71+
"groupName": "Chromatic",
72+
"semanticCommitType": "chore",
73+
"matchPackageNames": ["chromatic", "chromaui/action"]
74+
},
75+
{
76+
"description": "Cypress ecosystem",
77+
"extends": ["schedule:weekly"],
78+
"groupName": "Cypress",
79+
"semanticCommitType": "chore",
80+
"matchPackageNames": ["cypress", "cypress-real-events", "@testing-library/cypress", "cypress-io/github-action"]
81+
},
6482
{
6583
"description": "Example,Template & Pattern dependencies",
6684
"extends": ["schedule:weekly"],

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1919

20-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
20+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
2121
with:
2222
node-version-file: '.nvmrc'
2323
cache: 'yarn'

.github/workflows/chromatic.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
chromatic:
13-
if: ${{ github.actor != 'dependabot[bot]' && github.ref == 'refs/heads/main' || contains(github.event.head_commit.message, '[ci chromatic]') }}
13+
if: ${{ github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.message, '[ci chromatic]') || (github.actor != 'dependabot[bot]' && github.ref == 'refs/heads/main') }}
1414
runs-on: ubuntu-latest
1515
env:
1616
CYPRESS_INSTALL_BINARY: 0
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Setup Node.js environment
23-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
23+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
2424
with:
2525
node-version-file: '.nvmrc'
2626
cache: 'yarn'
@@ -29,7 +29,7 @@ jobs:
2929
run: yarn install --immutable
3030

3131
- name: Publish to Chromatic
32-
uses: chromaui/action@7804f34e4e59c0d9b3c856848f46ad96d7897429 # v17.5.0
32+
uses: chromaui/action@98132da0fca2211fb41b3af7b49ce85176007851 # v17.8.0
3333
with:
3434
token: ${{ secrets.GITHUB_TOKEN }}
3535
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

.github/workflows/docs-stable.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Deploy Docs (Stable)
22

33
on:
4-
release:
5-
types:
6-
- 'released'
4+
workflow_call:
75
workflow_dispatch:
86

97
jobs:
@@ -18,7 +16,7 @@ jobs:
1816
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1917

2018
- name: Setup Node.js environment
21-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
19+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
2220
with:
2321
node-version-file: '.nvmrc'
2422
cache: 'yarn'

.github/workflows/examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3232

33-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
33+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
3434
with:
3535
node-version-file: '.nvmrc'
3636

@@ -62,7 +62,7 @@ jobs:
6262
steps:
6363
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
6464

65-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
65+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
6666
with:
6767
node-version-file: '.nvmrc'
6868

@@ -92,7 +92,7 @@ jobs:
9292
steps:
9393
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
9494

95-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
95+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
9696
with:
9797
node-version-file: '.nvmrc'
9898

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
steps:
6464
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
6565

66-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
66+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
6767
with:
6868
node-version-file: '.nvmrc'
6969
cache: 'yarn'
@@ -87,7 +87,7 @@ jobs:
8787
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
8888

8989
- name: Setup Node.js environment
90-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
90+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
9191
with:
9292
node-version-file: '.nvmrc'
9393
cache: 'yarn'

.github/workflows/release.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
fetch-depth: 0
6666

6767
- name: Setup Node.js environment
68-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
68+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
6969
with:
7070
node-version-file: '.nvmrc'
7171
cache: 'yarn'
@@ -111,7 +111,7 @@ jobs:
111111
fetch-depth: 0
112112

113113
- name: Setup Node.js environment
114-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
114+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
115115
with:
116116
node-version-file: '.nvmrc'
117117
cache: 'yarn'
@@ -161,7 +161,7 @@ jobs:
161161
fetch-depth: 0
162162

163163
- name: Setup Node.js environment
164-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
164+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
165165
with:
166166
node-version-file: '.nvmrc'
167167
cache: 'yarn'
@@ -203,3 +203,14 @@ jobs:
203203
permissions:
204204
id-token: write
205205
contents: read
206+
207+
deploy-docs-stable:
208+
needs: [publish, publish-only]
209+
if: |
210+
github.ref_name == 'main' &&
211+
(needs.publish.result == 'success' || needs.publish-only.result == 'success')
212+
uses: './.github/workflows/docs-stable.yml'
213+
permissions:
214+
pages: write
215+
id-token: write
216+
contents: write

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
stale:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0
14+
- uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10.4.0
1515
with:
1616
# The number of days old an issue can be before marking it stale. Set to -1 to never mark issues or pull requests as stale automatically.
1717
days-before-stale: 14

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout
2121
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2222

23-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
23+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
2424
with:
2525
node-version-file: '.nvmrc'
2626
cache: 'yarn'
@@ -48,7 +48,7 @@ jobs:
4848
- name: Checkout
4949
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
5050

51-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
51+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
5252
with:
5353
node-version-file: '.nvmrc'
5454
cache: 'yarn'
@@ -103,7 +103,7 @@ jobs:
103103
- name: Checkout
104104
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
105105

106-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
106+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
107107
with:
108108
node-version-file: '.nvmrc'
109109
cache: 'yarn'
@@ -127,7 +127,7 @@ jobs:
127127
run: npx cypress install
128128

129129
- name: Cypress run
130-
uses: cypress-io/github-action@948d67d3074f1bbb6379c8bdbb04e95d2f8e593f # v7.4.0
130+
uses: cypress-io/github-action@fa4a118725a8f001170d49631ea89e5d66fee626 # v7.4.1
131131
with:
132132
browser: chrome
133133
component: true

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.23.1"
2+
".": "2.24.1"
33
}

0 commit comments

Comments
 (0)