Skip to content

Commit 9d4c99f

Browse files
authored
Merge branch 'latest' into ws-55-spike-investigate-using-parallel-github-actions-to-speed-up-pr-builds
2 parents 3f4cd4d + 58e2786 commit 9d4c99f

File tree

731 files changed

+27446
-14409
lines changed

Some content is hidden

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

731 files changed

+27446
-14409
lines changed

.codeclimate.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 42 deletions

.github/workflows/codeql-analysis.yml

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# You may wish to alter this file to override the set of languages analyzed,
55
# or to provide custom queries or build logic.
6-
name: "CodeQL"
6+
name: 'CodeQL'
77

88
on:
99
push:
@@ -22,9 +22,9 @@ permissions:
2222
jobs:
2323
analyze:
2424
permissions:
25-
actions: read # for github/codeql-action/init to get workflow details
26-
contents: read # for actions/checkout to fetch code
27-
security-events: write # for github/codeql-action/autobuild to send a status report
25+
actions: read # for github/codeql-action/init to get workflow details
26+
contents: read # for actions/checkout to fetch code
27+
security-events: write # for github/codeql-action/autobuild to send a status report
2828
name: Analyze
2929
runs-on: ubuntu-latest
3030

@@ -38,43 +38,43 @@ jobs:
3838
# https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection
3939

4040
steps:
41-
- name: Checkout repository
42-
uses: actions/checkout@v2
43-
with:
44-
# We must fetch at least the immediate parents so that if this is
45-
# a pull request then we can checkout the head.
46-
fetch-depth: 2
41+
- name: Checkout repository
42+
uses: actions/checkout@v4
43+
with:
44+
# We must fetch at least the immediate parents so that if this is
45+
# a pull request then we can checkout the head.
46+
fetch-depth: 2
4747

48-
# If this run was triggered by a pull request event, then checkout
49-
# the head of the pull request instead of the merge commit.
50-
- run: git checkout HEAD^2
51-
if: ${{ github.event_name == 'pull_request' }}
48+
# If this run was triggered by a pull request event, then checkout
49+
# the head of the pull request instead of the merge commit.
50+
- run: git checkout HEAD^2
51+
if: ${{ github.event_name == 'pull_request' }}
5252

53-
# Initializes the CodeQL tools for scanning.
54-
- name: Initialize CodeQL
55-
uses: github/codeql-action/init@v2
56-
with:
57-
languages: ${{ matrix.language }}
58-
# If you wish to specify custom queries, you can do so here or in a config file.
59-
# By default, queries listed here will override any specified in a config file.
60-
# Prefix the list here with "+" to use these queries and those in the config file.
61-
# queries: ./path/to/local/query, your-org/your-repo/queries@main
53+
# Initializes the CodeQL tools for scanning.
54+
- name: Initialize CodeQL
55+
uses: github/codeql-action/init@v4
56+
with:
57+
languages: ${{ matrix.language }}
58+
# If you wish to specify custom queries, you can do so here or in a config file.
59+
# By default, queries listed here will override any specified in a config file.
60+
# Prefix the list here with "+" to use these queries and those in the config file.
61+
# queries: ./path/to/local/query, your-org/your-repo/queries@main
6262

63-
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
64-
# If this step fails, then you should remove it and run the build manually (see below)
65-
- name: Autobuild
66-
uses: github/codeql-action/autobuild@v2
63+
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
64+
# If this step fails, then you should remove it and run the build manually (see below)
65+
- name: Autobuild
66+
uses: github/codeql-action/autobuild@v4
6767

68-
# ℹ️ Command-line programs to run using the OS shell.
69-
# 📚 https://git.io/JvXDl
68+
# ℹ️ Command-line programs to run using the OS shell.
69+
# 📚 https://git.io/JvXDl
7070

71-
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
72-
# and modify them (or add more) to build your code if your project
73-
# uses a compiled language
71+
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
72+
# and modify them (or add more) to build your code if your project
73+
# uses a compiled language
7474

75-
#- run: |
76-
# make bootstrap
77-
# make release
75+
#- run: |
76+
# make bootstrap
77+
# make release
7878

79-
- name: Perform CodeQL Analysis
80-
uses: github/codeql-action/analyze@v2
79+
- name: Perform CodeQL Analysis
80+
uses: github/codeql-action/analyze@v4

.storybook/preview.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ const preview: Preview = {
6161
* https://storybook.js.org/docs/riot/workflows/faq#what-icons-are-available-for-my-toolbar-or-my-addon
6262
*/
6363
icon: 'globe',
64+
// @ts-ignore
6465
items: services,
6566
dynamicTitle: true,
6667
},
@@ -71,7 +72,9 @@ const preview: Preview = {
7172
toolbar: {
7273
icon: 'lightning',
7374
items: [
75+
// @ts-ignore
7476
{ value: false, title: 'Lite mode OFF' },
77+
// @ts-ignore
7578
{ value: true, title: 'Lite mode ON' },
7679
],
7780
dynamicTitle: true,

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"configurations": [
77
{
88
"type": "node",
9-
"runtimeVersion": "18",
9+
"runtimeVersion": "22",
1010
"request": "launch",
1111
"name": "Debug Express App",
1212
"program": "${workspaceFolder}/node_modules/webpack/bin/webpack.js",
Binary file not shown.
Binary file not shown.

.yarn/cache/@babel-compat-data-npm-7.28.5-41f8d327e8-5a5ff00b18.zip renamed to .yarn/cache/@babel-compat-data-npm-7.28.6-4e0cdcaa44-dc17dfb557.zip

10.1 KB
Binary file not shown.
Binary file not shown.
252 KB
Binary file not shown.

0 commit comments

Comments
 (0)