Skip to content

Commit

Permalink
chore: cleanup left over configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Oct 16, 2023
1 parent cb2ddfa commit 6e6028d
Show file tree
Hide file tree
Showing 17 changed files with 26 additions and 33 deletions.
3 changes: 1 addition & 2 deletions angular/devkit/common/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"typescript": ">= 3.5.3"
}
}
},
"teambit.node/[email protected]": {}
}
}
}
3 changes: 1 addition & 2 deletions angular/devkit/compiler/elements/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"@babel/runtime": "7.22.15"
}
}
},
"teambit.node/[email protected]": {}
}
}
}
3 changes: 1 addition & 2 deletions angular/devkit/compiler/multi-compiler/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"@angular/compiler-cli": ">= 8.0.0"
}
}
},
"teambit.node/[email protected]": {}
}
}
}
3 changes: 1 addition & 2 deletions angular/devkit/compiler/ng-packagr/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"ng-packagr": ">=5.0.0"
}
}
},
"teambit.node/[email protected]": {}
}
}
}
3 changes: 1 addition & 2 deletions angular/devkit/linter/eslint/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"eslint": ">= 7.0.0"
}
}
},
"teambit.node/[email protected]": {}
}
}
}
3 changes: 1 addition & 2 deletions angular/devkit/ng-compat/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"webpack": ">= 4.44.2"
}
}
},
"teambit.node/[email protected]": {}
}
}
}
3 changes: 1 addition & 2 deletions angular/devkit/ngcc/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"@angular/compiler-cli": ">= 8.0.0"
}
}
},
"teambit.node/[email protected]": {}
}
}
}
3 changes: 1 addition & 2 deletions angular/devkit/preview/mounter/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"zone.js": ">= 0.9.1"
}
}
},
"teambit.node/[email protected]": {}
}
}
}
3 changes: 1 addition & 2 deletions angular/devkit/preview/preview/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"zone.js": ">= 0.9.1"
}
}
},
"teambit.node/[email protected]": {}
}
}
}
3 changes: 1 addition & 2 deletions angular/devkit/preview/runtime/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"zone.js": ">= 0.9.1"
}
}
},
"teambit.node/[email protected]": {}
}
}
}
3 changes: 1 addition & 2 deletions angular/devkit/webpack/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"@babel/runtime": "7.22.15"
}
}
},
"teambit.node/[email protected]": {}
}
}
}
14 changes: 7 additions & 7 deletions angular/envs/angular-v12-env/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"@angular-devkit/build-webpack": "~0.1202.16",
"@angular-devkit/core": "^12.2.16",
"@angular-devkit/schematics": "^12.2.16",
"@angular-eslint/eslint-plugin": "^12.1.0",
"@angular-eslint/eslint-plugin-template": "^12.1.0",
"@angular-eslint/template-parser": "^12.1.0",
"@angular-eslint/eslint-plugin": "~13.0.1",
"@angular-eslint/eslint-plugin-template": "~13.0.1",
"@angular-eslint/template-parser": "~13.0.1",
"@angular/animations": "^12.2.16",
"@angular/cli": "~12.2.16",
"@angular/common": "^12.2.16",
Expand All @@ -27,15 +27,15 @@
"@angular/platform-browser": "^12.2.16",
"@angular/platform-browser-dynamic": "^12.2.16",
"@ngtools/webpack": "^12.2.16",
"@types/eslint": "^7.28.0",
"@types/eslint": "^8.2.0",
"@types/jest": "~27.0.1",
"@types/react-dev-utils": "~9.0.8",
"@types/remark-prism": "~1.3.0",
"@types/webpack-dev-server": "4.3.1",
"@types/webpack-dev-middleware": "5.0.2",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"eslint": "7.26.0",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"eslint": "8.2.0",
"events": "^3.2.0",
"html-loader": "~2.1.2",
"jest": "~27.0.4",
Expand Down
3 changes: 3 additions & 0 deletions angular/envs/angular-v12-env/webpack/webpack5.build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ export function webpack5BuildConfigFactory(
// module chunks which are built will work in web workers as well.
// Commented out to use the default (self) as according to tobias with webpack5 self is working with workers as well
// globalObject: 'this',

// fix for Error: error:0308010C:digital envelope routines::unsupported
hashFunction :'xxhash64'
},

resolve: {
Expand Down
3 changes: 3 additions & 0 deletions angular/envs/angular-v12-env/webpack/webpack5.serve.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ export function webpack5ServeConfigFactory(
// module chunks which are built will work in web workers as well.
// Commented out to use the default (self) as according to tobias with webpack5 self is working with workers as well
// globalObject: 'this',

// fix for Error: error:0308010C:digital envelope routines::unsupported
hashFunction :'xxhash64'
},

infrastructureLogging: {
Expand Down
1 change: 0 additions & 1 deletion angular/envs/angular-v17-env/webpack-config.factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ async function getWebpackConfig(
...logger,
log: logger.console
} as any as logging.LoggerApi;
console.log(browserOptions);
const normalizedOptions = normalizeBrowserSchema(
normalizedWorkspaceRoot,
projectRoot,
Expand Down
3 changes: 1 addition & 2 deletions angular/envs/base-env/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"zone.js": ">= 0.9.1"
}
}
},
"teambit.node/[email protected]": {}
}
}
}
2 changes: 1 addition & 1 deletion workspace.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/**
* default scope for all components in workspace.
**/
"defaultScope": "bitdev.angular",
"defaultScope": "integration.examples",
"resolveEnvsFromRoots": true
},
/**
Expand Down

0 comments on commit 6e6028d

Please sign in to comment.