pkgjs / create-package-json

Create full featured package.json files
MIT License
30 stars 8 forks source link

Bump npm-package-arg from 7.0.0 to 9.0.0 #83

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps npm-package-arg from 7.0.0 to 9.0.0.

Release notes

Sourced from npm-package-arg's releases.

npm-package-arg v9.0.0

⚠ BREAKING CHANGES

  • This drops support for node10 and non-LTS versions of node 12 and node 14.

Bug Fixes

  • make error message more clear to locate which package is invalid (8cb4527)

Dependencies

  • @​npmcli/template-oss@​2.7.1 (6975264)
  • update hosted-git-info requirement from ^4.0.1 to ^4.1.0 (c6a9e12)
  • update semver requirement from ^7.3.4 to ^7.3.5 (73fc02e)

Documentation

  • Update result object documentation for type=alias (55907a9)
Changelog

Sourced from npm-package-arg's changelog.

9.0.0 (2022-02-10)

⚠ BREAKING CHANGES

  • This drops support for node10 and non-LTS versions of node 12 and node 14.

Bug Fixes

  • make error message more clear to locate which package is invalid (8cb4527)

Dependencies

  • @​npmcli/template-oss@​2.7.1 (6975264)
  • update hosted-git-info requirement from ^4.0.1 to ^4.1.0 (c6a9e12)
  • update semver requirement from ^7.3.4 to ^7.3.5 (73fc02e)

Documentation

  • Update result object documentation for type=alias (55907a9)

8.0.0 (2019-12-15)

⚠ BREAKING CHANGES

  • Dropping support for node 6 and 8. It'll probably still work on those versions, but they are no longer supported or tested, since npm v7 is moving away from them.

  • drop support for node 6 and 8 (ba85e68)

Commits
  • 3941076 chore: release 9.0.0
  • f8a67ac chore: fix typo
  • 55907a9 docs: Update result object documentation for type=alias
  • 8cb4527 fix: make error message more clear to locate which package is invalid
  • c6a9e12 deps: update hosted-git-info requirement from ^4.0.1 to ^4.1.0
  • 73fc02e deps: update semver requirement from ^7.3.4 to ^7.3.5
  • 0e3284d chore: update tap requirement from ^15.0.9 to ^15.1.6
  • 23136dc chore: pin branches coverage to 97
  • 9919c7e chore: remove package-lock
  • c6e5f72 chore: linting
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by gar, a new releaser for npm-package-arg since your current version.


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)
dependabot[bot] commented 2 years ago

Superseded by #91.