diff --git a/docs/generated/packages/angular/executors/ng-packagr-lite.json b/docs/generated/packages/angular/executors/ng-packagr-lite.json index 43f512df86..c449cab349 100644 --- a/docs/generated/packages/angular/executors/ng-packagr-lite.json +++ b/docs/generated/packages/angular/executors/ng-packagr-lite.json @@ -4,7 +4,7 @@ "schema": { "version": 2, "outputCapture": "direct-nodejs", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "ng-packagr Target", "description": "Builds a library with support for incremental builds.\n\nThis executor is meant to be used with buildable libraries in an incremental build scenario. It is similar to the `@nx/angular:package` executor but with some key differences:\n- For supported Angular versions lower than v16, it doesn't run `ngcc` automatically (`ngcc` is no longer available from Angular v16 onwards, for lower versions, it needs to be run separately beforehand if needed, this can be done in a `postinstall` hook on `package.json`).\n- It only produces ESM2022 bundles (ESM2020 for supported Angular versions lower than v16).", "cli": "nx", diff --git a/docs/generated/packages/angular/executors/package.json b/docs/generated/packages/angular/executors/package.json index ea37437dea..ec1861b1f4 100644 --- a/docs/generated/packages/angular/executors/package.json +++ b/docs/generated/packages/angular/executors/package.json @@ -4,7 +4,7 @@ "schema": { "version": 2, "outputCapture": "direct-nodejs", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "ng-packagr Target", "description": "Builds and packages an Angular library producing an output following the Angular Package Format (APF) to be distributed as an NPM package.\n\nThis executor is similar to the `@angular-devkit/build-angular:ng-packagr` with additional support for incremental builds.", "cli": "nx", diff --git a/docs/generated/packages/angular/generators/add-linting.json b/docs/generated/packages/angular/generators/add-linting.json index 88f01478df..23e2fa808d 100644 --- a/docs/generated/packages/angular/generators/add-linting.json +++ b/docs/generated/packages/angular/generators/add-linting.json @@ -2,7 +2,7 @@ "name": "add-linting", "factory": "./src/generators/add-linting/add-linting", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxAngularAddLintingGenerator", "title": "Add linting to an Angular project.", "description": "Adds linting configuration to an Angular project.", diff --git a/docs/generated/packages/angular/generators/application.json b/docs/generated/packages/angular/generators/application.json index e7e990831b..2cfad4c3b3 100644 --- a/docs/generated/packages/angular/generators/application.json +++ b/docs/generated/packages/angular/generators/application.json @@ -2,7 +2,7 @@ "name": "application", "factory": "./src/generators/application/application#applicationGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "GeneratorNxApp", "title": "Creates an Angular application.", "description": "Creates an Angular application.", @@ -38,15 +38,15 @@ { "value": "css", "label": "CSS" }, { "value": "scss", - "label": "SASS(.scss) [ http://sass-lang.com ]" + "label": "SASS(.scss) [ https://sass-lang.com ]" }, { "value": "sass", - "label": "SASS(.sass) [ http://sass-lang.com ]" + "label": "SASS(.sass) [ https://sass-lang.com ]" }, { "value": "less", - "label": "LESS [ http://lesscss.org ]" + "label": "LESS [ https://lesscss.org ]" } ] } diff --git a/docs/generated/packages/angular/generators/component-cypress-spec.json b/docs/generated/packages/angular/generators/component-cypress-spec.json index 0e77b25dcb..dadc9cd563 100644 --- a/docs/generated/packages/angular/generators/component-cypress-spec.json +++ b/docs/generated/packages/angular/generators/component-cypress-spec.json @@ -2,7 +2,7 @@ "name": "component-cypress-spec", "factory": "./src/generators/component-cypress-spec/component-cypress-spec", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxAngularComponentCypressSpecGenerator", "type": "object", "cli": "nx", diff --git a/docs/generated/packages/angular/generators/component-test.json b/docs/generated/packages/angular/generators/component-test.json index f9734067b1..7a3a016ed9 100644 --- a/docs/generated/packages/angular/generators/component-test.json +++ b/docs/generated/packages/angular/generators/component-test.json @@ -2,7 +2,7 @@ "name": "component-test", "factory": "./src/generators/component-test/component-test", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxAngularComponentTestGenerator", "type": "object", "cli": "nx", diff --git a/docs/generated/packages/angular/generators/federate-module.json b/docs/generated/packages/angular/generators/federate-module.json index dde3b3cdd8..73e1c917dc 100644 --- a/docs/generated/packages/angular/generators/federate-module.json +++ b/docs/generated/packages/angular/generators/federate-module.json @@ -2,7 +2,7 @@ "name": "federate-module", "factory": "./src/generators/federate-module/federate-module", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxReactFederateModule", "title": "Federate Module", diff --git a/docs/generated/packages/angular/generators/host.json b/docs/generated/packages/angular/generators/host.json index 840972322e..d08cd5d889 100644 --- a/docs/generated/packages/angular/generators/host.json +++ b/docs/generated/packages/angular/generators/host.json @@ -2,7 +2,7 @@ "name": "host", "factory": "./src/generators/host/host#hostInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxMFHost", "cli": "nx", "title": "Nx Module Federation Host Application", @@ -52,15 +52,15 @@ { "value": "css", "label": "CSS" }, { "value": "scss", - "label": "SASS(.scss) [ http://sass-lang.com ]" + "label": "SASS(.scss) [ https://sass-lang.com ]" }, { "value": "sass", - "label": "SASS(.sass) [ http://sass-lang.com ]" + "label": "SASS(.sass) [ https://sass-lang.com ]" }, { "value": "less", - "label": "LESS [ http://lesscss.org ]" + "label": "LESS [ https://lesscss.org ]" } ] } diff --git a/docs/generated/packages/angular/generators/init.json b/docs/generated/packages/angular/generators/init.json index 31227db2b1..907b02eae1 100644 --- a/docs/generated/packages/angular/generators/init.json +++ b/docs/generated/packages/angular/generators/init.json @@ -2,7 +2,7 @@ "name": "init", "factory": "./src/generators/init/init", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "SchematicsAngularModuleInit", "cli": "nx", "title": "Init Angular Plugin", diff --git a/docs/generated/packages/angular/generators/library-secondary-entry-point.json b/docs/generated/packages/angular/generators/library-secondary-entry-point.json index 40529620cd..7160908feb 100644 --- a/docs/generated/packages/angular/generators/library-secondary-entry-point.json +++ b/docs/generated/packages/angular/generators/library-secondary-entry-point.json @@ -2,7 +2,7 @@ "name": "library-secondary-entry-point", "factory": "./src/generators/library-secondary-entry-point/library-secondary-entry-point", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxAngularLibrarySecondaryEntryPoint", "title": "Creates a secondary entry point for a library", "description": "Creates a secondary entry point for an Angular publishable library.", diff --git a/docs/generated/packages/angular/generators/library.json b/docs/generated/packages/angular/generators/library.json index 34f49bc2a2..5a138291d4 100644 --- a/docs/generated/packages/angular/generators/library.json +++ b/docs/generated/packages/angular/generators/library.json @@ -2,7 +2,7 @@ "name": "library", "factory": "./src/generators/library/library#libraryGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "GeneratorAngularLibrary", "title": "Create a library", "description": "Creates an Angular library.", diff --git a/docs/generated/packages/angular/generators/move.json b/docs/generated/packages/angular/generators/move.json index b9d9dc4321..bbf8679c2e 100644 --- a/docs/generated/packages/angular/generators/move.json +++ b/docs/generated/packages/angular/generators/move.json @@ -2,7 +2,7 @@ "name": "move", "factory": "./src/generators/move/move#angularMoveGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxAngularMove", "cli": "nx", "title": "Nx Angular Move", diff --git a/docs/generated/packages/angular/generators/ng-add.json b/docs/generated/packages/angular/generators/ng-add.json index dde983e2b1..51763939dd 100644 --- a/docs/generated/packages/angular/generators/ng-add.json +++ b/docs/generated/packages/angular/generators/ng-add.json @@ -2,7 +2,7 @@ "name": "ng-add", "factory": "./src/generators/ng-add/ng-add", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxAngularNgAddGenerator", "title": "Angular plugin initialization", "cli": "nx", diff --git a/docs/generated/packages/angular/generators/ngrx-feature-store.json b/docs/generated/packages/angular/generators/ngrx-feature-store.json index 18fba35179..20d05813ef 100644 --- a/docs/generated/packages/angular/generators/ngrx-feature-store.json +++ b/docs/generated/packages/angular/generators/ngrx-feature-store.json @@ -2,7 +2,7 @@ "name": "ngrx-feature-store", "factory": "./src/generators/ngrx-feature-store/ngrx-feature-store", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNgrxFeatureStoreGenerator", "title": "NgRx Feature Store Generator", "description": "Add an NgRx Feature Store to an application or library.", diff --git a/docs/generated/packages/angular/generators/ngrx-root-store.json b/docs/generated/packages/angular/generators/ngrx-root-store.json index e26d2706b9..cdfc26ebd2 100644 --- a/docs/generated/packages/angular/generators/ngrx-root-store.json +++ b/docs/generated/packages/angular/generators/ngrx-root-store.json @@ -2,7 +2,7 @@ "name": "ngrx-root-store", "factory": "./src/generators/ngrx-root-store/ngrx-root-store", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNgrxRootStoreGenerator", "title": "Add NgRx support to an application.", "description": "Adds NgRx support to an application.", diff --git a/docs/generated/packages/angular/generators/ngrx.json b/docs/generated/packages/angular/generators/ngrx.json index 87f0aa9d86..a53e8e5ebd 100644 --- a/docs/generated/packages/angular/generators/ngrx.json +++ b/docs/generated/packages/angular/generators/ngrx.json @@ -2,7 +2,7 @@ "name": "ngrx", "factory": "./src/generators/ngrx/ngrx", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNgrxGenerator", "title": "Add NgRx support to an application or library.", "description": "Adds NgRx support to an application or library.", diff --git a/docs/generated/packages/angular/generators/remote.json b/docs/generated/packages/angular/generators/remote.json index ee4e9d1637..2b044acf24 100644 --- a/docs/generated/packages/angular/generators/remote.json +++ b/docs/generated/packages/angular/generators/remote.json @@ -2,7 +2,7 @@ "name": "remote", "factory": "./src/generators/remote/remote#remoteInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxMFRemote", "cli": "nx", "title": "Nx Module Federation Remote App", @@ -52,15 +52,15 @@ { "value": "css", "label": "CSS" }, { "value": "scss", - "label": "SASS(.scss) [ http://sass-lang.com ]" + "label": "SASS(.scss) [ https://sass-lang.com ]" }, { "value": "sass", - "label": "SASS(.sass) [ http://sass-lang.com ]" + "label": "SASS(.sass) [ https://sass-lang.com ]" }, { "value": "less", - "label": "LESS [ http://lesscss.org ]" + "label": "LESS [ https://lesscss.org ]" } ] } diff --git a/docs/generated/packages/angular/generators/scam-to-standalone.json b/docs/generated/packages/angular/generators/scam-to-standalone.json index 3d98861b10..b0dff90b7a 100644 --- a/docs/generated/packages/angular/generators/scam-to-standalone.json +++ b/docs/generated/packages/angular/generators/scam-to-standalone.json @@ -2,7 +2,7 @@ "name": "scam-to-standalone", "factory": "./src/generators/scam-to-standalone/scam-to-standalone", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "GeneratorAngularScamToStandalone", "cli": "nx", "title": "Convert an Inline SCAM to Standalone Component", diff --git a/docs/generated/packages/angular/generators/setup-mf.json b/docs/generated/packages/angular/generators/setup-mf.json index 9d43cafe26..2df78438f7 100644 --- a/docs/generated/packages/angular/generators/setup-mf.json +++ b/docs/generated/packages/angular/generators/setup-mf.json @@ -2,7 +2,7 @@ "name": "setup-mf", "factory": "./src/generators/setup-mf/setup-mf", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "GeneratorAngularMFSetup", "cli": "nx", "title": "Generate Module Federation Setup for Angular App", diff --git a/docs/generated/packages/angular/generators/setup-ssr.json b/docs/generated/packages/angular/generators/setup-ssr.json index 84c632b414..d4a94b5a12 100644 --- a/docs/generated/packages/angular/generators/setup-ssr.json +++ b/docs/generated/packages/angular/generators/setup-ssr.json @@ -2,7 +2,7 @@ "name": "setup-ssr", "factory": "./src/generators/setup-ssr/setup-ssr", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "GeneratorAngularUniversalSetup", "cli": "nx", "title": "Generate Angular Universal (SSR) setup for an Angular App", diff --git a/docs/generated/packages/angular/generators/setup-tailwind.json b/docs/generated/packages/angular/generators/setup-tailwind.json index 0db295b6d9..134bbd7535 100644 --- a/docs/generated/packages/angular/generators/setup-tailwind.json +++ b/docs/generated/packages/angular/generators/setup-tailwind.json @@ -2,7 +2,7 @@ "name": "setup-tailwind", "factory": "./src/generators/setup-tailwind/setup-tailwind", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxAngularTailwindSetupGenerator", "cli": "nx", "title": "Configures Tailwind CSS for an application or a buildable/publishable library.", diff --git a/docs/generated/packages/angular/generators/stories.json b/docs/generated/packages/angular/generators/stories.json index bc7d278258..2c550cfdd9 100644 --- a/docs/generated/packages/angular/generators/stories.json +++ b/docs/generated/packages/angular/generators/stories.json @@ -2,7 +2,7 @@ "name": "stories", "factory": "./src/generators/stories/stories", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxAngularStorybookStoriesGenerator", "title": "Create Storybook stories/specs", "description": "Creates Storybook stories/specs for all Angular components declared in a project.", diff --git a/docs/generated/packages/angular/generators/storybook-configuration.json b/docs/generated/packages/angular/generators/storybook-configuration.json index d58131936c..38f8d46a2f 100644 --- a/docs/generated/packages/angular/generators/storybook-configuration.json +++ b/docs/generated/packages/angular/generators/storybook-configuration.json @@ -2,7 +2,7 @@ "name": "storybook-configuration", "factory": "./src/generators/storybook-configuration/storybook-configuration", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxAngularStorybookConfigurationGenerator", "title": "Adds Storybook configuration to a project.", "description": "Adds Storybook configuration to a project to be able to use and create stories.", diff --git a/docs/generated/packages/cypress/generators/component-configuration.json b/docs/generated/packages/cypress/generators/component-configuration.json index 2beddcaacb..db99da216e 100644 --- a/docs/generated/packages/cypress/generators/component-configuration.json +++ b/docs/generated/packages/cypress/generators/component-configuration.json @@ -3,7 +3,7 @@ "aliases": ["cypress-component-configuration"], "factory": "./src/generators/component-configuration/component-configuration", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxCypressComponentConfiguration", "cli": "nx", "title": "Set up Cypress component testing for a project", diff --git a/docs/generated/packages/cypress/generators/configuration.json b/docs/generated/packages/cypress/generators/configuration.json index b9ae6fbe47..f2d1a5fc48 100644 --- a/docs/generated/packages/cypress/generators/configuration.json +++ b/docs/generated/packages/cypress/generators/configuration.json @@ -3,7 +3,7 @@ "aliases": ["cypress-e2e-configuration", "e2e", "e2e-config"], "factory": "./src/generators/configuration/configuration", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxCypressE2EConfigGenerator", "cli": "nx", "title": "Add a Cypress Configuration.", diff --git a/docs/generated/packages/cypress/generators/cypress-project.json b/docs/generated/packages/cypress/generators/cypress-project.json index e5ae6e71b9..edccdfc56c 100644 --- a/docs/generated/packages/cypress/generators/cypress-project.json +++ b/docs/generated/packages/cypress/generators/cypress-project.json @@ -2,7 +2,7 @@ "name": "cypress-project", "factory": "./src/generators/cypress-project/cypress-project#cypressProjectGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxCypressProjectGeneratorSchema", "cli": "nx", "title": "Create Cypress Configuration for the workspace", diff --git a/docs/generated/packages/cypress/generators/init.json b/docs/generated/packages/cypress/generators/init.json index 7cf5184a2e..1059b58cb4 100644 --- a/docs/generated/packages/cypress/generators/init.json +++ b/docs/generated/packages/cypress/generators/init.json @@ -2,7 +2,7 @@ "name": "init", "factory": "./src/generators/init/init#cypressInitGenerator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxCypressInit", "cli": "nx", "title": "Add Cypress Configuration to the workspace", diff --git a/docs/generated/packages/cypress/generators/migrate-to-cypress-11.json b/docs/generated/packages/cypress/generators/migrate-to-cypress-11.json index 28feee6b5e..79704fcfe0 100644 --- a/docs/generated/packages/cypress/generators/migrate-to-cypress-11.json +++ b/docs/generated/packages/cypress/generators/migrate-to-cypress-11.json @@ -2,7 +2,7 @@ "name": "migrate-to-cypress-11", "factory": "./src/generators/migrate-to-cypress-11/migrate-to-cypress-11#migrateCypressProject", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxCypressMigrateTo11", "cli": "nx", "title": "Migrate e2e project to Cypress 11", diff --git a/docs/generated/packages/detox/generators/application.json b/docs/generated/packages/detox/generators/application.json index 5b21bfd93c..5b76114781 100644 --- a/docs/generated/packages/detox/generators/application.json +++ b/docs/generated/packages/detox/generators/application.json @@ -2,7 +2,7 @@ "name": "application", "factory": "./src/generators/application/application#detoxApplicationGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Create Detox Configuration for the workspace", "description": "Create Detox Configuration for the workspace.", "type": "object", diff --git a/docs/generated/packages/detox/generators/init.json b/docs/generated/packages/detox/generators/init.json index cddd1643b5..805edb186d 100644 --- a/docs/generated/packages/detox/generators/init.json +++ b/docs/generated/packages/detox/generators/init.json @@ -2,7 +2,7 @@ "name": "init", "factory": "./src/generators/init/init#detoxInitGenerator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Add Detox Schematics", "description": "Add Detox Schematics.", "type": "object", diff --git a/docs/generated/packages/esbuild/generators/configuration.json b/docs/generated/packages/esbuild/generators/configuration.json index 9cf9da59d3..6df248a749 100644 --- a/docs/generated/packages/esbuild/generators/configuration.json +++ b/docs/generated/packages/esbuild/generators/configuration.json @@ -3,7 +3,7 @@ "aliases": ["esbuild-project"], "factory": "./src/generators/configuration/configuration", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxEsBuildProject", "cli": "nx", "title": "Add esbuild configuration to a project", diff --git a/docs/generated/packages/esbuild/generators/init.json b/docs/generated/packages/esbuild/generators/init.json index e419bf6715..e272a800b3 100644 --- a/docs/generated/packages/esbuild/generators/init.json +++ b/docs/generated/packages/esbuild/generators/init.json @@ -2,11 +2,11 @@ "name": "init", "factory": "./src/generators/init/init#esbuildInitGenerator", "schema": { - "$schema": "http://json-schema.org/schema", - "$id": "NxWebpackInit", + "$schema": "https://json-schema.org/schema", + "$id": "NxEsbuildInit", "cli": "nx", - "title": "Init Webpack Plugin", - "description": "Init Webpack Plugin.", + "title": "Init Esbuild Plugin", + "description": "Init Esbuild Plugin.", "type": "object", "properties": { "skipFormat": { diff --git a/docs/generated/packages/eslint/executors/lint.json b/docs/generated/packages/eslint/executors/lint.json index 5dcc10ad9b..f07d5e02f6 100644 --- a/docs/generated/packages/eslint/executors/lint.json +++ b/docs/generated/packages/eslint/executors/lint.json @@ -4,7 +4,7 @@ "schema": { "version": 2, "outputCapture": "direct-nodejs", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "ESLint Lint Target", "description": "ESLint Lint Target.", "cli": "nx", diff --git a/docs/generated/packages/eslint/generators/convert-to-flat-config.json b/docs/generated/packages/eslint/generators/convert-to-flat-config.json index 0658338d09..03ad486e88 100644 --- a/docs/generated/packages/eslint/generators/convert-to-flat-config.json +++ b/docs/generated/packages/eslint/generators/convert-to-flat-config.json @@ -2,7 +2,7 @@ "name": "convert-to-flat-config", "factory": "./src/generators/convert-to-flat-config/generator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "ConvertToFlatConfig", "cli": "nx", "description": "Convert an Nx workspace's ESLint configs to use Flat Config.", diff --git a/docs/generated/packages/eslint/generators/init.json b/docs/generated/packages/eslint/generators/init.json index 717ab16722..994ed46502 100644 --- a/docs/generated/packages/eslint/generators/init.json +++ b/docs/generated/packages/eslint/generators/init.json @@ -2,7 +2,7 @@ "name": "init", "factory": "./src/generators/init/init#lintInitGenerator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxESLintInit", "title": "Initialize ESLint Plugin", diff --git a/docs/generated/packages/eslint/generators/workspace-rule.json b/docs/generated/packages/eslint/generators/workspace-rule.json index c063d51be5..3ad8134f13 100644 --- a/docs/generated/packages/eslint/generators/workspace-rule.json +++ b/docs/generated/packages/eslint/generators/workspace-rule.json @@ -2,7 +2,7 @@ "name": "workspace-rule", "factory": "./src/generators/workspace-rule/workspace-rule#lintWorkspaceRuleGenerator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxWorkspaceRule", "cli": "nx", "title": "Create a new Workspace Lint Rule", diff --git a/docs/generated/packages/eslint/generators/workspace-rules-project.json b/docs/generated/packages/eslint/generators/workspace-rules-project.json index ae89e0913c..5d9d133e6a 100644 --- a/docs/generated/packages/eslint/generators/workspace-rules-project.json +++ b/docs/generated/packages/eslint/generators/workspace-rules-project.json @@ -2,7 +2,7 @@ "name": "workspace-rules-project", "factory": "./src/generators/workspace-rules-project/workspace-rules-project#lintWorkspaceRulesProjectGenerator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxWorkspaceRulesProject", "cli": "nx", "title": "Create the Workspace Lint Rules Project", diff --git a/docs/generated/packages/expo/executors/build-list.json b/docs/generated/packages/expo/executors/build-list.json index 87e3874d62..e7978f3eff 100644 --- a/docs/generated/packages/expo/executors/build-list.json +++ b/docs/generated/packages/expo/executors/build-list.json @@ -4,7 +4,7 @@ "schema": { "version": 2, "outputCapture": "direct-nodejs", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxExpoEasBuildList", "cli": "nx", "title": "Expo EAS Build List executor", diff --git a/docs/generated/packages/expo/executors/build.json b/docs/generated/packages/expo/executors/build.json index 7d5fc37afc..c6083f36c7 100644 --- a/docs/generated/packages/expo/executors/build.json +++ b/docs/generated/packages/expo/executors/build.json @@ -4,7 +4,7 @@ "schema": { "version": 2, "outputCapture": "direct-nodejs", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxExpoEasBuild", "cli": "nx", "title": "Expo EAS Build executor", diff --git a/docs/generated/packages/expo/executors/ensure-symlink.json b/docs/generated/packages/expo/executors/ensure-symlink.json index 8beee82479..7046b2a0a6 100644 --- a/docs/generated/packages/expo/executors/ensure-symlink.json +++ b/docs/generated/packages/expo/executors/ensure-symlink.json @@ -6,7 +6,7 @@ "outputCapture": "direct-nodejs", "cli": "nx", "$id": "NxExpoEnsureSymlink", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Ensure Symlink for Expo", "description": "Ensure workspace node_modules is symlink under app's node_modules folder.", "type": "object", diff --git a/docs/generated/packages/expo/executors/export.json b/docs/generated/packages/expo/executors/export.json index 0c751fa7f5..6343706645 100644 --- a/docs/generated/packages/expo/executors/export.json +++ b/docs/generated/packages/expo/executors/export.json @@ -6,7 +6,7 @@ "version": 2, "outputCapture": "direct-nodejs", "$id": "NxExpoExport", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Expo Export", "description": "Export the JavaScript and assets for your app using Metro/webpack bundler.", "type": "object", diff --git a/docs/generated/packages/expo/executors/install.json b/docs/generated/packages/expo/executors/install.json index 924d55e011..1c583fa416 100644 --- a/docs/generated/packages/expo/executors/install.json +++ b/docs/generated/packages/expo/executors/install.json @@ -6,7 +6,7 @@ "version": 2, "outputCapture": "direct-nodejs", "$id": "NxExpoInstall", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Expo Install", "description": "Install a module or other package to a project.", "type": "object", diff --git a/docs/generated/packages/expo/executors/prebuild.json b/docs/generated/packages/expo/executors/prebuild.json index 510f01a5c5..648a0e6e96 100644 --- a/docs/generated/packages/expo/executors/prebuild.json +++ b/docs/generated/packages/expo/executors/prebuild.json @@ -6,7 +6,7 @@ "version": 2, "outputCapture": "direct-nodejs", "$id": "NxExpoPrebuild", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Expo Prebuild", "description": "Create native iOS and Android project files for building natively.", "type": "object", diff --git a/docs/generated/packages/expo/executors/run.json b/docs/generated/packages/expo/executors/run.json index ac2318f446..64e9dd7442 100644 --- a/docs/generated/packages/expo/executors/run.json +++ b/docs/generated/packages/expo/executors/run.json @@ -6,7 +6,7 @@ "outputCapture": "direct-nodejs", "cli": "nx", "$id": "NxExpoRun", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Run iOS or Android application", "description": "Run Expo target options.", "type": "object", diff --git a/docs/generated/packages/expo/executors/start.json b/docs/generated/packages/expo/executors/start.json index ecb4fb5427..5e097378a0 100644 --- a/docs/generated/packages/expo/executors/start.json +++ b/docs/generated/packages/expo/executors/start.json @@ -6,7 +6,7 @@ "outputCapture": "direct-nodejs", "cli": "nx", "$id": "NxExpoStart", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Packager Server for Expo", "description": "Packager Server target options.", "type": "object", diff --git a/docs/generated/packages/expo/executors/submit.json b/docs/generated/packages/expo/executors/submit.json index 27a64ffc4f..a9cfcb38bb 100644 --- a/docs/generated/packages/expo/executors/submit.json +++ b/docs/generated/packages/expo/executors/submit.json @@ -2,7 +2,7 @@ "name": "submit", "implementation": "/packages/expo/src/executors/submit/submit.impl.ts", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "version": 2, "title": "EXPO EAS Submit Executor", "description": "Submit app binary to App Store and/or Play Store.", diff --git a/docs/generated/packages/expo/executors/sync-deps.json b/docs/generated/packages/expo/executors/sync-deps.json index 2b01e61b31..dec711b194 100644 --- a/docs/generated/packages/expo/executors/sync-deps.json +++ b/docs/generated/packages/expo/executors/sync-deps.json @@ -6,7 +6,7 @@ "outputCapture": "direct-nodejs", "cli": "nx", "$id": "NxExpoSyncDeps", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Sync Deps for Expo", "description": "Updates package.json with project dependencies.", "type": "object", diff --git a/docs/generated/packages/expo/executors/update.json b/docs/generated/packages/expo/executors/update.json index e0e598b56e..07bdeb3c6a 100644 --- a/docs/generated/packages/expo/executors/update.json +++ b/docs/generated/packages/expo/executors/update.json @@ -4,7 +4,7 @@ "schema": { "version": 2, "outputCapture": "direct-nodejs", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxExpoEasUpdate", "cli": "nx", "title": "Expo EAS Update executor", diff --git a/docs/generated/packages/expo/generators/application.json b/docs/generated/packages/expo/generators/application.json index 4e457fbc5d..f3ad8d7e90 100644 --- a/docs/generated/packages/expo/generators/application.json +++ b/docs/generated/packages/expo/generators/application.json @@ -4,7 +4,7 @@ "schema": { "cli": "nx", "$id": "NxExpoApplication", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "description": "Create an Expo Application for Nx.", "examples": [ { diff --git a/docs/generated/packages/expo/generators/component.json b/docs/generated/packages/expo/generators/component.json index 7ba2a2c027..00db257f16 100644 --- a/docs/generated/packages/expo/generators/component.json +++ b/docs/generated/packages/expo/generators/component.json @@ -4,7 +4,7 @@ "schema": { "cli": "nx", "$id": "NxExpoComponent", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "description": "Create a Expo Component for Nx.", "type": "object", "examples": [ diff --git a/docs/generated/packages/expo/generators/init.json b/docs/generated/packages/expo/generators/init.json index cb89fad4b9..616eff371b 100644 --- a/docs/generated/packages/expo/generators/init.json +++ b/docs/generated/packages/expo/generators/init.json @@ -4,7 +4,7 @@ "schema": { "cli": "nx", "$id": "NxExpoInit", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "description": "Add Nx Expo Schematics.", "type": "object", "properties": { diff --git a/docs/generated/packages/expo/generators/library.json b/docs/generated/packages/expo/generators/library.json index 10f1a98e01..2f16d04ca7 100644 --- a/docs/generated/packages/expo/generators/library.json +++ b/docs/generated/packages/expo/generators/library.json @@ -4,7 +4,7 @@ "schema": { "cli": "nx", "$id": "NxExpoLibrary", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "description": "Create a Expo Library for Nx.", "type": "object", "examples": [ diff --git a/docs/generated/packages/express/generators/application.json b/docs/generated/packages/express/generators/application.json index cab14592c5..983f7fd1e4 100644 --- a/docs/generated/packages/express/generators/application.json +++ b/docs/generated/packages/express/generators/application.json @@ -2,7 +2,7 @@ "name": "application", "factory": "./src/generators/application/application#applicationGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "SchematicsNxExpressApp", "title": "Nx Application Options Schema", diff --git a/docs/generated/packages/express/generators/init.json b/docs/generated/packages/express/generators/init.json index 41b84b432e..128e0c6329 100644 --- a/docs/generated/packages/express/generators/init.json +++ b/docs/generated/packages/express/generators/init.json @@ -2,7 +2,7 @@ "name": "init", "factory": "./src/generators/init/init#initGenerator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxExpressInit", "title": "Init Express Plugin", diff --git a/docs/generated/packages/jest/generators/configuration.json b/docs/generated/packages/jest/generators/configuration.json index db31c45417..89028bffd4 100644 --- a/docs/generated/packages/jest/generators/configuration.json +++ b/docs/generated/packages/jest/generators/configuration.json @@ -2,7 +2,7 @@ "name": "configuration", "factory": "./src/generators/configuration/configuration", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxJestProject", "cli": "nx", "title": "Add Jest Configuration to a project", diff --git a/docs/generated/packages/jest/generators/init.json b/docs/generated/packages/jest/generators/init.json index 03fbf1395f..2595f1879d 100644 --- a/docs/generated/packages/jest/generators/init.json +++ b/docs/generated/packages/jest/generators/init.json @@ -2,7 +2,7 @@ "name": "init", "factory": "./src/generators/init/init#jestInitGenerator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxJestInit", "cli": "nx", "title": "Jest init", diff --git a/docs/generated/packages/js/executors/node.json b/docs/generated/packages/js/executors/node.json index 3c9b3ffbbe..f69777deeb 100644 --- a/docs/generated/packages/js/executors/node.json +++ b/docs/generated/packages/js/executors/node.json @@ -4,7 +4,7 @@ "schema": { "version": 2, "outputCapture": "direct-nodejs", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "title": "Node executor", "description": "Execute Nodejs applications.", diff --git a/docs/generated/packages/js/executors/release-publish.json b/docs/generated/packages/js/executors/release-publish.json index 2a46e54504..b6a36f4f33 100644 --- a/docs/generated/packages/js/executors/release-publish.json +++ b/docs/generated/packages/js/executors/release-publish.json @@ -2,7 +2,7 @@ "name": "release-publish", "implementation": "/packages/js/src/executors/release-publish/release-publish.impl.ts", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "version": 2, "title": "Implementation details of `nx release publish`", "description": "DO NOT INVOKE DIRECTLY WITH `nx run`. Use `nx release publish` instead.", diff --git a/docs/generated/packages/js/executors/swc.json b/docs/generated/packages/js/executors/swc.json index d5c69f904e..2c5289db8e 100644 --- a/docs/generated/packages/js/executors/swc.json +++ b/docs/generated/packages/js/executors/swc.json @@ -4,7 +4,7 @@ "schema": { "version": 2, "outputCapture": "direct-nodejs", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "title": "Typescript Build Target", "description": "Builds using SWC.", diff --git a/docs/generated/packages/js/executors/verdaccio.json b/docs/generated/packages/js/executors/verdaccio.json index be85820335..324f3fd960 100644 --- a/docs/generated/packages/js/executors/verdaccio.json +++ b/docs/generated/packages/js/executors/verdaccio.json @@ -2,7 +2,7 @@ "name": "verdaccio", "implementation": "/packages/js/src/executors/verdaccio/verdaccio.impl.ts", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "version": 2, "title": "Verdaccio Local Registry", "description": "Start a local registry with Verdaccio.", diff --git a/docs/generated/packages/js/generators/convert-to-swc.json b/docs/generated/packages/js/generators/convert-to-swc.json index b7054a6c01..232a80e852 100644 --- a/docs/generated/packages/js/generators/convert-to-swc.json +++ b/docs/generated/packages/js/generators/convert-to-swc.json @@ -2,7 +2,7 @@ "name": "convert-to-swc", "factory": "./src/generators/convert-to-swc/convert-to-swc#convertToSwcGenerator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxTypescriptLibrary", "cli": "nx", "title": "Convert a TSC library to SWC", diff --git a/docs/generated/packages/js/generators/init.json b/docs/generated/packages/js/generators/init.json index f9d16b1050..9e796004bd 100644 --- a/docs/generated/packages/js/generators/init.json +++ b/docs/generated/packages/js/generators/init.json @@ -2,7 +2,7 @@ "name": "init", "factory": "./src/generators/init/init#initGenerator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxTypescriptInit", "cli": "nx", "title": "Init nx/js", diff --git a/docs/generated/packages/js/generators/library.json b/docs/generated/packages/js/generators/library.json index 62fa58c9e2..68dfd176d6 100644 --- a/docs/generated/packages/js/generators/library.json +++ b/docs/generated/packages/js/generators/library.json @@ -2,7 +2,7 @@ "name": "library", "factory": "./src/generators/library/library#libraryGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxTypescriptLibrary", "cli": "nx", "title": "Create a TypeScript Library", diff --git a/docs/generated/packages/js/generators/release-version.json b/docs/generated/packages/js/generators/release-version.json index 7c3a4adff0..16f235a9cc 100644 --- a/docs/generated/packages/js/generators/release-version.json +++ b/docs/generated/packages/js/generators/release-version.json @@ -2,7 +2,7 @@ "name": "release-version", "factory": "./src/generators/release-version/release-version#releaseVersionGenerator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxJSReleaseVersionGenerator", "cli": "nx", "title": "Implementation details of `nx release version`", diff --git a/docs/generated/packages/js/generators/setup-build.json b/docs/generated/packages/js/generators/setup-build.json index 3a318047bf..06209946b7 100644 --- a/docs/generated/packages/js/generators/setup-build.json +++ b/docs/generated/packages/js/generators/setup-build.json @@ -2,7 +2,7 @@ "name": "setup-build", "factory": "./src/generators/setup-build/generator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "SetupBuild", "title": "Setup Build", "description": "Sets up build target for a project.", diff --git a/docs/generated/packages/js/generators/setup-verdaccio.json b/docs/generated/packages/js/generators/setup-verdaccio.json index be48e303fa..7e66804e74 100644 --- a/docs/generated/packages/js/generators/setup-verdaccio.json +++ b/docs/generated/packages/js/generators/setup-verdaccio.json @@ -2,7 +2,7 @@ "name": "setup-verdaccio", "factory": "./src/generators/setup-verdaccio/generator#setupVerdaccio", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "SetupVerdaccio", "title": "Setup Verdaccio", "description": "Setup Verdaccio local-registry.", diff --git a/docs/generated/packages/nest/generators/application.json b/docs/generated/packages/nest/generators/application.json index 9bb9beb8f3..304141f665 100644 --- a/docs/generated/packages/nest/generators/application.json +++ b/docs/generated/packages/nest/generators/application.json @@ -2,7 +2,7 @@ "name": "application", "factory": "./src/generators/application/application#applicationGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestApplicationGenerator", "title": "Nx Application Options Schema", "description": "Nx Application Options Schema.", diff --git a/docs/generated/packages/nest/generators/class.json b/docs/generated/packages/nest/generators/class.json index 2d6df1486c..55aaa55412 100644 --- a/docs/generated/packages/nest/generators/class.json +++ b/docs/generated/packages/nest/generators/class.json @@ -2,7 +2,7 @@ "name": "class", "factory": "./src/generators/class/class#classGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestClassGenerator", "title": "Nest Class Options Schema", "description": "Nest Class Options Schema.", diff --git a/docs/generated/packages/nest/generators/controller.json b/docs/generated/packages/nest/generators/controller.json index e08bc5c982..0725f1f480 100644 --- a/docs/generated/packages/nest/generators/controller.json +++ b/docs/generated/packages/nest/generators/controller.json @@ -2,7 +2,7 @@ "name": "controller", "factory": "./src/generators/controller/controller#controllerGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestControllerGenerator", "title": "Nest Controller Options Schema", "description": "Nest Controller Options Schema.", diff --git a/docs/generated/packages/nest/generators/decorator.json b/docs/generated/packages/nest/generators/decorator.json index e2f88ea418..812c1006cf 100644 --- a/docs/generated/packages/nest/generators/decorator.json +++ b/docs/generated/packages/nest/generators/decorator.json @@ -2,7 +2,7 @@ "name": "decorator", "factory": "./src/generators/decorator/decorator#decoratorGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestDecoratorGenerator", "title": "Nest Decorator Options Schema", "description": "Nest Decorator Options Schema.", diff --git a/docs/generated/packages/nest/generators/filter.json b/docs/generated/packages/nest/generators/filter.json index 1fbc17835f..53d74d9697 100644 --- a/docs/generated/packages/nest/generators/filter.json +++ b/docs/generated/packages/nest/generators/filter.json @@ -2,7 +2,7 @@ "name": "filter", "factory": "./src/generators/filter/filter#filterGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestFilterGenerator", "title": "Nest Filter Options Schema", "description": "Nest Filter Options Schema.", diff --git a/docs/generated/packages/nest/generators/gateway.json b/docs/generated/packages/nest/generators/gateway.json index bb61d3ee22..a68a8cb4f3 100644 --- a/docs/generated/packages/nest/generators/gateway.json +++ b/docs/generated/packages/nest/generators/gateway.json @@ -2,7 +2,7 @@ "name": "gateway", "factory": "./src/generators/gateway/gateway#gatewayGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestGatewayGenerator", "title": "Nest Gateway Options Schema", "description": "Nest Gateway Options Schema.", diff --git a/docs/generated/packages/nest/generators/guard.json b/docs/generated/packages/nest/generators/guard.json index 0a4d0660ef..35f5846a43 100644 --- a/docs/generated/packages/nest/generators/guard.json +++ b/docs/generated/packages/nest/generators/guard.json @@ -2,7 +2,7 @@ "name": "guard", "factory": "./src/generators/guard/guard#guardGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestGuardGenerator", "title": "Nest Guard Options Schema", "description": "Nest Guard Options Schema.", diff --git a/docs/generated/packages/nest/generators/init.json b/docs/generated/packages/nest/generators/init.json index 872d8b1d6b..7add673fa1 100644 --- a/docs/generated/packages/nest/generators/init.json +++ b/docs/generated/packages/nest/generators/init.json @@ -2,7 +2,7 @@ "name": "init", "factory": "./src/generators/init/init", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestInitGenerator", "title": "Init Nest Plugin", "description": "Init Nest Plugin.", diff --git a/docs/generated/packages/nest/generators/interceptor.json b/docs/generated/packages/nest/generators/interceptor.json index 35dd4eb058..cce769cb74 100644 --- a/docs/generated/packages/nest/generators/interceptor.json +++ b/docs/generated/packages/nest/generators/interceptor.json @@ -2,7 +2,7 @@ "name": "interceptor", "factory": "./src/generators/interceptor/interceptor#interceptorGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestInterceptorGenerator", "title": "Nest Interceptor Options Schema", "description": "Nest Interceptor Options Schema.", diff --git a/docs/generated/packages/nest/generators/interface.json b/docs/generated/packages/nest/generators/interface.json index 7c7392bd10..35116c901d 100644 --- a/docs/generated/packages/nest/generators/interface.json +++ b/docs/generated/packages/nest/generators/interface.json @@ -2,7 +2,7 @@ "name": "interface", "factory": "./src/generators/interface/interface#interfaceGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestInterfaceGenerator", "title": "Nest Interface Options Schema", "description": "Nest Interface Options Schema.", diff --git a/docs/generated/packages/nest/generators/library.json b/docs/generated/packages/nest/generators/library.json index 5d9efb2f94..6fcfb0e1c4 100644 --- a/docs/generated/packages/nest/generators/library.json +++ b/docs/generated/packages/nest/generators/library.json @@ -2,7 +2,7 @@ "name": "library", "factory": "./src/generators/library/library#libraryGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestLibraryGenerator", "title": "Create a NestJS Library for Nx", "description": "Create a NestJS Library for Nx.", diff --git a/docs/generated/packages/nest/generators/middleware.json b/docs/generated/packages/nest/generators/middleware.json index db2baef0cb..278d2e7d08 100644 --- a/docs/generated/packages/nest/generators/middleware.json +++ b/docs/generated/packages/nest/generators/middleware.json @@ -2,7 +2,7 @@ "name": "middleware", "factory": "./src/generators/middleware/middleware#middlewareGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestMiddlewareGenerator", "title": "Nest Middleware Options Schema", "description": "Nest Middleware Options Schema.", diff --git a/docs/generated/packages/nest/generators/module.json b/docs/generated/packages/nest/generators/module.json index 42b5e8b612..4b9bd8de99 100644 --- a/docs/generated/packages/nest/generators/module.json +++ b/docs/generated/packages/nest/generators/module.json @@ -2,7 +2,7 @@ "name": "module", "factory": "./src/generators/module/module#moduleGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestModuleGenerator", "title": "Nest Module Options Schema", "description": "Nest Module Options Schema.", diff --git a/docs/generated/packages/nest/generators/pipe.json b/docs/generated/packages/nest/generators/pipe.json index 4fdafec02f..08f8953fde 100644 --- a/docs/generated/packages/nest/generators/pipe.json +++ b/docs/generated/packages/nest/generators/pipe.json @@ -2,7 +2,7 @@ "name": "pipe", "factory": "./src/generators/pipe/pipe#pipeGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestPipeGenerator", "title": "Nest Pipe Options Schema", "description": "Nest Pipe Options Schema.", diff --git a/docs/generated/packages/nest/generators/provider.json b/docs/generated/packages/nest/generators/provider.json index 43a41af721..675df6e394 100644 --- a/docs/generated/packages/nest/generators/provider.json +++ b/docs/generated/packages/nest/generators/provider.json @@ -2,7 +2,7 @@ "name": "provider", "factory": "./src/generators/provider/provider#providerGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestProviderGenerator", "title": "Nest Provider Options Schema", "description": "Nest Provider Options Schema.", diff --git a/docs/generated/packages/nest/generators/resolver.json b/docs/generated/packages/nest/generators/resolver.json index 3698f98d4a..72e06519ed 100644 --- a/docs/generated/packages/nest/generators/resolver.json +++ b/docs/generated/packages/nest/generators/resolver.json @@ -2,7 +2,7 @@ "name": "resolver", "factory": "./src/generators/resolver/resolver#resolverGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestResolverGenerator", "title": "Nest Resolver Options Schema", "description": "Nest Resolver Options Schema.", diff --git a/docs/generated/packages/nest/generators/resource.json b/docs/generated/packages/nest/generators/resource.json index 2e8fd8fe11..0a93486ffa 100644 --- a/docs/generated/packages/nest/generators/resource.json +++ b/docs/generated/packages/nest/generators/resource.json @@ -2,7 +2,7 @@ "name": "resource", "factory": "./src/generators/resource/resource#resourceGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestResourceGenerator", "title": "Nest Resource Options Schema", "description": "Nest Resource Options Schema.", diff --git a/docs/generated/packages/nest/generators/service.json b/docs/generated/packages/nest/generators/service.json index 977eab8e82..678a03dd17 100644 --- a/docs/generated/packages/nest/generators/service.json +++ b/docs/generated/packages/nest/generators/service.json @@ -2,7 +2,7 @@ "name": "service", "factory": "./src/generators/service/service#serviceGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestServiceGenerator", "title": "Nest Service Options Schema", "description": "Nest Service Options Schema.", diff --git a/docs/generated/packages/next/executors/build.json b/docs/generated/packages/next/executors/build.json index 3cd26544c5..81911e84a5 100644 --- a/docs/generated/packages/next/executors/build.json +++ b/docs/generated/packages/next/executors/build.json @@ -4,7 +4,7 @@ "schema": { "version": 2, "outputCapture": "pipe", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "title": "Next Build", "description": "Build a Next.js app.", diff --git a/docs/generated/packages/next/generators/application.json b/docs/generated/packages/next/generators/application.json index ec6cee0951..56a27c427b 100644 --- a/docs/generated/packages/next/generators/application.json +++ b/docs/generated/packages/next/generators/application.json @@ -2,7 +2,7 @@ "name": "application", "factory": "./src/generators/application/application#applicationGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxNextApp", "title": "Create a Next.js Application for Nx", @@ -40,11 +40,11 @@ { "value": "css", "label": "CSS" }, { "value": "scss", - "label": "SASS(.scss) [ http://sass-lang.com ]" + "label": "SASS(.scss) [ https://sass-lang.com ]" }, { "value": "less", - "label": "LESS [ http://lesscss.org ]" + "label": "LESS [ https://lesscss.org ]" }, { "value": "styled-components", diff --git a/docs/generated/packages/next/generators/component.json b/docs/generated/packages/next/generators/component.json index 95d9c1773a..6196caef2b 100644 --- a/docs/generated/packages/next/generators/component.json +++ b/docs/generated/packages/next/generators/component.json @@ -2,7 +2,7 @@ "name": "component", "factory": "./src/generators/component/component#componentGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxNextReactComponent", "title": "Create a React Component for Next", @@ -35,11 +35,11 @@ { "value": "css", "label": "CSS" }, { "value": "scss", - "label": "SASS(.scss) [ http://sass-lang.com ]" + "label": "SASS(.scss) [ https://sass-lang.com ]" }, { "value": "less", - "label": "LESS [ http://lesscss.org ]" + "label": "LESS [ https://lesscss.org ]" }, { "value": "styled-components", diff --git a/docs/generated/packages/next/generators/custom-server.json b/docs/generated/packages/next/generators/custom-server.json index 661bf45517..c2b83da02a 100644 --- a/docs/generated/packages/next/generators/custom-server.json +++ b/docs/generated/packages/next/generators/custom-server.json @@ -2,7 +2,7 @@ "name": "custom-server", "factory": "./src/generators/custom-server/custom-server#customServerGenerator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxNextCustomServer", "title": "Add custom server", diff --git a/docs/generated/packages/next/generators/cypress-component-configuration.json b/docs/generated/packages/next/generators/cypress-component-configuration.json index a086039284..d19de24908 100644 --- a/docs/generated/packages/next/generators/cypress-component-configuration.json +++ b/docs/generated/packages/next/generators/cypress-component-configuration.json @@ -2,7 +2,7 @@ "name": "cypress-component-configuration", "factory": "./src/generators/cypress-component-configuration/cypress-component-configuration", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "CypressComponentConfiguration", "title": "NextJS Component Testing Configuration", diff --git a/docs/generated/packages/next/generators/init.json b/docs/generated/packages/next/generators/init.json index 85f3af4059..55b9f7888b 100644 --- a/docs/generated/packages/next/generators/init.json +++ b/docs/generated/packages/next/generators/init.json @@ -2,7 +2,7 @@ "name": "init", "factory": "./src/generators/init/init#nextInitGenerator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxNextNgInit", "title": "Init Next Plugin", diff --git a/docs/generated/packages/next/generators/library.json b/docs/generated/packages/next/generators/library.json index f760b525a7..0e06738c98 100644 --- a/docs/generated/packages/next/generators/library.json +++ b/docs/generated/packages/next/generators/library.json @@ -2,7 +2,7 @@ "name": "library", "factory": "./src/generators/library/library#libraryGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxReactLibrary", "title": "Create a React Library for Nx", @@ -40,11 +40,11 @@ { "value": "css", "label": "CSS" }, { "value": "scss", - "label": "SASS(.scss) [ http://sass-lang.com ]" + "label": "SASS(.scss) [ https://sass-lang.com ]" }, { "value": "less", - "label": "LESS [ http://lesscss.org ]" + "label": "LESS [ https://lesscss.org ]" }, { "value": "styled-components", diff --git a/docs/generated/packages/next/generators/page.json b/docs/generated/packages/next/generators/page.json index 9b3221776f..7c7b237978 100644 --- a/docs/generated/packages/next/generators/page.json +++ b/docs/generated/packages/next/generators/page.json @@ -2,7 +2,7 @@ "name": "page", "factory": "./src/generators/page/page#pageGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxNextReactPage", "title": "Create a Page for Next", @@ -46,11 +46,11 @@ { "value": "css", "label": "CSS" }, { "value": "scss", - "label": "SASS(.scss) [ http://sass-lang.com ]" + "label": "SASS(.scss) [ https://sass-lang.com ]" }, { "value": "less", - "label": "LESS [ http://lesscss.org ]" + "label": "LESS [ https://lesscss.org ]" }, { "value": "styled-components", diff --git a/docs/generated/packages/node/generators/application.json b/docs/generated/packages/node/generators/application.json index 70d46d416b..b4b9a029d7 100644 --- a/docs/generated/packages/node/generators/application.json +++ b/docs/generated/packages/node/generators/application.json @@ -2,7 +2,7 @@ "name": "application", "factory": "./src/generators/application/application#applicationGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "SchematicsNxNodeApp", "title": "Nx Application Options Schema", diff --git a/docs/generated/packages/node/generators/init.json b/docs/generated/packages/node/generators/init.json index 6c7294cb5a..9a5a388e37 100644 --- a/docs/generated/packages/node/generators/init.json +++ b/docs/generated/packages/node/generators/init.json @@ -2,7 +2,7 @@ "name": "init", "factory": "./src/generators/init/init", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxNodeInit", "title": "Init Node Plugin", diff --git a/docs/generated/packages/node/generators/library.json b/docs/generated/packages/node/generators/library.json index 1e4bf24954..30aecd057a 100644 --- a/docs/generated/packages/node/generators/library.json +++ b/docs/generated/packages/node/generators/library.json @@ -2,7 +2,7 @@ "name": "library", "factory": "./src/generators/library/library#libraryGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxNodeLibrary", "title": "Create a Node Library for Nx", diff --git a/docs/generated/packages/node/generators/setup-docker.json b/docs/generated/packages/node/generators/setup-docker.json index f2b0c3cd3a..aace4f7758 100644 --- a/docs/generated/packages/node/generators/setup-docker.json +++ b/docs/generated/packages/node/generators/setup-docker.json @@ -2,7 +2,7 @@ "name": "setup-docker", "factory": "./src/generators/setup-docker/setup-docker", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "SchematicsNxSetupDocker", "title": "Nx Node Docker Options Schema", diff --git a/docs/generated/packages/nuxt/generators/application.json b/docs/generated/packages/nuxt/generators/application.json index 98638f3da4..fd7c106136 100644 --- a/docs/generated/packages/nuxt/generators/application.json +++ b/docs/generated/packages/nuxt/generators/application.json @@ -2,7 +2,7 @@ "name": "application", "factory": "./src/generators/application/application", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxNuxtApp", "title": "Create a Nuxt Application for Nx", @@ -89,11 +89,11 @@ { "value": "css", "label": "CSS" }, { "value": "scss", - "label": "SASS(.scss) [ http://sass-lang.com ]" + "label": "SASS(.scss) [ https://sass-lang.com ]" }, { "value": "less", - "label": "LESS [ http://lesscss.org ]" + "label": "LESS [ https://lesscss.org ]" }, { "value": "none", "label": "None" } ] diff --git a/docs/generated/packages/nuxt/generators/init.json b/docs/generated/packages/nuxt/generators/init.json index d7df654c84..5553ce3f17 100644 --- a/docs/generated/packages/nuxt/generators/init.json +++ b/docs/generated/packages/nuxt/generators/init.json @@ -2,7 +2,7 @@ "name": "init", "factory": "./src/generators/init/init", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNuxtInit", "title": "Init Nuxt Plugin", "description": "Initialize a Nuxt Plugin.", diff --git a/docs/generated/packages/nuxt/generators/storybook-configuration.json b/docs/generated/packages/nuxt/generators/storybook-configuration.json index b3638ff3c5..c22a2a3b5d 100644 --- a/docs/generated/packages/nuxt/generators/storybook-configuration.json +++ b/docs/generated/packages/nuxt/generators/storybook-configuration.json @@ -2,7 +2,7 @@ "name": "storybook-configuration", "factory": "./src/generators/storybook-configuration/configuration", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxNuxtStorybookConfigure", "title": "Nuxt Storybook Configure", diff --git a/docs/generated/packages/nx/generators/connect-to-nx-cloud.json b/docs/generated/packages/nx/generators/connect-to-nx-cloud.json index c54232addd..c9c3e2eff6 100644 --- a/docs/generated/packages/nx/generators/connect-to-nx-cloud.json +++ b/docs/generated/packages/nx/generators/connect-to-nx-cloud.json @@ -2,7 +2,7 @@ "name": "connect-to-nx-cloud", "factory": "./src/nx-cloud/generators/connect-to-nx-cloud/connect-to-nx-cloud", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "id": "NxCloudInit", "title": "Add Nx Cloud Configuration to the workspace", "description": "Connect a workspace to Nx Cloud.", diff --git a/docs/generated/packages/playwright/executors/playwright.json b/docs/generated/packages/playwright/executors/playwright.json index 039299043e..5cb06ef6e2 100644 --- a/docs/generated/packages/playwright/executors/playwright.json +++ b/docs/generated/packages/playwright/executors/playwright.json @@ -2,7 +2,7 @@ "name": "playwright", "implementation": "/packages/playwright/src/executors/playwright/playwright.impl.ts", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "version": 2, "title": "Playwright executor", "description": "Run Playwright tests.", diff --git a/docs/generated/packages/playwright/generators/configuration.json b/docs/generated/packages/playwright/generators/configuration.json index 41f740aa11..9f0685f160 100644 --- a/docs/generated/packages/playwright/generators/configuration.json +++ b/docs/generated/packages/playwright/generators/configuration.json @@ -2,7 +2,7 @@ "name": "configuration", "factory": "./src/generators/configuration/configuration", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxPlaywrightConfiguration", "description": "Add a Playwright configuration.", "title": "Add a Playwright configuration", diff --git a/docs/generated/packages/playwright/generators/init.json b/docs/generated/packages/playwright/generators/init.json index ae425e71d6..ef8bb483cc 100644 --- a/docs/generated/packages/playwright/generators/init.json +++ b/docs/generated/packages/playwright/generators/init.json @@ -2,7 +2,7 @@ "name": "init", "factory": "./src/generators/init/init", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxPlaywrightInit", "title": "Playwright Init Generator", "description": "Initializes a Playwright project in the current workspace.", diff --git a/docs/generated/packages/plugin/generators/create-package.json b/docs/generated/packages/plugin/generators/create-package.json index 76d1560b9a..86536d0fe1 100644 --- a/docs/generated/packages/plugin/generators/create-package.json +++ b/docs/generated/packages/plugin/generators/create-package.json @@ -2,7 +2,7 @@ "name": "create-package", "factory": "./src/generators/create-package/create-package#createPackageGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxPluginCreatePackage", "title": "Create a framework package", diff --git a/docs/generated/packages/plugin/generators/e2e-project.json b/docs/generated/packages/plugin/generators/e2e-project.json index 36ab78142a..6956a0e498 100644 --- a/docs/generated/packages/plugin/generators/e2e-project.json +++ b/docs/generated/packages/plugin/generators/e2e-project.json @@ -2,7 +2,7 @@ "name": "e2e-project", "factory": "./src/generators/e2e-project/e2e#e2eProjectGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxPluginE2E", "title": "Create an E2E app for a Nx Plugin", diff --git a/docs/generated/packages/plugin/generators/executor.json b/docs/generated/packages/plugin/generators/executor.json index bf82c5029a..4007e5c8a1 100644 --- a/docs/generated/packages/plugin/generators/executor.json +++ b/docs/generated/packages/plugin/generators/executor.json @@ -2,7 +2,7 @@ "name": "executor", "factory": "./src/generators/executor/executor#executorGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxPluginExecutor", "title": "Create an Executor for an Nx Plugin", diff --git a/docs/generated/packages/plugin/generators/generator.json b/docs/generated/packages/plugin/generators/generator.json index a848b150c5..3364d681ca 100644 --- a/docs/generated/packages/plugin/generators/generator.json +++ b/docs/generated/packages/plugin/generators/generator.json @@ -2,7 +2,7 @@ "name": "generator", "factory": "./src/generators/generator/generator#generatorGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxPluginGenerator", "title": "Create a Generator for an Nx Plugin", diff --git a/docs/generated/packages/plugin/generators/migration.json b/docs/generated/packages/plugin/generators/migration.json index 48bd04c3b3..8c43c74629 100644 --- a/docs/generated/packages/plugin/generators/migration.json +++ b/docs/generated/packages/plugin/generators/migration.json @@ -2,7 +2,7 @@ "name": "migration", "factory": "./src/generators/migration/migration#migrationGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxPluginMigration", "title": "Create a Migration for an Nx Plugin", diff --git a/docs/generated/packages/plugin/generators/plugin-lint-checks.json b/docs/generated/packages/plugin/generators/plugin-lint-checks.json index bdf4a50fe7..d4705e2ec9 100644 --- a/docs/generated/packages/plugin/generators/plugin-lint-checks.json +++ b/docs/generated/packages/plugin/generators/plugin-lint-checks.json @@ -2,7 +2,7 @@ "name": "plugin-lint-checks", "factory": "./src/generators/lint-checks/generator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "PluginLint", "title": "", diff --git a/docs/generated/packages/plugin/generators/plugin.json b/docs/generated/packages/plugin/generators/plugin.json index 9b346380eb..7833180847 100644 --- a/docs/generated/packages/plugin/generators/plugin.json +++ b/docs/generated/packages/plugin/generators/plugin.json @@ -2,7 +2,7 @@ "name": "plugin", "factory": "./src/generators/plugin/plugin#pluginGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxPluginPlugin", "title": "Create a Plugin for Nx", diff --git a/docs/generated/packages/plugin/generators/preset.json b/docs/generated/packages/plugin/generators/preset.json index 9c92daa624..0d1ce660e5 100644 --- a/docs/generated/packages/plugin/generators/preset.json +++ b/docs/generated/packages/plugin/generators/preset.json @@ -2,7 +2,7 @@ "name": "preset", "factory": "./src/generators/preset/generator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxPluginPreset", "title": "Generator ran by create-nx-plugin", diff --git a/docs/generated/packages/react-native/executors/build-android.json b/docs/generated/packages/react-native/executors/build-android.json index 57c1af8e4a..ad753e52a0 100644 --- a/docs/generated/packages/react-native/executors/build-android.json +++ b/docs/generated/packages/react-native/executors/build-android.json @@ -6,7 +6,7 @@ "outputCapture": "direct-nodejs", "cli": "nx", "$id": "NxReactNativeBuildAndroid", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Release Build for Android", "description": "Build target options for Android.", "type": "object", diff --git a/docs/generated/packages/react-native/executors/build-ios.json b/docs/generated/packages/react-native/executors/build-ios.json index 49b82d8e2c..ca4496b65e 100644 --- a/docs/generated/packages/react-native/executors/build-ios.json +++ b/docs/generated/packages/react-native/executors/build-ios.json @@ -2,7 +2,7 @@ "name": "build-ios", "implementation": "/packages/react-native/src/executors/build-ios/build-ios.impl.ts", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "version": 2, "cli": "nx", "title": "React Native Build iOS executor", diff --git a/docs/generated/packages/react-native/executors/bundle.json b/docs/generated/packages/react-native/executors/bundle.json index 4e04660f68..22dcc39c73 100644 --- a/docs/generated/packages/react-native/executors/bundle.json +++ b/docs/generated/packages/react-native/executors/bundle.json @@ -6,7 +6,7 @@ "outputCapture": "direct-nodejs", "cli": "nx", "$id": "NxReactNativeBundle", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Offline JS Bundle for React Native", "description": "JS Bundle target options.", "type": "object", diff --git a/docs/generated/packages/react-native/executors/ensure-symlink.json b/docs/generated/packages/react-native/executors/ensure-symlink.json index cbf8a092f7..5145424309 100644 --- a/docs/generated/packages/react-native/executors/ensure-symlink.json +++ b/docs/generated/packages/react-native/executors/ensure-symlink.json @@ -6,7 +6,7 @@ "outputCapture": "direct-nodejs", "cli": "nx", "$id": "NxReactNativeEnsureSymlink", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Ensure Symlink for React Native", "description": "Ensure workspace node_modules is symlink under app's node_modules folder.", "type": "object", diff --git a/docs/generated/packages/react-native/executors/pod-install.json b/docs/generated/packages/react-native/executors/pod-install.json index e3d37e01a4..1552af8f79 100644 --- a/docs/generated/packages/react-native/executors/pod-install.json +++ b/docs/generated/packages/react-native/executors/pod-install.json @@ -6,7 +6,7 @@ "outputCapture": "direct-nodejs", "cli": "nx", "$id": "NxReactNativePodInstall", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Run Pod Install for React Native iOS Project", "description": "Run `pod install` for React Native iOS Project.", "type": "object", diff --git a/docs/generated/packages/react-native/executors/run-android.json b/docs/generated/packages/react-native/executors/run-android.json index 5593cefeef..2b37c24a4f 100644 --- a/docs/generated/packages/react-native/executors/run-android.json +++ b/docs/generated/packages/react-native/executors/run-android.json @@ -6,7 +6,7 @@ "outputCapture": "direct-nodejs", "cli": "nx", "$id": "NxReactNativeRunAndroid", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Run Android application", "description": "Run Android target options.", "type": "object", diff --git a/docs/generated/packages/react-native/executors/run-ios.json b/docs/generated/packages/react-native/executors/run-ios.json index cdf60fd6ae..9028c9954a 100644 --- a/docs/generated/packages/react-native/executors/run-ios.json +++ b/docs/generated/packages/react-native/executors/run-ios.json @@ -6,7 +6,7 @@ "outputCapture": "direct-nodejs", "cli": "nx", "$id": "NxReactNativeRunIos", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Run iOS application", "description": "Run iOS target options.", "type": "object", diff --git a/docs/generated/packages/react-native/executors/start.json b/docs/generated/packages/react-native/executors/start.json index eed219391d..aa6acdbd0b 100644 --- a/docs/generated/packages/react-native/executors/start.json +++ b/docs/generated/packages/react-native/executors/start.json @@ -6,7 +6,7 @@ "outputCapture": "direct-nodejs", "cli": "nx", "$id": "NxReactNativeStart", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Packager Server for React Native", "description": "Packager Server target options.", "type": "object", diff --git a/docs/generated/packages/react-native/executors/sync-deps.json b/docs/generated/packages/react-native/executors/sync-deps.json index 3c1a8f4b50..a832e8ee01 100644 --- a/docs/generated/packages/react-native/executors/sync-deps.json +++ b/docs/generated/packages/react-native/executors/sync-deps.json @@ -6,7 +6,7 @@ "outputCapture": "direct-nodejs", "cli": "nx", "$id": "NxReactNativeSyncDeps", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Sync Deps for React Native", "description": "Updates `package.json` with project dependencies.", "type": "object", diff --git a/docs/generated/packages/react-native/generators/application.json b/docs/generated/packages/react-native/generators/application.json index e98472482f..1e95e186f1 100644 --- a/docs/generated/packages/react-native/generators/application.json +++ b/docs/generated/packages/react-native/generators/application.json @@ -4,7 +4,7 @@ "schema": { "cli": "nx", "$id": "NxReactNativeApplication", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Create a React Application for Nx", "description": "Create a React Application for Nx.", "examples": [ diff --git a/docs/generated/packages/react-native/generators/component-story.json b/docs/generated/packages/react-native/generators/component-story.json index a0aafc7f41..b1959fa05a 100644 --- a/docs/generated/packages/react-native/generators/component-story.json +++ b/docs/generated/packages/react-native/generators/component-story.json @@ -2,7 +2,7 @@ "name": "component-story", "factory": "./src/generators/component-story/component-story#componentStoryGenerator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxReactNativeComponentStory", "title": "React native component story", diff --git a/docs/generated/packages/react-native/generators/component.json b/docs/generated/packages/react-native/generators/component.json index 4f88072b33..13d0fdd3aa 100644 --- a/docs/generated/packages/react-native/generators/component.json +++ b/docs/generated/packages/react-native/generators/component.json @@ -4,7 +4,7 @@ "schema": { "cli": "nx", "$id": "NxReactNativeApplication", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Create a React Native Component for Nx", "description": "Create a React native Component for Nx.", "type": "object", diff --git a/docs/generated/packages/react-native/generators/init.json b/docs/generated/packages/react-native/generators/init.json index 3ef8c1c116..39b6081bdd 100644 --- a/docs/generated/packages/react-native/generators/init.json +++ b/docs/generated/packages/react-native/generators/init.json @@ -4,7 +4,7 @@ "schema": { "cli": "nx", "$id": "NxReactNativeInit", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Add Nx React Native Schematics", "description": "Add Nx React native schematics.", "type": "object", diff --git a/docs/generated/packages/react-native/generators/library.json b/docs/generated/packages/react-native/generators/library.json index 7865034c3b..eb4d860f93 100644 --- a/docs/generated/packages/react-native/generators/library.json +++ b/docs/generated/packages/react-native/generators/library.json @@ -4,7 +4,7 @@ "schema": { "cli": "nx", "$id": "NxReactNativeLibrary", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Create a React Native Library for Nx", "description": "Create a React Native Library for Nx.", "type": "object", diff --git a/docs/generated/packages/react-native/generators/stories.json b/docs/generated/packages/react-native/generators/stories.json index 71dee37f52..41403b18dd 100644 --- a/docs/generated/packages/react-native/generators/stories.json +++ b/docs/generated/packages/react-native/generators/stories.json @@ -2,7 +2,7 @@ "name": "stories", "factory": "./src/generators/stories/stories#storiesGenerator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxReactNativeStorybookStories", "title": "Generate React Native Storybook stories", diff --git a/docs/generated/packages/react-native/generators/storybook-configuration.json b/docs/generated/packages/react-native/generators/storybook-configuration.json index 3f5464210b..8eeff56a5d 100644 --- a/docs/generated/packages/react-native/generators/storybook-configuration.json +++ b/docs/generated/packages/react-native/generators/storybook-configuration.json @@ -2,7 +2,7 @@ "name": "storybook-configuration", "factory": "./src/generators/storybook-configuration/configuration#storybookConfigurationGenerator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxReactNativeStorybookConfigure", "title": "React native Storybook configuration", diff --git a/docs/generated/packages/react-native/generators/upgrade-native.json b/docs/generated/packages/react-native/generators/upgrade-native.json index e96f322cf1..6c676bf07b 100644 --- a/docs/generated/packages/react-native/generators/upgrade-native.json +++ b/docs/generated/packages/react-native/generators/upgrade-native.json @@ -2,7 +2,7 @@ "name": "upgrade-native", "factory": "./src/generators/upgrade-native/upgrade-native#reactNativeUpgradeNativeGenerator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxReactNativeUpgradeNativeConfigure", "title": "React native upgrade native configuration", diff --git a/docs/generated/packages/react/generators/application.json b/docs/generated/packages/react/generators/application.json index 13e85e1899..b1fcfb1f11 100644 --- a/docs/generated/packages/react/generators/application.json +++ b/docs/generated/packages/react/generators/application.json @@ -2,7 +2,7 @@ "name": "application", "factory": "./src/generators/application/application#applicationGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxReactApp", "title": "Create a React Application", @@ -53,11 +53,11 @@ { "value": "css", "label": "CSS" }, { "value": "scss", - "label": "SASS(.scss) [ http://sass-lang.com ]" + "label": "SASS(.scss) [ https://sass-lang.com ]" }, { "value": "less", - "label": "LESS [ http://lesscss.org ]" + "label": "LESS [ https://lesscss.org ]" }, { "value": "styled-components", diff --git a/docs/generated/packages/react/generators/component-cypress-spec.json b/docs/generated/packages/react/generators/component-cypress-spec.json index ac932d09c9..4efc7e1b56 100644 --- a/docs/generated/packages/react/generators/component-cypress-spec.json +++ b/docs/generated/packages/react/generators/component-cypress-spec.json @@ -2,7 +2,7 @@ "name": "component-cypress-spec", "factory": "./src/generators/component-cypress-spec/component-cypress-spec#componentCypressGenerator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxReactComponentCypressSpec", "title": "Create component Cypress spec", diff --git a/docs/generated/packages/react/generators/component-story.json b/docs/generated/packages/react/generators/component-story.json index 5122138cb6..a8d1078b65 100644 --- a/docs/generated/packages/react/generators/component-story.json +++ b/docs/generated/packages/react/generators/component-story.json @@ -2,7 +2,7 @@ "name": "component-story", "factory": "./src/generators/component-story/component-story#componentStoryGenerator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxReactComponentStory", "title": "Create component story", diff --git a/docs/generated/packages/react/generators/component-test.json b/docs/generated/packages/react/generators/component-test.json index b3973d92a1..f3a9a5c76f 100644 --- a/docs/generated/packages/react/generators/component-test.json +++ b/docs/generated/packages/react/generators/component-test.json @@ -2,7 +2,7 @@ "name": "component-test", "factory": "./src/generators/component-test/component-test#componentTestGenerator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxReactCypressComponentTest", "title": "Add Cypress component test", diff --git a/docs/generated/packages/react/generators/component.json b/docs/generated/packages/react/generators/component.json index 5bf5ea4a2f..04821be1c2 100644 --- a/docs/generated/packages/react/generators/component.json +++ b/docs/generated/packages/react/generators/component.json @@ -2,7 +2,7 @@ "name": "component", "factory": "./src/generators/component/component#componentGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxReactComponent", "title": "Create a React Component", @@ -35,11 +35,11 @@ { "value": "css", "label": "CSS" }, { "value": "scss", - "label": "SASS(.scss) [ http://sass-lang.com ]" + "label": "SASS(.scss) [ https://sass-lang.com ]" }, { "value": "less", - "label": "LESS [ http://lesscss.org ]" + "label": "LESS [ https://lesscss.org ]" }, { "value": "styled-components", diff --git a/docs/generated/packages/react/generators/federate-module.json b/docs/generated/packages/react/generators/federate-module.json index 0a3ff415c8..0f156209fe 100644 --- a/docs/generated/packages/react/generators/federate-module.json +++ b/docs/generated/packages/react/generators/federate-module.json @@ -2,7 +2,7 @@ "name": "federate-module", "factory": "./src/generators/federate-module/federate-module#federateModuleGenerator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxReactFederateModule", "title": "Federate Module", diff --git a/docs/generated/packages/react/generators/hook.json b/docs/generated/packages/react/generators/hook.json index 7852066ed8..8e13f31162 100644 --- a/docs/generated/packages/react/generators/hook.json +++ b/docs/generated/packages/react/generators/hook.json @@ -2,7 +2,7 @@ "name": "hook", "factory": "./src/generators/hook/hook#hookGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxReactHook", "title": "Create a React Hook for Nx", diff --git a/docs/generated/packages/react/generators/host.json b/docs/generated/packages/react/generators/host.json index e9d23a87e3..f6541bee84 100644 --- a/docs/generated/packages/react/generators/host.json +++ b/docs/generated/packages/react/generators/host.json @@ -2,7 +2,7 @@ "name": "host", "factory": "./src/generators/host/host#hostGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "GeneratorReactHost", "cli": "nx", "title": "Generate Module Federation Setup for React Host App", @@ -40,11 +40,11 @@ { "value": "css", "label": "CSS" }, { "value": "scss", - "label": "SASS(.scss) [ http://sass-lang.com ]" + "label": "SASS(.scss) [ https://sass-lang.com ]" }, { "value": "less", - "label": "LESS [ http://lesscss.org ]" + "label": "LESS [ https://lesscss.org ]" }, { "value": "styled-components", diff --git a/docs/generated/packages/react/generators/init.json b/docs/generated/packages/react/generators/init.json index 7f7ccd41cf..d2061793c1 100644 --- a/docs/generated/packages/react/generators/init.json +++ b/docs/generated/packages/react/generators/init.json @@ -2,7 +2,7 @@ "name": "init", "factory": "./src/generators/init/init#reactInitGenerator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxReactNgInit", "title": "Init React Plugin", "description": "Initialize a React Plugin.", diff --git a/docs/generated/packages/react/generators/library.json b/docs/generated/packages/react/generators/library.json index cac4960ec0..cd86079a66 100644 --- a/docs/generated/packages/react/generators/library.json +++ b/docs/generated/packages/react/generators/library.json @@ -2,7 +2,7 @@ "name": "library", "factory": "./src/generators/library/library#libraryGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxReactLibrary", "title": "Create a React Library", @@ -50,11 +50,11 @@ { "value": "css", "label": "CSS" }, { "value": "scss", - "label": "SASS(.scss) [ http://sass-lang.com ]" + "label": "SASS(.scss) [ https://sass-lang.com ]" }, { "value": "less", - "label": "LESS [ http://lesscss.org ]" + "label": "LESS [ https://lesscss.org ]" }, { "value": "styled-components", diff --git a/docs/generated/packages/react/generators/redux.json b/docs/generated/packages/react/generators/redux.json index bcd947e526..48c43cb21f 100644 --- a/docs/generated/packages/react/generators/redux.json +++ b/docs/generated/packages/react/generators/redux.json @@ -2,7 +2,7 @@ "name": "redux", "factory": "./src/generators/redux/redux#reduxGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "redux", "title": "Create Redux state", diff --git a/docs/generated/packages/react/generators/remote.json b/docs/generated/packages/react/generators/remote.json index 6a54a25157..f9b6de2b9f 100644 --- a/docs/generated/packages/react/generators/remote.json +++ b/docs/generated/packages/react/generators/remote.json @@ -2,7 +2,7 @@ "name": "remote", "factory": "./src/generators/remote/remote#remoteGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "GeneratorReactRemote", "cli": "nx", "title": "Generate Module Federation Setup for React Remote App", @@ -46,11 +46,11 @@ { "value": "css", "label": "CSS" }, { "value": "scss", - "label": "SASS(.scss) [ http://sass-lang.com ]" + "label": "SASS(.scss) [ https://sass-lang.com ]" }, { "value": "less", - "label": "LESS [ http://lesscss.org ]" + "label": "LESS [ https://lesscss.org ]" }, { "value": "styled-components", diff --git a/docs/generated/packages/react/generators/setup-ssr.json b/docs/generated/packages/react/generators/setup-ssr.json index 97a6c23ced..874b7dbf48 100644 --- a/docs/generated/packages/react/generators/setup-ssr.json +++ b/docs/generated/packages/react/generators/setup-ssr.json @@ -2,7 +2,7 @@ "name": "setup-ssr", "factory": "./src/generators/setup-ssr/setup-ssr#setupSsrGenerator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "GeneratorReactSSRSetup", "cli": "nx", "title": "Generate SSR setup for a React app", diff --git a/docs/generated/packages/react/generators/setup-tailwind.json b/docs/generated/packages/react/generators/setup-tailwind.json index 22a29c02ac..e87ffb2fa7 100644 --- a/docs/generated/packages/react/generators/setup-tailwind.json +++ b/docs/generated/packages/react/generators/setup-tailwind.json @@ -2,7 +2,7 @@ "name": "setup-tailwind", "factory": "./src/generators/setup-tailwind/setup-tailwind#setupTailwindGenerator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxReactTailwindSetupGenerator", "title": "Configures Tailwind CSS for an application or a buildable/publishable library.", diff --git a/docs/generated/packages/react/generators/stories.json b/docs/generated/packages/react/generators/stories.json index 031ebf0ccf..4f5a13820c 100644 --- a/docs/generated/packages/react/generators/stories.json +++ b/docs/generated/packages/react/generators/stories.json @@ -2,7 +2,7 @@ "name": "stories", "factory": "./src/generators/stories/stories#storiesGenerator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxReactStorybookStories", "title": "Generate React Storybook stories", diff --git a/docs/generated/packages/react/generators/storybook-configuration.json b/docs/generated/packages/react/generators/storybook-configuration.json index febf0cf4f7..001ca23221 100644 --- a/docs/generated/packages/react/generators/storybook-configuration.json +++ b/docs/generated/packages/react/generators/storybook-configuration.json @@ -2,7 +2,7 @@ "name": "storybook-configuration", "factory": "./src/generators/storybook-configuration/configuration#storybookConfigurationGenerator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxReactStorybookConfigure", "title": "React Storybook Configure", diff --git a/docs/generated/packages/remix/executors/build.json b/docs/generated/packages/remix/executors/build.json index 7dbc7c5f72..1980398baa 100644 --- a/docs/generated/packages/remix/executors/build.json +++ b/docs/generated/packages/remix/executors/build.json @@ -4,7 +4,7 @@ "schema": { "version": 2, "outputCapture": "pipe", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "title": "Remix Build", "description": "Build a Remix app.", diff --git a/docs/generated/packages/remix/generators/action.json b/docs/generated/packages/remix/generators/action.json index ac87ad81d6..54d437c7e9 100644 --- a/docs/generated/packages/remix/generators/action.json +++ b/docs/generated/packages/remix/generators/action.json @@ -2,7 +2,7 @@ "name": "action", "implementation": "/packages/remix/src/generators/action/action.impl.ts", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "action", "type": "object", "description": "Generate an action for a given route.", diff --git a/docs/generated/packages/remix/generators/application.json b/docs/generated/packages/remix/generators/application.json index 0cddbd21ce..97b621c845 100644 --- a/docs/generated/packages/remix/generators/application.json +++ b/docs/generated/packages/remix/generators/application.json @@ -2,7 +2,7 @@ "name": "application", "implementation": "/packages/remix/src/generators/application/application.impl.ts", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxRemixApplication", "title": "Create an Application", "description": "Generate a new Remix application.", diff --git a/docs/generated/packages/remix/generators/cypress.json b/docs/generated/packages/remix/generators/cypress.json index d70e3f8f72..f18cee4144 100644 --- a/docs/generated/packages/remix/generators/cypress.json +++ b/docs/generated/packages/remix/generators/cypress.json @@ -2,7 +2,7 @@ "name": "cypress", "implementation": "/packages/remix/src/generators/cypress/cypress.impl.ts", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxRemixCypress", "title": "", "type": "object", diff --git a/docs/generated/packages/remix/generators/error-boundary.json b/docs/generated/packages/remix/generators/error-boundary.json index 03c2c63a3e..fdbde873d2 100644 --- a/docs/generated/packages/remix/generators/error-boundary.json +++ b/docs/generated/packages/remix/generators/error-boundary.json @@ -2,7 +2,7 @@ "name": "error-boundary", "implementation": "/packages/remix/src/generators/error-boundary/error-boundary.impl.ts", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxRemixErrorBoundary", "title": "Create an ErrorBoundary for a Route", "description": "Generate an ErrorBoundary for a given route.", diff --git a/docs/generated/packages/remix/generators/init.json b/docs/generated/packages/remix/generators/init.json index 4c094d7a8f..92443abc5f 100644 --- a/docs/generated/packages/remix/generators/init.json +++ b/docs/generated/packages/remix/generators/init.json @@ -2,7 +2,7 @@ "name": "init", "implementation": "/packages/remix/src/generators/init/init.ts", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxRemixInit", "title": "Init Remix Plugin", "description": "Initialize the Remix Plugin.", diff --git a/docs/generated/packages/remix/generators/library.json b/docs/generated/packages/remix/generators/library.json index 23dbd2f5b6..e1dd418cf8 100644 --- a/docs/generated/packages/remix/generators/library.json +++ b/docs/generated/packages/remix/generators/library.json @@ -2,7 +2,7 @@ "name": "library", "implementation": "/packages/remix/src/generators/library/library.impl.ts", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxRemixLibrary", "title": "Create a Library", "description": "Generate a Remix library to help structure workspace and application.", diff --git a/docs/generated/packages/remix/generators/loader.json b/docs/generated/packages/remix/generators/loader.json index 503b090753..ecd81145a2 100644 --- a/docs/generated/packages/remix/generators/loader.json +++ b/docs/generated/packages/remix/generators/loader.json @@ -2,7 +2,7 @@ "name": "loader", "implementation": "/packages/remix/src/generators/loader/loader.impl.ts", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "data-loader", "type": "object", "description": "Generate an loader for a given route.", diff --git a/docs/generated/packages/remix/generators/meta.json b/docs/generated/packages/remix/generators/meta.json index 40d7ebb77b..e3efd44915 100644 --- a/docs/generated/packages/remix/generators/meta.json +++ b/docs/generated/packages/remix/generators/meta.json @@ -2,7 +2,7 @@ "name": "meta", "implementation": "/packages/remix/src/generators/meta/meta.impl.ts", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "meta", "type": "object", "description": "Generate a meta function for a given route.", diff --git a/docs/generated/packages/remix/generators/preset.json b/docs/generated/packages/remix/generators/preset.json index e04e5842e0..a24979c206 100644 --- a/docs/generated/packages/remix/generators/preset.json +++ b/docs/generated/packages/remix/generators/preset.json @@ -2,7 +2,7 @@ "name": "preset", "implementation": "/packages/remix/src/generators/preset/preset.impl.ts", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "Remix", "title": "", "type": "object", diff --git a/docs/generated/packages/remix/generators/resource-route.json b/docs/generated/packages/remix/generators/resource-route.json index 8d89f1d3a0..4ef4b4612f 100644 --- a/docs/generated/packages/remix/generators/resource-route.json +++ b/docs/generated/packages/remix/generators/resource-route.json @@ -2,7 +2,7 @@ "name": "resource-route", "implementation": "/packages/remix/src/generators/resource-route/resource-route.impl.ts", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxRemixResourceRoute", "title": "Create a Resource Route", "type": "object", diff --git a/docs/generated/packages/remix/generators/route.json b/docs/generated/packages/remix/generators/route.json index 62db9da5a7..5a24d53495 100644 --- a/docs/generated/packages/remix/generators/route.json +++ b/docs/generated/packages/remix/generators/route.json @@ -2,7 +2,7 @@ "name": "route", "implementation": "/packages/remix/src/generators/route/route.impl.ts", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxRemixRoute", "title": "Create a Route", "description": "Generate a route.", diff --git a/docs/generated/packages/remix/generators/setup-tailwind.json b/docs/generated/packages/remix/generators/setup-tailwind.json index d117412836..215eca3cdc 100644 --- a/docs/generated/packages/remix/generators/setup-tailwind.json +++ b/docs/generated/packages/remix/generators/setup-tailwind.json @@ -2,7 +2,7 @@ "name": "setup-tailwind", "implementation": "/packages/remix/src/generators/setup-tailwind/setup-tailwind.impl.ts", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxRemixTailwind", "title": "Add TailwindCSS to a Remix App", "description": "Setup tailwindcss for a given project.", diff --git a/docs/generated/packages/remix/generators/setup.json b/docs/generated/packages/remix/generators/setup.json index 2f1a6c7fd7..7a901a0d60 100644 --- a/docs/generated/packages/remix/generators/setup.json +++ b/docs/generated/packages/remix/generators/setup.json @@ -2,7 +2,7 @@ "name": "setup", "implementation": "/packages/remix/src/generators/setup/setup.impl.ts", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxRemixSetup", "title": "", "type": "object", diff --git a/docs/generated/packages/remix/generators/storybook-configuration.json b/docs/generated/packages/remix/generators/storybook-configuration.json index a5b090e4f8..0d15ceeac0 100644 --- a/docs/generated/packages/remix/generators/storybook-configuration.json +++ b/docs/generated/packages/remix/generators/storybook-configuration.json @@ -2,7 +2,7 @@ "name": "storybook-configuration", "implementation": "/packages/remix/src/generators/storybook-configuration/storybook-configuration.impl.ts", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxRemixStorybookConfigure", "title": "Remix Storybook Configuration", diff --git a/docs/generated/packages/remix/generators/style.json b/docs/generated/packages/remix/generators/style.json index cb39a42df4..2ff674a150 100644 --- a/docs/generated/packages/remix/generators/style.json +++ b/docs/generated/packages/remix/generators/style.json @@ -2,7 +2,7 @@ "name": "style", "implementation": "/packages/remix/src/generators/style/style.impl.ts", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxRemixRouteStyle", "title": "Add style import to a route", "description": "Generate a style import and file for a given route.", diff --git a/docs/generated/packages/rollup/generators/configuration.json b/docs/generated/packages/rollup/generators/configuration.json index 87e125f21a..813d3e3b3c 100644 --- a/docs/generated/packages/rollup/generators/configuration.json +++ b/docs/generated/packages/rollup/generators/configuration.json @@ -3,7 +3,7 @@ "aliases": ["rollup-project"], "factory": "./src/generators/configuration/configuration", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxRollupProject", "cli": "nx", "title": "Add Rollup Configuration to a project", diff --git a/docs/generated/packages/rollup/generators/init.json b/docs/generated/packages/rollup/generators/init.json index 41d4c48305..7b41beaf84 100644 --- a/docs/generated/packages/rollup/generators/init.json +++ b/docs/generated/packages/rollup/generators/init.json @@ -2,7 +2,7 @@ "name": "init", "factory": "./src/generators/init/init#rollupInitGenerator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxWebpackInit", "cli": "nx", "title": "Init Webpack Plugin", diff --git a/docs/generated/packages/storybook/generators/configuration.json b/docs/generated/packages/storybook/generators/configuration.json index f7df53674b..30be79b17d 100644 --- a/docs/generated/packages/storybook/generators/configuration.json +++ b/docs/generated/packages/storybook/generators/configuration.json @@ -2,7 +2,7 @@ "name": "configuration", "factory": "./src/generators/configuration/configuration", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxStorybookConfigure", "title": "Storybook Configuration", diff --git a/docs/generated/packages/storybook/generators/cypress-project.json b/docs/generated/packages/storybook/generators/cypress-project.json index 9235f914e0..cf1579a86e 100644 --- a/docs/generated/packages/storybook/generators/cypress-project.json +++ b/docs/generated/packages/storybook/generators/cypress-project.json @@ -2,7 +2,7 @@ "name": "cypress-project", "factory": "./src/generators/cypress-project/cypress-project", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "cypress-configure", "title": "Cypress Configuration", diff --git a/docs/generated/packages/vite/executors/preview-server.json b/docs/generated/packages/vite/executors/preview-server.json index e2081c0e45..155c06d5ac 100644 --- a/docs/generated/packages/vite/executors/preview-server.json +++ b/docs/generated/packages/vite/executors/preview-server.json @@ -2,7 +2,7 @@ "name": "preview-server", "implementation": "/packages/vite/src/executors/preview-server/preview-server.impl.ts", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "version": 2, "cli": "nx", "title": "Vite Preview Server", diff --git a/docs/generated/packages/vite/executors/test.json b/docs/generated/packages/vite/executors/test.json index 86c1585700..561a924799 100644 --- a/docs/generated/packages/vite/executors/test.json +++ b/docs/generated/packages/vite/executors/test.json @@ -2,7 +2,7 @@ "name": "test", "implementation": "/packages/vite/src/executors/test/vitest.impl.ts", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "version": 2, "cli": "nx", "title": "Vitest executor", diff --git a/docs/generated/packages/vite/generators/vitest.json b/docs/generated/packages/vite/generators/vitest.json index 7a14929e69..c2e25d8860 100644 --- a/docs/generated/packages/vite/generators/vitest.json +++ b/docs/generated/packages/vite/generators/vitest.json @@ -2,7 +2,7 @@ "name": "vitest", "factory": "./src/generators/vitest/vitest-generator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "Vitest", "title": "Vitest", diff --git a/docs/generated/packages/vue/generators/application.json b/docs/generated/packages/vue/generators/application.json index 31e539a2be..848ef8be3b 100644 --- a/docs/generated/packages/vue/generators/application.json +++ b/docs/generated/packages/vue/generators/application.json @@ -2,7 +2,7 @@ "name": "application", "factory": "./src/generators/application/application", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxVueApp", "title": "Create a Vue Application", @@ -49,11 +49,11 @@ { "value": "css", "label": "CSS" }, { "value": "scss", - "label": "SASS(.scss) [ http://sass-lang.com ]" + "label": "SASS(.scss) [ https://sass-lang.com ]" }, { "value": "less", - "label": "LESS [ http://lesscss.org ]" + "label": "LESS [ https://lesscss.org ]" }, { "value": "none", "label": "None" } ] diff --git a/docs/generated/packages/vue/generators/component.json b/docs/generated/packages/vue/generators/component.json index 9b8263005d..35ccaf6a0b 100644 --- a/docs/generated/packages/vue/generators/component.json +++ b/docs/generated/packages/vue/generators/component.json @@ -2,7 +2,7 @@ "name": "component", "factory": "./src/generators/component/component#componentGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxVueComponent", "title": "Create a Vue Component", diff --git a/docs/generated/packages/vue/generators/init.json b/docs/generated/packages/vue/generators/init.json index e80a83693b..85678a1aa0 100644 --- a/docs/generated/packages/vue/generators/init.json +++ b/docs/generated/packages/vue/generators/init.json @@ -2,7 +2,7 @@ "name": "init", "factory": "./src/generators/init/init", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxVueInit", "title": "Init Vue Plugin", "description": "Initialize a Vue Plugin.", diff --git a/docs/generated/packages/vue/generators/library.json b/docs/generated/packages/vue/generators/library.json index 88b416f1dc..bab66b7bdd 100644 --- a/docs/generated/packages/vue/generators/library.json +++ b/docs/generated/packages/vue/generators/library.json @@ -2,7 +2,7 @@ "name": "library", "factory": "./src/generators/library/library", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxVueLibrary", "title": "Create a Vue Library", diff --git a/docs/generated/packages/vue/generators/setup-tailwind.json b/docs/generated/packages/vue/generators/setup-tailwind.json index 44b58b948e..7e9ded504e 100644 --- a/docs/generated/packages/vue/generators/setup-tailwind.json +++ b/docs/generated/packages/vue/generators/setup-tailwind.json @@ -2,7 +2,7 @@ "name": "setup-tailwind", "factory": "./src/generators/setup-tailwind/setup-tailwind", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxVueTailwindSetupGenerator", "title": "Configures Tailwind CSS for an application or a library.", diff --git a/docs/generated/packages/vue/generators/stories.json b/docs/generated/packages/vue/generators/stories.json index 19dfea258b..203f783bf2 100644 --- a/docs/generated/packages/vue/generators/stories.json +++ b/docs/generated/packages/vue/generators/stories.json @@ -2,7 +2,7 @@ "name": "stories", "factory": "./src/generators/stories/stories", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxVueStorybookStories", "title": "Generate Vue Storybook stories", diff --git a/docs/generated/packages/vue/generators/storybook-configuration.json b/docs/generated/packages/vue/generators/storybook-configuration.json index 70f42e987c..3cd96607aa 100644 --- a/docs/generated/packages/vue/generators/storybook-configuration.json +++ b/docs/generated/packages/vue/generators/storybook-configuration.json @@ -2,7 +2,7 @@ "name": "storybook-configuration", "factory": "./src/generators/storybook-configuration/configuration", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxVueStorybookConfigure", "title": "Vue Storybook Configure", diff --git a/docs/generated/packages/web/generators/application.json b/docs/generated/packages/web/generators/application.json index c10525ee7b..758b8e14e7 100644 --- a/docs/generated/packages/web/generators/application.json +++ b/docs/generated/packages/web/generators/application.json @@ -2,7 +2,7 @@ "name": "application", "factory": "./src/generators/application/application#applicationGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxWebApp", "title": "Create a Web Application for Nx", @@ -36,11 +36,11 @@ { "value": "css", "label": "CSS" }, { "value": "scss", - "label": "SASS(.scss) [ http://sass-lang.com ]" + "label": "SASS(.scss) [ https://sass-lang.com ]" }, { "value": "less", - "label": "LESS [ http://lesscss.org ]" + "label": "LESS [ https://lesscss.org ]" } ] } diff --git a/docs/generated/packages/web/generators/init.json b/docs/generated/packages/web/generators/init.json index e8da402278..1d9572ca8b 100644 --- a/docs/generated/packages/web/generators/init.json +++ b/docs/generated/packages/web/generators/init.json @@ -2,7 +2,7 @@ "name": "init", "factory": "./src/generators/init/init#webInitGenerator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxWebInit", "cli": "nx", "title": "Init Web Plugin", diff --git a/docs/generated/packages/web/generators/static-config.json b/docs/generated/packages/web/generators/static-config.json index 6249445d5e..a68ada04f1 100644 --- a/docs/generated/packages/web/generators/static-config.json +++ b/docs/generated/packages/web/generators/static-config.json @@ -2,7 +2,7 @@ "name": "static-config", "factory": "./src/generators/static-serve/static-serve-configuration", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxWebStaticServe", "cli": "nx", "title": "Static Serve Configuration", diff --git a/docs/generated/packages/webpack/generators/configuration.json b/docs/generated/packages/webpack/generators/configuration.json index 508705b601..79ed5f99a6 100644 --- a/docs/generated/packages/webpack/generators/configuration.json +++ b/docs/generated/packages/webpack/generators/configuration.json @@ -3,7 +3,7 @@ "aliases": ["webpack-project"], "factory": "./src/generators/configuration/configuration", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxWebpackProject", "cli": "nx", "title": "Add Webpack Configuration to a project", diff --git a/docs/generated/packages/webpack/generators/init.json b/docs/generated/packages/webpack/generators/init.json index d26831485c..4da1d3070a 100644 --- a/docs/generated/packages/webpack/generators/init.json +++ b/docs/generated/packages/webpack/generators/init.json @@ -2,7 +2,7 @@ "name": "init", "factory": "./src/generators/init/init#webpackInitGenerator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxWebpackInit", "cli": "nx", "title": "Init Webpack Plugin", diff --git a/docs/generated/packages/workspace/generators/ci-workflow.json b/docs/generated/packages/workspace/generators/ci-workflow.json index 88e6817f72..cfa29d41c9 100644 --- a/docs/generated/packages/workspace/generators/ci-workflow.json +++ b/docs/generated/packages/workspace/generators/ci-workflow.json @@ -2,7 +2,7 @@ "name": "ci-workflow", "factory": "./src/generators/ci-workflow/ci-workflow#ciWorkflowGenerator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxWorkspaceCIWorkflow", "title": "Generate a CI workflow.", "description": "Generate a CI workflow.", diff --git a/docs/generated/packages/workspace/generators/convert-to-monorepo.json b/docs/generated/packages/workspace/generators/convert-to-monorepo.json index 6e5b31d954..d219f0690f 100644 --- a/docs/generated/packages/workspace/generators/convert-to-monorepo.json +++ b/docs/generated/packages/workspace/generators/convert-to-monorepo.json @@ -2,7 +2,7 @@ "name": "convert-to-monorepo", "factory": "./src/generators/convert-to-monorepo/convert-to-monorepo", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxWorkspaceConvertToMonorepo", "cli": "nx", "title": "Nx Convert to Monorepo", diff --git a/docs/generated/packages/workspace/generators/fix-configuration.json b/docs/generated/packages/workspace/generators/fix-configuration.json index 8b137c96c0..0204c9dedf 100644 --- a/docs/generated/packages/workspace/generators/fix-configuration.json +++ b/docs/generated/packages/workspace/generators/fix-configuration.json @@ -2,7 +2,7 @@ "name": "fix-configuration", "factory": "./src/generators/convert-to-nx-project/convert-to-nx-project#convertToNxProjectGenerator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "SchematicsConvertToNxProject", "title": "@nx/workspace:fix-configuration", "description": "Migrates v1 config to v2 standalone configuration.", diff --git a/docs/generated/packages/workspace/generators/move.json b/docs/generated/packages/workspace/generators/move.json index 1de5b88dbd..8fe8f7ed62 100644 --- a/docs/generated/packages/workspace/generators/move.json +++ b/docs/generated/packages/workspace/generators/move.json @@ -2,7 +2,7 @@ "name": "move", "factory": "./src/generators/move/move#moveGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxWorkspaceMove", "cli": "nx", "title": "Nx Move", diff --git a/docs/generated/packages/workspace/generators/new.json b/docs/generated/packages/workspace/generators/new.json index 64b534f755..f1d31c68b8 100644 --- a/docs/generated/packages/workspace/generators/new.json +++ b/docs/generated/packages/workspace/generators/new.json @@ -2,7 +2,7 @@ "name": "new", "factory": "./src/generators/new/new#newGenerator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxWorkspaceNew", "title": "Create an empty workspace", "description": "Create an empty workspace.", diff --git a/docs/generated/packages/workspace/generators/npm-package.json b/docs/generated/packages/workspace/generators/npm-package.json index d99864c555..c8fc39a190 100644 --- a/docs/generated/packages/workspace/generators/npm-package.json +++ b/docs/generated/packages/workspace/generators/npm-package.json @@ -2,7 +2,7 @@ "name": "npm-package", "factory": "./src/generators/npm-package/npm-package#npmPackageGeneratorInternal", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxWorkspaceNpmPackage", "title": "Add a minimal npm package", "description": "Add a minimal npm package.", diff --git a/docs/generated/packages/workspace/generators/preset.json b/docs/generated/packages/workspace/generators/preset.json index 35a7d51a28..a04f248297 100644 --- a/docs/generated/packages/workspace/generators/preset.json +++ b/docs/generated/packages/workspace/generators/preset.json @@ -2,7 +2,7 @@ "name": "preset", "factory": "./src/generators/preset/preset#presetGenerator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxWorkspacePreset", "cli": "nx", "title": "Creates applications in a new workspace", @@ -36,11 +36,11 @@ { "value": "css", "label": "CSS" }, { "value": "scss", - "label": "SASS(.scss) [ http://sass-lang.com ]" + "label": "SASS(.scss) [ https://sass-lang.com ]" }, { "value": "less", - "label": "LESS [ http://lesscss.org ]" + "label": "LESS [ https://lesscss.org ]" } ] } diff --git a/docs/generated/packages/workspace/generators/remove.json b/docs/generated/packages/workspace/generators/remove.json index f4dff57a0a..695a838b99 100644 --- a/docs/generated/packages/workspace/generators/remove.json +++ b/docs/generated/packages/workspace/generators/remove.json @@ -2,7 +2,7 @@ "name": "remove", "factory": "./src/generators/remove/remove#removeGenerator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxWorkspaceRemove", "cli": "nx", "title": "Nx Remove", diff --git a/docs/generated/packages/workspace/generators/run-commands.json b/docs/generated/packages/workspace/generators/run-commands.json index e7f8b805f5..00bec0a791 100644 --- a/docs/generated/packages/workspace/generators/run-commands.json +++ b/docs/generated/packages/workspace/generators/run-commands.json @@ -2,7 +2,7 @@ "name": "run-commands", "factory": "./src/generators/run-commands/run-commands#runCommandsGenerator", "schema": { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "SchematicsRunCommands", "title": "Create a custom target to run any command", "description": "Create a custom target to run any command.", diff --git a/docs/shared/recipes/generators/generator-options.md b/docs/shared/recipes/generators/generator-options.md index dc8d0c51ab..04e260205c 100644 --- a/docs/shared/recipes/generators/generator-options.md +++ b/docs/shared/recipes/generators/generator-options.md @@ -32,7 +32,7 @@ Static options for a generator don't prompt the user for input. To add a static ```json { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "id": "my-generator", "type": "object", "properties": { @@ -61,7 +61,7 @@ Dynamic options can prompt the user to select from a list of options. To define ```json { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "id": "my-generator", "type": "object", "properties": { @@ -108,7 +108,7 @@ There's a special dynamic option property that populates a selection list with y ```json { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "id": "my-generator", "type": "object", "properties": { @@ -752,15 +752,15 @@ Example that contains `value` and `label`: }, { "value": "scss", - "label": "SASS(.scss) [ http://sass-lang.com ]" + "label": "SASS(.scss) [ https://sass-lang.com ]" }, { "value": "sass", - "label": "SASS(.sass) [ http://sass-lang.com ]" + "label": "SASS(.sass) [ https://sass-lang.com ]" }, { "value": "less", - "label": "LESS [ http://lesscss.org ]" + "label": "LESS [ https://lesscss.org ]" } ] } diff --git a/docs/shared/recipes/plugins/local-executors.md b/docs/shared/recipes/plugins/local-executors.md index 66e8fdd4f8..2ae29cdf6b 100644 --- a/docs/shared/recipes/plugins/local-executors.md +++ b/docs/shared/recipes/plugins/local-executors.md @@ -45,7 +45,7 @@ This file describes the options being sent to the executor (very similar to the ```json { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "type": "object", "properties": { "textToEcho": { diff --git a/nx-dev/nx-dev/lib/rspack/schema/executors/dev-server.ts b/nx-dev/nx-dev/lib/rspack/schema/executors/dev-server.ts index a133ca1b61..6e45c2002e 100644 --- a/nx-dev/nx-dev/lib/rspack/schema/executors/dev-server.ts +++ b/nx-dev/nx-dev/lib/rspack/schema/executors/dev-server.ts @@ -3,7 +3,7 @@ export const schema = { implementation: '/packages/rspack/src/executors/dev-server/dev-server.impl.ts', schema: { - $schema: 'http://json-schema.org/schema', + $schema: 'https://json-schema.org/schema', version: 2, cli: 'nx', title: 'Rspack dev-server executor', diff --git a/nx-dev/nx-dev/lib/rspack/schema/executors/rspack.ts b/nx-dev/nx-dev/lib/rspack/schema/executors/rspack.ts index e71d951b82..b8fea79079 100644 --- a/nx-dev/nx-dev/lib/rspack/schema/executors/rspack.ts +++ b/nx-dev/nx-dev/lib/rspack/schema/executors/rspack.ts @@ -2,7 +2,7 @@ export const schema = { name: 'rspack', implementation: '/packages/rspack/src/executors/rspack/rspack.impl.ts', schema: { - $schema: 'http://json-schema.org/schema', + $schema: 'https://json-schema.org/schema', version: 2, cli: 'nx', title: 'Rspack build executor', diff --git a/nx-dev/nx-dev/lib/rspack/schema/generators/application.ts b/nx-dev/nx-dev/lib/rspack/schema/generators/application.ts index 62bfa5de5f..a1d4a5b52e 100644 --- a/nx-dev/nx-dev/lib/rspack/schema/generators/application.ts +++ b/nx-dev/nx-dev/lib/rspack/schema/generators/application.ts @@ -2,7 +2,7 @@ export const schema = { name: 'application', factory: './src/generators/application/application#applicationGenerator', schema: { - $schema: 'http://json-schema.org/schema', + $schema: 'https://json-schema.org/schema', cli: 'nx', $id: 'Application', title: 'Application generator for React + rspack', @@ -51,12 +51,12 @@ export const schema = { { value: 'scss', label: - 'SASS(.scss) [ http://sass-lang.com ]', + 'SASS(.scss) [ https://sass-lang.com ]', }, { value: 'less', label: - 'LESS [ http://lesscss.org ]', + 'LESS [ https://lesscss.org ]', }, { value: 'none', diff --git a/nx-dev/nx-dev/lib/rspack/schema/generators/configuration.ts b/nx-dev/nx-dev/lib/rspack/schema/generators/configuration.ts index 8c20986e90..8099ae3add 100644 --- a/nx-dev/nx-dev/lib/rspack/schema/generators/configuration.ts +++ b/nx-dev/nx-dev/lib/rspack/schema/generators/configuration.ts @@ -3,7 +3,7 @@ export const schema = { factory: './src/generators/configuration/configuration#configurationGenerator', schema: { - $schema: 'http://json-schema.org/schema', + $schema: 'https://json-schema.org/schema', cli: 'nx', $id: 'Rspack', title: '', diff --git a/nx-dev/nx-dev/lib/rspack/schema/generators/init.ts b/nx-dev/nx-dev/lib/rspack/schema/generators/init.ts index 1736278f70..dab70b4200 100644 --- a/nx-dev/nx-dev/lib/rspack/schema/generators/init.ts +++ b/nx-dev/nx-dev/lib/rspack/schema/generators/init.ts @@ -2,7 +2,7 @@ export const schema = { name: 'init', factory: './src/generators/init/init#rspackInitGenerator', schema: { - $schema: 'http://json-schema.org/schema', + $schema: 'https://json-schema.org/schema', cli: 'nx', $id: 'Init', title: '', diff --git a/packages-legacy/js/executors.json b/packages-legacy/js/executors.json index 905d55a5f5..ff218748b0 100644 --- a/packages-legacy/js/executors.json +++ b/packages-legacy/js/executors.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "executors": { "tsc": { "implementation": "@nx/js/src/executors/tsc/tsc.impl", diff --git a/packages/angular/src/executors/ng-packagr-lite/schema.json b/packages/angular/src/executors/ng-packagr-lite/schema.json index dd402ee18b..5161329873 100644 --- a/packages/angular/src/executors/ng-packagr-lite/schema.json +++ b/packages/angular/src/executors/ng-packagr-lite/schema.json @@ -1,7 +1,7 @@ { "version": 2, "outputCapture": "direct-nodejs", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "ng-packagr Target", "description": "Builds a library with support for incremental builds.\n\nThis executor is meant to be used with buildable libraries in an incremental build scenario. It is similar to the `@nx/angular:package` executor but with some key differences:\n- For supported Angular versions lower than v16, it doesn't run `ngcc` automatically (`ngcc` is no longer available from Angular v16 onwards, for lower versions, it needs to be run separately beforehand if needed, this can be done in a `postinstall` hook on `package.json`).\n- It only produces ESM2022 bundles (ESM2020 for supported Angular versions lower than v16).", "cli": "nx", diff --git a/packages/angular/src/executors/package/schema.json b/packages/angular/src/executors/package/schema.json index 23ddf9abc8..c93cb01b0a 100644 --- a/packages/angular/src/executors/package/schema.json +++ b/packages/angular/src/executors/package/schema.json @@ -1,7 +1,7 @@ { "version": 2, "outputCapture": "direct-nodejs", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "ng-packagr Target", "description": "Builds and packages an Angular library producing an output following the Angular Package Format (APF) to be distributed as an NPM package.\n\nThis executor is similar to the `@angular-devkit/build-angular:ng-packagr` with additional support for incremental builds.", "cli": "nx", diff --git a/packages/angular/src/generators/add-linting/schema.json b/packages/angular/src/generators/add-linting/schema.json index 517bab6678..a4020522f5 100644 --- a/packages/angular/src/generators/add-linting/schema.json +++ b/packages/angular/src/generators/add-linting/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxAngularAddLintingGenerator", "title": "Add linting to an Angular project.", "description": "Adds linting configuration to an Angular project.", diff --git a/packages/angular/src/generators/application/schema.json b/packages/angular/src/generators/application/schema.json index 6de1e0bf3b..daf56df4bd 100644 --- a/packages/angular/src/generators/application/schema.json +++ b/packages/angular/src/generators/application/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "GeneratorNxApp", "title": "Creates an Angular application.", "description": "Creates an Angular application.", @@ -41,15 +41,15 @@ }, { "value": "scss", - "label": "SASS(.scss) [ http://sass-lang.com ]" + "label": "SASS(.scss) [ https://sass-lang.com ]" }, { "value": "sass", - "label": "SASS(.sass) [ http://sass-lang.com ]" + "label": "SASS(.sass) [ https://sass-lang.com ]" }, { "value": "less", - "label": "LESS [ http://lesscss.org ]" + "label": "LESS [ https://lesscss.org ]" } ] } diff --git a/packages/angular/src/generators/component-cypress-spec/schema.json b/packages/angular/src/generators/component-cypress-spec/schema.json index 1fe12972af..16b81139ba 100644 --- a/packages/angular/src/generators/component-cypress-spec/schema.json +++ b/packages/angular/src/generators/component-cypress-spec/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxAngularComponentCypressSpecGenerator", "type": "object", "cli": "nx", diff --git a/packages/angular/src/generators/component-test/schema.json b/packages/angular/src/generators/component-test/schema.json index 1c61215d9e..142868ac80 100644 --- a/packages/angular/src/generators/component-test/schema.json +++ b/packages/angular/src/generators/component-test/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxAngularComponentTestGenerator", "type": "object", "cli": "nx", diff --git a/packages/angular/src/generators/federate-module/schema.json b/packages/angular/src/generators/federate-module/schema.json index e2ae3cf356..a9807819c7 100644 --- a/packages/angular/src/generators/federate-module/schema.json +++ b/packages/angular/src/generators/federate-module/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxReactFederateModule", "title": "Federate Module", diff --git a/packages/angular/src/generators/host/schema.json b/packages/angular/src/generators/host/schema.json index 6fdb48fff6..53f0da7e4d 100644 --- a/packages/angular/src/generators/host/schema.json +++ b/packages/angular/src/generators/host/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxMFHost", "cli": "nx", "title": "Nx Module Federation Host Application", @@ -55,15 +55,15 @@ }, { "value": "scss", - "label": "SASS(.scss) [ http://sass-lang.com ]" + "label": "SASS(.scss) [ https://sass-lang.com ]" }, { "value": "sass", - "label": "SASS(.sass) [ http://sass-lang.com ]" + "label": "SASS(.sass) [ https://sass-lang.com ]" }, { "value": "less", - "label": "LESS [ http://lesscss.org ]" + "label": "LESS [ https://lesscss.org ]" } ] } diff --git a/packages/angular/src/generators/init/schema.json b/packages/angular/src/generators/init/schema.json index a5417ec85c..311d0ff046 100644 --- a/packages/angular/src/generators/init/schema.json +++ b/packages/angular/src/generators/init/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "SchematicsAngularModuleInit", "cli": "nx", "title": "Init Angular Plugin", diff --git a/packages/angular/src/generators/library-secondary-entry-point/schema.json b/packages/angular/src/generators/library-secondary-entry-point/schema.json index ffc5d2b441..7252703732 100644 --- a/packages/angular/src/generators/library-secondary-entry-point/schema.json +++ b/packages/angular/src/generators/library-secondary-entry-point/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxAngularLibrarySecondaryEntryPoint", "title": "Creates a secondary entry point for a library", "description": "Creates a secondary entry point for an Angular publishable library.", diff --git a/packages/angular/src/generators/library/schema.json b/packages/angular/src/generators/library/schema.json index da68e2fcd7..a3f47f1b03 100644 --- a/packages/angular/src/generators/library/schema.json +++ b/packages/angular/src/generators/library/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "GeneratorAngularLibrary", "title": "Create a library", "description": "Creates an Angular library.", diff --git a/packages/angular/src/generators/move/schema.json b/packages/angular/src/generators/move/schema.json index 30063cbf45..87f1c441d6 100644 --- a/packages/angular/src/generators/move/schema.json +++ b/packages/angular/src/generators/move/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxAngularMove", "cli": "nx", "title": "Nx Angular Move", diff --git a/packages/angular/src/generators/ng-add/schema.json b/packages/angular/src/generators/ng-add/schema.json index 8ada29d6e3..34fe9186f9 100644 --- a/packages/angular/src/generators/ng-add/schema.json +++ b/packages/angular/src/generators/ng-add/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxAngularNgAddGenerator", "title": "Angular plugin initialization", "cli": "nx", diff --git a/packages/angular/src/generators/ngrx-feature-store/schema.json b/packages/angular/src/generators/ngrx-feature-store/schema.json index c0f1adb56e..0ac37fa338 100644 --- a/packages/angular/src/generators/ngrx-feature-store/schema.json +++ b/packages/angular/src/generators/ngrx-feature-store/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNgrxFeatureStoreGenerator", "title": "NgRx Feature Store Generator", "description": "Add an NgRx Feature Store to an application or library.", diff --git a/packages/angular/src/generators/ngrx-root-store/schema.json b/packages/angular/src/generators/ngrx-root-store/schema.json index 532aab92c1..acf4262d3d 100644 --- a/packages/angular/src/generators/ngrx-root-store/schema.json +++ b/packages/angular/src/generators/ngrx-root-store/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNgrxRootStoreGenerator", "title": "Add NgRx support to an application.", "description": "Adds NgRx support to an application.", diff --git a/packages/angular/src/generators/ngrx/schema.json b/packages/angular/src/generators/ngrx/schema.json index 3ce79b1af6..8ad0995552 100644 --- a/packages/angular/src/generators/ngrx/schema.json +++ b/packages/angular/src/generators/ngrx/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNgrxGenerator", "title": "Add NgRx support to an application or library.", "description": "Adds NgRx support to an application or library.", diff --git a/packages/angular/src/generators/remote/schema.json b/packages/angular/src/generators/remote/schema.json index f9c106130a..a323446f7e 100644 --- a/packages/angular/src/generators/remote/schema.json +++ b/packages/angular/src/generators/remote/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxMFRemote", "cli": "nx", "title": "Nx Module Federation Remote App", @@ -55,15 +55,15 @@ }, { "value": "scss", - "label": "SASS(.scss) [ http://sass-lang.com ]" + "label": "SASS(.scss) [ https://sass-lang.com ]" }, { "value": "sass", - "label": "SASS(.sass) [ http://sass-lang.com ]" + "label": "SASS(.sass) [ https://sass-lang.com ]" }, { "value": "less", - "label": "LESS [ http://lesscss.org ]" + "label": "LESS [ https://lesscss.org ]" } ] } diff --git a/packages/angular/src/generators/scam-to-standalone/schema.json b/packages/angular/src/generators/scam-to-standalone/schema.json index 3987dcb68d..d22df2fa34 100644 --- a/packages/angular/src/generators/scam-to-standalone/schema.json +++ b/packages/angular/src/generators/scam-to-standalone/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "GeneratorAngularScamToStandalone", "cli": "nx", "title": "Convert an Inline SCAM to Standalone Component", diff --git a/packages/angular/src/generators/setup-mf/schema.json b/packages/angular/src/generators/setup-mf/schema.json index 5986fad2a3..66b263026a 100644 --- a/packages/angular/src/generators/setup-mf/schema.json +++ b/packages/angular/src/generators/setup-mf/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "GeneratorAngularMFSetup", "cli": "nx", "title": "Generate Module Federation Setup for Angular App", diff --git a/packages/angular/src/generators/setup-ssr/schema.json b/packages/angular/src/generators/setup-ssr/schema.json index 4a569f33d5..48650bf32b 100644 --- a/packages/angular/src/generators/setup-ssr/schema.json +++ b/packages/angular/src/generators/setup-ssr/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "GeneratorAngularUniversalSetup", "cli": "nx", "title": "Generate Angular Universal (SSR) setup for an Angular App", diff --git a/packages/angular/src/generators/setup-tailwind/schema.json b/packages/angular/src/generators/setup-tailwind/schema.json index 34a4a6503b..c690921efc 100644 --- a/packages/angular/src/generators/setup-tailwind/schema.json +++ b/packages/angular/src/generators/setup-tailwind/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxAngularTailwindSetupGenerator", "cli": "nx", "title": "Configures Tailwind CSS for an application or a buildable/publishable library.", diff --git a/packages/angular/src/generators/stories/schema.json b/packages/angular/src/generators/stories/schema.json index 9205553f00..835dfdbc15 100644 --- a/packages/angular/src/generators/stories/schema.json +++ b/packages/angular/src/generators/stories/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxAngularStorybookStoriesGenerator", "title": "Create Storybook stories/specs", "description": "Creates Storybook stories/specs for all Angular components declared in a project.", diff --git a/packages/angular/src/generators/storybook-configuration/schema.json b/packages/angular/src/generators/storybook-configuration/schema.json index 8cd81bdbf5..2df5881431 100644 --- a/packages/angular/src/generators/storybook-configuration/schema.json +++ b/packages/angular/src/generators/storybook-configuration/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxAngularStorybookConfigurationGenerator", "title": "Adds Storybook configuration to a project.", "description": "Adds Storybook configuration to a project to be able to use and create stories.", diff --git a/packages/create-nx-workspace/bin/create-nx-workspace.ts b/packages/create-nx-workspace/bin/create-nx-workspace.ts index 900da8036f..f7650adf9a 100644 --- a/packages/create-nx-workspace/bin/create-nx-workspace.ts +++ b/packages/create-nx-workspace/bin/create-nx-workspace.ts @@ -286,9 +286,6 @@ async function normalizeArgsMiddleware( try { let thirdPartyPreset: string | null; - // Node options - let docker: boolean; - try { thirdPartyPreset = await getThirdPartyPreset(argv.preset); } catch (e) { @@ -593,11 +590,11 @@ async function determineReactOptions( }, { name: 'scss', - message: 'SASS(.scss) [ http://sass-lang.com ]', + message: 'SASS(.scss) [ https://sass-lang.com ]', }, { name: 'less', - message: 'LESS [ http://lesscss.org ]', + message: 'LESS [ https://lesscss.org ]', }, { name: 'styled-components', @@ -689,11 +686,11 @@ async function determineVueOptions( }, { name: 'scss', - message: 'SASS(.scss) [ http://sass-lang.com ]', + message: 'SASS(.scss) [ https://sass-lang.com ]', }, { name: 'less', - message: 'LESS [ http://lesscss.org ]', + message: 'LESS [ https://lesscss.org ]', }, { name: 'none', @@ -781,11 +778,11 @@ async function determineAngularOptions( }, { name: 'scss', - message: 'SASS(.scss) [ http://sass-lang.com ]', + message: 'SASS(.scss) [ https://sass-lang.com ]', }, { name: 'less', - message: 'LESS [ http://lesscss.org ]', + message: 'LESS [ https://lesscss.org ]', }, ], }, diff --git a/packages/create-nx-workspace/src/create-workspace.ts b/packages/create-nx-workspace/src/create-workspace.ts index 12824ac4a0..49375e88c5 100644 --- a/packages/create-nx-workspace/src/create-workspace.ts +++ b/packages/create-nx-workspace/src/create-workspace.ts @@ -29,7 +29,7 @@ export async function createWorkspace( const tmpDir = await createSandbox(packageManager); - // nx new requires preset currently. We should probably make it optional. + // nx new requires a preset currently. We should probably make it optional. const directory = await createEmptyWorkspace( tmpDir, name, @@ -38,7 +38,7 @@ export async function createWorkspace( ); // If the preset is a third-party preset, we need to call createPreset to install it - // For first-party presets, it will created by createEmptyWorkspace instead. + // For first-party presets, it will be created by createEmptyWorkspace instead. // In createEmptyWorkspace, it will call `nx new` -> `@nx/workspace newGenerator` -> `@nx/workspace generatePreset`. const thirdPartyPreset = await getThirdPartyPreset(preset); if (thirdPartyPreset) { diff --git a/packages/cypress/src/generators/component-configuration/schema.json b/packages/cypress/src/generators/component-configuration/schema.json index d7ac0b043e..069b1ee3c7 100644 --- a/packages/cypress/src/generators/component-configuration/schema.json +++ b/packages/cypress/src/generators/component-configuration/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxCypressComponentConfiguration", "cli": "nx", "title": "Set up Cypress component testing for a project", diff --git a/packages/cypress/src/generators/configuration/schema.json b/packages/cypress/src/generators/configuration/schema.json index 9b7025b813..8dc9aa4e84 100644 --- a/packages/cypress/src/generators/configuration/schema.json +++ b/packages/cypress/src/generators/configuration/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxCypressE2EConfigGenerator", "cli": "nx", "title": "Add a Cypress Configuration.", diff --git a/packages/cypress/src/generators/cypress-project/schema.json b/packages/cypress/src/generators/cypress-project/schema.json index ba3de2c6c2..e6f53b764f 100644 --- a/packages/cypress/src/generators/cypress-project/schema.json +++ b/packages/cypress/src/generators/cypress-project/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxCypressProjectGeneratorSchema", "cli": "nx", "title": "Create Cypress Configuration for the workspace", diff --git a/packages/cypress/src/generators/init/schema.json b/packages/cypress/src/generators/init/schema.json index d484c738ba..c8f47b4b75 100644 --- a/packages/cypress/src/generators/init/schema.json +++ b/packages/cypress/src/generators/init/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxCypressInit", "cli": "nx", "title": "Add Cypress Configuration to the workspace", diff --git a/packages/cypress/src/generators/migrate-to-cypress-11/schema.json b/packages/cypress/src/generators/migrate-to-cypress-11/schema.json index 8bbf655ee6..80bf4b05fb 100644 --- a/packages/cypress/src/generators/migrate-to-cypress-11/schema.json +++ b/packages/cypress/src/generators/migrate-to-cypress-11/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxCypressMigrateTo11", "cli": "nx", "title": "Migrate e2e project to Cypress 11", diff --git a/packages/detox/src/generators/application/schema.json b/packages/detox/src/generators/application/schema.json index ba0fe35329..a62b3353af 100644 --- a/packages/detox/src/generators/application/schema.json +++ b/packages/detox/src/generators/application/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Create Detox Configuration for the workspace", "description": "Create Detox Configuration for the workspace.", "type": "object", diff --git a/packages/detox/src/generators/init/schema.json b/packages/detox/src/generators/init/schema.json index d9648d5357..2907ca65bf 100644 --- a/packages/detox/src/generators/init/schema.json +++ b/packages/detox/src/generators/init/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Add Detox Schematics", "description": "Add Detox Schematics.", "type": "object", diff --git a/packages/esbuild/src/generators/configuration/schema.json b/packages/esbuild/src/generators/configuration/schema.json index 3de4555f0d..a5797f1951 100644 --- a/packages/esbuild/src/generators/configuration/schema.json +++ b/packages/esbuild/src/generators/configuration/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxEsBuildProject", "cli": "nx", "title": "Add esbuild configuration to a project", diff --git a/packages/esbuild/src/generators/init/schema.json b/packages/esbuild/src/generators/init/schema.json index a0f1bb670f..dcce648b32 100644 --- a/packages/esbuild/src/generators/init/schema.json +++ b/packages/esbuild/src/generators/init/schema.json @@ -1,9 +1,9 @@ { - "$schema": "http://json-schema.org/schema", - "$id": "NxWebpackInit", + "$schema": "https://json-schema.org/schema", + "$id": "NxEsbuildInit", "cli": "nx", - "title": "Init Webpack Plugin", - "description": "Init Webpack Plugin.", + "title": "Init Esbuild Plugin", + "description": "Init Esbuild Plugin.", "type": "object", "properties": { "skipFormat": { diff --git a/packages/eslint/src/executors/lint/schema.json b/packages/eslint/src/executors/lint/schema.json index 9ded29d171..64e467322d 100644 --- a/packages/eslint/src/executors/lint/schema.json +++ b/packages/eslint/src/executors/lint/schema.json @@ -1,7 +1,7 @@ { "version": 2, "outputCapture": "direct-nodejs", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "ESLint Lint Target", "description": "ESLint Lint Target.", "cli": "nx", diff --git a/packages/eslint/src/generators/convert-to-flat-config/schema.json b/packages/eslint/src/generators/convert-to-flat-config/schema.json index c74b85a892..f738885e50 100644 --- a/packages/eslint/src/generators/convert-to-flat-config/schema.json +++ b/packages/eslint/src/generators/convert-to-flat-config/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "ConvertToFlatConfig", "cli": "nx", "description": "Convert an Nx workspace's ESLint configs to use Flat Config.", diff --git a/packages/eslint/src/generators/init/schema.json b/packages/eslint/src/generators/init/schema.json index 8b56ce3cc1..440e521e4c 100644 --- a/packages/eslint/src/generators/init/schema.json +++ b/packages/eslint/src/generators/init/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxESLintInit", "title": "Initialize ESLint Plugin", diff --git a/packages/eslint/src/generators/workspace-rule/schema.json b/packages/eslint/src/generators/workspace-rule/schema.json index 5733d094d9..1fb3aa9e33 100644 --- a/packages/eslint/src/generators/workspace-rule/schema.json +++ b/packages/eslint/src/generators/workspace-rule/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxWorkspaceRule", "cli": "nx", "title": "Create a new Workspace Lint Rule", diff --git a/packages/eslint/src/generators/workspace-rules-project/schema.json b/packages/eslint/src/generators/workspace-rules-project/schema.json index 32f2d6fd91..7801b3b88e 100644 --- a/packages/eslint/src/generators/workspace-rules-project/schema.json +++ b/packages/eslint/src/generators/workspace-rules-project/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxWorkspaceRulesProject", "cli": "nx", "title": "Create the Workspace Lint Rules Project", diff --git a/packages/expo/src/executors/build-list/schema.json b/packages/expo/src/executors/build-list/schema.json index a77b17f823..f2a4cbdc6b 100644 --- a/packages/expo/src/executors/build-list/schema.json +++ b/packages/expo/src/executors/build-list/schema.json @@ -1,7 +1,7 @@ { "version": 2, "outputCapture": "direct-nodejs", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxExpoEasBuildList", "cli": "nx", "title": "Expo EAS Build List executor", diff --git a/packages/expo/src/executors/build/schema.json b/packages/expo/src/executors/build/schema.json index 2821cb7c2a..d0edcdd30f 100644 --- a/packages/expo/src/executors/build/schema.json +++ b/packages/expo/src/executors/build/schema.json @@ -1,7 +1,7 @@ { "version": 2, "outputCapture": "direct-nodejs", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxExpoEasBuild", "cli": "nx", "title": "Expo EAS Build executor", diff --git a/packages/expo/src/executors/ensure-symlink/schema.json b/packages/expo/src/executors/ensure-symlink/schema.json index deea737d86..1d4ca69fc4 100644 --- a/packages/expo/src/executors/ensure-symlink/schema.json +++ b/packages/expo/src/executors/ensure-symlink/schema.json @@ -3,7 +3,7 @@ "outputCapture": "direct-nodejs", "cli": "nx", "$id": "NxExpoEnsureSymlink", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Ensure Symlink for Expo", "description": "Ensure workspace node_modules is symlink under app's node_modules folder.", "type": "object", diff --git a/packages/expo/src/executors/export/schema.json b/packages/expo/src/executors/export/schema.json index e489593279..8879a865c6 100644 --- a/packages/expo/src/executors/export/schema.json +++ b/packages/expo/src/executors/export/schema.json @@ -3,7 +3,7 @@ "version": 2, "outputCapture": "direct-nodejs", "$id": "NxExpoExport", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Expo Export", "description": "Export the JavaScript and assets for your app using Metro/webpack bundler.", "type": "object", diff --git a/packages/expo/src/executors/install/schema.json b/packages/expo/src/executors/install/schema.json index a6f1e086b1..ea1869992e 100644 --- a/packages/expo/src/executors/install/schema.json +++ b/packages/expo/src/executors/install/schema.json @@ -3,7 +3,7 @@ "version": 2, "outputCapture": "direct-nodejs", "$id": "NxExpoInstall", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Expo Install", "description": "Install a module or other package to a project.", "type": "object", diff --git a/packages/expo/src/executors/prebuild/schema.json b/packages/expo/src/executors/prebuild/schema.json index 5de6a0f19f..61a9b682e8 100644 --- a/packages/expo/src/executors/prebuild/schema.json +++ b/packages/expo/src/executors/prebuild/schema.json @@ -3,7 +3,7 @@ "version": 2, "outputCapture": "direct-nodejs", "$id": "NxExpoPrebuild", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Expo Prebuild", "description": "Create native iOS and Android project files for building natively.", "type": "object", diff --git a/packages/expo/src/executors/run/schema.json b/packages/expo/src/executors/run/schema.json index 9137b7ea45..96f0385776 100644 --- a/packages/expo/src/executors/run/schema.json +++ b/packages/expo/src/executors/run/schema.json @@ -3,7 +3,7 @@ "outputCapture": "direct-nodejs", "cli": "nx", "$id": "NxExpoRun", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Run iOS or Android application", "description": "Run Expo target options.", "type": "object", diff --git a/packages/expo/src/executors/start/schema.json b/packages/expo/src/executors/start/schema.json index c7cee12527..29f4fb3ced 100644 --- a/packages/expo/src/executors/start/schema.json +++ b/packages/expo/src/executors/start/schema.json @@ -3,7 +3,7 @@ "outputCapture": "direct-nodejs", "cli": "nx", "$id": "NxExpoStart", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Packager Server for Expo", "description": "Packager Server target options.", "type": "object", diff --git a/packages/expo/src/executors/submit/schema.json b/packages/expo/src/executors/submit/schema.json index c46ef16908..367e9a54e6 100644 --- a/packages/expo/src/executors/submit/schema.json +++ b/packages/expo/src/executors/submit/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "version": 2, "title": "EXPO EAS Submit Executor", "description": "Submit app binary to App Store and/or Play Store.", diff --git a/packages/expo/src/executors/sync-deps/schema.json b/packages/expo/src/executors/sync-deps/schema.json index fa23ea8f4b..5ba21b496d 100644 --- a/packages/expo/src/executors/sync-deps/schema.json +++ b/packages/expo/src/executors/sync-deps/schema.json @@ -3,7 +3,7 @@ "outputCapture": "direct-nodejs", "cli": "nx", "$id": "NxExpoSyncDeps", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Sync Deps for Expo", "description": "Updates package.json with project dependencies.", "type": "object", diff --git a/packages/expo/src/executors/update/schema.json b/packages/expo/src/executors/update/schema.json index c9d72d9a5d..c93dbfa5eb 100644 --- a/packages/expo/src/executors/update/schema.json +++ b/packages/expo/src/executors/update/schema.json @@ -1,7 +1,7 @@ { "version": 2, "outputCapture": "direct-nodejs", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxExpoEasUpdate", "cli": "nx", "title": "Expo EAS Update executor", diff --git a/packages/expo/src/generators/application/schema.json b/packages/expo/src/generators/application/schema.json index 904106a0d7..a4a44ff15e 100644 --- a/packages/expo/src/generators/application/schema.json +++ b/packages/expo/src/generators/application/schema.json @@ -1,7 +1,7 @@ { "cli": "nx", "$id": "NxExpoApplication", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "description": "Create an Expo Application for Nx.", "examples": [ { diff --git a/packages/expo/src/generators/component/schema.json b/packages/expo/src/generators/component/schema.json index d1a220c028..c1620fae79 100644 --- a/packages/expo/src/generators/component/schema.json +++ b/packages/expo/src/generators/component/schema.json @@ -1,7 +1,7 @@ { "cli": "nx", "$id": "NxExpoComponent", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "description": "Create a Expo Component for Nx.", "type": "object", "examples": [ diff --git a/packages/expo/src/generators/init/schema.json b/packages/expo/src/generators/init/schema.json index 98ad5bd398..33af02d329 100644 --- a/packages/expo/src/generators/init/schema.json +++ b/packages/expo/src/generators/init/schema.json @@ -1,7 +1,7 @@ { "cli": "nx", "$id": "NxExpoInit", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "description": "Add Nx Expo Schematics.", "type": "object", "properties": { diff --git a/packages/expo/src/generators/library/schema.json b/packages/expo/src/generators/library/schema.json index 1115a76e43..a8f1111809 100644 --- a/packages/expo/src/generators/library/schema.json +++ b/packages/expo/src/generators/library/schema.json @@ -1,7 +1,7 @@ { "cli": "nx", "$id": "NxExpoLibrary", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "description": "Create a Expo Library for Nx.", "type": "object", "examples": [ diff --git a/packages/express/src/generators/application/schema.json b/packages/express/src/generators/application/schema.json index f3b3175844..6a0185ed24 100644 --- a/packages/express/src/generators/application/schema.json +++ b/packages/express/src/generators/application/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "SchematicsNxExpressApp", "title": "Nx Application Options Schema", diff --git a/packages/express/src/generators/init/schema.json b/packages/express/src/generators/init/schema.json index a9778c399a..bf2f966b62 100644 --- a/packages/express/src/generators/init/schema.json +++ b/packages/express/src/generators/init/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxExpressInit", "title": "Init Express Plugin", diff --git a/packages/jest/src/generators/configuration/schema.json b/packages/jest/src/generators/configuration/schema.json index a39db66f6b..16f9ed60f5 100644 --- a/packages/jest/src/generators/configuration/schema.json +++ b/packages/jest/src/generators/configuration/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxJestProject", "cli": "nx", "title": "Add Jest Configuration to a project", diff --git a/packages/jest/src/generators/init/schema.json b/packages/jest/src/generators/init/schema.json index 483006134d..416c9b73d4 100644 --- a/packages/jest/src/generators/init/schema.json +++ b/packages/jest/src/generators/init/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxJestInit", "cli": "nx", "title": "Jest init", diff --git a/packages/js/executors.json b/packages/js/executors.json index 884efedeac..248c555e9b 100644 --- a/packages/js/executors.json +++ b/packages/js/executors.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "executors": { "tsc": { "implementation": "./src/executors/tsc/tsc.impl", diff --git a/packages/js/src/executors/node/schema.json b/packages/js/src/executors/node/schema.json index 923c405757..7992aa4c20 100644 --- a/packages/js/src/executors/node/schema.json +++ b/packages/js/src/executors/node/schema.json @@ -1,7 +1,7 @@ { "version": 2, "outputCapture": "direct-nodejs", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "title": "Node executor", "description": "Execute Nodejs applications.", diff --git a/packages/js/src/executors/release-publish/schema.json b/packages/js/src/executors/release-publish/schema.json index 92bb52f7ad..36b77bbd8f 100644 --- a/packages/js/src/executors/release-publish/schema.json +++ b/packages/js/src/executors/release-publish/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "version": 2, "title": "Implementation details of `nx release publish`", "description": "DO NOT INVOKE DIRECTLY WITH `nx run`. Use `nx release publish` instead.", diff --git a/packages/js/src/executors/swc/schema.json b/packages/js/src/executors/swc/schema.json index feedbbd575..195de7d008 100644 --- a/packages/js/src/executors/swc/schema.json +++ b/packages/js/src/executors/swc/schema.json @@ -1,7 +1,7 @@ { "version": 2, "outputCapture": "direct-nodejs", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "title": "Typescript Build Target", "description": "Builds using SWC.", diff --git a/packages/js/src/executors/verdaccio/schema.json b/packages/js/src/executors/verdaccio/schema.json index 0948d7cae6..009e7e8983 100644 --- a/packages/js/src/executors/verdaccio/schema.json +++ b/packages/js/src/executors/verdaccio/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "version": 2, "title": "Verdaccio Local Registry", "description": "Start a local registry with Verdaccio.", diff --git a/packages/js/src/generators/convert-to-swc/schema.json b/packages/js/src/generators/convert-to-swc/schema.json index 0b15cdffe0..db0530b77d 100644 --- a/packages/js/src/generators/convert-to-swc/schema.json +++ b/packages/js/src/generators/convert-to-swc/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxTypescriptLibrary", "cli": "nx", "title": "Convert a TSC library to SWC", diff --git a/packages/js/src/generators/init/schema.json b/packages/js/src/generators/init/schema.json index 35fd012928..21d94373c3 100644 --- a/packages/js/src/generators/init/schema.json +++ b/packages/js/src/generators/init/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxTypescriptInit", "cli": "nx", "title": "Init nx/js", diff --git a/packages/js/src/generators/library/schema.json b/packages/js/src/generators/library/schema.json index 205b636d69..f6cd27ec2e 100644 --- a/packages/js/src/generators/library/schema.json +++ b/packages/js/src/generators/library/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxTypescriptLibrary", "cli": "nx", "title": "Create a TypeScript Library", diff --git a/packages/js/src/generators/release-version/schema.json b/packages/js/src/generators/release-version/schema.json index ea28ef95dc..aab95e9e3d 100644 --- a/packages/js/src/generators/release-version/schema.json +++ b/packages/js/src/generators/release-version/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxJSReleaseVersionGenerator", "cli": "nx", "title": "Implementation details of `nx release version`", diff --git a/packages/js/src/generators/setup-build/schema.json b/packages/js/src/generators/setup-build/schema.json index a7984d746d..be1dc53222 100644 --- a/packages/js/src/generators/setup-build/schema.json +++ b/packages/js/src/generators/setup-build/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "SetupBuild", "title": "Setup Build", "description": "Sets up build target for a project.", diff --git a/packages/js/src/generators/setup-verdaccio/schema.json b/packages/js/src/generators/setup-verdaccio/schema.json index 9efc84a8ef..2c0c72bc8d 100644 --- a/packages/js/src/generators/setup-verdaccio/schema.json +++ b/packages/js/src/generators/setup-verdaccio/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "SetupVerdaccio", "title": "Setup Verdaccio", "description": "Setup Verdaccio local-registry.", diff --git a/packages/nest/src/generators/application/schema.json b/packages/nest/src/generators/application/schema.json index 24e04c88f9..f75c0487da 100644 --- a/packages/nest/src/generators/application/schema.json +++ b/packages/nest/src/generators/application/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestApplicationGenerator", "title": "Nx Application Options Schema", "description": "Nx Application Options Schema.", diff --git a/packages/nest/src/generators/class/schema.json b/packages/nest/src/generators/class/schema.json index 724c8f99aa..fe7c7daa3c 100644 --- a/packages/nest/src/generators/class/schema.json +++ b/packages/nest/src/generators/class/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestClassGenerator", "title": "Nest Class Options Schema", "description": "Nest Class Options Schema.", diff --git a/packages/nest/src/generators/controller/schema.json b/packages/nest/src/generators/controller/schema.json index ab9fb4b624..5c940e550d 100644 --- a/packages/nest/src/generators/controller/schema.json +++ b/packages/nest/src/generators/controller/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestControllerGenerator", "title": "Nest Controller Options Schema", "description": "Nest Controller Options Schema.", diff --git a/packages/nest/src/generators/decorator/schema.json b/packages/nest/src/generators/decorator/schema.json index 948750732a..1ed7680fc5 100644 --- a/packages/nest/src/generators/decorator/schema.json +++ b/packages/nest/src/generators/decorator/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestDecoratorGenerator", "title": "Nest Decorator Options Schema", "description": "Nest Decorator Options Schema.", diff --git a/packages/nest/src/generators/filter/schema.json b/packages/nest/src/generators/filter/schema.json index ac369749aa..1dacd973ba 100644 --- a/packages/nest/src/generators/filter/schema.json +++ b/packages/nest/src/generators/filter/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestFilterGenerator", "title": "Nest Filter Options Schema", "description": "Nest Filter Options Schema.", diff --git a/packages/nest/src/generators/gateway/schema.json b/packages/nest/src/generators/gateway/schema.json index 8228e1054a..efca29ccc8 100644 --- a/packages/nest/src/generators/gateway/schema.json +++ b/packages/nest/src/generators/gateway/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestGatewayGenerator", "title": "Nest Gateway Options Schema", "description": "Nest Gateway Options Schema.", diff --git a/packages/nest/src/generators/guard/schema.json b/packages/nest/src/generators/guard/schema.json index 85c0314c39..ff3cbb2bab 100644 --- a/packages/nest/src/generators/guard/schema.json +++ b/packages/nest/src/generators/guard/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestGuardGenerator", "title": "Nest Guard Options Schema", "description": "Nest Guard Options Schema.", diff --git a/packages/nest/src/generators/init/schema.json b/packages/nest/src/generators/init/schema.json index 39763032bf..058ee5f948 100644 --- a/packages/nest/src/generators/init/schema.json +++ b/packages/nest/src/generators/init/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestInitGenerator", "title": "Init Nest Plugin", "description": "Init Nest Plugin.", diff --git a/packages/nest/src/generators/interceptor/schema.json b/packages/nest/src/generators/interceptor/schema.json index d3933e96b8..d63c5b43f8 100644 --- a/packages/nest/src/generators/interceptor/schema.json +++ b/packages/nest/src/generators/interceptor/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestInterceptorGenerator", "title": "Nest Interceptor Options Schema", "description": "Nest Interceptor Options Schema.", diff --git a/packages/nest/src/generators/interface/schema.json b/packages/nest/src/generators/interface/schema.json index bfdeece61e..02f2cc474c 100644 --- a/packages/nest/src/generators/interface/schema.json +++ b/packages/nest/src/generators/interface/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestInterfaceGenerator", "title": "Nest Interface Options Schema", "description": "Nest Interface Options Schema.", diff --git a/packages/nest/src/generators/library/schema.json b/packages/nest/src/generators/library/schema.json index 05b4bad001..e4fdd44223 100644 --- a/packages/nest/src/generators/library/schema.json +++ b/packages/nest/src/generators/library/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestLibraryGenerator", "title": "Create a NestJS Library for Nx", "description": "Create a NestJS Library for Nx.", diff --git a/packages/nest/src/generators/middleware/schema.json b/packages/nest/src/generators/middleware/schema.json index 160c8987a7..0df2777891 100644 --- a/packages/nest/src/generators/middleware/schema.json +++ b/packages/nest/src/generators/middleware/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestMiddlewareGenerator", "title": "Nest Middleware Options Schema", "description": "Nest Middleware Options Schema.", diff --git a/packages/nest/src/generators/module/schema.json b/packages/nest/src/generators/module/schema.json index 3021c2b309..10b29823ce 100644 --- a/packages/nest/src/generators/module/schema.json +++ b/packages/nest/src/generators/module/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestModuleGenerator", "title": "Nest Module Options Schema", "description": "Nest Module Options Schema.", diff --git a/packages/nest/src/generators/pipe/schema.json b/packages/nest/src/generators/pipe/schema.json index 9b8ce4e032..50de457abf 100644 --- a/packages/nest/src/generators/pipe/schema.json +++ b/packages/nest/src/generators/pipe/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestPipeGenerator", "title": "Nest Pipe Options Schema", "description": "Nest Pipe Options Schema.", diff --git a/packages/nest/src/generators/provider/schema.json b/packages/nest/src/generators/provider/schema.json index abee3200da..47e120bfbb 100644 --- a/packages/nest/src/generators/provider/schema.json +++ b/packages/nest/src/generators/provider/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestProviderGenerator", "title": "Nest Provider Options Schema", "description": "Nest Provider Options Schema.", diff --git a/packages/nest/src/generators/resolver/schema.json b/packages/nest/src/generators/resolver/schema.json index 168e2a8d97..a5ce60e0fb 100644 --- a/packages/nest/src/generators/resolver/schema.json +++ b/packages/nest/src/generators/resolver/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestResolverGenerator", "title": "Nest Resolver Options Schema", "description": "Nest Resolver Options Schema.", diff --git a/packages/nest/src/generators/resource/schema.json b/packages/nest/src/generators/resource/schema.json index bc550c4fb8..17a96e9c7e 100644 --- a/packages/nest/src/generators/resource/schema.json +++ b/packages/nest/src/generators/resource/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestResourceGenerator", "title": "Nest Resource Options Schema", "description": "Nest Resource Options Schema.", diff --git a/packages/nest/src/generators/service/schema.json b/packages/nest/src/generators/service/schema.json index 6dcfc93b7a..4567371042 100644 --- a/packages/nest/src/generators/service/schema.json +++ b/packages/nest/src/generators/service/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNestServiceGenerator", "title": "Nest Service Options Schema", "description": "Nest Service Options Schema.", diff --git a/packages/next/src/executors/build/schema.json b/packages/next/src/executors/build/schema.json index f7e668fa1c..494aed1788 100644 --- a/packages/next/src/executors/build/schema.json +++ b/packages/next/src/executors/build/schema.json @@ -1,7 +1,7 @@ { "version": 2, "outputCapture": "pipe", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "title": "Next Build", "description": "Build a Next.js app.", diff --git a/packages/next/src/generators/application/schema.json b/packages/next/src/generators/application/schema.json index 242e9fed49..951d30be32 100644 --- a/packages/next/src/generators/application/schema.json +++ b/packages/next/src/generators/application/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxNextApp", "title": "Create a Next.js Application for Nx", @@ -40,11 +40,11 @@ { "value": "css", "label": "CSS" }, { "value": "scss", - "label": "SASS(.scss) [ http://sass-lang.com ]" + "label": "SASS(.scss) [ https://sass-lang.com ]" }, { "value": "less", - "label": "LESS [ http://lesscss.org ]" + "label": "LESS [ https://lesscss.org ]" }, { "value": "styled-components", diff --git a/packages/next/src/generators/component/schema.json b/packages/next/src/generators/component/schema.json index 635b1f7dfa..fe7eb5557f 100644 --- a/packages/next/src/generators/component/schema.json +++ b/packages/next/src/generators/component/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxNextReactComponent", "title": "Create a React Component for Next", @@ -40,11 +40,11 @@ }, { "value": "scss", - "label": "SASS(.scss) [ http://sass-lang.com ]" + "label": "SASS(.scss) [ https://sass-lang.com ]" }, { "value": "less", - "label": "LESS [ http://lesscss.org ]" + "label": "LESS [ https://lesscss.org ]" }, { "value": "styled-components", diff --git a/packages/next/src/generators/custom-server/schema.json b/packages/next/src/generators/custom-server/schema.json index 1000914a90..3a6d2d5c3f 100644 --- a/packages/next/src/generators/custom-server/schema.json +++ b/packages/next/src/generators/custom-server/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxNextCustomServer", "title": "Add custom server", diff --git a/packages/next/src/generators/cypress-component-configuration/schema.json b/packages/next/src/generators/cypress-component-configuration/schema.json index 0eb33f80c0..df46feabd6 100644 --- a/packages/next/src/generators/cypress-component-configuration/schema.json +++ b/packages/next/src/generators/cypress-component-configuration/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "CypressComponentConfiguration", "title": "NextJS Component Testing Configuration", diff --git a/packages/next/src/generators/init/schema.json b/packages/next/src/generators/init/schema.json index e0feeaf58f..3e96ecc004 100644 --- a/packages/next/src/generators/init/schema.json +++ b/packages/next/src/generators/init/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxNextNgInit", "title": "Init Next Plugin", diff --git a/packages/next/src/generators/library/schema.json b/packages/next/src/generators/library/schema.json index d4cbe3a09a..f8b09c5914 100644 --- a/packages/next/src/generators/library/schema.json +++ b/packages/next/src/generators/library/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxReactLibrary", "title": "Create a React Library for Nx", @@ -40,11 +40,11 @@ { "value": "css", "label": "CSS" }, { "value": "scss", - "label": "SASS(.scss) [ http://sass-lang.com ]" + "label": "SASS(.scss) [ https://sass-lang.com ]" }, { "value": "less", - "label": "LESS [ http://lesscss.org ]" + "label": "LESS [ https://lesscss.org ]" }, { "value": "styled-components", diff --git a/packages/next/src/generators/page/schema.json b/packages/next/src/generators/page/schema.json index a09b716c5f..1c0d079c07 100644 --- a/packages/next/src/generators/page/schema.json +++ b/packages/next/src/generators/page/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxNextReactPage", "title": "Create a Page for Next", @@ -51,11 +51,11 @@ }, { "value": "scss", - "label": "SASS(.scss) [ http://sass-lang.com ]" + "label": "SASS(.scss) [ https://sass-lang.com ]" }, { "value": "less", - "label": "LESS [ http://lesscss.org ]" + "label": "LESS [ https://lesscss.org ]" }, { "value": "styled-components", diff --git a/packages/node/src/generators/application/schema.json b/packages/node/src/generators/application/schema.json index 7efac7738b..ee1f83d675 100644 --- a/packages/node/src/generators/application/schema.json +++ b/packages/node/src/generators/application/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "SchematicsNxNodeApp", "title": "Nx Application Options Schema", diff --git a/packages/node/src/generators/e2e-project/schema.json b/packages/node/src/generators/e2e-project/schema.json index 9809469787..35171878fd 100644 --- a/packages/node/src/generators/e2e-project/schema.json +++ b/packages/node/src/generators/e2e-project/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "SchematicsNxNodeE2eProject", "title": "Node E2E Project Generator", diff --git a/packages/node/src/generators/init/schema.json b/packages/node/src/generators/init/schema.json index 7dc33578bf..d6dc89625c 100644 --- a/packages/node/src/generators/init/schema.json +++ b/packages/node/src/generators/init/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxNodeInit", "title": "Init Node Plugin", diff --git a/packages/node/src/generators/library/schema.json b/packages/node/src/generators/library/schema.json index c706806527..4e54e7a4cf 100644 --- a/packages/node/src/generators/library/schema.json +++ b/packages/node/src/generators/library/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxNodeLibrary", "title": "Create a Node Library for Nx", diff --git a/packages/node/src/generators/setup-docker/schema.json b/packages/node/src/generators/setup-docker/schema.json index 4361b8d6f7..71d546ebab 100644 --- a/packages/node/src/generators/setup-docker/schema.json +++ b/packages/node/src/generators/setup-docker/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "SchematicsNxSetupDocker", "title": "Nx Node Docker Options Schema", diff --git a/packages/nuxt/src/generators/application/schema.json b/packages/nuxt/src/generators/application/schema.json index c3a9c2b5e6..4fedebc6c3 100644 --- a/packages/nuxt/src/generators/application/schema.json +++ b/packages/nuxt/src/generators/application/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxNuxtApp", "title": "Create a Nuxt Application for Nx", @@ -89,11 +89,11 @@ { "value": "css", "label": "CSS" }, { "value": "scss", - "label": "SASS(.scss) [ http://sass-lang.com ]" + "label": "SASS(.scss) [ https://sass-lang.com ]" }, { "value": "less", - "label": "LESS [ http://lesscss.org ]" + "label": "LESS [ https://lesscss.org ]" }, { "value": "none", "label": "None" } ] diff --git a/packages/nuxt/src/generators/init/schema.json b/packages/nuxt/src/generators/init/schema.json index e0273e0415..3426c68b49 100644 --- a/packages/nuxt/src/generators/init/schema.json +++ b/packages/nuxt/src/generators/init/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxNuxtInit", "title": "Init Nuxt Plugin", "description": "Initialize a Nuxt Plugin.", diff --git a/packages/nuxt/src/generators/storybook-configuration/schema.json b/packages/nuxt/src/generators/storybook-configuration/schema.json index 45c2d40586..51819e5983 100644 --- a/packages/nuxt/src/generators/storybook-configuration/schema.json +++ b/packages/nuxt/src/generators/storybook-configuration/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxNuxtStorybookConfigure", "title": "Nuxt Storybook Configure", diff --git a/packages/nx/src/nx-cloud/generators/connect-to-nx-cloud/schema.json b/packages/nx/src/nx-cloud/generators/connect-to-nx-cloud/schema.json index 82cddd20ca..4e7453f606 100644 --- a/packages/nx/src/nx-cloud/generators/connect-to-nx-cloud/schema.json +++ b/packages/nx/src/nx-cloud/generators/connect-to-nx-cloud/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "id": "NxCloudInit", "title": "Add Nx Cloud Configuration to the workspace", "description": "Connect a workspace to Nx Cloud.", diff --git a/packages/playwright/src/executors/playwright/schema.json b/packages/playwright/src/executors/playwright/schema.json index 4202bc111a..a7ee7820ef 100644 --- a/packages/playwright/src/executors/playwright/schema.json +++ b/packages/playwright/src/executors/playwright/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "version": 2, "title": "Playwright executor", "description": "Run Playwright tests.", diff --git a/packages/playwright/src/generators/configuration/schema.json b/packages/playwright/src/generators/configuration/schema.json index 34f1e104c0..1e286bee82 100644 --- a/packages/playwright/src/generators/configuration/schema.json +++ b/packages/playwright/src/generators/configuration/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxPlaywrightConfiguration", "description": "Add a Playwright configuration.", "title": "Add a Playwright configuration", diff --git a/packages/playwright/src/generators/init/schema.json b/packages/playwright/src/generators/init/schema.json index 8a8646c0c7..6b0b65b837 100644 --- a/packages/playwright/src/generators/init/schema.json +++ b/packages/playwright/src/generators/init/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxPlaywrightInit", "title": "Playwright Init Generator", "description": "Initializes a Playwright project in the current workspace.", diff --git a/packages/plugin/src/generators/create-package/schema.json b/packages/plugin/src/generators/create-package/schema.json index 62b05e4b62..8b33ac75b0 100644 --- a/packages/plugin/src/generators/create-package/schema.json +++ b/packages/plugin/src/generators/create-package/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxPluginCreatePackage", "title": "Create a framework package", diff --git a/packages/plugin/src/generators/e2e-project/schema.json b/packages/plugin/src/generators/e2e-project/schema.json index 0a66bde2c5..a5de92ffdb 100644 --- a/packages/plugin/src/generators/e2e-project/schema.json +++ b/packages/plugin/src/generators/e2e-project/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxPluginE2E", "title": "Create an E2E app for a Nx Plugin", diff --git a/packages/plugin/src/generators/executor/files/executor/schema.json.template b/packages/plugin/src/generators/executor/files/executor/schema.json.template index 8b87936519..806f74368d 100644 --- a/packages/plugin/src/generators/executor/files/executor/schema.json.template +++ b/packages/plugin/src/generators/executor/files/executor/schema.json.template @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "version": 2, "title": "<%= className %> executor", "description": "", diff --git a/packages/plugin/src/generators/executor/schema.json b/packages/plugin/src/generators/executor/schema.json index fd473e980b..336416253b 100644 --- a/packages/plugin/src/generators/executor/schema.json +++ b/packages/plugin/src/generators/executor/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxPluginExecutor", "title": "Create an Executor for an Nx Plugin", diff --git a/packages/plugin/src/generators/generator/files/generator/schema.json.template b/packages/plugin/src/generators/generator/files/generator/schema.json.template index 191f4f0c9e..96fed5c0fe 100644 --- a/packages/plugin/src/generators/generator/files/generator/schema.json.template +++ b/packages/plugin/src/generators/generator/files/generator/schema.json.template @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "<%= className %>", "title": "", "type": "object", diff --git a/packages/plugin/src/generators/generator/schema.json b/packages/plugin/src/generators/generator/schema.json index a004eae6c5..0a898b5b4a 100644 --- a/packages/plugin/src/generators/generator/schema.json +++ b/packages/plugin/src/generators/generator/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxPluginGenerator", "title": "Create a Generator for an Nx Plugin", diff --git a/packages/plugin/src/generators/lint-checks/schema.json b/packages/plugin/src/generators/lint-checks/schema.json index 81142fed83..f79ae03e2e 100644 --- a/packages/plugin/src/generators/lint-checks/schema.json +++ b/packages/plugin/src/generators/lint-checks/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "PluginLint", "title": "", diff --git a/packages/plugin/src/generators/migration/schema.json b/packages/plugin/src/generators/migration/schema.json index fc3f3481cf..29c4141086 100644 --- a/packages/plugin/src/generators/migration/schema.json +++ b/packages/plugin/src/generators/migration/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxPluginMigration", "title": "Create a Migration for an Nx Plugin", diff --git a/packages/plugin/src/generators/plugin/schema.json b/packages/plugin/src/generators/plugin/schema.json index e9d4f42e10..93312df508 100644 --- a/packages/plugin/src/generators/plugin/schema.json +++ b/packages/plugin/src/generators/plugin/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxPluginPlugin", "title": "Create a Plugin for Nx", diff --git a/packages/plugin/src/generators/preset/schema.json b/packages/plugin/src/generators/preset/schema.json index 24676350cf..e4573011d1 100644 --- a/packages/plugin/src/generators/preset/schema.json +++ b/packages/plugin/src/generators/preset/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxPluginPreset", "title": "Generator ran by create-nx-plugin", diff --git a/packages/react-native/src/executors/build-android/schema.json b/packages/react-native/src/executors/build-android/schema.json index 88fc39d8d1..ead6f8c8bb 100644 --- a/packages/react-native/src/executors/build-android/schema.json +++ b/packages/react-native/src/executors/build-android/schema.json @@ -3,7 +3,7 @@ "outputCapture": "direct-nodejs", "cli": "nx", "$id": "NxReactNativeBuildAndroid", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Release Build for Android", "description": "Build target options for Android.", "type": "object", diff --git a/packages/react-native/src/executors/build-ios/schema.json b/packages/react-native/src/executors/build-ios/schema.json index c8b012669e..f21e24990c 100644 --- a/packages/react-native/src/executors/build-ios/schema.json +++ b/packages/react-native/src/executors/build-ios/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "version": 2, "cli": "nx", "title": "React Native Build iOS executor", diff --git a/packages/react-native/src/executors/bundle/schema.json b/packages/react-native/src/executors/bundle/schema.json index 3bf30ce819..36c94fc8b1 100644 --- a/packages/react-native/src/executors/bundle/schema.json +++ b/packages/react-native/src/executors/bundle/schema.json @@ -3,7 +3,7 @@ "outputCapture": "direct-nodejs", "cli": "nx", "$id": "NxReactNativeBundle", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Offline JS Bundle for React Native", "description": "JS Bundle target options.", "type": "object", diff --git a/packages/react-native/src/executors/ensure-symlink/schema.json b/packages/react-native/src/executors/ensure-symlink/schema.json index bc644af970..6f1bf919d3 100644 --- a/packages/react-native/src/executors/ensure-symlink/schema.json +++ b/packages/react-native/src/executors/ensure-symlink/schema.json @@ -3,7 +3,7 @@ "outputCapture": "direct-nodejs", "cli": "nx", "$id": "NxReactNativeEnsureSymlink", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Ensure Symlink for React Native", "description": "Ensure workspace node_modules is symlink under app's node_modules folder.", "type": "object", diff --git a/packages/react-native/src/executors/pod-install/schema.json b/packages/react-native/src/executors/pod-install/schema.json index 4cd0f4628f..9479e3df65 100644 --- a/packages/react-native/src/executors/pod-install/schema.json +++ b/packages/react-native/src/executors/pod-install/schema.json @@ -3,7 +3,7 @@ "outputCapture": "direct-nodejs", "cli": "nx", "$id": "NxReactNativePodInstall", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Run Pod Install for React Native iOS Project", "description": "Run `pod install` for React Native iOS Project.", "type": "object", diff --git a/packages/react-native/src/executors/run-android/schema.json b/packages/react-native/src/executors/run-android/schema.json index da2a3cd495..8a9a1a3c5c 100644 --- a/packages/react-native/src/executors/run-android/schema.json +++ b/packages/react-native/src/executors/run-android/schema.json @@ -3,7 +3,7 @@ "outputCapture": "direct-nodejs", "cli": "nx", "$id": "NxReactNativeRunAndroid", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Run Android application", "description": "Run Android target options.", "type": "object", diff --git a/packages/react-native/src/executors/run-ios/schema.json b/packages/react-native/src/executors/run-ios/schema.json index 6d57f31ef4..50f9b38548 100644 --- a/packages/react-native/src/executors/run-ios/schema.json +++ b/packages/react-native/src/executors/run-ios/schema.json @@ -3,7 +3,7 @@ "outputCapture": "direct-nodejs", "cli": "nx", "$id": "NxReactNativeRunIos", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Run iOS application", "description": "Run iOS target options.", "type": "object", diff --git a/packages/react-native/src/executors/start/schema.json b/packages/react-native/src/executors/start/schema.json index 82e084b9d8..e05587d85b 100644 --- a/packages/react-native/src/executors/start/schema.json +++ b/packages/react-native/src/executors/start/schema.json @@ -3,7 +3,7 @@ "outputCapture": "direct-nodejs", "cli": "nx", "$id": "NxReactNativeStart", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Packager Server for React Native", "description": "Packager Server target options.", "type": "object", diff --git a/packages/react-native/src/executors/sync-deps/schema.json b/packages/react-native/src/executors/sync-deps/schema.json index cbdc0b04ad..3e685663d5 100644 --- a/packages/react-native/src/executors/sync-deps/schema.json +++ b/packages/react-native/src/executors/sync-deps/schema.json @@ -3,7 +3,7 @@ "outputCapture": "direct-nodejs", "cli": "nx", "$id": "NxReactNativeSyncDeps", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Sync Deps for React Native", "description": "Updates `package.json` with project dependencies.", "type": "object", diff --git a/packages/react-native/src/generators/application/schema.json b/packages/react-native/src/generators/application/schema.json index c528bbcf64..37f75509f4 100644 --- a/packages/react-native/src/generators/application/schema.json +++ b/packages/react-native/src/generators/application/schema.json @@ -1,7 +1,7 @@ { "cli": "nx", "$id": "NxReactNativeApplication", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Create a React Application for Nx", "description": "Create a React Application for Nx.", "examples": [ diff --git a/packages/react-native/src/generators/component-story/schema.json b/packages/react-native/src/generators/component-story/schema.json index 101494247b..2dddd8d028 100644 --- a/packages/react-native/src/generators/component-story/schema.json +++ b/packages/react-native/src/generators/component-story/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxReactNativeComponentStory", "title": "React native component story", diff --git a/packages/react-native/src/generators/component/schema.json b/packages/react-native/src/generators/component/schema.json index ac8a09eda4..9b33f071af 100644 --- a/packages/react-native/src/generators/component/schema.json +++ b/packages/react-native/src/generators/component/schema.json @@ -1,7 +1,7 @@ { "cli": "nx", "$id": "NxReactNativeApplication", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Create a React Native Component for Nx", "description": "Create a React native Component for Nx.", "type": "object", diff --git a/packages/react-native/src/generators/init/schema.json b/packages/react-native/src/generators/init/schema.json index 61d5d360c3..d38d3890bc 100644 --- a/packages/react-native/src/generators/init/schema.json +++ b/packages/react-native/src/generators/init/schema.json @@ -1,7 +1,7 @@ { "cli": "nx", "$id": "NxReactNativeInit", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Add Nx React Native Schematics", "description": "Add Nx React native schematics.", "type": "object", diff --git a/packages/react-native/src/generators/library/schema.json b/packages/react-native/src/generators/library/schema.json index 21f3961f87..c777ac43d7 100644 --- a/packages/react-native/src/generators/library/schema.json +++ b/packages/react-native/src/generators/library/schema.json @@ -1,7 +1,7 @@ { "cli": "nx", "$id": "NxReactNativeLibrary", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "title": "Create a React Native Library for Nx", "description": "Create a React Native Library for Nx.", "type": "object", diff --git a/packages/react-native/src/generators/stories/schema.json b/packages/react-native/src/generators/stories/schema.json index 6a858551f2..c8b7849b87 100644 --- a/packages/react-native/src/generators/stories/schema.json +++ b/packages/react-native/src/generators/stories/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxReactNativeStorybookStories", "title": "Generate React Native Storybook stories", diff --git a/packages/react-native/src/generators/storybook-configuration/schema.json b/packages/react-native/src/generators/storybook-configuration/schema.json index c4ee5a8b06..1aaf5bf6b2 100644 --- a/packages/react-native/src/generators/storybook-configuration/schema.json +++ b/packages/react-native/src/generators/storybook-configuration/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxReactNativeStorybookConfigure", "title": "React native Storybook configuration", diff --git a/packages/react-native/src/generators/upgrade-native/schema.json b/packages/react-native/src/generators/upgrade-native/schema.json index e14846ad3d..96bbd3060a 100644 --- a/packages/react-native/src/generators/upgrade-native/schema.json +++ b/packages/react-native/src/generators/upgrade-native/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxReactNativeUpgradeNativeConfigure", "title": "React native upgrade native configuration", diff --git a/packages/react/src/generators/application/schema.json b/packages/react/src/generators/application/schema.json index 71ac77d114..29c9dde97d 100644 --- a/packages/react/src/generators/application/schema.json +++ b/packages/react/src/generators/application/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxReactApp", "title": "Create a React Application", @@ -56,11 +56,11 @@ }, { "value": "scss", - "label": "SASS(.scss) [ http://sass-lang.com ]" + "label": "SASS(.scss) [ https://sass-lang.com ]" }, { "value": "less", - "label": "LESS [ http://lesscss.org ]" + "label": "LESS [ https://lesscss.org ]" }, { "value": "styled-components", diff --git a/packages/react/src/generators/component-cypress-spec/schema.json b/packages/react/src/generators/component-cypress-spec/schema.json index 3b38a9d073..24cb93fee8 100644 --- a/packages/react/src/generators/component-cypress-spec/schema.json +++ b/packages/react/src/generators/component-cypress-spec/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxReactComponentCypressSpec", "title": "Create component Cypress spec", diff --git a/packages/react/src/generators/component-story/schema.json b/packages/react/src/generators/component-story/schema.json index d7e48a93d9..83f3a8ab61 100644 --- a/packages/react/src/generators/component-story/schema.json +++ b/packages/react/src/generators/component-story/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxReactComponentStory", "title": "Create component story", diff --git a/packages/react/src/generators/component-test/schema.json b/packages/react/src/generators/component-test/schema.json index 7d569dc2b6..8435cc9886 100644 --- a/packages/react/src/generators/component-test/schema.json +++ b/packages/react/src/generators/component-test/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxReactCypressComponentTest", "title": "Add Cypress component test", diff --git a/packages/react/src/generators/component/schema.json b/packages/react/src/generators/component/schema.json index 985f215756..2c7f981fcc 100644 --- a/packages/react/src/generators/component/schema.json +++ b/packages/react/src/generators/component/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxReactComponent", "title": "Create a React Component", @@ -40,11 +40,11 @@ }, { "value": "scss", - "label": "SASS(.scss) [ http://sass-lang.com ]" + "label": "SASS(.scss) [ https://sass-lang.com ]" }, { "value": "less", - "label": "LESS [ http://lesscss.org ]" + "label": "LESS [ https://lesscss.org ]" }, { "value": "styled-components", diff --git a/packages/react/src/generators/federate-module/schema.json b/packages/react/src/generators/federate-module/schema.json index fc151d98ca..74025490ee 100644 --- a/packages/react/src/generators/federate-module/schema.json +++ b/packages/react/src/generators/federate-module/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxReactFederateModule", "title": "Federate Module", diff --git a/packages/react/src/generators/hook/schema.json b/packages/react/src/generators/hook/schema.json index 672f39dff3..47c5008b5e 100644 --- a/packages/react/src/generators/hook/schema.json +++ b/packages/react/src/generators/hook/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxReactHook", "title": "Create a React Hook for Nx", diff --git a/packages/react/src/generators/host/schema.json b/packages/react/src/generators/host/schema.json index 513365d6a3..7fa5d6d169 100644 --- a/packages/react/src/generators/host/schema.json +++ b/packages/react/src/generators/host/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "GeneratorReactHost", "cli": "nx", "title": "Generate Module Federation Setup for React Host App", @@ -43,11 +43,11 @@ }, { "value": "scss", - "label": "SASS(.scss) [ http://sass-lang.com ]" + "label": "SASS(.scss) [ https://sass-lang.com ]" }, { "value": "less", - "label": "LESS [ http://lesscss.org ]" + "label": "LESS [ https://lesscss.org ]" }, { "value": "styled-components", diff --git a/packages/react/src/generators/init/schema.json b/packages/react/src/generators/init/schema.json index 31a6011f3a..316846a149 100644 --- a/packages/react/src/generators/init/schema.json +++ b/packages/react/src/generators/init/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxReactNgInit", "title": "Init React Plugin", "description": "Initialize a React Plugin.", diff --git a/packages/react/src/generators/library/schema.json b/packages/react/src/generators/library/schema.json index 5627c044c6..6b80099686 100644 --- a/packages/react/src/generators/library/schema.json +++ b/packages/react/src/generators/library/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxReactLibrary", "title": "Create a React Library", @@ -50,11 +50,11 @@ { "value": "css", "label": "CSS" }, { "value": "scss", - "label": "SASS(.scss) [ http://sass-lang.com ]" + "label": "SASS(.scss) [ https://sass-lang.com ]" }, { "value": "less", - "label": "LESS [ http://lesscss.org ]" + "label": "LESS [ https://lesscss.org ]" }, { "value": "styled-components", diff --git a/packages/react/src/generators/redux/schema.json b/packages/react/src/generators/redux/schema.json index 4ca6762937..19b1ebe643 100644 --- a/packages/react/src/generators/redux/schema.json +++ b/packages/react/src/generators/redux/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "redux", "title": "Create Redux state", diff --git a/packages/react/src/generators/remote/schema.json b/packages/react/src/generators/remote/schema.json index bc1fad5fce..41f1498e2b 100644 --- a/packages/react/src/generators/remote/schema.json +++ b/packages/react/src/generators/remote/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "GeneratorReactRemote", "cli": "nx", "title": "Generate Module Federation Setup for React Remote App", @@ -49,11 +49,11 @@ }, { "value": "scss", - "label": "SASS(.scss) [ http://sass-lang.com ]" + "label": "SASS(.scss) [ https://sass-lang.com ]" }, { "value": "less", - "label": "LESS [ http://lesscss.org ]" + "label": "LESS [ https://lesscss.org ]" }, { "value": "styled-components", diff --git a/packages/react/src/generators/setup-ssr/schema.json b/packages/react/src/generators/setup-ssr/schema.json index 741a7fb677..877fcba8cc 100644 --- a/packages/react/src/generators/setup-ssr/schema.json +++ b/packages/react/src/generators/setup-ssr/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "GeneratorReactSSRSetup", "cli": "nx", "title": "Generate SSR setup for a React app", diff --git a/packages/react/src/generators/setup-tailwind/schema.json b/packages/react/src/generators/setup-tailwind/schema.json index c0caaccbd7..d863a8e925 100644 --- a/packages/react/src/generators/setup-tailwind/schema.json +++ b/packages/react/src/generators/setup-tailwind/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxReactTailwindSetupGenerator", "title": "Configures Tailwind CSS for an application or a buildable/publishable library.", diff --git a/packages/react/src/generators/stories/schema.json b/packages/react/src/generators/stories/schema.json index c3cb50f7f6..dd26ad2f3b 100644 --- a/packages/react/src/generators/stories/schema.json +++ b/packages/react/src/generators/stories/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxReactStorybookStories", "title": "Generate React Storybook stories", diff --git a/packages/react/src/generators/storybook-configuration/schema.json b/packages/react/src/generators/storybook-configuration/schema.json index c4d0b5bf9c..babe4c8434 100644 --- a/packages/react/src/generators/storybook-configuration/schema.json +++ b/packages/react/src/generators/storybook-configuration/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxReactStorybookConfigure", "title": "React Storybook Configure", diff --git a/packages/remix/generators.json b/packages/remix/generators.json index a4aa8dbf7b..5135e5b6c4 100644 --- a/packages/remix/generators.json +++ b/packages/remix/generators.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "name": "NxRemix", "version": "0.0.1", "extends": ["@nx/react"], diff --git a/packages/remix/src/executors/build/schema.json b/packages/remix/src/executors/build/schema.json index cd9e3c6bb7..ded20b1c21 100644 --- a/packages/remix/src/executors/build/schema.json +++ b/packages/remix/src/executors/build/schema.json @@ -1,7 +1,7 @@ { "version": 2, "outputCapture": "pipe", - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "title": "Remix Build", "description": "Build a Remix app.", diff --git a/packages/remix/src/generators/action/schema.json b/packages/remix/src/generators/action/schema.json index b93c6b51a4..331d364ea9 100644 --- a/packages/remix/src/generators/action/schema.json +++ b/packages/remix/src/generators/action/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "action", "type": "object", "description": "Generate an action for a given route.", diff --git a/packages/remix/src/generators/application/schema.json b/packages/remix/src/generators/application/schema.json index 8d1acb4bf1..8ead343cd4 100644 --- a/packages/remix/src/generators/application/schema.json +++ b/packages/remix/src/generators/application/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxRemixApplication", "title": "Create an Application", "description": "Generate a new Remix application.", diff --git a/packages/remix/src/generators/cypress/schema.json b/packages/remix/src/generators/cypress/schema.json index 0dced5cdd1..f805d91109 100644 --- a/packages/remix/src/generators/cypress/schema.json +++ b/packages/remix/src/generators/cypress/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxRemixCypress", "title": "", "type": "object", diff --git a/packages/remix/src/generators/error-boundary/schema.json b/packages/remix/src/generators/error-boundary/schema.json index 2d4e769ea3..1208ac0841 100644 --- a/packages/remix/src/generators/error-boundary/schema.json +++ b/packages/remix/src/generators/error-boundary/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxRemixErrorBoundary", "title": "Create an ErrorBoundary for a Route", "description": "Generate an ErrorBoundary for a given route.", diff --git a/packages/remix/src/generators/init/schema.json b/packages/remix/src/generators/init/schema.json index bc463e1171..732d65ab6b 100644 --- a/packages/remix/src/generators/init/schema.json +++ b/packages/remix/src/generators/init/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxRemixInit", "title": "Init Remix Plugin", "description": "Initialize the Remix Plugin.", diff --git a/packages/remix/src/generators/library/schema.json b/packages/remix/src/generators/library/schema.json index a4fb026cd6..feb6c1f686 100644 --- a/packages/remix/src/generators/library/schema.json +++ b/packages/remix/src/generators/library/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxRemixLibrary", "title": "Create a Library", "description": "Generate a Remix library to help structure workspace and application.", diff --git a/packages/remix/src/generators/loader/schema.json b/packages/remix/src/generators/loader/schema.json index 4a64720b70..4601dac18d 100644 --- a/packages/remix/src/generators/loader/schema.json +++ b/packages/remix/src/generators/loader/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "data-loader", "type": "object", "description": "Generate an loader for a given route.", diff --git a/packages/remix/src/generators/meta/schema.json b/packages/remix/src/generators/meta/schema.json index d69531512e..20184852ee 100644 --- a/packages/remix/src/generators/meta/schema.json +++ b/packages/remix/src/generators/meta/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "meta", "type": "object", "description": "Generate a meta function for a given route.", diff --git a/packages/remix/src/generators/preset/schema.json b/packages/remix/src/generators/preset/schema.json index 776b067e94..a679bf2f62 100644 --- a/packages/remix/src/generators/preset/schema.json +++ b/packages/remix/src/generators/preset/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "Remix", "title": "", "type": "object", diff --git a/packages/remix/src/generators/resource-route/schema.json b/packages/remix/src/generators/resource-route/schema.json index 22e5e0a495..218fb69f39 100644 --- a/packages/remix/src/generators/resource-route/schema.json +++ b/packages/remix/src/generators/resource-route/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxRemixResourceRoute", "title": "Create a Resource Route", "type": "object", diff --git a/packages/remix/src/generators/route/schema.json b/packages/remix/src/generators/route/schema.json index f9c4f4bac2..351a4a7c6a 100644 --- a/packages/remix/src/generators/route/schema.json +++ b/packages/remix/src/generators/route/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxRemixRoute", "title": "Create a Route", "description": "Generate a route.", diff --git a/packages/remix/src/generators/setup-tailwind/schema.json b/packages/remix/src/generators/setup-tailwind/schema.json index 33ca126e04..01827985c5 100644 --- a/packages/remix/src/generators/setup-tailwind/schema.json +++ b/packages/remix/src/generators/setup-tailwind/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxRemixTailwind", "title": "Add TailwindCSS to a Remix App", "description": "Setup tailwindcss for a given project.", diff --git a/packages/remix/src/generators/setup/schema.json b/packages/remix/src/generators/setup/schema.json index 14d6d7e89a..6ac05860c9 100644 --- a/packages/remix/src/generators/setup/schema.json +++ b/packages/remix/src/generators/setup/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxRemixSetup", "title": "", "type": "object", diff --git a/packages/remix/src/generators/storybook-configuration/schema.json b/packages/remix/src/generators/storybook-configuration/schema.json index f976dbcb9b..e9b26c00da 100644 --- a/packages/remix/src/generators/storybook-configuration/schema.json +++ b/packages/remix/src/generators/storybook-configuration/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxRemixStorybookConfigure", "title": "Remix Storybook Configuration", diff --git a/packages/remix/src/generators/style/schema.json b/packages/remix/src/generators/style/schema.json index 61a4964eb7..91ddf118f1 100644 --- a/packages/remix/src/generators/style/schema.json +++ b/packages/remix/src/generators/style/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxRemixRouteStyle", "title": "Add style import to a route", "description": "Generate a style import and file for a given route.", diff --git a/packages/rollup/src/generators/configuration/schema.json b/packages/rollup/src/generators/configuration/schema.json index c12857e6da..1b417f4311 100644 --- a/packages/rollup/src/generators/configuration/schema.json +++ b/packages/rollup/src/generators/configuration/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxRollupProject", "cli": "nx", "title": "Add Rollup Configuration to a project", diff --git a/packages/rollup/src/generators/init/schema.json b/packages/rollup/src/generators/init/schema.json index a0f1bb670f..09f322bd1c 100644 --- a/packages/rollup/src/generators/init/schema.json +++ b/packages/rollup/src/generators/init/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxWebpackInit", "cli": "nx", "title": "Init Webpack Plugin", diff --git a/packages/storybook/src/generators/configuration/schema.json b/packages/storybook/src/generators/configuration/schema.json index 58b8ad35b5..1480eb83f9 100644 --- a/packages/storybook/src/generators/configuration/schema.json +++ b/packages/storybook/src/generators/configuration/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxStorybookConfigure", "title": "Storybook Configuration", diff --git a/packages/storybook/src/generators/cypress-project/schema.json b/packages/storybook/src/generators/cypress-project/schema.json index 15a6bb70c9..b9255fa84e 100644 --- a/packages/storybook/src/generators/cypress-project/schema.json +++ b/packages/storybook/src/generators/cypress-project/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "cypress-configure", "title": "Cypress Configuration", diff --git a/packages/vite/src/executors/preview-server/schema.json b/packages/vite/src/executors/preview-server/schema.json index f4f6e1270a..c519fd277a 100644 --- a/packages/vite/src/executors/preview-server/schema.json +++ b/packages/vite/src/executors/preview-server/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "version": 2, "cli": "nx", "title": "Vite Preview Server", diff --git a/packages/vite/src/executors/test/schema.json b/packages/vite/src/executors/test/schema.json index 0991110697..b57afb5bad 100644 --- a/packages/vite/src/executors/test/schema.json +++ b/packages/vite/src/executors/test/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "version": 2, "cli": "nx", "title": "Vitest executor", diff --git a/packages/vite/src/generators/vitest/schema.json b/packages/vite/src/generators/vitest/schema.json index fe3eb795b6..7cc0291373 100644 --- a/packages/vite/src/generators/vitest/schema.json +++ b/packages/vite/src/generators/vitest/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "Vitest", "title": "Vitest", diff --git a/packages/vue/src/generators/application/schema.json b/packages/vue/src/generators/application/schema.json index 91c74b92d5..c77030db0b 100644 --- a/packages/vue/src/generators/application/schema.json +++ b/packages/vue/src/generators/application/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxVueApp", "title": "Create a Vue Application", @@ -52,11 +52,11 @@ }, { "value": "scss", - "label": "SASS(.scss) [ http://sass-lang.com ]" + "label": "SASS(.scss) [ https://sass-lang.com ]" }, { "value": "less", - "label": "LESS [ http://lesscss.org ]" + "label": "LESS [ https://lesscss.org ]" }, { "value": "none", diff --git a/packages/vue/src/generators/component/schema.json b/packages/vue/src/generators/component/schema.json index a074e3841f..6285f57ced 100644 --- a/packages/vue/src/generators/component/schema.json +++ b/packages/vue/src/generators/component/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxVueComponent", "title": "Create a Vue Component", diff --git a/packages/vue/src/generators/init/schema.json b/packages/vue/src/generators/init/schema.json index 17cf2d62ca..883b824df9 100644 --- a/packages/vue/src/generators/init/schema.json +++ b/packages/vue/src/generators/init/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxVueInit", "title": "Init Vue Plugin", "description": "Initialize a Vue Plugin.", diff --git a/packages/vue/src/generators/library/schema.json b/packages/vue/src/generators/library/schema.json index 577e8293f2..d5b5c32e43 100644 --- a/packages/vue/src/generators/library/schema.json +++ b/packages/vue/src/generators/library/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxVueLibrary", "title": "Create a Vue Library", diff --git a/packages/vue/src/generators/setup-tailwind/schema.json b/packages/vue/src/generators/setup-tailwind/schema.json index bc56696ac8..8f4044a6f8 100644 --- a/packages/vue/src/generators/setup-tailwind/schema.json +++ b/packages/vue/src/generators/setup-tailwind/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxVueTailwindSetupGenerator", "title": "Configures Tailwind CSS for an application or a library.", diff --git a/packages/vue/src/generators/stories/schema.json b/packages/vue/src/generators/stories/schema.json index 5702c10296..fcb76b969a 100644 --- a/packages/vue/src/generators/stories/schema.json +++ b/packages/vue/src/generators/stories/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxVueStorybookStories", "title": "Generate Vue Storybook stories", diff --git a/packages/vue/src/generators/storybook-configuration/schema.json b/packages/vue/src/generators/storybook-configuration/schema.json index f304f9859e..7d0d168544 100644 --- a/packages/vue/src/generators/storybook-configuration/schema.json +++ b/packages/vue/src/generators/storybook-configuration/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxVueStorybookConfigure", "title": "Vue Storybook Configure", diff --git a/packages/web/src/generators/application/schema.json b/packages/web/src/generators/application/schema.json index e53e263a95..53bdc5d184 100644 --- a/packages/web/src/generators/application/schema.json +++ b/packages/web/src/generators/application/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxWebApp", "title": "Create a Web Application for Nx", @@ -39,11 +39,11 @@ }, { "value": "scss", - "label": "SASS(.scss) [ http://sass-lang.com ]" + "label": "SASS(.scss) [ https://sass-lang.com ]" }, { "value": "less", - "label": "LESS [ http://lesscss.org ]" + "label": "LESS [ https://lesscss.org ]" } ] } diff --git a/packages/web/src/generators/init/schema.json b/packages/web/src/generators/init/schema.json index 0b8e1500d6..951e1ea86c 100644 --- a/packages/web/src/generators/init/schema.json +++ b/packages/web/src/generators/init/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxWebInit", "cli": "nx", "title": "Init Web Plugin", diff --git a/packages/web/src/generators/static-serve/schema.json b/packages/web/src/generators/static-serve/schema.json index c6c7090924..ca14f8a406 100644 --- a/packages/web/src/generators/static-serve/schema.json +++ b/packages/web/src/generators/static-serve/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxWebStaticServe", "cli": "nx", "title": "Static Serve Configuration", diff --git a/packages/webpack/src/generators/configuration/schema.json b/packages/webpack/src/generators/configuration/schema.json index fe5083865e..2917743e96 100644 --- a/packages/webpack/src/generators/configuration/schema.json +++ b/packages/webpack/src/generators/configuration/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxWebpackProject", "cli": "nx", "title": "Add Webpack Configuration to a project", diff --git a/packages/webpack/src/generators/init/schema.json b/packages/webpack/src/generators/init/schema.json index 4ca7c87ef9..107405647b 100644 --- a/packages/webpack/src/generators/init/schema.json +++ b/packages/webpack/src/generators/init/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxWebpackInit", "cli": "nx", "title": "Init Webpack Plugin", diff --git a/packages/workspace/src/generators/ci-workflow/schema.json b/packages/workspace/src/generators/ci-workflow/schema.json index f1060142d9..f2e1325672 100644 --- a/packages/workspace/src/generators/ci-workflow/schema.json +++ b/packages/workspace/src/generators/ci-workflow/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxWorkspaceCIWorkflow", "title": "Generate a CI workflow.", "description": "Generate a CI workflow.", diff --git a/packages/workspace/src/generators/convert-to-monorepo/schema.json b/packages/workspace/src/generators/convert-to-monorepo/schema.json index cd574c4528..9f815737e2 100644 --- a/packages/workspace/src/generators/convert-to-monorepo/schema.json +++ b/packages/workspace/src/generators/convert-to-monorepo/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxWorkspaceConvertToMonorepo", "cli": "nx", "title": "Nx Convert to Monorepo", diff --git a/packages/workspace/src/generators/convert-to-nx-project/schema.json b/packages/workspace/src/generators/convert-to-nx-project/schema.json index 65ecdfc82e..75685eb170 100644 --- a/packages/workspace/src/generators/convert-to-nx-project/schema.json +++ b/packages/workspace/src/generators/convert-to-nx-project/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "SchematicsConvertToNxProject", "title": "@nx/workspace:fix-configuration", "description": "Migrates v1 config to v2 standalone configuration.", diff --git a/packages/workspace/src/generators/move/schema.json b/packages/workspace/src/generators/move/schema.json index e148886bcf..e67c483887 100644 --- a/packages/workspace/src/generators/move/schema.json +++ b/packages/workspace/src/generators/move/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxWorkspaceMove", "cli": "nx", "title": "Nx Move", diff --git a/packages/workspace/src/generators/new/schema.json b/packages/workspace/src/generators/new/schema.json index 59ba64cf25..000d0fa460 100644 --- a/packages/workspace/src/generators/new/schema.json +++ b/packages/workspace/src/generators/new/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxWorkspaceNew", "title": "Create an empty workspace", "description": "Create an empty workspace.", diff --git a/packages/workspace/src/generators/npm-package/schema.json b/packages/workspace/src/generators/npm-package/schema.json index 241cf815a3..70437019d3 100644 --- a/packages/workspace/src/generators/npm-package/schema.json +++ b/packages/workspace/src/generators/npm-package/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxWorkspaceNpmPackage", "title": "Add a minimal npm package", "description": "Add a minimal npm package.", diff --git a/packages/workspace/src/generators/preset/schema.json b/packages/workspace/src/generators/preset/schema.json index 8c556d5321..1426b4947e 100644 --- a/packages/workspace/src/generators/preset/schema.json +++ b/packages/workspace/src/generators/preset/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxWorkspacePreset", "cli": "nx", "title": "Creates applications in a new workspace", @@ -39,11 +39,11 @@ }, { "value": "scss", - "label": "SASS(.scss) [ http://sass-lang.com ]" + "label": "SASS(.scss) [ https://sass-lang.com ]" }, { "value": "less", - "label": "LESS [ http://lesscss.org ]" + "label": "LESS [ https://lesscss.org ]" } ] } diff --git a/packages/workspace/src/generators/remove/schema.json b/packages/workspace/src/generators/remove/schema.json index e593f9904a..1743fa9eb6 100644 --- a/packages/workspace/src/generators/remove/schema.json +++ b/packages/workspace/src/generators/remove/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "NxWorkspaceRemove", "cli": "nx", "title": "Nx Remove", diff --git a/packages/workspace/src/generators/run-commands/schema.json b/packages/workspace/src/generators/run-commands/schema.json index c4e0f3aff5..c3d8faa909 100644 --- a/packages/workspace/src/generators/run-commands/schema.json +++ b/packages/workspace/src/generators/run-commands/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "SchematicsRunCommands", "title": "Create a custom target to run any command", "description": "Create a custom target to run any command.", diff --git a/packages/workspace/src/migrations/update-16-0-0/move-workspace-generators-to-local-plugin.spec.ts b/packages/workspace/src/migrations/update-16-0-0/move-workspace-generators-to-local-plugin.spec.ts index cdfd067585..257557f924 100644 --- a/packages/workspace/src/migrations/update-16-0-0/move-workspace-generators-to-local-plugin.spec.ts +++ b/packages/workspace/src/migrations/update-16-0-0/move-workspace-generators-to-local-plugin.spec.ts @@ -185,7 +185,7 @@ async function workspaceGeneratorGenerator( host.write( joinPathFragments(outputDirectory, 'schema.json'), stripIndents`{ - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "<%= name %>", "type": "object", diff --git a/tools/workspace-plugin/src/generators/create-nodes-plugin/schema.json b/tools/workspace-plugin/src/generators/create-nodes-plugin/schema.json index ef32dc0b85..8802ea1fc5 100644 --- a/tools/workspace-plugin/src/generators/create-nodes-plugin/schema.json +++ b/tools/workspace-plugin/src/generators/create-nodes-plugin/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "Generator", "title": "", "type": "object", diff --git a/tools/workspace-plugin/src/generators/remove-migrations/schema.json b/tools/workspace-plugin/src/generators/remove-migrations/schema.json index ea8a177767..893266c8d1 100644 --- a/tools/workspace-plugin/src/generators/remove-migrations/schema.json +++ b/tools/workspace-plugin/src/generators/remove-migrations/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema", + "$schema": "https://json-schema.org/schema", "$id": "RemoveMigrations", "title": "", "type": "object",