Skip to content

Commit 50cfb97

Browse files
committed
Merge branch 'main' into renovate/major-react-monorepo
2 parents 76b9831 + 5083431 commit 50cfb97

File tree

17 files changed

+179
-180
lines changed

17 files changed

+179
-180
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@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4.30.7
45+
uses: github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
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@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4.30.7
56+
uses: github/codeql-action/autobuild@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
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@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4.30.7
70+
uses: github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8

examples/nextjs-app/package-lock.json

Lines changed: 12 additions & 12 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"@ui5/webcomponents-base": "2.15.0",
1414
"@ui5/webcomponents-fiori": "2.15.0",
1515
"@ui5/webcomponents-react": "2.15.0",
16-
"@types/node": "22.18.6",
17-
"@types/react": "19.1.15",
18-
"@types/react-dom": "19.1.9",
16+
"@types/node": "22.18.10",
17+
"@types/react": "19.1.17",
18+
"@types/react-dom": "19.1.11",
1919
"eslint": "9.36.0",
2020
"eslint-config-next": "15.5.4",
2121
"next": "15.5.4",

examples/nextjs-pages/package-lock.json

Lines changed: 12 additions & 12 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"@ui5/webcomponents-base": "2.15.0",
1414
"@ui5/webcomponents-fiori": "2.15.0",
1515
"@ui5/webcomponents-react": "2.15.0",
16-
"@types/node": "22.18.6",
17-
"@types/react": "19.1.15",
18-
"@types/react-dom": "19.1.9",
16+
"@types/node": "22.18.10",
17+
"@types/react": "19.1.17",
18+
"@types/react-dom": "19.1.11",
1919
"eslint": "9.36.0",
2020
"eslint-config-next": "15.5.4",
2121
"next": "15.5.4",

examples/react-router-ts/package-lock.json

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

0 commit comments

Comments
 (0)