Skip to content

Commit 441afa2

Browse files
authored
chore: update to Cypress 15.0.0 (#27)
* chore: update angular to v20 * chore: update react dependencies * chore: update svelte dependencies * chore: update vue dependencies * update to Cypress 15
1 parent de0df81 commit 441afa2

File tree

10 files changed

+4469
-3361
lines changed

10 files changed

+4469
-3361
lines changed

angular/my-awesome-app/package-lock.json

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

angular/my-awesome-app/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,30 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/animations": "^19.0.0",
14-
"@angular/common": "^19.0.0",
15-
"@angular/compiler": "^19.0.0",
16-
"@angular/core": "^19.0.0",
17-
"@angular/forms": "^19.2.1",
18-
"@angular/platform-browser": "^19.0.0",
19-
"@angular/platform-browser-dynamic": "^19.2.1",
20-
"@angular/router": "^19.2.1",
21-
"rxjs": "~7.8.0",
22-
"tslib": "^2.3.0",
23-
"zone.js": "^0.15.0"
13+
"@angular/animations": "^20.1.6",
14+
"@angular/common": "^20.1.6",
15+
"@angular/compiler": "^20.1.6",
16+
"@angular/core": "^20.1.6",
17+
"@angular/forms": "^20.1.6",
18+
"@angular/platform-browser": "^20.1.6",
19+
"@angular/platform-browser-dynamic": "^20.1.6",
20+
"@angular/router": "^20",
21+
"rxjs": "~7.8.2",
22+
"tslib": "^2.8.1",
23+
"zone.js": "^0.15.1"
2424
},
2525
"devDependencies": {
26-
"@angular-devkit/build-angular": "^19.2.1",
27-
"@angular/cli": "^19.2.1",
28-
"@angular/compiler-cli": "^19.2.1",
26+
"@angular-devkit/build-angular": "^20.1.6",
27+
"@angular/cli": "^20.1.6",
28+
"@angular/compiler-cli": "^20.1.6",
2929
"@types/jasmine": "~5.1.0",
30-
"cypress": "^14.1.0",
31-
"jasmine-core": "~5.4.0",
30+
"cypress": "^15.0.0",
31+
"jasmine-core": "~5.8.0",
3232
"karma": "~6.4.0",
3333
"karma-chrome-launcher": "~3.2.0",
3434
"karma-coverage": "~2.2.0",
3535
"karma-jasmine": "~5.1.0",
3636
"karma-jasmine-html-reporter": "~2.1.0",
37-
"typescript": "~5.6.2"
37+
"typescript": "~5.8.3"
3838
}
3939
}

angular/my-awesome-app/src/app/stepper/stepper.component.spec.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ describe('StepperComponent', () => {
77
let fixture: ComponentFixture<StepperComponent>;
88

99
beforeEach(async () => {
10-
await TestBed.configureTestingModule({
11-
declarations: [ StepperComponent ]
12-
})
13-
.compileComponents();
14-
1510
fixture = TestBed.createComponent(StepperComponent);
1611
component = fixture.componentInstance;
1712
fixture.detectChanges();

package-lock.json

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

0 commit comments

Comments
 (0)