Skip to content

Commit

Permalink
Update dependency validate-npm-package-name to v5 (#423)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [validate-npm-package-name](https://togithub.com/npm/validate-npm-package-name) | [`3.0.0` -> `5.0.0`](https://renovatebot.com/diffs/npm/validate-npm-package-name/3.0.0/5.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/validate-npm-package-name/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/validate-npm-package-name/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/validate-npm-package-name/3.0.0/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/validate-npm-package-name/3.0.0/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>npm/validate-npm-package-name (validate-npm-package-name)</summary>

### [`v5.0.0`](https://togithub.com/npm/validate-npm-package-name/blob/HEAD/CHANGELOG.md#500-2022-10-10)

[Compare Source](https://togithub.com/npm/validate-npm-package-name/compare/v4.0.0...v5.0.0)

##### ⚠️ BREAKING CHANGES

-   `validate-npm-package-name` is now compatible with the following semver range for node: `^14.17.0 || ^16.13.0 || >=18.0.0`

##### Features

-   [`f0983ef`](https://togithub.com/npm/validate-npm-package-name/commit/f0983ef00924709c6c8bb86dd8d1765da154b2b2) [#&#8203;50](https://togithub.com/npm/validate-npm-package-name/pull/50) postinstall for dependabot template-oss PR ([@&#8203;lukekarrys](https://togithub.com/lukekarrys))

### [`v4.0.0`](https://togithub.com/npm/validate-npm-package-name/blob/HEAD/CHANGELOG.md#400-2022-03-29)

[Compare Source](https://togithub.com/npm/validate-npm-package-name/compare/v3.0.0...v4.0.0)

##### ⚠ BREAKING CHANGES

-   scopedPackagePattern is no longer exported from this module.
-   This drops support for node 10 and non-LTS versions of node 12 and node 14

##### Features

-   add changelog ([d23c813](https://togithub.com/npm/validate-npm-package-name/commit/d23c8137dbe71adb60c69c705e79e18be3bc4c9c))

##### Bug Fixes

-   remove validate.scopedPackagePattern ([#&#8203;42](https://togithub.com/npm/validate-npm-package-name/issues/42)) ([1943cc6](https://togithub.com/npm/validate-npm-package-name/commit/1943cc6e759cc202782ac77a1d30980e0e26b0da))

##### Documentation

-   Move invalid example to the right section ([#&#8203;18](https://togithub.com/npm/validate-npm-package-name/issues/18)) ([9ee8d54](https://togithub.com/npm/validate-npm-package-name/commit/9ee8d54e28204b762f11451cf01207a3dc6be679))
-   update misleading naming rule ([#&#8203;27](https://togithub.com/npm/validate-npm-package-name/issues/27)) ([3c65535](https://togithub.com/npm/validate-npm-package-name/commit/3c655357259e07e34fea4396767e72d73a0231c9))

##### Dependencies

-   [@&#8203;npmcli/template-oss](https://togithub.com/npmcli/template-oss)[@&#8203;3](https://togithub.com/3).2.1 ([#&#8203;39](https://togithub.com/npm/validate-npm-package-name/issues/39)) ([b456a01](https://togithub.com/npm/validate-npm-package-name/commit/b456a012ab38c8c78a98bd476f2aa444b66e2179))
-   bump builtins from 1.0.3 to 5.0.0 ([#&#8203;41](https://togithub.com/npm/validate-npm-package-name/issues/41)) ([2c6129e](https://togithub.com/npm/validate-npm-package-name/commit/2c6129ee9243d07241cc0e2bf64e81c0037b7ba6))

</details>

---

### 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](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs).
  • Loading branch information
renovate[bot] authored Oct 16, 2023
1 parent fb750cb commit 3ae655e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/create-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"prompts": "2.4.2",
"tar": "6.2.0",
"update-check": "1.5.4",
"validate-npm-package-name": "3.0.0"
"validate-npm-package-name": "5.0.0"
},
"engines": {
"node": ">=16.8.0"
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3ae655e

Please sign in to comment.