@nrwl/angular 13.10.0-beta.6 → 13.10.0-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/executors.json +4 -4
- package/fesm2015/nrwl-angular-mfe.mjs.map +1 -1
- package/fesm2020/nrwl-angular-mfe.mjs.map +1 -1
- package/generators.json +8 -8
- package/migrations.json +2 -407
- package/package.json +7 -7
- package/src/builders/webpack-browser/schema.json +33 -1
- package/src/builders/webpack-server/schema.json +6 -0
- package/src/executors/ng-packagr-lite/schema.json +14 -0
- package/src/executors/package/schema.json +14 -0
- package/src/generators/application/schema.json +3 -3
- package/src/generators/component/schema.json +4 -4
- package/src/generators/convert-to-with-mf/convert-to-with-mf.js +2 -1
- package/src/generators/convert-to-with-mf/convert-to-with-mf.js.map +1 -1
- package/src/generators/convert-to-with-mf/lib/write-new-webpack-config.d.ts +1 -1
- package/src/generators/convert-to-with-mf/lib/write-new-webpack-config.js +17 -14
- package/src/generators/convert-to-with-mf/lib/write-new-webpack-config.js.map +1 -1
- package/src/generators/convert-tslint-to-eslint/schema.json +4 -4
- package/src/generators/downgrade-module/schema.json +1 -0
- package/src/generators/init/schema.json +1 -1
- package/src/generators/karma/karma.d.ts +1 -1
- package/src/generators/karma/karma.js +17 -15
- package/src/generators/karma/karma.js.map +1 -1
- package/src/generators/karma/schema.json +1 -0
- package/src/generators/karma-project/karma-project.js +2 -0
- package/src/generators/karma-project/karma-project.js.map +1 -1
- package/src/generators/karma-project/schema.d.ts +1 -0
- package/src/generators/karma-project/schema.json +6 -0
- package/src/generators/library/schema.json +2 -1
- package/src/generators/library-secondary-entry-point/schema.json +1 -0
- package/src/generators/mfe-host/schema.json +1 -1
- package/src/generators/mfe-remote/schema.json +2 -2
- package/src/generators/move/schema.json +3 -3
- package/src/generators/ngrx/schema.json +1 -0
- package/src/generators/scam/schema.json +6 -6
- package/src/generators/scam-directive/schema.json +3 -3
- package/src/generators/scam-pipe/schema.json +1 -1
- package/src/generators/setup-mfe/files/webpack/mfe.config.js__tmpl__ +7 -0
- package/src/generators/setup-mfe/files/webpack/webpack.config.js__tmpl__ +2 -7
- package/src/generators/setup-mfe/lib/add-remote-to-host.js +7 -8
- package/src/generators/setup-mfe/lib/add-remote-to-host.js.map +1 -1
- package/src/generators/setup-mfe/lib/generate-config.js +2 -1
- package/src/generators/setup-mfe/lib/generate-config.js.map +1 -1
- package/src/generators/setup-mfe/schema.json +1 -1
- package/src/generators/stories/schema.json +2 -0
- package/src/generators/storybook-configuration/schema.json +2 -0
- package/src/generators/storybook-migrate-defaults-5-to-6/schema.json +2 -0
- package/src/generators/storybook-migrate-stories-to-6-2/schema.json +2 -0
- package/src/generators/upgrade-module/schema.json +1 -0
- package/src/migrations/update-12-3-0/update-storybook.js +1 -1
- package/src/utils/mfe/with-module-federation.js +4 -1
- package/src/utils/mfe/with-module-federation.js.map +1 -1
- package/src/utils/versions.js +1 -1
- package/src/migrations/update-10-0-0/update-10-0-0.d.ts +0 -1
- package/src/migrations/update-10-0-0/update-10-0-0.js +0 -15
- package/src/migrations/update-10-0-0/update-10-0-0.js.map +0 -1
- package/src/migrations/update-10-2-0/update-10-2-0.d.ts +0 -1
- package/src/migrations/update-10-2-0/update-10-2-0.js +0 -14
- package/src/migrations/update-10-2-0/update-10-2-0.js.map +0 -1
- package/src/migrations/update-10-3-0/files/tsconfig.editor.json +0 -11
- package/src/migrations/update-10-3-0/update-10-3-0.d.ts +0 -2
- package/src/migrations/update-10-3-0/update-10-3-0.js +0 -79
- package/src/migrations/update-10-3-0/update-10-3-0.js.map +0 -1
- package/src/migrations/update-10-4-0/update-10-4-0.d.ts +0 -2
- package/src/migrations/update-10-4-0/update-10-4-0.js +0 -36
- package/src/migrations/update-10-4-0/update-10-4-0.js.map +0 -1
- package/src/migrations/update-10-5-0/add-template-support-and-presets-to-eslint.d.ts +0 -2
- package/src/migrations/update-10-5-0/add-template-support-and-presets-to-eslint.js +0 -118
- package/src/migrations/update-10-5-0/add-template-support-and-presets-to-eslint.js.map +0 -1
- package/src/migrations/update-11-0-0/update-builders-config.d.ts +0 -2
- package/src/migrations/update-11-0-0/update-builders-config.js +0 -55
- package/src/migrations/update-11-0-0/update-builders-config.js.map +0 -1
- package/src/migrations/update-8-12-0/change-angular-lib-builder.d.ts +0 -2
- package/src/migrations/update-8-12-0/change-angular-lib-builder.js +0 -25
- package/src/migrations/update-8-12-0/change-angular-lib-builder.js.map +0 -1
- package/src/migrations/update-8-3-0/upgrade-ngrx-8-0.d.ts +0 -1
- package/src/migrations/update-8-3-0/upgrade-ngrx-8-0.js +0 -49
- package/src/migrations/update-8-3-0/upgrade-ngrx-8-0.js.map +0 -1
- package/src/migrations/update-8-5-0/upgrade-cli-8-3.d.ts +0 -1
- package/src/migrations/update-8-5-0/upgrade-cli-8-3.js +0 -55
- package/src/migrations/update-8-5-0/upgrade-cli-8-3.js.map +0 -1
- package/src/migrations/update-9-0-0/add-postinstall.d.ts +0 -1
- package/src/migrations/update-9-0-0/add-postinstall.js +0 -22
- package/src/migrations/update-9-0-0/add-postinstall.js.map +0 -1
- package/src/migrations/update-9-0-0/update-9-0-0.d.ts +0 -2
- package/src/migrations/update-9-0-0/update-9-0-0.js +0 -18
- package/src/migrations/update-9-0-0/update-9-0-0.js.map +0 -1
package/executors.json
CHANGED
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
"webpack-browser": {
|
|
19
19
|
"implementation": "./src/builders/webpack-browser/webpack-browser.impl",
|
|
20
20
|
"schema": "./src/builders/webpack-browser/schema.json",
|
|
21
|
-
"description": "The webpack-browser executor is very similar to the standard browser builder provided by the Angular Devkit. It allows you to build your Angular application to a build artifact that can be hosted online. There are some key differences: \n- Supports Custom Webpack Configurations \n- Supports Incremental Building"
|
|
21
|
+
"description": "The `webpack-browser` executor is very similar to the standard `browser` builder provided by the Angular Devkit. It allows you to build your Angular application to a build artifact that can be hosted online. There are some key differences: \n- Supports Custom Webpack Configurations \n- Supports Incremental Building"
|
|
22
22
|
},
|
|
23
23
|
"webpack-server": {
|
|
24
24
|
"implementation": "./src/builders/webpack-server/webpack-server.impl",
|
|
25
25
|
"schema": "./src/builders/webpack-server/schema.json",
|
|
26
|
-
"description": "The webpack-server executor is very similar to the standard dev
|
|
26
|
+
"description": "The `webpack-server` executor is very similar to the standard `dev-server` builder provided by the Angular Devkit. It is usually used in tandem with `@nrwl/angular:webpack-browser` when your Angular application uses a custom webpack configuration."
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"builders": {
|
|
@@ -45,12 +45,12 @@
|
|
|
45
45
|
"webpack-browser": {
|
|
46
46
|
"implementation": "./src/builders/webpack-browser/webpack-browser.impl",
|
|
47
47
|
"schema": "./src/builders/webpack-browser/schema.json",
|
|
48
|
-
"description": "The webpack-browser executor is very similar to the standard browser builder provided by the Angular Devkit. It allows you to build your Angular application to a build artifact that can be hosted online. There are some key differences: \n- Supports Custom Webpack Configurations \n- Supports Incremental Building"
|
|
48
|
+
"description": "The `webpack-browser` executor is very similar to the standard `browser` builder provided by the Angular Devkit. It allows you to build your Angular application to a build artifact that can be hosted online. There are some key differences: \n- Supports Custom Webpack Configurations \n- Supports Incremental Building"
|
|
49
49
|
},
|
|
50
50
|
"webpack-server": {
|
|
51
51
|
"implementation": "./src/builders/webpack-server/webpack-server.impl",
|
|
52
52
|
"schema": "./src/builders/webpack-server/schema.json",
|
|
53
|
-
"description": "The webpack-server executor is very similar to the standard dev
|
|
53
|
+
"description": "The `webpack-server` executor is very similar to the standard `dev-server` builder provided by the Angular Devkit. It is usually used in tandem with `@nrwl/angular:webpack-browser` when your Angular application uses a custom webpack configuration."
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nrwl-angular-mfe.mjs","sources":["../../mfe/mfe.ts","../../mfe/nrwl-angular-mfe.ts"],"sourcesContent":["export type ResolveRemoteUrlFunction = (\n remoteName: string\n) => string | Promise<string>;\n\ndeclare const __webpack_init_sharing__: (scope: 'default') => Promise<void>;\ndeclare const __webpack_share_scopes__: { default: unknown };\n\nlet resolveRemoteUrl: ResolveRemoteUrlFunction;\nexport function setRemoteUrlResolver(\n _resolveRemoteUrl: ResolveRemoteUrlFunction\n) {\n resolveRemoteUrl = _resolveRemoteUrl;\n}\n\nlet remoteUrlDefinitions: Record<string, string>;\nexport function setRemoteDefinitions(definitions: Record<string, string>) {\n remoteUrlDefinitions = definitions;\n}\n\nlet remoteModuleMap = new Map<string, unknown>();\nlet remoteContainerMap = new Map<string, unknown>();\nexport async function loadRemoteModule(remoteName: string, moduleName: string) {\n const remoteModuleKey = `${remoteName}:${moduleName}`;\n if (remoteModuleMap.has(remoteModuleKey)) {\n return remoteModuleMap.get(remoteModuleKey);\n }\n\n const container = remoteContainerMap.has(remoteName)\n ? remoteContainerMap.get(remoteName)\n : await loadRemoteContainer(remoteName);\n\n const factory = await container.get(moduleName);\n const Module = factory();\n\n remoteModuleMap.set(remoteModuleKey, Module);\n\n return Module;\n}\n\nfunction loadModule(url: string) {\n return import(/* webpackIgnore:true */ url);\n}\n\nlet initialSharingScopeCreated = false;\nasync function loadRemoteContainer(remoteName: string) {\n if (!resolveRemoteUrl && !remoteUrlDefinitions) {\n throw new Error(\n 'Call setRemoteDefinitions or setRemoteUrlResolver to allow Dynamic Federation to find the remote apps correctly.'\n );\n }\n\n if (!initialSharingScopeCreated) {\n initialSharingScopeCreated = true;\n await __webpack_init_sharing__('default');\n }\n\n const remoteUrl = remoteUrlDefinitions\n ? remoteUrlDefinitions[remoteName]\n : await resolveRemoteUrl(remoteName);\n\n const containerUrl = `${remoteUrl}${\n remoteUrl.endsWith('/') ? '' : '/'\n }remoteEntry.mjs`;\n\n const container = await loadModule(containerUrl);\n await container.init(__webpack_share_scopes__.default);\n\n remoteContainerMap.set(remoteName, container);\n return container;\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;AAOA,IAAI,gBAA0C,CAAC;
|
|
1
|
+
{"version":3,"file":"nrwl-angular-mfe.mjs","sources":["../../mfe/mfe.ts","../../mfe/nrwl-angular-mfe.ts"],"sourcesContent":["export type ResolveRemoteUrlFunction = (\n remoteName: string\n) => string | Promise<string>;\n\ndeclare const __webpack_init_sharing__: (scope: 'default') => Promise<void>;\ndeclare const __webpack_share_scopes__: { default: unknown };\n\nlet resolveRemoteUrl: ResolveRemoteUrlFunction;\nexport function setRemoteUrlResolver(\n _resolveRemoteUrl: ResolveRemoteUrlFunction\n) {\n resolveRemoteUrl = _resolveRemoteUrl;\n}\n\nlet remoteUrlDefinitions: Record<string, string>;\nexport function setRemoteDefinitions(definitions: Record<string, string>) {\n remoteUrlDefinitions = definitions;\n}\n\nlet remoteModuleMap = new Map<string, unknown>();\nlet remoteContainerMap = new Map<string, unknown>();\nexport async function loadRemoteModule(remoteName: string, moduleName: string) {\n const remoteModuleKey = `${remoteName}:${moduleName}`;\n if (remoteModuleMap.has(remoteModuleKey)) {\n return remoteModuleMap.get(remoteModuleKey);\n }\n\n const container = remoteContainerMap.has(remoteName)\n ? remoteContainerMap.get(remoteName)\n : await loadRemoteContainer(remoteName);\n\n const factory = await container.get(moduleName);\n const Module = factory();\n\n remoteModuleMap.set(remoteModuleKey, Module);\n\n return Module;\n}\n\nfunction loadModule(url: string) {\n return import(/* webpackIgnore:true */ url);\n}\n\nlet initialSharingScopeCreated = false;\nasync function loadRemoteContainer(remoteName: string) {\n if (!resolveRemoteUrl && !remoteUrlDefinitions) {\n throw new Error(\n 'Call setRemoteDefinitions or setRemoteUrlResolver to allow Dynamic Federation to find the remote apps correctly.'\n );\n }\n\n if (!initialSharingScopeCreated) {\n initialSharingScopeCreated = true;\n await __webpack_init_sharing__('default');\n }\n\n const remoteUrl = remoteUrlDefinitions\n ? remoteUrlDefinitions[remoteName]\n : await resolveRemoteUrl(remoteName);\n\n const containerUrl = `${remoteUrl}${\n remoteUrl.endsWith('/') ? '' : '/'\n }remoteEntry.mjs`;\n\n const container = await loadModule(containerUrl);\n await container.init(__webpack_share_scopes__.default);\n\n remoteContainerMap.set(remoteName, container);\n return container;\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;AAOA,IAAI,gBAA0C,CAAC;AACzC,SAAU,oBAAoB,CAClC,iBAA2C,EAAA;IAE3C,gBAAgB,GAAG,iBAAiB,CAAC;AACvC,CAAC;AAED,IAAI,oBAA4C,CAAC;AAC3C,SAAU,oBAAoB,CAAC,WAAmC,EAAA;IACtE,oBAAoB,GAAG,WAAW,CAAC;AACrC,CAAC;AAED,IAAI,eAAe,GAAG,IAAI,GAAG,EAAmB,CAAC;AACjD,IAAI,kBAAkB,GAAG,IAAI,GAAG,EAAmB,CAAC;AAC9B,SAAA,gBAAgB,CAAC,UAAkB,EAAE,UAAkB,EAAA;;AAC3E,QAAA,MAAM,eAAe,GAAG,CAAA,EAAG,UAAU,CAAI,CAAA,EAAA,UAAU,EAAE,CAAC;AACtD,QAAA,IAAI,eAAe,CAAC,GAAG,CAAC,eAAe,CAAC,EAAE;AACxC,YAAA,OAAO,eAAe,CAAC,GAAG,CAAC,eAAe,CAAC,CAAC;AAC7C,SAAA;AAED,QAAA,MAAM,SAAS,GAAG,kBAAkB,CAAC,GAAG,CAAC,UAAU,CAAC;AAClD,cAAE,kBAAkB,CAAC,GAAG,CAAC,UAAU,CAAC;AACpC,cAAE,MAAM,mBAAmB,CAAC,UAAU,CAAC,CAAC;QAE1C,MAAM,OAAO,GAAG,MAAM,SAAS,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;AAChD,QAAA,MAAM,MAAM,GAAG,OAAO,EAAE,CAAC;AAEzB,QAAA,eAAe,CAAC,GAAG,CAAC,eAAe,EAAE,MAAM,CAAC,CAAC;AAE7C,QAAA,OAAO,MAAM,CAAC;KACf,CAAA,CAAA;AAAA,CAAA;AAED,SAAS,UAAU,CAAC,GAAW,EAAA;AAC7B,IAAA,OAAO,gCAAgC,GAAG,CAAC,CAAC;AAC9C,CAAC;AAED,IAAI,0BAA0B,GAAG,KAAK,CAAC;AACvC,SAAe,mBAAmB,CAAC,UAAkB,EAAA;;AACnD,QAAA,IAAI,CAAC,gBAAgB,IAAI,CAAC,oBAAoB,EAAE;AAC9C,YAAA,MAAM,IAAI,KAAK,CACb,kHAAkH,CACnH,CAAC;AACH,SAAA;QAED,IAAI,CAAC,0BAA0B,EAAE;YAC/B,0BAA0B,GAAG,IAAI,CAAC;AAClC,YAAA,MAAM,wBAAwB,CAAC,SAAS,CAAC,CAAC;AAC3C,SAAA;QAED,MAAM,SAAS,GAAG,oBAAoB;AACpC,cAAE,oBAAoB,CAAC,UAAU,CAAC;AAClC,cAAE,MAAM,gBAAgB,CAAC,UAAU,CAAC,CAAC;QAEvC,MAAM,YAAY,GAAG,CAAG,EAAA,SAAS,GAC/B,SAAS,CAAC,QAAQ,CAAC,GAAG,CAAC,GAAG,EAAE,GAAG,GACjC,iBAAiB,CAAC;AAElB,QAAA,MAAM,SAAS,GAAG,MAAM,UAAU,CAAC,YAAY,CAAC,CAAC;QACjD,MAAM,SAAS,CAAC,IAAI,CAAC,wBAAwB,CAAC,OAAO,CAAC,CAAC;AAEvD,QAAA,kBAAkB,CAAC,GAAG,CAAC,UAAU,EAAE,SAAS,CAAC,CAAC;AAC9C,QAAA,OAAO,SAAS,CAAC;KAClB,CAAA,CAAA;AAAA;;ACrED;;AAEG;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nrwl-angular-mfe.mjs","sources":["../../mfe/mfe.ts","../../mfe/nrwl-angular-mfe.ts"],"sourcesContent":["export type ResolveRemoteUrlFunction = (\n remoteName: string\n) => string | Promise<string>;\n\ndeclare const __webpack_init_sharing__: (scope: 'default') => Promise<void>;\ndeclare const __webpack_share_scopes__: { default: unknown };\n\nlet resolveRemoteUrl: ResolveRemoteUrlFunction;\nexport function setRemoteUrlResolver(\n _resolveRemoteUrl: ResolveRemoteUrlFunction\n) {\n resolveRemoteUrl = _resolveRemoteUrl;\n}\n\nlet remoteUrlDefinitions: Record<string, string>;\nexport function setRemoteDefinitions(definitions: Record<string, string>) {\n remoteUrlDefinitions = definitions;\n}\n\nlet remoteModuleMap = new Map<string, unknown>();\nlet remoteContainerMap = new Map<string, unknown>();\nexport async function loadRemoteModule(remoteName: string, moduleName: string) {\n const remoteModuleKey = `${remoteName}:${moduleName}`;\n if (remoteModuleMap.has(remoteModuleKey)) {\n return remoteModuleMap.get(remoteModuleKey);\n }\n\n const container = remoteContainerMap.has(remoteName)\n ? remoteContainerMap.get(remoteName)\n : await loadRemoteContainer(remoteName);\n\n const factory = await container.get(moduleName);\n const Module = factory();\n\n remoteModuleMap.set(remoteModuleKey, Module);\n\n return Module;\n}\n\nfunction loadModule(url: string) {\n return import(/* webpackIgnore:true */ url);\n}\n\nlet initialSharingScopeCreated = false;\nasync function loadRemoteContainer(remoteName: string) {\n if (!resolveRemoteUrl && !remoteUrlDefinitions) {\n throw new Error(\n 'Call setRemoteDefinitions or setRemoteUrlResolver to allow Dynamic Federation to find the remote apps correctly.'\n );\n }\n\n if (!initialSharingScopeCreated) {\n initialSharingScopeCreated = true;\n await __webpack_init_sharing__('default');\n }\n\n const remoteUrl = remoteUrlDefinitions\n ? remoteUrlDefinitions[remoteName]\n : await resolveRemoteUrl(remoteName);\n\n const containerUrl = `${remoteUrl}${\n remoteUrl.endsWith('/') ? '' : '/'\n }remoteEntry.mjs`;\n\n const container = await loadModule(containerUrl);\n await container.init(__webpack_share_scopes__.default);\n\n remoteContainerMap.set(remoteName, container);\n return container;\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"AAOA,IAAI,gBAA0C,CAAC;
|
|
1
|
+
{"version":3,"file":"nrwl-angular-mfe.mjs","sources":["../../mfe/mfe.ts","../../mfe/nrwl-angular-mfe.ts"],"sourcesContent":["export type ResolveRemoteUrlFunction = (\n remoteName: string\n) => string | Promise<string>;\n\ndeclare const __webpack_init_sharing__: (scope: 'default') => Promise<void>;\ndeclare const __webpack_share_scopes__: { default: unknown };\n\nlet resolveRemoteUrl: ResolveRemoteUrlFunction;\nexport function setRemoteUrlResolver(\n _resolveRemoteUrl: ResolveRemoteUrlFunction\n) {\n resolveRemoteUrl = _resolveRemoteUrl;\n}\n\nlet remoteUrlDefinitions: Record<string, string>;\nexport function setRemoteDefinitions(definitions: Record<string, string>) {\n remoteUrlDefinitions = definitions;\n}\n\nlet remoteModuleMap = new Map<string, unknown>();\nlet remoteContainerMap = new Map<string, unknown>();\nexport async function loadRemoteModule(remoteName: string, moduleName: string) {\n const remoteModuleKey = `${remoteName}:${moduleName}`;\n if (remoteModuleMap.has(remoteModuleKey)) {\n return remoteModuleMap.get(remoteModuleKey);\n }\n\n const container = remoteContainerMap.has(remoteName)\n ? remoteContainerMap.get(remoteName)\n : await loadRemoteContainer(remoteName);\n\n const factory = await container.get(moduleName);\n const Module = factory();\n\n remoteModuleMap.set(remoteModuleKey, Module);\n\n return Module;\n}\n\nfunction loadModule(url: string) {\n return import(/* webpackIgnore:true */ url);\n}\n\nlet initialSharingScopeCreated = false;\nasync function loadRemoteContainer(remoteName: string) {\n if (!resolveRemoteUrl && !remoteUrlDefinitions) {\n throw new Error(\n 'Call setRemoteDefinitions or setRemoteUrlResolver to allow Dynamic Federation to find the remote apps correctly.'\n );\n }\n\n if (!initialSharingScopeCreated) {\n initialSharingScopeCreated = true;\n await __webpack_init_sharing__('default');\n }\n\n const remoteUrl = remoteUrlDefinitions\n ? remoteUrlDefinitions[remoteName]\n : await resolveRemoteUrl(remoteName);\n\n const containerUrl = `${remoteUrl}${\n remoteUrl.endsWith('/') ? '' : '/'\n }remoteEntry.mjs`;\n\n const container = await loadModule(containerUrl);\n await container.init(__webpack_share_scopes__.default);\n\n remoteContainerMap.set(remoteName, container);\n return container;\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"AAOA,IAAI,gBAA0C,CAAC;AACzC,SAAU,oBAAoB,CAClC,iBAA2C,EAAA;IAE3C,gBAAgB,GAAG,iBAAiB,CAAC;AACvC,CAAC;AAED,IAAI,oBAA4C,CAAC;AAC3C,SAAU,oBAAoB,CAAC,WAAmC,EAAA;IACtE,oBAAoB,GAAG,WAAW,CAAC;AACrC,CAAC;AAED,IAAI,eAAe,GAAG,IAAI,GAAG,EAAmB,CAAC;AACjD,IAAI,kBAAkB,GAAG,IAAI,GAAG,EAAmB,CAAC;AAC7C,eAAe,gBAAgB,CAAC,UAAkB,EAAE,UAAkB,EAAA;AAC3E,IAAA,MAAM,eAAe,GAAG,CAAA,EAAG,UAAU,CAAI,CAAA,EAAA,UAAU,EAAE,CAAC;AACtD,IAAA,IAAI,eAAe,CAAC,GAAG,CAAC,eAAe,CAAC,EAAE;AACxC,QAAA,OAAO,eAAe,CAAC,GAAG,CAAC,eAAe,CAAC,CAAC;AAC7C,KAAA;AAED,IAAA,MAAM,SAAS,GAAG,kBAAkB,CAAC,GAAG,CAAC,UAAU,CAAC;AAClD,UAAE,kBAAkB,CAAC,GAAG,CAAC,UAAU,CAAC;AACpC,UAAE,MAAM,mBAAmB,CAAC,UAAU,CAAC,CAAC;IAE1C,MAAM,OAAO,GAAG,MAAM,SAAS,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;AAChD,IAAA,MAAM,MAAM,GAAG,OAAO,EAAE,CAAC;AAEzB,IAAA,eAAe,CAAC,GAAG,CAAC,eAAe,EAAE,MAAM,CAAC,CAAC;AAE7C,IAAA,OAAO,MAAM,CAAC;AAChB,CAAC;AAED,SAAS,UAAU,CAAC,GAAW,EAAA;AAC7B,IAAA,OAAO,gCAAgC,GAAG,CAAC,CAAC;AAC9C,CAAC;AAED,IAAI,0BAA0B,GAAG,KAAK,CAAC;AACvC,eAAe,mBAAmB,CAAC,UAAkB,EAAA;AACnD,IAAA,IAAI,CAAC,gBAAgB,IAAI,CAAC,oBAAoB,EAAE;AAC9C,QAAA,MAAM,IAAI,KAAK,CACb,kHAAkH,CACnH,CAAC;AACH,KAAA;IAED,IAAI,CAAC,0BAA0B,EAAE;QAC/B,0BAA0B,GAAG,IAAI,CAAC;AAClC,QAAA,MAAM,wBAAwB,CAAC,SAAS,CAAC,CAAC;AAC3C,KAAA;IAED,MAAM,SAAS,GAAG,oBAAoB;AACpC,UAAE,oBAAoB,CAAC,UAAU,CAAC;AAClC,UAAE,MAAM,gBAAgB,CAAC,UAAU,CAAC,CAAC;IAEvC,MAAM,YAAY,GAAG,CAAG,EAAA,SAAS,GAC/B,SAAS,CAAC,QAAQ,CAAC,GAAG,CAAC,GAAG,EAAE,GAAG,GACjC,iBAAiB,CAAC;AAElB,IAAA,MAAM,SAAS,GAAG,MAAM,UAAU,CAAC,YAAY,CAAC,CAAC;IACjD,MAAM,SAAS,CAAC,IAAI,CAAC,wBAAwB,CAAC,OAAO,CAAC,CAAC;AAEvD,IAAA,kBAAkB,CAAC,GAAG,CAAC,UAAU,EAAE,SAAS,CAAC,CAAC;AAC9C,IAAA,OAAO,SAAS,CAAC;AACnB;;ACrEA;;AAEG;;;;"}
|
package/generators.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"component-story": {
|
|
31
31
|
"factory": "./src/generators/component-story/compat",
|
|
32
32
|
"schema": "./src/generators/component-story/schema.json",
|
|
33
|
-
"description": "Creates a stories.ts file for a component.",
|
|
33
|
+
"description": "Creates a `stories.ts` file for a component.",
|
|
34
34
|
"hidden": true
|
|
35
35
|
},
|
|
36
36
|
"convert-tslint-to-eslint": {
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"init": {
|
|
47
47
|
"factory": "./src/generators/init/init.compat#initSchematic",
|
|
48
48
|
"schema": "./src/generators/init/schema.json",
|
|
49
|
-
"description": "Initializes the
|
|
49
|
+
"description": "Initializes the `@nrwl/angular` plugin.",
|
|
50
50
|
"hidden": true
|
|
51
51
|
},
|
|
52
52
|
"karma": {
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"convert-to-with-mf": {
|
|
88
88
|
"factory": "./src/generators/convert-to-with-mf/convert-to-with-mf.compat",
|
|
89
89
|
"schema": "./src/generators/convert-to-with-mf/schema.json",
|
|
90
|
-
"description": "Converts an old micro frontend configuration to use the new withModuleFederation helper. It will run successfully if the following conditions are met: \n - Is either a host or remote application \n - Shared npm package configurations have not been modified \n - Name used to identify the Micro Frontend application matches the project name \n\n _**Note:** This generator will overwrite your webpack config. If you have additional custom configuration in your config file, it will be lost!_"
|
|
90
|
+
"description": "Converts an old micro frontend configuration to use the new `withModuleFederation` helper. It will run successfully if the following conditions are met: \n - Is either a host or remote application \n - Shared npm package configurations have not been modified \n - Name used to identify the Micro Frontend application matches the project name \n\n _**Note:** This generator will overwrite your webpack config. If you have additional custom configuration in your config file, it will be lost!_"
|
|
91
91
|
},
|
|
92
92
|
"mfe-host": {
|
|
93
93
|
"factory": "./src/generators/mfe-host/mfe-host.compat",
|
|
@@ -144,12 +144,12 @@
|
|
|
144
144
|
"storybook-migrate-defaults-5-to-6": {
|
|
145
145
|
"factory": "./src/generators/storybook-migrate-defaults-5-to-6/compat",
|
|
146
146
|
"schema": "./src/generators/storybook-migrate-defaults-5-to-6/schema.json",
|
|
147
|
-
"description": "Generates default Storybook configuration files using Storybook version
|
|
147
|
+
"description": "Generates default Storybook configuration files using Storybook version `>=6.x` specs, for projects that already have Storybook instances and configurations of versions `<6.x`."
|
|
148
148
|
},
|
|
149
149
|
"storybook-migrate-stories-to-6-2": {
|
|
150
150
|
"factory": "./src/generators/storybook-migrate-stories-to-6-2/compat",
|
|
151
151
|
"schema": "./src/generators/storybook-migrate-stories-to-6-2/schema.json",
|
|
152
|
-
"description": "Migrates stories to match the new syntax in v6.2 where the component declaration should be in the default export."
|
|
152
|
+
"description": "Migrates stories to match the new syntax in `v6.2` where the component declaration should be in the default export."
|
|
153
153
|
},
|
|
154
154
|
"upgrade-module": {
|
|
155
155
|
"factory": "./src/generators/upgrade-module/compat",
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
"init": {
|
|
207
207
|
"factory": "./src/generators/init/init",
|
|
208
208
|
"schema": "./src/generators/init/schema.json",
|
|
209
|
-
"description": "Initializes the
|
|
209
|
+
"description": "Initializes the `@nrwl/angular` plugin.",
|
|
210
210
|
"hidden": true
|
|
211
211
|
},
|
|
212
212
|
"karma": {
|
|
@@ -304,12 +304,12 @@
|
|
|
304
304
|
"storybook-migrate-defaults-5-to-6": {
|
|
305
305
|
"factory": "./src/generators/storybook-migrate-defaults-5-to-6/storybook-migrate-defaults-5-to-6",
|
|
306
306
|
"schema": "./src/generators/storybook-migrate-defaults-5-to-6/schema.json",
|
|
307
|
-
"description": "Generates default Storybook configuration files using Storybook version
|
|
307
|
+
"description": "Generates default Storybook configuration files using Storybook version `>=6.x` specs, for projects that already have Storybook instances and configurations of versions `<6.x`."
|
|
308
308
|
},
|
|
309
309
|
"storybook-migrate-stories-to-6-2": {
|
|
310
310
|
"factory": "./src/generators/storybook-migrate-stories-to-6-2/migrate-stories-to-6-2",
|
|
311
311
|
"schema": "./src/generators/storybook-migrate-stories-to-6-2/schema.json",
|
|
312
|
-
"description": "Migrates stories to match the new syntax in v6.2 where the component declaration should be in the default export."
|
|
312
|
+
"description": "Migrates stories to match the new syntax in `v6.2` where the component declaration should be in the default export."
|
|
313
313
|
},
|
|
314
314
|
"upgrade-module": {
|
|
315
315
|
"factory": "./src/generators/upgrade-module/upgrade-module",
|
package/migrations.json
CHANGED
|
@@ -1,61 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schematics": {
|
|
3
|
-
"add-postinstall": {
|
|
4
|
-
"version": "0.0.0",
|
|
5
|
-
"description": "Adds postinstall to run ngcc",
|
|
6
|
-
"factory": "./src/migrations/update-9-0-0/add-postinstall",
|
|
7
|
-
"hidden": true
|
|
8
|
-
},
|
|
9
|
-
"upgrade-ngrx-8-0": {
|
|
10
|
-
"version": "8.3.0-beta.1",
|
|
11
|
-
"description": "Upgrades NgRx dependencies to version 8, and runs migrations for breaking changes",
|
|
12
|
-
"factory": "./src/migrations/update-8-3-0/upgrade-ngrx-8-0"
|
|
13
|
-
},
|
|
14
|
-
"upgrade-cli-8-3": {
|
|
15
|
-
"version": "8.5.0-beta.1",
|
|
16
|
-
"description": "Upgrades Angular CLI to 8.3.0 and NgRx dependencies to version 8.2",
|
|
17
|
-
"factory": "./src/migrations/update-8-5-0/upgrade-cli-8-3"
|
|
18
|
-
},
|
|
19
|
-
"change-angular-lib-builder": {
|
|
20
|
-
"version": "8.12.0-beta.1",
|
|
21
|
-
"description": "Changes Angular library builder to @nrwl/angular:package",
|
|
22
|
-
"factory": "./src/migrations/update-8-12-0/change-angular-lib-builder"
|
|
23
|
-
},
|
|
24
|
-
"update-9-0-0": {
|
|
25
|
-
"version": "9.0.0-beta.1",
|
|
26
|
-
"description": "Upgrades Angular and Angular CLI to 9.0.0",
|
|
27
|
-
"factory": "./src/migrations/update-9-0-0/update-9-0-0"
|
|
28
|
-
},
|
|
29
|
-
"update-10-0-0": {
|
|
30
|
-
"version": "10.0.0-beta.1",
|
|
31
|
-
"description": "Upgrades Angular and Angular CLI to 10.0.0",
|
|
32
|
-
"factory": "./src/migrations/update-10-0-0/update-10-0-0"
|
|
33
|
-
},
|
|
34
|
-
"update-10-2-0": {
|
|
35
|
-
"version": "10.2.0-beta.1",
|
|
36
|
-
"description": "Upgrade NgRx libraries to version 10.0.0",
|
|
37
|
-
"factory": "./src/migrations/update-10-2-0/update-10-2-0"
|
|
38
|
-
},
|
|
39
|
-
"update-10-3-0": {
|
|
40
|
-
"version": "10.3.0-beta.1",
|
|
41
|
-
"description": "Add tsconfig.editor.json to angular apps and update jest-angular-preset",
|
|
42
|
-
"factory": "./src/migrations/update-10-3-0/update-10-3-0"
|
|
43
|
-
},
|
|
44
|
-
"update-10-4-0": {
|
|
45
|
-
"version": "10.4.0-beta.3",
|
|
46
|
-
"description": "Adjust karma and protractor setup",
|
|
47
|
-
"factory": "./src/migrations/update-10-4-0/update-10-4-0"
|
|
48
|
-
},
|
|
49
|
-
"add-template-support-and-presets-to-eslint": {
|
|
50
|
-
"version": "10.5.0-beta.0",
|
|
51
|
-
"description": "Update eslint config and builder to extend from new Nx Angular presets and lint templates",
|
|
52
|
-
"factory": "./src/migrations/update-10-5-0/add-template-support-and-presets-to-eslint"
|
|
53
|
-
},
|
|
54
|
-
"update-11-0-0": {
|
|
55
|
-
"version": "11.0.0-beta.13",
|
|
56
|
-
"description": "Update builder configurations and dependencies",
|
|
57
|
-
"factory": "./src/migrations/update-11-0-0/update-builders-config"
|
|
58
|
-
},
|
|
59
3
|
"update-ngcc-postinstall": {
|
|
60
4
|
"version": "12.0.0-beta.0",
|
|
61
5
|
"description": "adjusts the ngcc postinstall command to just leave 'ngcc' in there. This fixes Ivy in Jest tests and Storybooks",
|
|
@@ -165,355 +109,6 @@
|
|
|
165
109
|
}
|
|
166
110
|
},
|
|
167
111
|
"packageJsonUpdates": {
|
|
168
|
-
"10.0.0": {
|
|
169
|
-
"version": "10.0.0-beta.0",
|
|
170
|
-
"packages": {
|
|
171
|
-
"rxjs": {
|
|
172
|
-
"version": "~6.5.5",
|
|
173
|
-
"alwaysAddToPackageJson": false
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
},
|
|
177
|
-
"10.2.0": {
|
|
178
|
-
"version": "10.2.0-beta.1",
|
|
179
|
-
"packages": {
|
|
180
|
-
"@ngrx/store": {
|
|
181
|
-
"version": "10.0.0",
|
|
182
|
-
"alwaysAddToPackageJson": false
|
|
183
|
-
},
|
|
184
|
-
"@ngrx/effects": {
|
|
185
|
-
"version": "10.0.0",
|
|
186
|
-
"alwaysAddToPackageJson": false
|
|
187
|
-
},
|
|
188
|
-
"@ngrx/entity": {
|
|
189
|
-
"version": "10.0.0",
|
|
190
|
-
"alwaysAddToPackageJson": false
|
|
191
|
-
},
|
|
192
|
-
"@ngrx/router-store": {
|
|
193
|
-
"version": "10.0.0",
|
|
194
|
-
"alwaysAddToPackageJson": false
|
|
195
|
-
},
|
|
196
|
-
"@ngrx/schematics": {
|
|
197
|
-
"version": "10.0.0",
|
|
198
|
-
"alwaysAddToPackageJson": false
|
|
199
|
-
},
|
|
200
|
-
"@ngrx/store-devtools": {
|
|
201
|
-
"version": "10.0.0",
|
|
202
|
-
"alwaysAddToPackageJson": false
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
-
},
|
|
206
|
-
"10.3.0": {
|
|
207
|
-
"version": "10.3.0-beta.1",
|
|
208
|
-
"packages": {
|
|
209
|
-
"@angular/core": {
|
|
210
|
-
"version": "^10.1.3",
|
|
211
|
-
"alwaysAddToPackageJson": false
|
|
212
|
-
},
|
|
213
|
-
"@angular/common": {
|
|
214
|
-
"version": "^10.1.3",
|
|
215
|
-
"alwaysAddToPackageJson": false
|
|
216
|
-
},
|
|
217
|
-
"@angular/forms": {
|
|
218
|
-
"version": "^10.1.3",
|
|
219
|
-
"alwaysAddToPackageJson": false
|
|
220
|
-
},
|
|
221
|
-
"@angular/compiler": {
|
|
222
|
-
"version": "^10.1.3",
|
|
223
|
-
"alwaysAddToPackageJson": false
|
|
224
|
-
},
|
|
225
|
-
"@angular/compiler-cli": {
|
|
226
|
-
"version": "^10.1.3",
|
|
227
|
-
"alwaysAddToPackageJson": false
|
|
228
|
-
},
|
|
229
|
-
"@angular/platform-browser": {
|
|
230
|
-
"version": "^10.1.3",
|
|
231
|
-
"alwaysAddToPackageJson": false
|
|
232
|
-
},
|
|
233
|
-
"@angular/platform-browser-dynamic": {
|
|
234
|
-
"version": "^10.1.3",
|
|
235
|
-
"alwaysAddToPackageJson": false
|
|
236
|
-
},
|
|
237
|
-
"@angular/router": {
|
|
238
|
-
"version": "^10.1.3",
|
|
239
|
-
"alwaysAddToPackageJson": false
|
|
240
|
-
},
|
|
241
|
-
"@angular/upgrade": {
|
|
242
|
-
"version": "^10.1.3",
|
|
243
|
-
"alwaysAddToPackageJson": false
|
|
244
|
-
},
|
|
245
|
-
"@angular/language-service": {
|
|
246
|
-
"version": "^10.1.3",
|
|
247
|
-
"alwaysAddToPackageJson": false
|
|
248
|
-
},
|
|
249
|
-
"@angular/animations": {
|
|
250
|
-
"version": "^10.1.3",
|
|
251
|
-
"alwaysAddToPackageJson": false
|
|
252
|
-
},
|
|
253
|
-
"@angular/service-worker": {
|
|
254
|
-
"version": "^10.1.3",
|
|
255
|
-
"alwaysAddToPackageJson": false
|
|
256
|
-
},
|
|
257
|
-
"jest-preset-angular": {
|
|
258
|
-
"version": "8.3.1",
|
|
259
|
-
"alwaysAddToPackageJson": false
|
|
260
|
-
}
|
|
261
|
-
}
|
|
262
|
-
},
|
|
263
|
-
"10.4.0": {
|
|
264
|
-
"version": "10.4.0-beta.3",
|
|
265
|
-
"packages": {
|
|
266
|
-
"protractor": {
|
|
267
|
-
"version": "~7.0.0",
|
|
268
|
-
"alwaysAddToPackageJson": false
|
|
269
|
-
},
|
|
270
|
-
"jasmine-core": {
|
|
271
|
-
"version": "~3.6.0",
|
|
272
|
-
"alwaysAddToPackageJson": false
|
|
273
|
-
},
|
|
274
|
-
"jasmine-spec-reporter": {
|
|
275
|
-
"version": "~5.0.0",
|
|
276
|
-
"alwaysAddToPackageJson": false
|
|
277
|
-
},
|
|
278
|
-
"@types/jasmine": {
|
|
279
|
-
"version": "~3.5.0",
|
|
280
|
-
"alwaysAddToPackageJson": false
|
|
281
|
-
},
|
|
282
|
-
"karma": {
|
|
283
|
-
"version": "~5.0.0",
|
|
284
|
-
"alwaysAddToPackageJson": false
|
|
285
|
-
},
|
|
286
|
-
"karma-chrome-launcher": {
|
|
287
|
-
"version": "~3.1.0",
|
|
288
|
-
"alwaysAddToPackageJson": false
|
|
289
|
-
},
|
|
290
|
-
"karma-coverage-istanbul-reporter": {
|
|
291
|
-
"version": "~3.0.2",
|
|
292
|
-
"alwaysAddToPackageJson": false
|
|
293
|
-
},
|
|
294
|
-
"karma-jasmine": {
|
|
295
|
-
"version": "~4.0.0",
|
|
296
|
-
"alwaysAddToPackageJson": false
|
|
297
|
-
},
|
|
298
|
-
"karma-jasmine-html-reporter": {
|
|
299
|
-
"version": "^1.5.0",
|
|
300
|
-
"alwaysAddToPackageJson": false
|
|
301
|
-
}
|
|
302
|
-
}
|
|
303
|
-
},
|
|
304
|
-
"11.0.0": {
|
|
305
|
-
"version": "11.0.0-beta.13",
|
|
306
|
-
"packages": {
|
|
307
|
-
"@angular/cli": {
|
|
308
|
-
"version": "~11.0.0",
|
|
309
|
-
"alwaysAddToPackageJson": false
|
|
310
|
-
},
|
|
311
|
-
"@angular-devkit/build-angular": {
|
|
312
|
-
"version": "~0.1100.1",
|
|
313
|
-
"alwaysAddToPackageJson": false
|
|
314
|
-
},
|
|
315
|
-
"@types/jasmine": {
|
|
316
|
-
"version": "~3.6.0",
|
|
317
|
-
"alwaysAddToPackageJson": false
|
|
318
|
-
},
|
|
319
|
-
"codelyzer": {
|
|
320
|
-
"version": "^6.0.0",
|
|
321
|
-
"alwaysAddToPackageJson": false
|
|
322
|
-
},
|
|
323
|
-
"@angular/core": {
|
|
324
|
-
"version": "^11.0.3",
|
|
325
|
-
"alwaysAddToPackageJson": false
|
|
326
|
-
},
|
|
327
|
-
"@angular/common": {
|
|
328
|
-
"version": "^11.0.3",
|
|
329
|
-
"alwaysAddToPackageJson": false
|
|
330
|
-
},
|
|
331
|
-
"@angular/forms": {
|
|
332
|
-
"version": "^11.0.3",
|
|
333
|
-
"alwaysAddToPackageJson": false
|
|
334
|
-
},
|
|
335
|
-
"@angular/compiler": {
|
|
336
|
-
"version": "^11.0.3",
|
|
337
|
-
"alwaysAddToPackageJson": false
|
|
338
|
-
},
|
|
339
|
-
"@angular/compiler-cli": {
|
|
340
|
-
"version": "^11.0.3",
|
|
341
|
-
"alwaysAddToPackageJson": false
|
|
342
|
-
},
|
|
343
|
-
"@angular/platform-browser": {
|
|
344
|
-
"version": "^11.0.3",
|
|
345
|
-
"alwaysAddToPackageJson": false
|
|
346
|
-
},
|
|
347
|
-
"@angular/platform-browser-dynamic": {
|
|
348
|
-
"version": "^11.0.3",
|
|
349
|
-
"alwaysAddToPackageJson": false
|
|
350
|
-
},
|
|
351
|
-
"@angular/router": {
|
|
352
|
-
"version": "^11.0.3",
|
|
353
|
-
"alwaysAddToPackageJson": false
|
|
354
|
-
},
|
|
355
|
-
"@angular/upgrade": {
|
|
356
|
-
"version": "^11.0.3",
|
|
357
|
-
"alwaysAddToPackageJson": false
|
|
358
|
-
},
|
|
359
|
-
"@angular/language-service": {
|
|
360
|
-
"version": "^11.0.3",
|
|
361
|
-
"alwaysAddToPackageJson": false
|
|
362
|
-
},
|
|
363
|
-
"@angular/animations": {
|
|
364
|
-
"version": "^11.0.3",
|
|
365
|
-
"alwaysAddToPackageJson": false
|
|
366
|
-
},
|
|
367
|
-
"@angular/service-worker": {
|
|
368
|
-
"version": "^11.0.3",
|
|
369
|
-
"alwaysAddToPackageJson": false
|
|
370
|
-
}
|
|
371
|
-
}
|
|
372
|
-
},
|
|
373
|
-
"11.1.0": {
|
|
374
|
-
"version": "11.1.0-beta.0",
|
|
375
|
-
"packages": {
|
|
376
|
-
"@angular-eslint/eslint-plugin": {
|
|
377
|
-
"version": "~1.0.0",
|
|
378
|
-
"alwaysAddToPackageJson": false
|
|
379
|
-
},
|
|
380
|
-
"@angular-eslint/eslint-plugin-template": {
|
|
381
|
-
"version": "~1.0.0",
|
|
382
|
-
"alwaysAddToPackageJson": false
|
|
383
|
-
},
|
|
384
|
-
"@angular-eslint/template-parser": {
|
|
385
|
-
"version": "~1.0.0",
|
|
386
|
-
"alwaysAddToPackageJson": false
|
|
387
|
-
}
|
|
388
|
-
}
|
|
389
|
-
},
|
|
390
|
-
"11.1.6": {
|
|
391
|
-
"version": "11.1.6-beta.0",
|
|
392
|
-
"packages": {
|
|
393
|
-
"jest-preset-angular": {
|
|
394
|
-
"version": "8.3.2",
|
|
395
|
-
"alwaysAddToPackageJson": false
|
|
396
|
-
}
|
|
397
|
-
}
|
|
398
|
-
},
|
|
399
|
-
"11.3.0": {
|
|
400
|
-
"version": "11.3.0-beta.0",
|
|
401
|
-
"packages": {
|
|
402
|
-
"@angular/cli": {
|
|
403
|
-
"version": "^11.2.0",
|
|
404
|
-
"alwaysAddToPackageJson": false
|
|
405
|
-
},
|
|
406
|
-
"@angular-devkit/build-angular": {
|
|
407
|
-
"version": "~0.1102.0",
|
|
408
|
-
"alwaysAddToPackageJson": false
|
|
409
|
-
},
|
|
410
|
-
"@angular-devkit/build-optimizer": {
|
|
411
|
-
"version": "~0.1102.0",
|
|
412
|
-
"alwaysAddToPackageJson": false
|
|
413
|
-
},
|
|
414
|
-
"@angular/core": {
|
|
415
|
-
"version": "^11.2.0",
|
|
416
|
-
"alwaysAddToPackageJson": false
|
|
417
|
-
},
|
|
418
|
-
"@angular/common": {
|
|
419
|
-
"version": "^11.2.0",
|
|
420
|
-
"alwaysAddToPackageJson": false
|
|
421
|
-
},
|
|
422
|
-
"@angular/forms": {
|
|
423
|
-
"version": "^11.2.0",
|
|
424
|
-
"alwaysAddToPackageJson": false
|
|
425
|
-
},
|
|
426
|
-
"@angular/elements": {
|
|
427
|
-
"version": "^11.2.0",
|
|
428
|
-
"alwaysAddToPackageJson": false
|
|
429
|
-
},
|
|
430
|
-
"@angular/compiler": {
|
|
431
|
-
"version": "^11.2.0",
|
|
432
|
-
"alwaysAddToPackageJson": false
|
|
433
|
-
},
|
|
434
|
-
"@angular/compiler-cli": {
|
|
435
|
-
"version": "^11.2.0",
|
|
436
|
-
"alwaysAddToPackageJson": false
|
|
437
|
-
},
|
|
438
|
-
"@angular/platform-browser": {
|
|
439
|
-
"version": "^11.2.0",
|
|
440
|
-
"alwaysAddToPackageJson": false
|
|
441
|
-
},
|
|
442
|
-
"@angular/platform-browser-dynamic": {
|
|
443
|
-
"version": "^11.2.0",
|
|
444
|
-
"alwaysAddToPackageJson": false
|
|
445
|
-
},
|
|
446
|
-
"@angular/router": {
|
|
447
|
-
"version": "^11.2.0",
|
|
448
|
-
"alwaysAddToPackageJson": false
|
|
449
|
-
},
|
|
450
|
-
"@angular/upgrade": {
|
|
451
|
-
"version": "^11.2.0",
|
|
452
|
-
"alwaysAddToPackageJson": false
|
|
453
|
-
},
|
|
454
|
-
"@angular/language-service": {
|
|
455
|
-
"version": "^11.2.0",
|
|
456
|
-
"alwaysAddToPackageJson": false
|
|
457
|
-
},
|
|
458
|
-
"@angular/animations": {
|
|
459
|
-
"version": "^11.2.0",
|
|
460
|
-
"alwaysAddToPackageJson": false
|
|
461
|
-
},
|
|
462
|
-
"@angular/service-worker": {
|
|
463
|
-
"version": "^11.2.0",
|
|
464
|
-
"alwaysAddToPackageJson": false
|
|
465
|
-
},
|
|
466
|
-
"@ngrx/store": {
|
|
467
|
-
"version": "11.0.0",
|
|
468
|
-
"alwaysAddToPackageJson": false
|
|
469
|
-
},
|
|
470
|
-
"@ngrx/effects": {
|
|
471
|
-
"version": "11.0.0",
|
|
472
|
-
"alwaysAddToPackageJson": false
|
|
473
|
-
},
|
|
474
|
-
"@ngrx/entity": {
|
|
475
|
-
"version": "11.0.0",
|
|
476
|
-
"alwaysAddToPackageJson": false
|
|
477
|
-
},
|
|
478
|
-
"@ngrx/router-store": {
|
|
479
|
-
"version": "11.0.0",
|
|
480
|
-
"alwaysAddToPackageJson": false
|
|
481
|
-
},
|
|
482
|
-
"@ngrx/schematics": {
|
|
483
|
-
"version": "11.0.0",
|
|
484
|
-
"alwaysAddToPackageJson": false
|
|
485
|
-
},
|
|
486
|
-
"@ngrx/store-devtools": {
|
|
487
|
-
"version": "11.0.0",
|
|
488
|
-
"alwaysAddToPackageJson": false
|
|
489
|
-
},
|
|
490
|
-
"@ngrx/component-store": {
|
|
491
|
-
"version": "11.0.0",
|
|
492
|
-
"alwaysAddToPackageJson": false
|
|
493
|
-
},
|
|
494
|
-
"ng-packagr": {
|
|
495
|
-
"version": "^11.2.0",
|
|
496
|
-
"alwaysAddToPackageJson": false
|
|
497
|
-
}
|
|
498
|
-
}
|
|
499
|
-
},
|
|
500
|
-
"11.6.2": {
|
|
501
|
-
"version": "11.6.2-beta.0",
|
|
502
|
-
"packages": {
|
|
503
|
-
"@angular-eslint/eslint-plugin": {
|
|
504
|
-
"version": "~2.0.2",
|
|
505
|
-
"alwaysAddToPackageJson": false
|
|
506
|
-
},
|
|
507
|
-
"@angular-eslint/eslint-plugin-template": {
|
|
508
|
-
"version": "~2.0.2",
|
|
509
|
-
"alwaysAddToPackageJson": false
|
|
510
|
-
},
|
|
511
|
-
"@angular-eslint/template-parser": {
|
|
512
|
-
"version": "~2.0.2",
|
|
513
|
-
"alwaysAddToPackageJson": false
|
|
514
|
-
}
|
|
515
|
-
}
|
|
516
|
-
},
|
|
517
112
|
"12.1.0-beta.0": {
|
|
518
113
|
"version": "12.1.0-beta.0",
|
|
519
114
|
"packages": {
|
|
@@ -1382,8 +977,8 @@
|
|
|
1382
977
|
}
|
|
1383
978
|
}
|
|
1384
979
|
},
|
|
1385
|
-
"13.
|
|
1386
|
-
"version": "13.
|
|
980
|
+
"13.10.0": {
|
|
981
|
+
"version": "13.10.0-beta.1",
|
|
1387
982
|
"packages": {
|
|
1388
983
|
"@angular/cli": {
|
|
1389
984
|
"version": "~13.3.0",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nrwl/angular",
|
|
3
|
-
"version": "13.10.0-beta.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "13.10.0-beta.7",
|
|
4
|
+
"description": "The Nx Plugin for Angular contains executors, generators, and utilities for managing Angular applications and libraries within an Nx workspace. It provides: \n\n- Integration with libraries such as Storybook, Jest, ESLint, Tailwind CSS, Cypress, Karma, and Protractor. \n\n- Generators to help scaffold code quickly (like: Micro Frontends, Libraries, both internal to your codebase and publishable to npm) \n\n- Upgrading AngularJS applications \n\n- Single Component Application Modules (SCAMs) \n\n- NgRx helpers. \n\n- Utilities for automatic workspace refactoring.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/nrwl/nx.git",
|
|
@@ -65,11 +65,11 @@
|
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
67
|
"@angular-devkit/schematics": "~13.3.0",
|
|
68
|
-
"@nrwl/cypress": "13.10.0-beta.
|
|
69
|
-
"@nrwl/devkit": "13.10.0-beta.
|
|
70
|
-
"@nrwl/jest": "13.10.0-beta.
|
|
71
|
-
"@nrwl/linter": "13.10.0-beta.
|
|
72
|
-
"@nrwl/storybook": "13.10.0-beta.
|
|
68
|
+
"@nrwl/cypress": "13.10.0-beta.7",
|
|
69
|
+
"@nrwl/devkit": "13.10.0-beta.7",
|
|
70
|
+
"@nrwl/jest": "13.10.0-beta.7",
|
|
71
|
+
"@nrwl/linter": "13.10.0-beta.7",
|
|
72
|
+
"@nrwl/storybook": "13.10.0-beta.7",
|
|
73
73
|
"@schematics/angular": "~13.3.0",
|
|
74
74
|
"@phenomnomnominal/tsquery": "4.1.1",
|
|
75
75
|
"ignore": "^5.0.4",
|
|
@@ -4,6 +4,38 @@
|
|
|
4
4
|
"description": "The webpack-browser executor is very similar to the standard browser builder provided by the Angular Devkit. It allows you to build your Angular application to a build artifact that can be hosted online. There are some key differences: \n- Supports Custom Webpack Configurations \n- Supports Incremental Building",
|
|
5
5
|
"examplesFile": "../../../docs/webpack-browser-examples.md",
|
|
6
6
|
"type": "object",
|
|
7
|
+
"presets": [
|
|
8
|
+
{
|
|
9
|
+
"name": "Custom Webpack Configuration",
|
|
10
|
+
"keys": [
|
|
11
|
+
"outputs",
|
|
12
|
+
"outputPath",
|
|
13
|
+
"index",
|
|
14
|
+
"main",
|
|
15
|
+
"polyfills",
|
|
16
|
+
"tsConfig",
|
|
17
|
+
"assets",
|
|
18
|
+
"styles",
|
|
19
|
+
"scripts",
|
|
20
|
+
"customWebpackConfig"
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"name": "Incremental Builds",
|
|
25
|
+
"keys": [
|
|
26
|
+
"outputs",
|
|
27
|
+
"buildLibsFromSource",
|
|
28
|
+
"outputPath",
|
|
29
|
+
"index",
|
|
30
|
+
"main",
|
|
31
|
+
"polyfills",
|
|
32
|
+
"tsConfig",
|
|
33
|
+
"assets",
|
|
34
|
+
"styles",
|
|
35
|
+
"scripts"
|
|
36
|
+
]
|
|
37
|
+
}
|
|
38
|
+
],
|
|
7
39
|
"properties": {
|
|
8
40
|
"assets": {
|
|
9
41
|
"type": "array",
|
|
@@ -203,7 +235,7 @@
|
|
|
203
235
|
"deployUrl": {
|
|
204
236
|
"type": "string",
|
|
205
237
|
"description": "URL where files will be deployed.",
|
|
206
|
-
"x-deprecated": "Use
|
|
238
|
+
"x-deprecated": "Use `baseHref` option, `APP_BASE_HREF` DI token or a combination of both instead. For more information, see https://angular.io/guide/deployment#the-deploy-url."
|
|
207
239
|
},
|
|
208
240
|
"verbose": {
|
|
209
241
|
"type": "boolean",
|
|
@@ -4,6 +4,12 @@
|
|
|
4
4
|
"description": "The webpack-server executor is very similar to the standard dev server builder provided by the Angular Devkit. It is usually used in tandem with `@nrwl/angular:webpack-browser` when your Angular application uses a custom webpack configuration.",
|
|
5
5
|
"examplesFile": "../../../docs/webpack-server-examples.md",
|
|
6
6
|
"type": "object",
|
|
7
|
+
"presets": [
|
|
8
|
+
{
|
|
9
|
+
"name": "Using a Different Port",
|
|
10
|
+
"keys": ["browserTarget", "port"]
|
|
11
|
+
}
|
|
12
|
+
],
|
|
7
13
|
"properties": {
|
|
8
14
|
"browserTarget": {
|
|
9
15
|
"type": "string",
|