Skip to content

Commit 8fe2e84

Browse files
authored
Merge branch 'main' into docs/templates-examples-imports
2 parents 5e06901 + 7312623 commit 8fe2e84

File tree

274 files changed

+2915
-2920
lines changed

Some content is hidden

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

274 files changed

+2915
-2920
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body:
1515
id: example
1616
attributes:
1717
label: 'Isolated Example'
18-
description: 'Please provide an isolated example if possible by forking [this StackBlitz template](https://stackblitz.com/github/SAP/ui5-webcomponents-react/tree/main/templates/vite-ts?file=src%2FApp.tsx).'
18+
description: 'Please provide an isolated example if possible by forking [this StackBlitz template](https://stackblitz.com/github/UI5/webcomponents-react/tree/main/templates/vite-ts?file=src%2FApp.tsx).'
1919
validations:
2020
required: false
2121
- type: textarea

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Questions
4-
url: https://github.com/SAP/ui5-webcomponents-react/discussions
4+
url: https://github.com/UI5/webcomponents-react/discussions
55
about: Please ask and answer questions here.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ To get it merged faster, kindly review the checklist below:
44

55
## Pull Request Checklist
66

7-
- [ ] Reviewed the [Contributing Guidelines](https://github.com/SAP/ui5-webcomponents-react/blob/main/CONTRIBUTING.md)
8-
- Especially the [How to Contribute](https://github.com/SAP/ui5-webcomponents-react/blob/main/CONTRIBUTING.md#contribute-code) section
9-
- [ ] [Correct commit message style](https://github.com/SAP/ui5-webcomponents-react/blob/main/docs/Guidelines.md#commit-message-style)
7+
- [ ] Reviewed the [Contributing Guidelines](https://github.com/UI5/webcomponents-react/blob/main/CONTRIBUTING.md)
8+
- Especially the [How to Contribute](https://github.com/UI5/webcomponents-react/blob/main/CONTRIBUTING.md#contribute-code) section
9+
- [ ] [Correct commit message style](https://github.com/UI5/webcomponents-react/blob/main/docs/Guidelines.md#commit-message-style)

.github/renovate.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
{
3333
"groupName": "UI5 Web Components",
34-
"matchSourceUrls": ["https://github.com/SAP/ui5-webcomponents{/,}**"]
34+
"matchSourceUrls": ["https://github.com/UI5/webcomponents{/,}**"]
3535
},
3636
{
3737
"groupName": "vite & plugins",
@@ -78,8 +78,8 @@
7878
"matchFileNames": ["examples/**", "templates/**", "patterns/**"],
7979
"semanticCommitType": "chore",
8080
"matchSourceUrls": [
81-
"https://github.com/SAP/ui5-webcomponents{/,}**",
82-
"https://github.com/SAP/ui5-webcomponents-react{/,}**"
81+
"https://github.com/UI5/webcomponents{/,}**",
82+
"https://github.com/UI5/webcomponents-react{/,}**"
8383
]
8484
},
8585
{
@@ -88,7 +88,7 @@
8888
"groupSlug": "root-ui5-webcomponents",
8989
"matchFileNames": ["package.json"],
9090
"semanticCommitType": "chore",
91-
"matchSourceUrls": ["https://github.com/SAP/ui5-webcomponents{/,}**"]
91+
"matchSourceUrls": ["https://github.com/UI5/webcomponents{/,}**"]
9292
},
9393
{
9494
"groupName": "Typescript",

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: yarn install --immutable
2424

2525
- name: Publish to Chromatic
26-
uses: chromaui/action@d0795df816d05c4a89c80295303970fddd247cce # v13.1.4
26+
uses: chromaui/action@20c7e42e1b2f6becd5d188df9acb02f3e2f51519 # v13.2.0
2727
with:
2828
token: ${{ secrets.GITHUB_TOKEN }}
2929
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
45+
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -53,7 +53,7 @@ jobs:
5353
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5454
# If this step fails, then you should remove it and run the build manually (see below)
5555
- name: Autobuild
56-
uses: github/codeql-action/autobuild@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
56+
uses: github/codeql-action/autobuild@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
5757

5858
# ℹ️ Command-line programs to run using the OS shell.
5959
# 📚 https://git.io/JvXDl
@@ -67,4 +67,4 @@ jobs:
6767
# make release
6868

6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
70+
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3

.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717

1818
- name: artifactPrepareVersion
19-
uses: SAP/project-piper-action@ca6d6ccb79a0a21fdf542ab2a2390cd9c2f1e34f # v1.22.5
19+
uses: SAP/project-piper-action@ca48370543326759ffae83317559b3c0b59705fe # v1.22.6
2020
with:
2121
step-name: artifactPrepareVersion
2222
flags: --versioningType cloud_noTag
2323

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

.storybook/components/DocsHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { Import } from './Import';
2424
import { TableOfContent } from './TableOfContent';
2525

2626
const Links = ({ isChart }: { isChart?: boolean }) => {
27-
const githubUrl = `https://github.com/SAP/ui5-webcomponents-react`;
27+
const githubUrl = `https://github.com/UI5/webcomponents-react`;
2828

2929
const packageName = `@ui5/webcomponents-react${isChart ? '-charts' : ''}`;
3030
return (

.storybook/components/ProjectTemplate.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export function ProjectTemplate(props: ProjectTemplatePropTypes) {
9494
<br />
9595
<br />
9696
You can find the corresponding GitHub issue{' '}
97-
<Link href="https://github.com/SAP/ui5-webcomponents/issues/9771" target="_blank">
97+
<Link href="https://github.com/UI5/webcomponents/issues/9771" target="_blank">
9898
here
9999
</Link>
100100
.

.storybook/components/VersionSwitch.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const TOOL_ID = `${ADDON_ID}/toolbar`;
1111

1212
const handleVersionSelect = (e) => {
1313
const { slug } = e.detail.item.dataset;
14-
window.location.href = `https://sap.github.io/ui5-webcomponents-react/${slug}/`;
14+
window.location.href = `https://ui5.github.io/webcomponents-react/${slug}/`;
1515
};
1616

1717
addons.register(ADDON_ID, () => {
@@ -23,7 +23,7 @@ addons.register(ADDON_ID, () => {
2323
const menuRef = React.useRef(null);
2424

2525
const activeVersionSlug =
26-
window.location.pathname.replace('/ui5-webcomponents-react/', '').replaceAll('/', '') || 'nightly';
26+
window.location.pathname.replace('/webcomponents-react/', '').replaceAll('/', '') || 'nightly';
2727
const activeVersion = activeVersionSlug.at(0).toUpperCase() + activeVersionSlug.slice(1);
2828

2929
React.useEffect(() => {

0 commit comments

Comments
 (0)