Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

deps: bump normalize-package-data from 3.0.3 to 4.0.0 #113

Merged
merged 2 commits into from
Mar 15, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 15, 2022

Bumps normalize-package-data from 3.0.3 to 4.0.0.

Release notes

Sourced from normalize-package-data's releases.

normalize-package-data v4.0.0

⚠ BREAKING CHANGES

  • this drops support for node 10 and non-LTS versions of node 12 and node 14

Bug Fixes

  • do not overwrite bundled dependency ranges with * (#128) (b8e4604)
  • safer regex (abcdb36)

Documentation

Dependencies

  • bump hosted-git-info from 4.1.0 to 5.0.0 (#135) (289674d)
  • update is-core-module requirement from ^2.5.0 to ^2.8.1 (#132) (b3ec77e)
  • update semver requirement from ^7.3.4 to ^7.3.5 (#133) (e0a56dc)
  • update validate-npm-package-license requirement (#131) (fe7dc60)
Changelog

Sourced from normalize-package-data's changelog.

4.0.0 (2022-03-14)

⚠ BREAKING CHANGES

  • this drops support for node 10 and non-LTS versions of node 12 and node 14

Bug Fixes

  • do not overwrite bundled dependency ranges with * (#128) (b8e4604)
  • safer regex (abcdb36)

Documentation

Dependencies

  • bump hosted-git-info from 4.1.0 to 5.0.0 (#135) (289674d)
  • update is-core-module requirement from ^2.5.0 to ^2.8.1 (#132) (b3ec77e)
  • update semver requirement from ^7.3.4 to ^7.3.5 (#133) (e0a56dc)
  • update validate-npm-package-license requirement (#131) (fe7dc60)
Commits
  • f5080ca chore: release 4.0.0 (#130)
  • 289674d deps: bump hosted-git-info from 4.1.0 to 5.0.0 (#135)
  • e0a56dc deps: update semver requirement from ^7.3.4 to ^7.3.5 (#133)
  • b3ec77e deps: update is-core-module requirement from ^2.5.0 to ^2.8.1 (#132)
  • fe7dc60 deps: update validate-npm-package-license requirement (#131)
  • b8e4604 fix: do not overwrite bundled dependency ranges with * (#128)
  • abcdb36 fix: safer regex
  • cda537d chore: coverage settings
  • 02aba91 chore: linting
  • 80daf4a chore: @​npmcli/template-oss@​2.9.2
  • 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 [normalize-package-data](https://github.com/npm/normalize-package-data) from 3.0.3 to 4.0.0.
- [Release notes](https://github.com/npm/normalize-package-data/releases)
- [Changelog](https://github.com/npm/normalize-package-data/blob/main/CHANGELOG.md)
- [Commits](npm/normalize-package-data@v3.0.3...v4.0.0)

---
updated-dependencies:
- dependency-name: normalize-package-data
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner March 15, 2022 18:16
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 15, 2022

The following labels could not be found: Dependencies.

@wraithgar wraithgar added the Dependencies Pull requests that update a dependency file label Mar 15, 2022
Copy link
Contributor

@nlf nlf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for context, this fixes the tests that were asserting incorrect behavior from an older version of normalize-package-data. the bug there was fixed causing these tests to fail, but the assertions after this change match expectations.

:shipit:

@wraithgar wraithgar merged commit b905443 into main Mar 15, 2022
@wraithgar wraithgar deleted the dependabot/npm_and_yarn/normalize-package-data-4.0.0 branch March 15, 2022 18:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants