Skip to content

Commit 36d1f19

Browse files
authored
Merge branch 'main' into issue-2706
2 parents d39d268 + eda8c5a commit 36d1f19

File tree

359 files changed

+5420
-2974
lines changed

Some content is hidden

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

359 files changed

+5420
-2974
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 20
19+
node-version: 22
2020
cache: npm
2121
- run: npm ci
2222
- run: npm run typecheck
@@ -33,6 +33,6 @@ jobs:
3333
fetch-depth: 0
3434
- uses: actions/setup-node@v4
3535
with:
36-
node-version: 20
36+
node-version: 22
3737
- run: npm ci
3838
- run: npm test

.github/workflows/pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: 20
24+
node-version: 22
2525
cache: npm
2626
- name: Install Packages
2727
run: npm ci

.github/workflows/publication.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: 20
16+
node-version: 22
1717
registry-url: https://registry.npmjs.org
1818
- run: npm ci
1919
- run: npm publish

.github/workflows/quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Node.js
3131
uses: actions/setup-node@v4
3232
with:
33-
node-version: 20
33+
node-version: 22
3434
cache: npm
3535

3636
- name: Install dependencies
@@ -108,7 +108,7 @@ jobs:
108108
- name: Setup Node.js
109109
uses: actions/setup-node@v4
110110
with:
111-
node-version: 20
111+
node-version: 22
112112
cache: npm
113113

114114
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 20
17+
node-version: 22
1818
- run: npm ci
1919
- run: npm test
2020
- uses: googleapis/release-please-action@v4

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20
1+
v22

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "11.7.0"
2+
".": "12.6.0"
33
}

CHANGELOG.md

Lines changed: 235 additions & 0 deletions
Large diffs are not rendered by default.

config-overrides.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ module.exports = {
1717
test: /\.svg$/,
1818
include: [
1919
path.resolve(srcRoot, 'assets/icons'),
20+
path.resolve(srcRoot, 'assets/illustrations'),
2021
path.resolve(uiKitRoot, 'assets/icons'),
2122
uiKitIconsRoot,
2223
],

package-lock.json

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

0 commit comments

Comments
 (0)