Skip to content

Commit

Permalink
chore(repo): update to nx 14.7.6-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Sep 17, 2022
1 parent 08e7588 commit 6e6925f
Show file tree
Hide file tree
Showing 33 changed files with 288 additions and 346 deletions.
2 changes: 1 addition & 1 deletion graph/client/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"outputs": ["{options.outputPath}"]
},
"serve": {
"executor": "@nrwl/web:dev-server",
"executor": "@nrwl/webpack:dev-server",
"configurations": {
"dev": {
"buildTarget": "graph-client:build-base:dev"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["build/packages/*"],
"version": "14.7.5",
"version": "14.7.6-beta.5",
"granularPathspec": false,
"command": {
"publish": {
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,16 @@
"@ngrx/schematics": "~14.0.0",
"@ngrx/store": "~14.0.0",
"@ngrx/store-devtools": "~14.0.0",
"@nrwl/cypress": "14.7.6-beta.0",
"@nrwl/devkit": "14.7.6-beta.0",
"@nrwl/eslint-plugin-nx": "14.7.6-beta.0",
"@nrwl/jest": "14.7.6-beta.0",
"@nrwl/js": "14.7.6-beta.0",
"@nrwl/linter": "14.7.6-beta.0",
"@nrwl/next": "14.7.6-beta.0",
"@nrwl/cypress": "14.7.6-beta.6",
"@nrwl/devkit": "14.7.6-beta.6",
"@nrwl/eslint-plugin-nx": "14.7.6-beta.6",
"@nrwl/jest": "14.7.6-beta.6",
"@nrwl/js": "14.7.6-beta.6",
"@nrwl/linter": "14.7.6-beta.6",
"@nrwl/next": "14.7.6-beta.6",
"@nrwl/nx-cloud": "14.6.2",
"@nrwl/react": "14.7.6-beta.0",
"@nrwl/web": "14.7.6-beta.0",
"@nrwl/react": "14.7.6-beta.6",
"@nrwl/web": "14.7.6-beta.6",
"@parcel/watcher": "2.0.4",
"@phenomnomnominal/tsquery": "4.1.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
Expand Down Expand Up @@ -206,7 +206,7 @@
"ng-packagr": "~14.2.0",
"ngrx-store-freeze": "0.2.4",
"node-fetch": "^2.6.7",
"nx": "14.7.6-beta.0",
"nx": "14.7.6-beta.6",
"open": "^8.4.0",
"parse-markdown-links": "^1.0.4",
"parse5": "4.0.0",
Expand Down Expand Up @@ -270,7 +270,7 @@
"yargs": "^17.4.0",
"yargs-parser": "21.0.1",
"zone.js": "~0.11.4",
"@nrwl/storybook": "14.7.0-beta.1"
"@nrwl/storybook": "14.7.6-beta.6"
},
"author": "Victor Savkin",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions packages/add-nx-to-monorepo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "add-nx-to-monorepo",
"version": "0.0.1",
"private": false,
"description": "Make any monorepo faster by adding Nx to it",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,5 +34,8 @@
"ignore": "^5.0.4",
"nx": "file:../nx",
"yargs-parser": "21.0.1"
},
"publishConfig": {
"access": "public"
}
}
4 changes: 4 additions & 0 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@nrwl/angular",
"version": "0.0.1",
"private": false,
"description": "The Nx Plugin for Angular contains executors, generators, and utilities for managing Angular applications and libraries within an Nx workspace. It provides: \n\n- Integration with libraries such as Storybook, Jest, ESLint, Tailwind CSS, Cypress, Karma, and Protractor. \n\n- Generators to help scaffold code quickly (like: Micro Frontends, Libraries, both internal to your codebase and publishable to npm) \n\n- Upgrading AngularJS applications \n\n- Single Component Application Modules (SCAMs) \n\n- NgRx helpers. \n\n- Utilities for automatic workspace refactoring.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -60,5 +61,8 @@
"tsconfig-paths": "^3.9.0",
"webpack": "^5.58.1",
"webpack-merge": "5.7.3"
},
"publishConfig": {
"access": "public"
}
}
4 changes: 4 additions & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@nrwl/cli",
"version": "0.0.1",
"private": false,
"description": "Smart, Fast and Extensible Build System",
"repository": {
"type": "git",
Expand All @@ -26,5 +27,8 @@
"homepage": "https://nx.dev",
"dependencies": {
"nx": "file:../nx"
},
"publishConfig": {
"access": "public"
}
}
4 changes: 4 additions & 0 deletions packages/cra-to-nx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "cra-to-nx",
"version": "0.0.1",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/nrwl/nx.git",
Expand All @@ -27,5 +28,8 @@
"nx": "file:../nx",
"tslib": "^2.3.0",
"yargs-parser": "21.0.1"
},
"publishConfig": {
"access": "public"
}
}
4 changes: 4 additions & 0 deletions packages/create-nx-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "create-nx-plugin",
"version": "0.0.1",
"private": false,
"description": "Smart, Fast and Extensible Build System",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,5 +35,8 @@
"nx": "file:../nx",
"tmp": "~0.2.1",
"yargs-parser": "21.0.1"
},
"publishConfig": {
"access": "public"
}
}
4 changes: 4 additions & 0 deletions packages/create-nx-workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "create-nx-workspace",
"version": "0.0.1",
"private": false,
"description": "Smart, Fast and Extensible Build System",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,5 +37,8 @@
"tslib": "^2.3.0",
"yargs": "^17.4.0",
"axios": "0.21.1"
},
"publishConfig": {
"access": "public"
}
}
4 changes: 4 additions & 0 deletions packages/cypress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@nrwl/cypress",
"version": "0.0.1",
"private": false,
"description": "The Nx Plugin for Cypress contains executors and generators allowing your workspace to use the powerful Cypress integration testing capabilities.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -57,5 +58,8 @@
"cypress": {
"optional": true
}
},
"publishConfig": {
"access": "public"
}
}
6 changes: 5 additions & 1 deletion packages/detox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@nrwl/detox",
"version": "0.0.1",
"private": false,
"description": "The Nx Plugin for Detox contains executors and generators for allowing your workspace to use the powerful Detox integration testing capabilities.",
"keywords": [
"Monorepo",
Expand Down Expand Up @@ -39,5 +40,8 @@
"requirements": {},
"migrations": "./migrations.json"
},
"schematics": "./generators.json"
"schematics": "./generators.json",
"publishConfig": {
"access": "public"
}
}
4 changes: 4 additions & 0 deletions packages/devkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@nrwl/devkit",
"version": "0.0.1",
"private": false,
"description": "The Nx Devkit is used to customize Nx for different technologies and use cases. It contains many utility functions for reading and writing files, updating configuration, working with Abstract Syntax Trees(ASTs), and more.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,5 +38,8 @@
},
"nx-migrations": {
"migrations": "./migrations.json"
},
"publishConfig": {
"access": "public"
}
}
4 changes: 4 additions & 0 deletions packages/eslint-plugin-nx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@nrwl/eslint-plugin-nx",
"version": "0.0.1",
"private": false,
"description": "The ESLint Plugin for Nx contains a collection of recommended ESLint rule configurations wrapped as ESLint plugins and an Nx specific enforce-module-boundaries rule.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,5 +39,8 @@
"chalk": "4.1.0",
"confusing-browser-globals": "^1.0.9",
"semver": "7.3.4"
},
"publishConfig": {
"access": "public"
}
}
6 changes: 5 additions & 1 deletion packages/expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@nrwl/expo",
"version": "0.0.1",
"private": false,
"description": "Expo Plugin for Nx",
"keywords": [
"Monorepo",
Expand Down Expand Up @@ -50,5 +51,8 @@
"requirements": {},
"migrations": "./migrations.json"
},
"schematics": "./generators.json"
"schematics": "./generators.json",
"publishConfig": {
"access": "public"
}
}
4 changes: 4 additions & 0 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@nrwl/express",
"version": "0.0.1",
"private": false,
"description": "The Nx Plugin for Express contains executors and generators for allowing your workspace to create powerful Express Node applications and APIs.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,5 +41,8 @@
"express": {
"optional": true
}
},
"publishConfig": {
"access": "public"
}
}
4 changes: 4 additions & 0 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@nrwl/jest",
"version": "0.0.1",
"private": false,
"description": "The Nx Plugin for Jest contains executors and generators allowing your workspace to use the powerful Jest testing capabilities.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -45,5 +46,8 @@
"jest-util": "28.1.1",
"resolve.exports": "1.1.0",
"tslib": "^2.3.0"
},
"publishConfig": {
"access": "public"
}
}
4 changes: 4 additions & 0 deletions packages/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@nrwl/js",
"version": "0.0.1",
"private": false,
"description": "The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects. ",
"repository": {
"type": "git",
Expand Down Expand Up @@ -44,5 +45,8 @@
"minimatch": "3.0.5",
"source-map-support": "0.5.19",
"tree-kill": "1.2.2"
},
"publishConfig": {
"access": "public"
}
}
4 changes: 4 additions & 0 deletions packages/linter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@nrwl/linter",
"version": "0.0.1",
"private": false,
"description": "The Linter plugin for Nx contains executors, generators and utilities used for linting JavaScript/TypeScript projects within an Nx workspace.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -44,5 +45,8 @@
"eslint": {
"optional": true
}
},
"publishConfig": {
"access": "public"
}
}
4 changes: 4 additions & 0 deletions packages/make-angular-cli-faster/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "make-angular-cli-faster",
"version": "0.0.1",
"private": false,
"description": "Make Angular CLI faster by enabling distributed computation caching",
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,5 +36,8 @@
"tmp": "~0.2.1",
"yargs": "^17.4.0",
"yargs-parser": "21.0.1"
},
"publishConfig": {
"access": "public"
}
}
4 changes: 4 additions & 0 deletions packages/nest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@nrwl/nest",
"version": "0.0.1",
"private": false,
"description": "The Nx Plugin for Nest contains executors and generators for allowing your workspace to create powerful Nest best in class APIs.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,5 +35,8 @@
"@nrwl/js": "file:../js",
"@nrwl/linter": "file:../linter",
"@nrwl/node": "file:../node"
},
"publishConfig": {
"access": "public"
}
}
4 changes: 4 additions & 0 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@nrwl/next",
"version": "0.0.1",
"private": false,
"description": "The Next.js plugin for Nx contains executors and generators for managing Next.js applications and libraries within an Nx workspace. It provides:\n\n\n- Scaffolding for creating, building, serving, linting, and testing Next.js applications.\n\n- Integration with building, serving, and exporting a Next.js application.\n\n- Integration with React libraries within the workspace. \n\nWhen using Next.js in Nx, you get the out-of-the-box support for TypeScript, Cypress, and Jest. No need to configure anything: watch mode, source maps, and typings just work.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,5 +52,8 @@
"tsconfig-paths": "^3.9.0",
"url-loader": "^4.1.1",
"webpack-merge": "^5.8.0"
},
"publishConfig": {
"access": "public"
}
}
4 changes: 4 additions & 0 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@nrwl/node",
"version": "0.0.1",
"private": false,
"description": "The Node Plugin for Nx contains generators and executors to manage Node applications within an Nx workspace.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,5 +39,8 @@
"@nrwl/workspace": "file:../workspace",
"chalk": "4.1.0",
"tslib": "^2.3.0"
},
"publishConfig": {
"access": "public"
}
}
Loading

0 comments on commit 6e6925f

Please sign in to comment.