Skip to content

Commit 23f1abf

Browse files
Merge branch '26_1' of https://github.com/DevExpress/DevExtreme into 26_1_WIP_check_ng22
# Conflicts: # apps/demos/package.json # pnpm-lock.yaml
2 parents 3331a0d + 016fda6 commit 23f1abf

4,024 files changed

Lines changed: 265804 additions & 152169 deletions

File tree

Some content is hidden

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

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@
971971
/packages/devextreme/js/ui/text_area.d.ts @DevExpress/devextreme-editors
972972
/packages/devextreme/js/ui/text_area_types.d.ts @DevExpress/devextreme-editors
973973

974-
/packages/devextreme/js/__internal/ui/m_text_area.ts @DevExpress/devextreme-editors
974+
/packages/devextreme/js/__internal/ui/text_area.ts @DevExpress/devextreme-editors
975975

976976
/packages/devextreme-scss/scss/widgets/**/textArea/** @DevExpress/devextreme-editors
977977

.github/actions/run-qunit-tests/action.yml

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,8 @@ runs:
3939
echo "MATRIX_ENVS_NAME_SAFE=$MATRIX_ENVS_NAME_SAFE"
4040
echo "MATRIX_ENVS_NAME_SAFE=$MATRIX_ENVS_NAME_SAFE" >> $GITHUB_ENV
4141
42-
# - name: Setup Chrome
43-
# uses: ./.github/actions/setup-chrome-headless-shell
44-
# with:
45-
# chrome-version: '145.0.7632.67'
46-
47-
# - name: Use Node.js
48-
# uses: actions/setup-node@v4
49-
# with:
50-
# node-version: '20'
51-
5242
- name: Download artifacts
53-
uses: actions/download-artifact@v4
43+
uses: actions/download-artifact@v8
5444
with:
5545
name: devextreme-artifacts
5646
path: packages/devextreme
@@ -62,7 +52,12 @@ runs:
6252
rm -rf artifacts/npm
6353
7z x artifacts.zip
6454
65-
- uses: pnpm/action-setup@v4
55+
- name: Use Node.js
56+
uses: actions/setup-node@v6
57+
with:
58+
node-version-file: '.node-version'
59+
60+
- uses: pnpm/action-setup@v6
6661
with:
6762
run_install: false
6863

@@ -71,7 +66,7 @@ runs:
7166
run: |
7267
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
7368
74-
- uses: actions/cache@v4
69+
- uses: actions/cache@v5
7570
name: Setup pnpm cache
7671
with:
7772
path: |
@@ -106,7 +101,7 @@ runs:
106101
107102
- name: Copy RawLog.txt
108103
if: ${{ always() }}
109-
uses: actions/upload-artifact@v4
104+
uses: actions/upload-artifact@v7
110105
with:
111106
name: RawLog-${{ env.MATRIX_ENVS_NAME_SAFE }}
112107
path: ${{ github.workspace }}/packages/devextreme/testing/RawLog.txt

.github/actions/setup-chrome-headless-shell/action.yml

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

.github/actions/setup-chrome/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
steps:
1919
- name: Setup latest Chrome
2020
if: ${{ inputs.chrome-version == 'latest' }}
21-
uses: browser-actions/setup-chrome@v1
21+
uses: browser-actions/setup-chrome@v2
2222
with:
2323
chrome-version: ${{ inputs.chrome-version }}
2424
- name: Print latest Chrome version

0 commit comments

Comments
 (0)