@nrwl/nx-plugin 15.4.6 → 15.4.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,6 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [15.4.6](https://github.com/nrwl/nx/compare/15.4.5...15.4.6) (2023-01-12)
6
+ ## [15.4.8](https://github.com/nrwl/nx/compare/15.4.7...15.4.8) (2023-01-12)
7
7
 
8
8
  **Note:** Version bump only for package @nrwl/nx-plugin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/nx-plugin",
3
- "version": "15.4.6",
3
+ "version": "15.4.8",
4
4
  "private": false,
5
5
  "description": "This plugin is used to create Nx plugins! It contains generators for generating common plugin features like generators, executors, migrations and more.",
6
6
  "repository": {
@@ -28,16 +28,16 @@
28
28
  "migrations": "./migrations.json"
29
29
  },
30
30
  "dependencies": {
31
- "@nrwl/devkit": "15.4.6",
32
- "@nrwl/jest": "15.4.6",
33
- "@nrwl/js": "15.4.6",
34
- "@nrwl/linter": "15.4.6",
31
+ "@nrwl/devkit": "15.4.8",
32
+ "@nrwl/jest": "15.4.8",
33
+ "@nrwl/js": "15.4.8",
34
+ "@nrwl/linter": "15.4.8",
35
35
  "dotenv": "~10.0.0",
36
- "fs-extra": "^10.1.0",
36
+ "fs-extra": "^11.1.0",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "38bc77e8ecc42de9225eb498027558c85c10e21a"
42
+ "gitHead": "fa752768db4c14e78de875a0a79f89a9f155fecf"
43
43
  }
@@ -57,12 +57,12 @@
57
57
  "tsConfig": {
58
58
  "description": "The name of the Typescript configuration file. Set the tsconfig option in the jest config file. ",
59
59
  "type": "string",
60
- "x-deprecated": true
60
+ "x-deprecated": "Use the ts-jest configuration options in the jest config file instead."
61
61
  },
62
62
  "setupFile": {
63
63
  "description": "The name of a setup file used by Jest. (use Jest config file https://jestjs.io/docs/en/configuration#setupfilesafterenv-array)",
64
64
  "type": "string",
65
- "x-deprecated": true
65
+ "x-deprecated": "Use the setupFilesAfterEnv option in the jest config file. https://jestjs.io/docs/en/configuration#setupfilesafterenv-array"
66
66
  },
67
67
  "bail": {
68
68
  "alias": "b",
@@ -26,11 +26,6 @@
26
26
  "type": "string",
27
27
  "description": "Jest config file."
28
28
  },
29
- "tsSpecConfig": {
30
- "type": "string",
31
- "description": "Spec `tsconfig` file.",
32
- "x-deprecated": true
33
- },
34
29
  "standaloneConfig": {
35
30
  "description": "Split the project configuration into `<projectRoot>/project.json` rather than including it inside `workspace.json`.",
36
31
  "type": "boolean"