Skip to content

Commit

Permalink
chore: update e2e test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed May 1, 2024
1 parent c8a84b1 commit 9b39ff1
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 deletions.
Expand Up @@ -11,8 +11,8 @@ exports[`new-workspace-create-application-false-ng-add-then-project it should pa
"@angular/cli": "^17.X.X",
"@angular/compiler-cli": "^17.X.X",
"@types/jasmine": "~5.1.0",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"eslint": "^8.57.0",
"jasmine-core": "~5.1.0",
"karma": "~6.4.0",
Expand Down
Expand Up @@ -11,8 +11,8 @@ exports[`new-workspace-create-application-false-project-then-ng-add it should pa
"@angular/cli": "^17.X.X",
"@angular/compiler-cli": "^17.X.X",
"@types/jasmine": "~5.1.0",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"eslint": "^8.57.0",
"jasmine-core": "~5.1.0",
"karma": "~6.4.0",
Expand Down
4 changes: 2 additions & 2 deletions e2e/src/__snapshots__/new-workspace.test.ts.snap
Expand Up @@ -11,8 +11,8 @@ exports[`new-workspace it should pass linting after creating a new workspace fro
"@angular/cli": "^17.X.X",
"@angular/compiler-cli": "^17.X.X",
"@types/jasmine": "~5.1.0",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"eslint": "^8.57.0",
"jasmine-core": "~5.1.0",
"karma": "~6.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/builder",
"version": "17.3.0",
"version": "0.0.0-e2e",
"description": "Angular CLI builder for ESLint",
"license": "MIT",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/bundled-angular-compiler/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/bundled-angular-compiler",
"version": "17.3.0",
"version": "0.0.0-e2e",
"description": "A CJS bundled version of @angular/compiler",
"license": "MIT",
"main": "dist/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin-template/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/eslint-plugin-template",
"version": "17.3.0",
"version": "0.0.0-e2e",
"description": "ESLint plugin for Angular Templates",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -18,8 +18,8 @@
"LICENSE"
],
"dependencies": {
"@angular-eslint/bundled-angular-compiler": "17.3.0",
"@angular-eslint/utils": "17.3.0",
"@angular-eslint/bundled-angular-compiler": "0.0.0-e2e",
"@angular-eslint/utils": "0.0.0-e2e",
"@typescript-eslint/type-utils": "7.8.0",
"@typescript-eslint/utils": "7.8.0",
"aria-query": "5.3.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/eslint-plugin",
"version": "17.3.0",
"version": "0.0.0-e2e",
"description": "ESLint plugin for Angular applications, following angular.io/styleguide",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -18,8 +18,8 @@
"LICENSE"
],
"dependencies": {
"@angular-eslint/bundled-angular-compiler": "17.3.0",
"@angular-eslint/utils": "17.3.0",
"@angular-eslint/bundled-angular-compiler": "0.0.0-e2e",
"@angular-eslint/utils": "0.0.0-e2e",
"@typescript-eslint/utils": "7.8.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/schematics/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/schematics",
"version": "17.3.0",
"version": "0.0.0-e2e",
"description": "Angular Schematics for angular-eslint",
"license": "MIT",
"main": "dist/index.js",
Expand Down Expand Up @@ -34,8 +34,8 @@
"save": "devDependencies"
},
"dependencies": {
"@angular-eslint/eslint-plugin": "17.3.0",
"@angular-eslint/eslint-plugin-template": "17.3.0",
"@angular-eslint/eslint-plugin": "0.0.0-e2e",
"@angular-eslint/eslint-plugin-template": "0.0.0-e2e",
"@nx/devkit": "^17.2.8 || ^18.0.0",
"ignore": "5.3.1",
"nx": "^17.2.8 || ^18.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/template-parser/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/template-parser",
"version": "17.3.0",
"version": "0.0.0-e2e",
"description": "Angular Template parser for ESLint",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -18,7 +18,7 @@
"LICENSE"
],
"dependencies": {
"@angular-eslint/bundled-angular-compiler": "17.3.0",
"@angular-eslint/bundled-angular-compiler": "0.0.0-e2e",
"eslint-scope": "^8.0.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular-eslint/utils",
"version": "17.3.0",
"version": "0.0.0-e2e",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"typescript": "*"
},
"dependencies": {
"@angular-eslint/bundled-angular-compiler": "17.3.0",
"@angular-eslint/bundled-angular-compiler": "0.0.0-e2e",
"@typescript-eslint/utils": "7.8.0"
},
"gitHead": "e2006e5e9c99e5a943d1a999e0efa5247d29ec24"
Expand Down

0 comments on commit 9b39ff1

Please sign in to comment.