You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
209
209
`
210
+
211
+
exports['NodeWorkspace plugin with updatePeerDependencies: true respects version prefix and updates peer dependencies 1']=`
212
+
{
213
+
"name": "@here/plugin1",
214
+
"version": "4.4.4",
215
+
"peerDependencies": {
216
+
"@here/pkgA": "^2.2.2"
217
+
}
218
+
}
219
+
`
220
+
221
+
exports['NodeWorkspace plugin with updatePeerDependencies: true should not ignore peer dependencies 1']=`
222
+
:robot: I have created a release *beep* *boop*
223
+
---
224
+
225
+
226
+
<details><summary>@here/pkgA: 3.3.4</summary>
227
+
228
+
Release notes for path: node1, releaseType: node
229
+
</details>
230
+
231
+
<details><summary>@here/plugin1: 4.4.5</summary>
232
+
233
+
### Dependencies
234
+
235
+
* The following workspace dependencies were updated
236
+
* peerDependencies
237
+
* @here/pkgA bumped from ^3.3.3 to ^3.3.4
238
+
</details>
239
+
240
+
---
241
+
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Copy file name to clipboardExpand all lines: schemas/config.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -248,6 +248,10 @@
248
248
"description": "When using the `node-workspace` plugin, force all local dependencies to be linked.",
249
249
"type": "boolean"
250
250
},
251
+
"update-peer-dependencies": {
252
+
"description": "When using the `node-workspace` plugin, also bump peer dependency versions if they are modified.",
253
+
"type": "boolean"
254
+
},
251
255
"plugins": {
252
256
"description": "Plugins to apply to pull requests. Plugins can be added to perform extra release processing that cannot be achieved by an individual release strategy.",
0 commit comments