Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 26, 2021

Bumps atom-package-deps from 7.2.3 to 8.0.0.

Changelog

Sourced from atom-package-deps's changelog.

8.0.0

  • 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.

7.2.2

7.2.1

7.2.0

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

7.1.0

  • Readd ability to hide user prompt

7.0.3

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

7.0.2

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

7.0.1

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

7.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

6.0.0

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

... (truncated)

Commits
  • 2f2c0c7 8.0.0
  • 3f21ef6 📝 Document change in CHANGELOG
  • b03004a Merge pull request #336 from aminya/better-bundle
  • 85a4f79 perf: use IS_ATOM instead of typeof atom
  • 5b1c02b perf: add terser-config-atomic
  • b54416e fix: add JSON.stringify for the compile-time variables
  • 4151f75 fix: compare PACKAGE_DEPS_IS_ATOM with 'true'
  • 4572169 chore: reupdate rollup and typescript
  • 8c98f81 chore: update rollup-plugin-atomic and typescript
  • 2a22bfd Use compile-time constant to bundle code for Atom and Node env
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [atom-package-deps](https://github.com/steelbrain/package-deps) from 7.2.3 to 8.0.0.
- [Release notes](https://github.com/steelbrain/package-deps/releases)
- [Changelog](https://github.com/steelbrain/package-deps/blob/master/CHANGELOG.md)
- [Commits](steelbrain/package-deps@v7.2.3...v8.0.0)

---
updated-dependencies:
- dependency-name: atom-package-deps
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 26, 2021
@UziTech UziTech changed the title chore(deps): bump atom-package-deps from 7.2.3 to 8.0.0 fix(deps): bump atom-package-deps from 7.2.3 to 8.0.0 Jul 26, 2021
@UziTech UziTech merged commit ca557fa into master Jul 26, 2021
@UziTech UziTech deleted the dependabot/npm_and_yarn/atom-package-deps-8.0.0 branch July 26, 2021 19:59
@github-actions
Copy link
Contributor

🎉 This PR is included in version 5.0.9 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants