Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

fix(deps): update dependency atom-package-deps to v8 #760

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 18, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
atom-package-deps (source) 5.1.0 -> 8.0.0 age adoption passing confidence

Release Notes

steelbrain/package-deps (atom-package-deps)

v8.0.0

Compare Source

  • Potentially unstable: Minify the output to reduce size to ~10kb from ~30kb. (Thanks @​aminya)

Although none of the APIs have changed, this change may be potentially unstable, so marking it as semver-major
so consumers have to opt-in to this.

v7.2.3

Compare Source

v7.2.2

Compare Source

v7.2.1

Compare Source

v7.2.0

Compare Source

  • Add Typescript definitions
  • Fix installing dependencies in CI on Windows
  • Allow purely string entries for name in dependencies

v7.1.0

Compare Source

  • Readd ability to hide user prompt

v7.0.3

Compare Source

  • Fix support for notifications-plus package (Thanks @​UziTech)

v7.0.2

Compare Source

  • Fix a bug where error would be thrown if user already had one of the packages installed (Thanks @​lierdakil)

v7.0.1

Compare Source

  • Fix a dev dependency accidentally slipping into post-install script

v7.0.0

Compare Source

  • 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

v6.0.0

Compare Source

  • Fix progress bar on newer Atom versions
  • Use rollup to bundle dependencies to decrease load times (Thanks @​aminya)

While there's no API breaking change, the distribution format and internal code has changed signficiantly enough that it
MAY have some bugs left despite our testing. Therefore, to not break existing expectations, I (@​steelbrain) am pushing this
out as semver-major.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/atom-package-deps-8.x branch from 57a5831 to b0c2533 Compare September 25, 2022 14:13
@renovate renovate bot force-pushed the renovate/atom-package-deps-8.x branch from b0c2533 to 94dd85c Compare November 20, 2022 21:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants