Skip to content

Commit

Permalink
feat: update jest preset angular and add types for eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Nov 27, 2024
1 parent 6119be4 commit e378d69
Show file tree
Hide file tree
Showing 134 changed files with 161 additions and 4,967 deletions.
36 changes: 18 additions & 18 deletions .bitmap
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"angular-env": {
"name": "angular-env",
"scope": "bitdev.angular",
"version": "7.0.1",
"version": "7.1.0",
"mainFile": "index.ts",
"rootDir": "angular/envs/angular-env"
},
Expand Down Expand Up @@ -250,112 +250,112 @@
"envs/angular-v16-env": {
"name": "envs/angular-v16-env",
"scope": "bitdev.angular",
"version": "7.0.0",
"version": "7.1.0",
"mainFile": "index.ts",
"rootDir": "angular/envs/angular-v16-env"
},
"envs/angular-v17-env": {
"name": "envs/angular-v17-env",
"scope": "bitdev.angular",
"version": "6.0.0",
"version": "6.1.0",
"mainFile": "index.ts",
"rootDir": "angular/envs/angular-v17-env"
},
"envs/angular-v18-env": {
"name": "envs/angular-v18-env",
"scope": "bitdev.angular",
"version": "2.0.0",
"version": "2.1.0",
"mainFile": "index.ts",
"rootDir": "angular/envs/angular-v18-env"
},
"envs/angular-v19-env": {
"name": "envs/angular-v19-env",
"scope": "bitdev.angular",
"version": "1.0.1",
"version": "1.1.0",
"mainFile": "index.ts",
"rootDir": "angular/envs/angular-v19-env"
},
"envs/base-env": {
"name": "envs/base-env",
"scope": "bitdev.angular",
"version": "7.0.0",
"version": "7.1.0",
"mainFile": "index.ts",
"rootDir": "angular/envs/base-env"
},
"examples/my-angular-env": {
"name": "examples/my-angular-env",
"scope": "bitdev.angular",
"version": "7.0.3",
"version": "7.1.0",
"mainFile": "index.ts",
"rootDir": "angular/examples/my-angular-env"
},
"examples/my-angular-v16-env": {
"name": "examples/my-angular-v16-env",
"scope": "bitdev.angular",
"version": "6.0.2",
"version": "6.1.0",
"mainFile": "index.ts",
"rootDir": "angular/examples/my-angular-v16-env"
},
"examples/my-angular-v17-env": {
"name": "examples/my-angular-v17-env",
"scope": "bitdev.angular",
"version": "6.0.2",
"version": "6.1.0",
"mainFile": "index.ts",
"rootDir": "angular/examples/my-angular-v17-env"
},
"examples/my-angular-v18-env": {
"name": "examples/my-angular-v18-env",
"scope": "bitdev.angular",
"version": "2.0.2",
"version": "2.1.0",
"mainFile": "index.ts",
"rootDir": "angular/examples/my-angular-v18-env"
},
"examples/my-angular-v19-env": {
"name": "examples/my-angular-v19-env",
"scope": "bitdev.angular",
"version": "1.0.3",
"version": "1.1.0",
"mainFile": "index.ts",
"rootDir": "angular/examples/my-angular-v19-env"
},
"integration/demo-app": {
"name": "integration/demo-app",
"scope": "bitdev.angular",
"version": "1.0.1",
"version": "1.1.0",
"mainFile": "index.ts",
"rootDir": "angular/integration/demo-app"
},
"integration/demo-lib": {
"name": "integration/demo-lib",
"scope": "bitdev.angular",
"version": "1.0.1",
"version": "1.1.0",
"mainFile": "public-api.ts",
"rootDir": "angular/integration/demo-lib"
},
"integration/demo-lib-v16": {
"name": "integration/demo-lib-v16",
"scope": "bitdev.angular",
"version": "1.0.0",
"version": "1.1.0",
"mainFile": "public-api.ts",
"rootDir": "angular/integration/demo-lib-v16"
},
"integration/demo-lib-v17": {
"name": "integration/demo-lib-v17",
"scope": "bitdev.angular",
"version": "1.0.0",
"version": "1.1.0",
"mainFile": "public-api.ts",
"rootDir": "angular/integration/demo-lib-v17"
},
"integration/demo-lib-v18": {
"name": "integration/demo-lib-v18",
"scope": "bitdev.angular",
"version": "1.0.0",
"version": "1.1.0",
"mainFile": "public-api.ts",
"rootDir": "angular/integration/demo-lib-v18"
},
"integration/demo-lib-v19": {
"name": "integration/demo-lib-v19",
"scope": "bitdev.angular",
"version": "1.0.1",
"version": "1.1.0",
"mainFile": "public-api.ts",
"rootDir": "angular/integration/demo-lib-v19"
},
Expand All @@ -369,7 +369,7 @@
"templates/generators": {
"name": "templates/generators",
"scope": "bitdev.angular",
"version": "7.0.0",
"version": "7.1.0",
"mainFile": "index.ts",
"rootDir": "angular/templates/generators"
},
Expand Down
4 changes: 2 additions & 2 deletions angular/envs/angular-env/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"componentId": {
"scope": "bitdev.angular",
"name": "angular-env",
"version": "7.0.1"
"version": "7.1.0"
},
"propagate": false,
"extensions": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.0.3",
"jest-environment-node": "^29.0.3",
"jest-preset-angular": "~14.3.0",
"jest-preset-angular": "~14.4.0",
"ng-packagr": "^19.0.0",
"postcss": "8.4.47",
"postcss-loader": "8.1.1",
Expand Down
9 changes: 7 additions & 2 deletions angular/envs/angular-env/env.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
},
{
"name": "jest-preset-angular",
"version": "~14.3.0",
"supportedRange": "~14.3.0",
"version": "~14.4.0",
"supportedRange": "~14.4.0",
"hidden": true,
"force": true
}
Expand Down Expand Up @@ -106,6 +106,11 @@
"version": "^19.0.0",
"supportedRange": "^19.0.0"
},
{
"name": "@types/eslint",
"version": "^8.40.0",
"supportedRange": "^8.40.0"
},
{
"name": "express",
"version": "~4.21.1",
Expand Down
36 changes: 0 additions & 36 deletions angular/envs/angular-v13-env/angular-v13-env.bit-env.ts

This file was deleted.

85 changes: 0 additions & 85 deletions angular/envs/angular-v13-env/angular-v13-env.docs.mdx

This file was deleted.

68 changes: 0 additions & 68 deletions angular/envs/angular-v13-env/component.json

This file was deleted.

Loading

0 comments on commit e378d69

Please sign in to comment.