@pnpm/deps.compliance.sbom 1100.3.0 → 1100.3.2

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 (2) hide show
  1. package/CHANGELOG.md +306 -0
  2. package/package.json +13 -13
package/CHANGELOG.md ADDED
@@ -0,0 +1,306 @@
1
+ # @pnpm/deps.compliance.sbom
2
+
3
+ ## 1100.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @pnpm/lockfile.utils@1100.1.2
8
+
9
+ ## 1100.3.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [dcabb78]
14
+ - @pnpm/resolving.resolver-base@1100.5.1
15
+ - @pnpm/lockfile.types@1100.0.13
16
+ - @pnpm/lockfile.utils@1100.1.1
17
+ - @pnpm/store.pkg-finder@1100.0.19
18
+ - @pnpm/lockfile.detect-dep-types@1100.0.13
19
+ - @pnpm/lockfile.walker@1100.0.13
20
+
21
+ ## 1100.3.0
22
+
23
+ ### Minor Changes
24
+
25
+ - 6c35a43: Added `--exclude-peers` to `pnpm sbom`. With `auto-install-peers` (the default), peer dependencies resolve into the lockfile and are otherwise indistinguishable from the package's own dependencies. The flag drops peer dependencies (and any transitive subtree reachable only through them) from the SBOM. CycloneDX 1.7 has no scope or relationship that expresses "consumer-provided peer", so omission is the only spec-clean handling. The flag name matches `pnpm list --exclude-peers`; note the SBOM flag prunes a peer's exclusive subtree, which is stricter than `pnpm list` (which only hides leaf peers).
26
+
27
+ ### Patch Changes
28
+
29
+ - 17e7f2c: `pnpm sbom` now emits a CycloneDX `issue-tracker` external reference for components (and the root) whose `package.json` declares a `bugs` URL. Email-only `bugs` entries are skipped, since the reference requires a URL.
30
+ - Updated dependencies [bae694f]
31
+ - Updated dependencies [a84d2a1]
32
+ - @pnpm/resolving.resolver-base@1100.5.0
33
+ - @pnpm/lockfile.utils@1100.1.0
34
+ - @pnpm/lockfile.types@1100.0.12
35
+ - @pnpm/store.pkg-finder@1100.0.18
36
+ - @pnpm/pkg-manifest.reader@1100.0.9
37
+ - @pnpm/store.index@1100.2.1
38
+ - @pnpm/lockfile.detect-dep-types@1100.0.12
39
+ - @pnpm/lockfile.walker@1100.0.12
40
+
41
+ ## 1100.2.0
42
+
43
+ ### Minor Changes
44
+
45
+ - dcededc: `pnpm sbom` now marks components reachable only through `devDependencies` with CycloneDX `scope: "excluded"` and the `cdx:npm:package:development` property. The `excluded` scope documents "component usage for test and other non-runtime purposes", which matches the semantics of a devDependency; the property is the CycloneDX npm-taxonomy marker emitted by `@cyclonedx/cyclonedx-npm`, so both modern (scope) and existing (property) consumers are covered. Components reachable at runtime (including installed `optionalDependencies`) omit `scope` and default to `required`.
46
+ - 1495cb0: Added per-package SBOM generation with `--out` and `--split` flags. Use `--out out/%s.cdx.json` to write one SBOM per workspace package to individual files, or `--split` for NDJSON output to stdout. When `--filter` selects a single package, the SBOM root component now uses that package's metadata. Workspace inter-dependencies (`workspace:` protocol) and their transitive dependencies are included. Author, repository, and license fall back to the root manifest when the package doesn't define them.
47
+
48
+ ## 1100.1.9
49
+
50
+ ### Patch Changes
51
+
52
+ - a31faa7: Updated dependency ranges. Notably:
53
+
54
+ - `@pnpm/logger` peer dependency range moved to `^1100.0.0`.
55
+ - `msgpackr` 1.11.8 → 2.0.4 (store index files remain byte-compatible in both directions).
56
+ - `open` ^7.4.2 → ^11.0.0, `memoize` ^10 → ^11, `cli-truncate` ^5 → ^6, `pidtree` ^0.6 → ^1.
57
+ - `@yarnpkg/core` 4.5.0 → 4.8.0, `@rushstack/worker-pool` 0.7.7 → 0.7.18, `@cyclonedx/cyclonedx-library` 10.0.0 → 10.1.0, `@pnpm/config.nerf-dart` ^1 → ^2, `@pnpm/log.group` 3.0.2 → 4.0.1, `@pnpm/util.lex-comparator` ^3 → ^4.
58
+
59
+ - Updated dependencies [61810aa]
60
+ - Updated dependencies [f20ad8f]
61
+ - Updated dependencies [681b593]
62
+ - Updated dependencies [a31faa7]
63
+ - @pnpm/store.index@1100.2.0
64
+ - @pnpm/lockfile.utils@1100.0.13
65
+ - @pnpm/types@1101.3.2
66
+ - @pnpm/store.pkg-finder@1100.0.17
67
+ - @pnpm/lockfile.detect-dep-types@1100.0.11
68
+ - @pnpm/lockfile.types@1100.0.11
69
+ - @pnpm/lockfile.walker@1100.0.11
70
+ - @pnpm/pkg-manifest.reader@1100.0.8
71
+ - @pnpm/resolving.resolver-base@1100.4.2
72
+
73
+ ## 1100.1.8
74
+
75
+ ### Patch Changes
76
+
77
+ - @pnpm/store.pkg-finder@1100.0.16
78
+
79
+ ## 1100.1.7
80
+
81
+ ### Patch Changes
82
+
83
+ - Updated dependencies [bf1b731]
84
+ - @pnpm/types@1101.3.1
85
+ - @pnpm/lockfile.detect-dep-types@1100.0.10
86
+ - @pnpm/lockfile.types@1100.0.10
87
+ - @pnpm/lockfile.utils@1100.0.12
88
+ - @pnpm/lockfile.walker@1100.0.10
89
+ - @pnpm/pkg-manifest.reader@1100.0.7
90
+ - @pnpm/resolving.resolver-base@1100.4.1
91
+ - @pnpm/store.pkg-finder@1100.0.15
92
+
93
+ ## 1100.1.6
94
+
95
+ ### Patch Changes
96
+
97
+ - Updated dependencies [a017bf3]
98
+ - Updated dependencies [6d17b66]
99
+ - @pnpm/types@1101.3.0
100
+ - @pnpm/resolving.resolver-base@1100.4.0
101
+ - @pnpm/lockfile.detect-dep-types@1100.0.9
102
+ - @pnpm/lockfile.types@1100.0.9
103
+ - @pnpm/lockfile.utils@1100.0.11
104
+ - @pnpm/lockfile.walker@1100.0.9
105
+ - @pnpm/pkg-manifest.reader@1100.0.6
106
+ - @pnpm/store.pkg-finder@1100.0.14
107
+
108
+ ## 1100.1.5
109
+
110
+ ### Patch Changes
111
+
112
+ - Updated dependencies [e55f4b5]
113
+ - Updated dependencies [35d2355]
114
+ - @pnpm/lockfile.utils@1100.0.10
115
+ - @pnpm/types@1101.2.0
116
+ - @pnpm/lockfile.detect-dep-types@1100.0.8
117
+ - @pnpm/lockfile.types@1100.0.8
118
+ - @pnpm/lockfile.walker@1100.0.8
119
+ - @pnpm/pkg-manifest.reader@1100.0.5
120
+ - @pnpm/resolving.resolver-base@1100.3.1
121
+ - @pnpm/store.pkg-finder@1100.0.13
122
+
123
+ ## 1100.1.4
124
+
125
+ ### Patch Changes
126
+
127
+ - @pnpm/store.pkg-finder@1100.0.12
128
+
129
+ ## 1100.1.3
130
+
131
+ ### Patch Changes
132
+
133
+ - Updated dependencies [1627943]
134
+ - Updated dependencies [64afc92]
135
+ - @pnpm/resolving.resolver-base@1100.3.0
136
+ - @pnpm/types@1101.1.1
137
+ - @pnpm/lockfile.types@1100.0.7
138
+ - @pnpm/lockfile.utils@1100.0.9
139
+ - @pnpm/store.pkg-finder@1100.0.11
140
+ - @pnpm/lockfile.detect-dep-types@1100.0.7
141
+ - @pnpm/lockfile.walker@1100.0.7
142
+ - @pnpm/pkg-manifest.reader@1100.0.4
143
+
144
+ ## 1100.1.2
145
+
146
+ ### Patch Changes
147
+
148
+ - Updated dependencies [4195766]
149
+ - Updated dependencies [31538bf]
150
+ - @pnpm/resolving.resolver-base@1100.2.0
151
+ - @pnpm/lockfile.types@1100.0.6
152
+ - @pnpm/lockfile.utils@1100.0.8
153
+ - @pnpm/store.pkg-finder@1100.0.10
154
+ - @pnpm/lockfile.detect-dep-types@1100.0.6
155
+ - @pnpm/lockfile.walker@1100.0.6
156
+
157
+ ## 1100.1.1
158
+
159
+ ### Patch Changes
160
+
161
+ - @pnpm/store.pkg-finder@1100.0.9
162
+
163
+ ## 1100.1.0
164
+
165
+ ### Minor Changes
166
+
167
+ - 87b4bac: Allow setting sbom spec version using `--sbom-spec-version` [#11389](https://github.com/pnpm/pnpm/pull/11389).
168
+
169
+ ### Patch Changes
170
+
171
+ - Updated dependencies [b61e268]
172
+ - @pnpm/types@1101.1.0
173
+ - @pnpm/lockfile.detect-dep-types@1100.0.5
174
+ - @pnpm/lockfile.types@1100.0.5
175
+ - @pnpm/lockfile.utils@1100.0.7
176
+ - @pnpm/lockfile.walker@1100.0.5
177
+ - @pnpm/pkg-manifest.reader@1100.0.3
178
+ - @pnpm/resolving.resolver-base@1100.1.3
179
+ - @pnpm/store.pkg-finder@1100.0.8
180
+
181
+ ## 1100.0.9
182
+
183
+ ### Patch Changes
184
+
185
+ - Updated dependencies [0c67cb5]
186
+ - @pnpm/store.index@1100.1.0
187
+ - @pnpm/store.pkg-finder@1100.0.7
188
+
189
+ ## 1100.0.8
190
+
191
+ ### Patch Changes
192
+
193
+ - Updated dependencies [cfa271b]
194
+ - @pnpm/lockfile.utils@1100.0.6
195
+
196
+ ## 1100.0.7
197
+
198
+ ### Patch Changes
199
+
200
+ - Updated dependencies [27425d7]
201
+ - @pnpm/lockfile.types@1100.0.4
202
+ - @pnpm/lockfile.utils@1100.0.5
203
+ - @pnpm/resolving.resolver-base@1100.1.2
204
+ - @pnpm/store.pkg-finder@1100.0.6
205
+ - @pnpm/lockfile.detect-dep-types@1100.0.4
206
+ - @pnpm/lockfile.walker@1100.0.4
207
+
208
+ ## 1100.0.6
209
+
210
+ ### Patch Changes
211
+
212
+ - Updated dependencies [184ce26]
213
+ - Updated dependencies [6b891a5]
214
+ - @pnpm/resolving.resolver-base@1100.1.1
215
+ - @pnpm/pkg-manifest.reader@1100.0.2
216
+ - @pnpm/lockfile.utils@1100.0.4
217
+ - @pnpm/store.pkg-finder@1100.0.5
218
+ - @pnpm/lockfile.types@1100.0.3
219
+ - @pnpm/lockfile.detect-dep-types@1100.0.3
220
+ - @pnpm/lockfile.walker@1100.0.3
221
+
222
+ ## 1100.0.5
223
+
224
+ ### Patch Changes
225
+
226
+ - f9afe81: Populate download location for git-sourced dependencies in SBOM output. Previously `pnpm sbom` emitted `NOASSERTION` (SPDX) and omitted the distribution reference (CycloneDX) for git dependencies. Now emits the git URL with commit hash, e.g. `git+https://github.com/user/repo.git#commit`.
227
+
228
+ ## 1100.0.4
229
+
230
+ ### Patch Changes
231
+
232
+ - @pnpm/store.pkg-finder@1100.0.4
233
+ - @pnpm/lockfile.utils@1100.0.3
234
+
235
+ ## 1100.0.3
236
+
237
+ ### Patch Changes
238
+
239
+ - 61952c2: `pnpm sbom` now detects licenses declared via the deprecated `licenses` array in `package.json` (e.g. `busboy`, `streamsearch`, `limiter`) and falls back to scanning on-disk `LICENSE` files — mirroring the resolution logic of `pnpm licenses`. Previously these packages were reported as `NOASSERTION`. Shared license resolution (manifest parsing + LICENSE-file fallback) lives in the new `@pnpm/deps.compliance.license-resolver` package. When a manifest sets both `license` and `licenses`, the modern `license` field now takes precedence for both commands (previously `pnpm licenses` preferred `licenses`) [#11248](https://github.com/pnpm/pnpm/issues/11248).
240
+ - Updated dependencies [bcc88a1]
241
+ - Updated dependencies [61952c2]
242
+ - @pnpm/store.pkg-finder@1100.0.3
243
+ - @pnpm/deps.compliance.license-resolver@1100.0.0
244
+ - @pnpm/lockfile.types@1100.0.2
245
+ - @pnpm/lockfile.utils@1100.0.2
246
+ - @pnpm/lockfile.detect-dep-types@1100.0.2
247
+ - @pnpm/lockfile.walker@1100.0.2
248
+
249
+ ## 1100.0.2
250
+
251
+ ### Patch Changes
252
+
253
+ - @pnpm/store.pkg-finder@1100.0.2
254
+
255
+ ## 1100.0.1
256
+
257
+ ### Patch Changes
258
+
259
+ - Updated dependencies [ff28085]
260
+ - @pnpm/types@1101.0.0
261
+ - @pnpm/lockfile.detect-dep-types@1100.0.1
262
+ - @pnpm/lockfile.types@1100.0.1
263
+ - @pnpm/lockfile.utils@1100.0.1
264
+ - @pnpm/lockfile.walker@1100.0.1
265
+ - @pnpm/pkg-manifest.reader@1100.0.1
266
+ - @pnpm/store.pkg-finder@1100.0.1
267
+
268
+ ## 1000.0.0
269
+
270
+ ### Minor Changes
271
+
272
+ - f92ac24: Added `pnpm sbom` command for generating Software Bill of Materials in CycloneDX 1.7 and SPDX 2.3 JSON formats [#9088](https://github.com/pnpm/pnpm/issues/9088).
273
+
274
+ ### Patch Changes
275
+
276
+ - Updated dependencies [76718b3]
277
+ - Updated dependencies [a8f016c]
278
+ - Updated dependencies [cc1b8e3]
279
+ - Updated dependencies [606f53e]
280
+ - Updated dependencies [491a84f]
281
+ - Updated dependencies [f92ac24]
282
+ - Updated dependencies [7d2fd48]
283
+ - Updated dependencies [efb48dc]
284
+ - Updated dependencies [50fbeca]
285
+ - Updated dependencies [cb367b9]
286
+ - Updated dependencies [7b1c189]
287
+ - Updated dependencies [6f806be]
288
+ - Updated dependencies [8ffb1a7]
289
+ - Updated dependencies [05fb1ae]
290
+ - Updated dependencies [71de2b3]
291
+ - Updated dependencies [10bc391]
292
+ - Updated dependencies [38b8e35]
293
+ - Updated dependencies [394d88c]
294
+ - Updated dependencies [b7f0f21]
295
+ - Updated dependencies [2df8b71]
296
+ - Updated dependencies [15549a9]
297
+ - Updated dependencies [cc7c0d2]
298
+ - Updated dependencies [efb48dc]
299
+ - @pnpm/types@1001.0.0
300
+ - @pnpm/lockfile.types@1003.0.0
301
+ - @pnpm/lockfile.utils@1004.0.0
302
+ - @pnpm/pkg-manifest.reader@1001.0.0
303
+ - @pnpm/lockfile.detect-dep-types@1002.0.0
304
+ - @pnpm/lockfile.walker@1002.0.0
305
+ - @pnpm/store.pkg-finder@1000.0.0
306
+ - @pnpm/store.index@1000.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/deps.compliance.sbom",
3
- "version": "1100.3.0",
3
+ "version": "1100.3.2",
4
4
  "description": "Generate SBOM from pnpm lockfile",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -31,28 +31,28 @@
31
31
  ],
32
32
  "dependencies": {
33
33
  "@cyclonedx/cyclonedx-library": "10.1.0",
34
- "p-limit": "^7.3.0",
35
- "ssri": "13.0.1",
36
34
  "@pnpm/deps.compliance.license-resolver": "1100.0.0",
37
- "@pnpm/lockfile.detect-dep-types": "1100.0.12",
38
- "@pnpm/lockfile.types": "1100.0.12",
39
- "@pnpm/lockfile.utils": "1100.1.0",
40
- "@pnpm/lockfile.walker": "1100.0.12",
35
+ "@pnpm/lockfile.detect-dep-types": "1100.0.13",
36
+ "@pnpm/lockfile.types": "1100.0.13",
37
+ "@pnpm/lockfile.utils": "1100.1.2",
38
+ "@pnpm/lockfile.walker": "1100.0.13",
41
39
  "@pnpm/pkg-manifest.reader": "1100.0.9",
42
- "@pnpm/resolving.resolver-base": "1100.5.0",
40
+ "@pnpm/resolving.resolver-base": "1100.5.1",
43
41
  "@pnpm/store.index": "1100.2.1",
44
- "@pnpm/store.pkg-finder": "1100.0.18",
45
- "@pnpm/types": "1101.3.2"
42
+ "@pnpm/store.pkg-finder": "1100.0.19",
43
+ "@pnpm/types": "1101.3.2",
44
+ "p-limit": "^7.3.0",
45
+ "ssri": "13.0.1"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "@pnpm/logger": "^1100.0.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@jest/globals": "30.4.1",
52
- "@types/ssri": "^7.1.5",
52
+ "@pnpm/deps.compliance.sbom": "1100.3.2",
53
53
  "@pnpm/logger": "1100.0.0",
54
- "@pnpm/store.cafs": "1100.1.11",
55
- "@pnpm/deps.compliance.sbom": "1100.3.0"
54
+ "@pnpm/store.cafs": "1100.1.12",
55
+ "@types/ssri": "^7.1.5"
56
56
  },
57
57
  "engines": {
58
58
  "node": ">=22.13"