Skip to content

Commit b363d90

Browse files
Merge branch 'main' into chore/remix-eslint
2 parents 3b8092d + 6ca32ce commit b363d90

File tree

324 files changed

+14322
-9475
lines changed

Some content is hidden

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

324 files changed

+14322
-9475
lines changed

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fetch-depth: 0
1515

1616
- name: Setup Node.js environment
17-
uses: actions/setup-node@v4.0.4
17+
uses: actions/setup-node@v4.1.0
1818
with:
1919
node-version-file: '.nvmrc'
2020
cache: 'yarn'

.github/workflows/docs-stable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919

2020
- name: Setup Node.js environment
21-
uses: actions/setup-node@v4.0.4
21+
uses: actions/setup-node@v4.1.0
2222
with:
2323
node-version-file: '.nvmrc'
2424
cache: 'yarn'
@@ -41,7 +41,7 @@ jobs:
4141
NODE_OPTIONS: '--max-old-space-size=4096'
4242

4343
- name: Deploy Docs
44-
uses: JamesIves/[email protected].8
44+
uses: JamesIves/[email protected].9
4545
with:
4646
branch: gh-pages # The branch the action should deploy to.
4747
folder: .out # The folder the action should deploy.

.github/workflows/examples.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v4
2828

29-
- uses: actions/setup-node@v4.0.4
29+
- uses: actions/setup-node@v4.1.0
3030
with:
3131
node-version-file: '.nvmrc'
3232

@@ -43,6 +43,7 @@ jobs:
4343
working-directory: examples/${{ matrix.path }}
4444

4545
- name: ESLint
46+
if: ${{ matrix.path != 'remix-ts'}}
4647
run: npm run lint --if-present
4748
working-directory: examples/${{ matrix.path }}
4849

@@ -58,7 +59,7 @@ jobs:
5859
steps:
5960
- uses: actions/checkout@v4
6061

61-
- uses: actions/setup-node@v4.0.4
62+
- uses: actions/setup-node@v4.1.0
6263
with:
6364
node-version-file: '.nvmrc'
6465

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@v4
4343

44-
- uses: actions/setup-node@v4.0.4
44+
- uses: actions/setup-node@v4.1.0
4545
with:
4646
node-version-file: '.nvmrc'
4747
cache: 'yarn'
@@ -65,7 +65,7 @@ jobs:
6565
steps:
6666
- uses: actions/checkout@v4
6767

68-
- uses: actions/setup-node@v4.0.4
68+
- uses: actions/setup-node@v4.1.0
6969
with:
7070
node-version-file: '.nvmrc'
7171
cache: 'yarn'
@@ -91,7 +91,7 @@ jobs:
9191
steps:
9292
- uses: actions/checkout@v4
9393

94-
- uses: actions/setup-node@v4.0.4
94+
- uses: actions/setup-node@v4.1.0
9595
with:
9696
node-version-file: '.nvmrc'
9797
cache: 'yarn'
@@ -114,7 +114,7 @@ jobs:
114114
- uses: actions/checkout@v4
115115

116116
- name: Setup Node.js environment
117-
uses: actions/setup-node@v4.0.4
117+
uses: actions/setup-node@v4.1.0
118118
with:
119119
node-version-file: '.nvmrc'
120120
cache: 'yarn'
@@ -127,7 +127,7 @@ jobs:
127127
NODE_OPTIONS: '--max-old-space-size=4096'
128128

129129
- name: Deploy 🚀
130-
uses: JamesIves/[email protected].8
130+
uses: JamesIves/[email protected].9
131131
with:
132132
branch: gh-pages # The branch the action should deploy to.
133133
folder: .out # The folder the action should deploy.

.github/workflows/open-source-security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
- uses: actions/checkout@v4
1717

1818
- name: artifactPrepareVersion
19-
uses: SAP/project-piper-action@v1.7.0
19+
uses: SAP/project-piper-action@v1.9.0
2020
with:
2121
step-name: artifactPrepareVersion
2222
flags: --versioningType cloud_noTag
2323

2424
- name: detectExecuteScan
25-
uses: SAP/project-piper-action@v1.7.0
25+
uses: SAP/project-piper-action@v1.9.0
2626
with:
2727
step-name: detectExecuteScan
2828
flags: '--token ${{ secrets.DETECT_TOKEN }}'

.github/workflows/release-comments.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
token: ${{ secrets.ACCESS_TOKEN }}
1313

1414
- name: Setup Node.js environment
15-
uses: actions/setup-node@v4.0.4
15+
uses: actions/setup-node@v4.1.0
1616
with:
1717
node-version-file: '.nvmrc'
1818
cache: 'yarn'

.github/workflows/release-custom-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 0
3535

3636
- name: Setup Node.js environment
37-
uses: actions/setup-node@v4.0.4
37+
uses: actions/setup-node@v4.1.0
3838
with:
3939
node-version-file: '.nvmrc'
4040
registry-url: 'https://registry.npmjs.org'

.github/workflows/release-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Setup Node.js environment
27-
uses: actions/setup-node@v4.0.4
27+
uses: actions/setup-node@v4.1.0
2828
with:
2929
node-version-file: '.nvmrc'
3030
registry-url: 'https://registry.npmjs.org'

.github/workflows/release.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,14 @@ jobs:
1919
uses: './.github/workflows/test.yml'
2020
with:
2121
reportCoverage: false
22-
22+
23+
check-charts-compat-peer-deps:
24+
runs-on: ubuntu-latest
25+
environment: charts-peer-deps-approval
26+
steps:
27+
- name: No-op
28+
run: echo "Did you update the peer dependencies of the charts and compat package?"
29+
2330
release-dryrun:
2431
runs-on: ubuntu-latest
2532
permissions:
@@ -30,7 +37,7 @@ jobs:
3037
fetch-depth: 0
3138

3239
- name: Setup Node.js environment
33-
uses: actions/setup-node@v4.0.4
40+
uses: actions/setup-node@v4.1.0
3441
with:
3542
node-version-file: '.nvmrc'
3643
cache: 'yarn'
@@ -47,7 +54,7 @@ jobs:
4754
--no-git-tag-version --no-push
4855
4956
build-and-release:
50-
needs: ['test', 'release-dryrun']
57+
needs: ['test', 'release-dryrun', 'check-charts-compat-peer-deps']
5158
runs-on: ubuntu-latest
5259
environment:
5360
name: 'npm'
@@ -63,7 +70,7 @@ jobs:
6370
fetch-depth: 0
6471

6572
- name: Setup Node.js environment
66-
uses: actions/setup-node@v4.0.4
73+
uses: actions/setup-node@v4.1.0
6774
with:
6875
node-version-file: '.nvmrc'
6976
cache: 'yarn'

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@v4
2929

30-
- uses: actions/setup-node@v4.0.4
30+
- uses: actions/setup-node@v4.1.0
3131
with:
3232
node-version-file: '.nvmrc'
3333
cache: 'yarn'
@@ -51,7 +51,7 @@ jobs:
5151
spec: packages/${{ matrix.spec }}
5252
install: false
5353

54-
- uses: coverallsapp/[email protected].1
54+
- uses: coverallsapp/[email protected].4
5555
if: ${{ inputs.reportCoverage && (matrix.react == '19' && matrix.spec != 'charts' || matrix.react == '18' && matrix.spec == 'charts') }}
5656
with:
5757
file: temp/cypress-coverage/lcov.info
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ubuntu-latest
6767
steps:
6868
- name: Coveralls
69-
uses: coverallsapp/[email protected].1
69+
uses: coverallsapp/[email protected].4
7070
with:
7171
github-token: ${{ secrets.GITHUB_TOKEN }}
7272
parallel-finished: true

0 commit comments

Comments
 (0)