Skip to content

Commit 53dc9eb

Browse files
authored
Merge branch 'main' into docs/compliance-badges
2 parents e16a9e8 + 9de75d6 commit 53dc9eb

File tree

28 files changed

+1722
-1633
lines changed

28 files changed

+1722
-1633
lines changed

.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@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
45+
uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
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@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
56+
uses: github/codeql-action/autobuild@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
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@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
70+
uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
Lines changed: 357 additions & 357 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
nodeLinker: node-modules
22

3-
yarnPath: .yarn/releases/yarn-4.9.2.cjs
3+
yarnPath: .yarn/releases/yarn-4.9.3.cjs

examples/nextjs-app/package-lock.json

Lines changed: 102 additions & 102 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/nextjs-app/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@ui5/webcomponents": "2.13.2",
13-
"@ui5/webcomponents-base": "2.13.2",
14-
"@ui5/webcomponents-fiori": "2.13.2",
12+
"@ui5/webcomponents": "2.13.3",
13+
"@ui5/webcomponents-base": "2.13.3",
14+
"@ui5/webcomponents-fiori": "2.13.3",
1515
"@ui5/webcomponents-react": "2.13.1",
1616
"@types/node": "22.17.2",
17-
"@types/react": "19.1.10",
17+
"@types/react": "19.1.11",
1818
"@types/react-dom": "19.1.7",
19-
"eslint": "9.33.0",
20-
"eslint-config-next": "15.4.6",
21-
"next": "15.4.6",
19+
"eslint": "9.34.0",
20+
"eslint-config-next": "15.5.0",
21+
"next": "15.5.0",
2222
"react": "19.1.1",
2323
"react-dom": "19.1.1",
2424
"typescript": "5.9.2"

examples/nextjs-pages/package-lock.json

Lines changed: 102 additions & 102 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/nextjs-pages/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@ui5/webcomponents": "2.13.2",
13-
"@ui5/webcomponents-base": "2.13.2",
14-
"@ui5/webcomponents-fiori": "2.13.2",
12+
"@ui5/webcomponents": "2.13.3",
13+
"@ui5/webcomponents-base": "2.13.3",
14+
"@ui5/webcomponents-fiori": "2.13.3",
1515
"@ui5/webcomponents-react": "2.13.1",
1616
"@types/node": "22.17.2",
17-
"@types/react": "19.1.10",
17+
"@types/react": "19.1.11",
1818
"@types/react-dom": "19.1.7",
19-
"eslint": "9.33.0",
20-
"eslint-config-next": "15.4.6",
21-
"next": "15.4.6",
19+
"eslint": "9.34.0",
20+
"eslint-config-next": "15.5.0",
21+
"next": "15.5.0",
2222
"react": "19.1.1",
2323
"react-dom": "19.1.1",
2424
"typescript": "5.9.2"

0 commit comments

Comments
 (0)