@depup/nx 22.6.2-depup.0 → 22.6.3-depup.0

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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/changes.json +2 -2
  3. package/package.json +15 -15
package/README.md CHANGED
@@ -13,7 +13,7 @@ npm install @depup/nx
13
13
 
14
14
  | Field | Value |
15
15
  |-------|-------|
16
- | Original | [nx](https://www.npmjs.com/package/nx) @ 22.6.2 |
16
+ | Original | [nx](https://www.npmjs.com/package/nx) @ 22.6.3 |
17
17
  | Processed | 2026-03-27 |
18
18
  | Smoke test | failed |
19
19
  | Deps updated | 29 |
@@ -25,7 +25,7 @@ npm install @depup/nx
25
25
  | @napi-rs/wasm-runtime | 0.2.4 | ^1.1.1 |
26
26
  | @yarnpkg/parsers | 3.0.2 | ^3.0.3 |
27
27
  | @zkochan/js-yaml | 0.0.7 | ^0.0.11 |
28
- | axios | ^1.12.0 | ^1.13.6 |
28
+ | axios | ^1.12.0 | ^1.14.0 |
29
29
  | cli-cursor | 3.1.0 | ^5.0.0 |
30
30
  | cli-spinners | 2.6.1 | ^3.4.0 |
31
31
  | cliui | ^8.0.1 | ^9.0.1 |
package/changes.json CHANGED
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "axios": {
16
16
  "from": "^1.12.0",
17
- "to": "^1.13.6"
17
+ "to": "^1.14.0"
18
18
  },
19
19
  "picocolors": {
20
20
  "from": "^1.1.0",
@@ -117,6 +117,6 @@
117
117
  "to": "^22.0.0"
118
118
  }
119
119
  },
120
- "timestamp": "2026-03-27T00:41:22.867Z",
120
+ "timestamp": "2026-03-27T20:22:43.861Z",
121
121
  "totalUpdated": 29
122
122
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/nx",
3
- "version": "22.6.2-depup.0",
3
+ "version": "22.6.3-depup.0",
4
4
  "description": "The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration. (with updated dependencies)",
5
5
  "repository": {
6
6
  "type": "git",
@@ -44,7 +44,7 @@
44
44
  "@yarnpkg/lockfile": "^1.1.0",
45
45
  "@yarnpkg/parsers": "^3.0.3",
46
46
  "@zkochan/js-yaml": "^0.0.11",
47
- "axios": "^1.13.6",
47
+ "axios": "^1.14.0",
48
48
  "picocolors": "^1.1.1",
49
49
  "cli-cursor": "^5.0.0",
50
50
  "cli-spinners": "^3.4.0",
@@ -89,16 +89,16 @@
89
89
  }
90
90
  },
91
91
  "optionalDependencies": {
92
- "@nx/nx-darwin-arm64": "22.6.2",
93
- "@nx/nx-darwin-x64": "22.6.2",
94
- "@nx/nx-freebsd-x64": "22.6.2",
95
- "@nx/nx-linux-arm-gnueabihf": "22.6.2",
96
- "@nx/nx-linux-arm64-gnu": "22.6.2",
97
- "@nx/nx-linux-arm64-musl": "22.6.2",
98
- "@nx/nx-linux-x64-gnu": "22.6.2",
99
- "@nx/nx-linux-x64-musl": "22.6.2",
100
- "@nx/nx-win32-arm64-msvc": "22.6.2",
101
- "@nx/nx-win32-x64-msvc": "22.6.2"
92
+ "@nx/nx-darwin-arm64": "22.6.3",
93
+ "@nx/nx-darwin-x64": "22.6.3",
94
+ "@nx/nx-freebsd-x64": "22.6.3",
95
+ "@nx/nx-linux-arm-gnueabihf": "22.6.3",
96
+ "@nx/nx-linux-arm64-gnu": "22.6.3",
97
+ "@nx/nx-linux-arm64-musl": "22.6.3",
98
+ "@nx/nx-linux-x64-gnu": "22.6.3",
99
+ "@nx/nx-linux-x64-musl": "22.6.3",
100
+ "@nx/nx-win32-arm64-msvc": "22.6.3",
101
+ "@nx/nx-win32-x64-msvc": "22.6.3"
102
102
  },
103
103
  "nx-migrations": {
104
104
  "migrations": "./migrations.json",
@@ -195,7 +195,7 @@
195
195
  },
196
196
  "axios": {
197
197
  "from": "^1.12.0",
198
- "to": "^1.13.6"
198
+ "to": "^1.14.0"
199
199
  },
200
200
  "picocolors": {
201
201
  "from": "^1.1.0",
@@ -300,8 +300,8 @@
300
300
  },
301
301
  "depsUpdated": 29,
302
302
  "originalPackage": "nx",
303
- "originalVersion": "22.6.2",
304
- "processedAt": "2026-03-27T00:41:29.376Z",
303
+ "originalVersion": "22.6.3",
304
+ "processedAt": "2026-03-27T20:22:50.335Z",
305
305
  "smokeTest": "failed"
306
306
  }
307
307
  }