@shell-shock/nx 0.0.84 → 0.0.86

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,22 @@
2
2
 
3
3
  # Changelog for Shell Shock - Nx
4
4
 
5
+ ## [0.0.86](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.86) (06/06/2026)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **core** to **v0.17.13**
10
+
11
+ ## [0.0.85](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.85) (06/05/2026)
12
+
13
+ ### Bug Fixes
14
+
15
+ - **core:** Various fixes to log message formatting ([c6499f5](https://github.com/storm-software/shell-shock/commit/c6499f5))
16
+
17
+ ### Updated Dependencies
18
+
19
+ - Updated **core** to **v0.17.12**
20
+
5
21
  ## [0.0.84](https://github.com/storm-software/shell-shock/releases/tag/nx%400.0.84) (06/05/2026)
6
22
 
7
23
  ### Bug Fixes
@@ -47,7 +47,7 @@ let _stryke_type_checks_is_set_string = require("@stryke/type-checks/is-set-stri
47
47
  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
 
50
- //#region ../../node_modules/.pnpm/@powerlines+nx@0.13.163_9456f17d791dfffcdb67c022b29fb589/node_modules/@powerlines/nx/dist/src/helpers/constants.mjs
50
+ //#region ../../node_modules/.pnpm/@powerlines+nx@0.13.166_3ad8ea2ef8e4ccaae57ef8b1e7ff70df/node_modules/@powerlines/nx/dist/src/helpers/constants.mjs
51
51
  /**
52
52
  * A list of Nx input strings that describe the Powerlines configuration file
53
53
  */
@@ -264,7 +264,7 @@ function existsSync(filePath) {
264
264
  }
265
265
 
266
266
  //#endregion
267
- //#region ../../node_modules/.pnpm/@powerlines+nx@0.13.163_9456f17d791dfffcdb67c022b29fb589/node_modules/@powerlines/nx/dist/src/helpers/plugin-utilities.mjs
267
+ //#region ../../node_modules/.pnpm/@powerlines+nx@0.13.166_3ad8ea2ef8e4ccaae57ef8b1e7ff70df/node_modules/@powerlines/nx/dist/src/helpers/plugin-utilities.mjs
268
268
  /**
269
269
  * Generates Nx input strings for the Powerlines configuration file, replacing the `{framework}` placeholder with the specified framework name.
270
270
  *
@@ -16,7 +16,7 @@ import { isSetString } from "@stryke/type-checks/is-set-string";
16
16
  import { readNxJson } from "nx/src/config/nx-json.js";
17
17
  import { readTargetsFromPackageJson } from "nx/src/utils/package-json.js";
18
18
 
19
- //#region ../../node_modules/.pnpm/@powerlines+nx@0.13.163_9456f17d791dfffcdb67c022b29fb589/node_modules/@powerlines/nx/dist/src/helpers/constants.mjs
19
+ //#region ../../node_modules/.pnpm/@powerlines+nx@0.13.166_3ad8ea2ef8e4ccaae57ef8b1e7ff70df/node_modules/@powerlines/nx/dist/src/helpers/constants.mjs
20
20
  /**
21
21
  * A list of Nx input strings that describe the Powerlines configuration file
22
22
  */
@@ -233,7 +233,7 @@ function existsSync$1(filePath) {
233
233
  }
234
234
 
235
235
  //#endregion
236
- //#region ../../node_modules/.pnpm/@powerlines+nx@0.13.163_9456f17d791dfffcdb67c022b29fb589/node_modules/@powerlines/nx/dist/src/helpers/plugin-utilities.mjs
236
+ //#region ../../node_modules/.pnpm/@powerlines+nx@0.13.166_3ad8ea2ef8e4ccaae57ef8b1e7ff70df/node_modules/@powerlines/nx/dist/src/helpers/plugin-utilities.mjs
237
237
  /**
238
238
  * Generates Nx input strings for the Powerlines configuration file, replacing the `{framework}` placeholder with the specified framework name.
239
239
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/nx",
3
- "version": "0.0.84",
3
+ "version": "0.0.86",
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": "22.7.5",
82
- "@powerlines/nx": "^0.13.163",
83
- "@shell-shock/core": "^0.17.11",
82
+ "@powerlines/nx": "^0.13.166",
83
+ "@shell-shock/core": "^0.17.13",
84
84
  "@storm-software/config": "^1.137.72",
85
85
  "@storm-software/config-tools": "^1.190.40",
86
86
  "@storm-software/workspace-tools": "^1.296.18",
@@ -90,12 +90,12 @@
90
90
  "@stryke/type-checks": "^0.6.17",
91
91
  "defu": "^6.1.7",
92
92
  "jiti": "^2.7.0",
93
- "powerlines": "^0.47.124",
93
+ "powerlines": "^0.47.127",
94
94
  "untyped": "^1.5.2"
95
95
  },
96
96
  "devDependencies": {
97
- "@powerlines/plugin-tsdown": "^0.1.525",
98
- "@powerlines/plugin-untyped": "^0.2.539",
97
+ "@powerlines/plugin-tsdown": "^0.1.528",
98
+ "@powerlines/plugin-untyped": "^0.2.542",
99
99
  "@storm-software/testing-tools": "^1.119.193",
100
100
  "@types/node": "^25.9.1",
101
101
  "eslint-flat-config-utils": "^2.1.4",
@@ -104,5 +104,5 @@
104
104
  "peerDependencies": { "nx": ">=22.7.0" },
105
105
  "publishConfig": { "access": "public" },
106
106
  "executors": "./executors.json",
107
- "gitHead": "75ec717085aa5dd47d8840c84dee8aa953fb0f41"
107
+ "gitHead": "5e6228dd92f825a7e19988626b7b24bd0be08518"
108
108
  }