Skip to content

Commit

Permalink
Merge branch 'develop' into ryanm/fix/cy-in-cy-and-v8-snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthemanuel committed Dec 5, 2022
2 parents 7d80f64 + 101407a commit f4c207f
Show file tree
Hide file tree
Showing 2 changed files with 989 additions and 1,225 deletions.
24 changes: 12 additions & 12 deletions system-tests/projects/angular-15/package.json
Expand Up @@ -9,22 +9,22 @@
"watch": "ng build --watch --configuration development"
},
"dependencies": {
"@angular/animations": "^15.0.0-next.4",
"@angular/common": "^15.0.0-next.4",
"@angular/compiler": "^15.0.0-next.4",
"@angular/core": "^15.0.0-next.4",
"@angular/forms": "^15.0.0-next.4",
"@angular/platform-browser": "^15.0.0-next.4",
"@angular/platform-browser-dynamic": "^15.0.0-next.4",
"@angular/router": "^15.0.0-next.4",
"@angular/animations": "^15.0.0",
"@angular/common": "^15.0.0",
"@angular/compiler": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/forms": "^15.0.0",
"@angular/platform-browser": "^15.0.0",
"@angular/platform-browser-dynamic": "^15.0.0",
"@angular/router": "^15.0.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.0.0-next.3",
"@angular/cli": "~15.0.0-next.3",
"@angular/compiler-cli": "^15.0.0-next.4",
"@angular-devkit/build-angular": "^15.0.0",
"@angular/cli": "~15.0.0",
"@angular/compiler-cli": "^15.0.0",
"typescript": "~4.8.4"
},
"projectFixtureDirectory": "angular"
Expand Down

3 comments on commit f4c207f

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on f4c207f Dec 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux arm64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.0.0/linux-arm64/ryanm/fix/cy-in-cy-and-v8-snapshots-f4c207f75d0c72827e18c74c8eb0ed75e8c6d5a5/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on f4c207f Dec 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.0.0/linux-x64/ryanm/fix/cy-in-cy-and-v8-snapshots-f4c207f75d0c72827e18c74c8eb0ed75e8c6d5a5/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on f4c207f Dec 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.0.0/darwin-x64/ryanm/fix/cy-in-cy-and-v8-snapshots-f4c207f75d0c72827e18c74c8eb0ed75e8c6d5a5/cypress.tgz

Please sign in to comment.