Skip to content

Commit c378423

Browse files
feat: upgrade @testing-library/dom to v10 (#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

Diff for: .github/workflows/ci.yml

+1-1
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

Diff for: package.json

+1-1
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"

Diff for: projects/testing-library/package.json

+1-1
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)