@shell-shock/nx 0.0.96 → 0.0.97

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
@@ -2,6 +2,21 @@
2
2
 
3
3
  # Changelog for Shell Shock - Nx
4
4
 
5
+ ## [0.0.96](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.96) (08/13/2026)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Various formatting and linting clean ups ([f75fecd](https://github.com/storm-software/shell-shock/commit/f75fecd))
10
+ - **core:** Update framework to use Power Plant generators for codegen ([295bcc8](https://github.com/storm-software/shell-shock/commit/295bcc8))
11
+
12
+ ### Bug Fixes
13
+
14
+ - **monorepo:** Update packages to use latest Powerlines plugin structure ([5aed994](https://github.com/storm-software/shell-shock/commit/5aed994))
15
+
16
+ ### Updated Dependencies
17
+
18
+ - Updated **core** to **v0.17.23**
19
+
5
20
  ## [0.0.95](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.95) (06/15/2026)
6
21
 
7
22
  ### Miscellaneous
@@ -48,7 +48,7 @@ let nx_src_config_nx_json_js = require("nx/src/config/nx-json.js");
48
48
  let nx_src_utils_package_json_js = require("nx/src/utils/package-json.js");
49
49
  let nx_src_utils_package_manager_js = require("nx/src/utils/package-manager.js");
50
50
 
51
- //#region ../../node_modules/.pnpm/@powerlines+nx@0.13.250_@babel+traverse@7.29.8_@emnapi+core@1.11.3_@emnapi+runtime@1.11_d1ca21dba66e96399bbfa48aeffa297c/node_modules/@powerlines/nx/dist/src/helpers/constants.mjs
51
+ //#region ../../node_modules/.pnpm/@powerlines+nx@0.13.251_@babel+traverse@7.29.8_@emnapi+core@1.11.3_@emnapi+runtime@1.11_da8e47766cba8b5dacb163cff1f27a5b/node_modules/@powerlines/nx/dist/src/helpers/constants.mjs
52
52
  /**
53
53
  * A list of Nx input strings that describe the Powerlines configuration file
54
54
  */
@@ -265,7 +265,7 @@ function existsSync(filePath) {
265
265
  }
266
266
 
267
267
  //#endregion
268
- //#region ../../node_modules/.pnpm/@powerlines+nx@0.13.250_@babel+traverse@7.29.8_@emnapi+core@1.11.3_@emnapi+runtime@1.11_d1ca21dba66e96399bbfa48aeffa297c/node_modules/@powerlines/nx/dist/src/helpers/plugin-utilities.mjs
268
+ //#region ../../node_modules/.pnpm/@powerlines+nx@0.13.251_@babel+traverse@7.29.8_@emnapi+core@1.11.3_@emnapi+runtime@1.11_da8e47766cba8b5dacb163cff1f27a5b/node_modules/@powerlines/nx/dist/src/helpers/plugin-utilities.mjs
269
269
  /**
270
270
  * Generates Nx input strings for the Powerlines configuration file, replacing the `{framework}` placeholder with the specified framework name.
271
271
  *
@@ -17,7 +17,7 @@ import { readNxJson } from "nx/src/config/nx-json.js";
17
17
  import { readTargetsFromPackageJson } from "nx/src/utils/package-json.js";
18
18
  import { detectPackageManager, getPackageManagerCommand } from "nx/src/utils/package-manager.js";
19
19
 
20
- //#region ../../node_modules/.pnpm/@powerlines+nx@0.13.250_@babel+traverse@7.29.8_@emnapi+core@1.11.3_@emnapi+runtime@1.11_d1ca21dba66e96399bbfa48aeffa297c/node_modules/@powerlines/nx/dist/src/helpers/constants.mjs
20
+ //#region ../../node_modules/.pnpm/@powerlines+nx@0.13.251_@babel+traverse@7.29.8_@emnapi+core@1.11.3_@emnapi+runtime@1.11_da8e47766cba8b5dacb163cff1f27a5b/node_modules/@powerlines/nx/dist/src/helpers/constants.mjs
21
21
  /**
22
22
  * A list of Nx input strings that describe the Powerlines configuration file
23
23
  */
@@ -234,7 +234,7 @@ function existsSync$1(filePath) {
234
234
  }
235
235
 
236
236
  //#endregion
237
- //#region ../../node_modules/.pnpm/@powerlines+nx@0.13.250_@babel+traverse@7.29.8_@emnapi+core@1.11.3_@emnapi+runtime@1.11_d1ca21dba66e96399bbfa48aeffa297c/node_modules/@powerlines/nx/dist/src/helpers/plugin-utilities.mjs
237
+ //#region ../../node_modules/.pnpm/@powerlines+nx@0.13.251_@babel+traverse@7.29.8_@emnapi+core@1.11.3_@emnapi+runtime@1.11_da8e47766cba8b5dacb163cff1f27a5b/node_modules/@powerlines/nx/dist/src/helpers/plugin-utilities.mjs
238
238
  /**
239
239
  * Generates Nx input strings for the Powerlines configuration file, replacing the `{framework}` placeholder with the specified framework name.
240
240
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/nx",
3
- "version": "0.0.96",
3
+ "version": "0.0.97",
4
4
  "description": "A Nx plugin to support Shell Shock development in Nx monorepos.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -79,8 +79,8 @@
79
79
  "typings": "dist/index.d.ts",
80
80
  "dependencies": {
81
81
  "@nx/devkit": "23.1.0",
82
- "@powerlines/nx": "^0.13.250",
83
- "@shell-shock/core": "0.17.23",
82
+ "@powerlines/nx": "^0.13.251",
83
+ "@shell-shock/core": "0.17.24",
84
84
  "@storm-software/config": "^1.138.69",
85
85
  "@storm-software/config-tools": "^1.190.133",
86
86
  "@storm-software/workspace-tools": "^1.297.2",
@@ -90,11 +90,11 @@
90
90
  "@stryke/type-checks": "^0.6.41",
91
91
  "defu": "^6.1.7",
92
92
  "jiti": "^2.7.0",
93
- "powerlines": "^0.47.210",
93
+ "powerlines": "^0.47.211",
94
94
  "untyped": "^1.5.2"
95
95
  },
96
96
  "devDependencies": {
97
- "@powerlines/plugin-tsdown": "^0.1.611",
97
+ "@powerlines/plugin-tsdown": "^0.1.612",
98
98
  "@powerlines/plugin-untyped": "^0.2.626",
99
99
  "@storm-software/testing-tools": "^1.119.285",
100
100
  "@types/node": "^25.9.5",
@@ -104,5 +104,5 @@
104
104
  "peerDependencies": { "nx": ">=22.7.0" },
105
105
  "publishConfig": { "access": "public" },
106
106
  "executors": "./executors.json",
107
- "gitHead": "3227e8ed7b3e816987d4d4f270dfdfceb963c022"
107
+ "gitHead": "06592cb0cccc2c7e9297af4c5138550e86fa4eec"
108
108
  }