@pnpm/building.policy 1100.0.12 → 1100.0.13

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 +141 -0
  2. package/package.json +5 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,141 @@
1
+ # @pnpm/building.policy
2
+
3
+ ## 1100.0.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - @pnpm/config.version-policy@1100.1.7
9
+ - @pnpm/deps.path@1100.0.9
10
+ - @pnpm/types@1101.4.0
11
+
12
+ ## 1100.0.12
13
+
14
+ ### Patch Changes
15
+
16
+ - c70e33e: Allow `allowBuilds` entries for git-hosted packages to match by repository URL without pinning the resolved commit hash. This lets trusted git repositories keep running their build scripts after branch updates without approving each new commit, while package-name-only rules still do not approve git-hosted artifacts.
17
+
18
+ ## 1100.0.11
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [25a829e]
23
+ - Updated dependencies [fbdc0eb]
24
+ - @pnpm/config.version-policy@1100.1.6
25
+
26
+ ## 1100.0.10
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies [681b593]
31
+ - Updated dependencies [a31faa7]
32
+ - @pnpm/types@1101.3.2
33
+ - @pnpm/config.version-policy@1100.1.5
34
+ - @pnpm/deps.path@1100.0.8
35
+
36
+ ## 1100.0.9
37
+
38
+ ### Patch Changes
39
+
40
+ - bf1b731: Require trusted package identity before package-name `allowBuilds` entries can approve lifecycle scripts for git, git-hosted tarball, direct tarball, and local directory artifacts. To approve one of those artifacts explicitly, use its peer-suffix-free lockfile depPath as the `allowBuilds` key. Lockfile verification now rejects lockfiles where a registry-style dependency path (`name@semver`) is backed by a git, directory, or git-hosted tarball resolution (`ERR_PNPM_RESOLUTION_SHAPE_MISMATCH`), so the dependency path is a reliable artifact identity by the time scripts can run.
41
+ - Updated dependencies [bf1b731]
42
+ - @pnpm/types@1101.3.1
43
+ - @pnpm/config.version-policy@1100.1.4
44
+ - @pnpm/deps.path@1100.0.7
45
+
46
+ ## 1100.0.8
47
+
48
+ ### Patch Changes
49
+
50
+ - Updated dependencies [a017bf3]
51
+ - @pnpm/types@1101.3.0
52
+ - @pnpm/config.version-policy@1100.1.3
53
+ - @pnpm/deps.path@1100.0.6
54
+
55
+ ## 1100.0.7
56
+
57
+ ### Patch Changes
58
+
59
+ - Updated dependencies [35d2355]
60
+ - @pnpm/types@1101.2.0
61
+ - @pnpm/config.version-policy@1100.1.2
62
+ - @pnpm/deps.path@1100.0.5
63
+
64
+ ## 1100.0.6
65
+
66
+ ### Patch Changes
67
+
68
+ - Updated dependencies [64afc92]
69
+ - @pnpm/types@1101.1.1
70
+ - @pnpm/config.version-policy@1100.1.1
71
+ - @pnpm/deps.path@1100.0.4
72
+
73
+ ## 1100.0.5
74
+
75
+ ### Patch Changes
76
+
77
+ - Updated dependencies [b6e2c8c]
78
+ - @pnpm/config.version-policy@1100.1.0
79
+
80
+ ## 1100.0.4
81
+
82
+ ### Patch Changes
83
+
84
+ - Updated dependencies [b61e268]
85
+ - @pnpm/types@1101.1.0
86
+ - @pnpm/config.version-policy@1100.0.3
87
+ - @pnpm/deps.path@1100.0.3
88
+
89
+ ## 1100.0.3
90
+
91
+ ### Patch Changes
92
+
93
+ - ab6c42d: Treat `allowBuilds` as an install-state input and clear previously ignored builds when they are explicitly disallowed.
94
+
95
+ ## 1100.0.2
96
+
97
+ ### Patch Changes
98
+
99
+ - 184ce26: Fix the package name in README.md.
100
+ - @pnpm/config.version-policy@1100.0.2
101
+
102
+ ## 1100.0.1
103
+
104
+ ### Patch Changes
105
+
106
+ - Updated dependencies [ff28085]
107
+ - @pnpm/types@1101.0.0
108
+ - @pnpm/config.version-policy@1100.0.1
109
+
110
+ ## 1000.0.0
111
+
112
+ ### Major Changes
113
+
114
+ - 2fccb03: Initial release
115
+ - cb367b9: Remove deprecated build dependency settings: `onlyBuiltDependencies`, `onlyBuiltDependenciesFile`, `neverBuiltDependencies`, and `ignoredBuiltDependencies`.
116
+ - 7354e6b: Initial release.
117
+
118
+ ### Minor Changes
119
+
120
+ - 82f4610: Git dependencies with build scripts should respect the `dangerouslyAllowAllBuilds` settings [#10376](https://github.com/pnpm/pnpm/issues/10376).
121
+
122
+ ### Patch Changes
123
+
124
+ - Updated dependencies [76718b3]
125
+ - Updated dependencies [a8f016c]
126
+ - Updated dependencies [cc1b8e3]
127
+ - Updated dependencies [491a84f]
128
+ - Updated dependencies [7d2fd48]
129
+ - Updated dependencies [efb48dc]
130
+ - Updated dependencies [cb367b9]
131
+ - Updated dependencies [7b1c189]
132
+ - Updated dependencies [8ffb1a7]
133
+ - Updated dependencies [05fb1ae]
134
+ - Updated dependencies [71de2b3]
135
+ - Updated dependencies [10bc391]
136
+ - Updated dependencies [2df8b71]
137
+ - Updated dependencies [15549a9]
138
+ - Updated dependencies [cc7c0d2]
139
+ - Updated dependencies [efb48dc]
140
+ - @pnpm/types@1001.0.0
141
+ - @pnpm/config.version-policy@1000.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/building.policy",
3
- "version": "1100.0.12",
3
+ "version": "1100.0.13",
4
4
  "description": "Create a function for filtering out dependencies that are not allowed to be built",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -27,13 +27,13 @@
27
27
  "!*.map"
28
28
  ],
29
29
  "dependencies": {
30
- "@pnpm/config.version-policy": "1100.1.6",
31
- "@pnpm/deps.path": "1100.0.8",
32
- "@pnpm/types": "1101.3.2"
30
+ "@pnpm/config.version-policy": "1100.1.7",
31
+ "@pnpm/deps.path": "1100.0.9",
32
+ "@pnpm/types": "1101.4.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@jest/globals": "30.4.1",
36
- "@pnpm/building.policy": "1100.0.12"
36
+ "@pnpm/building.policy": "1100.0.13"
37
37
  },
38
38
  "engines": {
39
39
  "node": ">=22.13"