Skip to content

Commit 2934283

Browse files
committed
Merge branch 'main' into renovate/major-react-monorepo
2 parents f207e26 + b80af8d commit 2934283

File tree

91 files changed

+39609
-38725
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

+39609
-38725
lines changed

.github/workflows/docs-stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
NODE_OPTIONS: '--max-old-space-size=4096'
4242

4343
- name: Deploy Docs
44-
uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
44+
uses: JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23 # v4.7.4
4545
with:
4646
branch: gh-pages # The branch the action should deploy to.
4747
folder: .out # The folder the action should deploy.

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
NODE_OPTIONS: '--max-old-space-size=4096'
8585

8686
- name: Deploy 🚀
87-
uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
87+
uses: JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23 # v4.7.4
8888
if: ${{ github.ref == 'refs/heads/main' }}
8989
with:
9090
branch: gh-pages # The branch the action should deploy to.

.github/workflows/release.yml

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

134134
- name: publish to npm
135135
run: |
136-
${GITHUB_WORKSPACE}/node_modules/.bin/lerna publish from-git ${{ github.event.inputs.snapshot == 'true' && '--pre-dist-tag dev' }}
136+
${GITHUB_WORKSPACE}/node_modules/.bin/lerna publish from-git ${{ (github.event.inputs.snapshot == 'true' && '--pre-dist-tag dev') || '' }}
137137
env:
138138
GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}
139139
NPM_CONFIG_PROVENANCE: true

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
path: packages
4949

5050
- name: Cypress run
51-
uses: cypress-io/github-action@e65cba2e7319696fc0fdc4d5a319b737aec4ba1c # v6.10.3
51+
uses: cypress-io/github-action@7ef72e250a9e564efb4ed4c2433971ada4cc38b4 # v6.10.4
5252
with:
5353
browser: chrome
5454
component: true

.storybook/custom-element-manifests/ai.json

Lines changed: 1043 additions & 65 deletions
Large diffs are not rendered by default.

.storybook/custom-element-manifests/fiori.json

Lines changed: 9611 additions & 9440 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)