Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c378423

Browse files
feat: upgrade @testing-library/dom to v10 (testing-library#447)
BREAKING CHANGE: New version of @testing-library/dom changes various roles. Check out the changed tests in testing-library/dom-testing-library@2c57055 to get an overview about what changed.
1 parent e49d2ce commit c378423

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
strategy:
2424
matrix:
25-
node-version: ${{ fromJSON((github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta') && '[20]' || '[16, 18, 20]') }}
25+
node-version: ${{ fromJSON((github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta') && '[20]' || '[18, 20]') }}
2626
os: ${{ fromJSON((github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta') && '["ubuntu-latest"]' || '["ubuntu-latest", "windows-latest"]') }}
2727
runs-on: ${{ matrix.os }}
2828

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@angular/router": "17.3.2",
4040
"@ngrx/store": "17.1.0",
4141
"@nx/angular": "17.2.8",
42-
"@testing-library/dom": "^9.0.0",
42+
"@testing-library/dom": "^10.0.0",
4343
"rxjs": "7.8.0",
4444
"tslib": "~2.3.1",
4545
"zone.js": "0.14.2"

‎projects/testing-library/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@angular/core": ">= 17.0.0"
3636
},
3737
"dependencies": {
38-
"@testing-library/dom": "^9.0.0",
38+
"@testing-library/dom": "^10.0.0",
3939
"tslib": "^2.3.1"
4040
},
4141
"publishConfig": {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /