steelbrain/package-deps
### [`v7.0.1`](https://togithub.com/steelbrain/package-deps/blob/master/CHANGELOG.md#701)
[Compare Source](https://togithub.com/steelbrain/package-deps/compare/v7.0.0...v7.0.1)
- Fix a dev dependency accidentally slipping into `post-install` script
### [`v7.0.0`](https://togithub.com/steelbrain/package-deps/blob/master/CHANGELOG.md#700)
[Compare Source](https://togithub.com/steelbrain/package-deps/compare/v6.0.0...v7.0.0)
- **BREAKING** Change function signature to get rid of `promptUser`
- **BREAKING** Change format of `package-deps` in manifest from `"my-name:my-version"` to be `{ "name": "my-name", "minimumVersion": "my-version" }`
- **BREAKING** Instead of accepting a semver-range for version, you can now only specify a minimum version in `x.y.z` format, instead of for example `>=2`
- Add support for optional/group packages where users only have to install one of many, and are given a choice at runtime. Signature becomes `Dependency[][]` instead of `Dependency[]`
- Add support for using through CLI for CI and similar purposes
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
6.0.0
->7.0.1
Release Notes
steelbrain/package-deps
### [`v7.0.1`](https://togithub.com/steelbrain/package-deps/blob/master/CHANGELOG.md#701) [Compare Source](https://togithub.com/steelbrain/package-deps/compare/v7.0.0...v7.0.1) - Fix a dev dependency accidentally slipping into `post-install` script ### [`v7.0.0`](https://togithub.com/steelbrain/package-deps/blob/master/CHANGELOG.md#700) [Compare Source](https://togithub.com/steelbrain/package-deps/compare/v6.0.0...v7.0.0) - **BREAKING** Change function signature to get rid of `promptUser` - **BREAKING** Change format of `package-deps` in manifest from `"my-name:my-version"` to be `{ "name": "my-name", "minimumVersion": "my-version" }` - **BREAKING** Instead of accepting a semver-range for version, you can now only specify a minimum version in `x.y.z` format, instead of for example `>=2` - Add support for optional/group packages where users only have to install one of many, and are given a choice at runtime. Signature becomes `Dependency[][]` instead of `Dependency[]` - Add support for using through CLI for CI and similar purposesRenovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.