Skip to content

Commit

Permalink
Update dependency np to v9 (#135)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [np](https://github.com/sindresorhus/np) | devDependencies | major | [`^8.0.0` -> `^9.0.0`](https://renovatebot.com/diffs/npm/np/8.0.4/9.2.0) |

---

### Release Notes

<details>
<summary>sindresorhus/np (np)</summary>

### [`v9.2.0`](https://github.com/sindresorhus/np/releases/tag/v9.2.0)

[Compare Source](sindresorhus/np@v9.1.0...v9.2.0)

-   Fix yarn npm publish for scoped packages  [`8d3a984`](sindresorhus/np@8d3a984)
-   Fix broken revert code after publish failure  [`819ed29`](sindresorhus/np@819ed29)

### [`v9.1.0`](https://github.com/sindresorhus/np/releases/tag/v9.1.0)

[Compare Source](sindresorhus/np@v9.0.0...v9.1.0)

-   Add Yarn Berry support ([#&#8203;723](sindresorhus/np#723))  [`0d9522b`](sindresorhus/np@0d9522b)

### [`v9.0.0`](https://github.com/sindresorhus/np/releases/tag/v9.0.0)

[Compare Source](sindresorhus/np@v8.0.4...v9.0.0)

##### Breaking

-   Require Node.js 18 and npm 9  [`6c2e00e`](sindresorhus/np@6c2e00e)

##### Improvements

-   Group unpublished files in folders ([#&#8203;716](sindresorhus/np#716))  [`c31c2bc`](sindresorhus/np@c31c2bc)
-   improve messages related to new files and dependencies ([#&#8203;702](sindresorhus/np#702))  [`ad7b09e`](sindresorhus/np@ad7b09e)

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

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjAiLCJ0YXJnZXRCcmFuY2giOiJkZXZlbG9wIn0=-->

Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/random-bunny/pulls/135
Co-authored-by: Renovate Bot <[email protected]>
Co-committed-by: Renovate Bot <[email protected]>
  • Loading branch information
Renovate Bot authored and Vylpes committed Jan 16, 2024
1 parent a9a756a commit 8c440c0
Show file tree
Hide file tree
Showing 2 changed files with 289 additions and 166 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"eslint": "^8.49.0",
"jest": "^29.7.0",
"jest-mock-extended": "^3.0.3",
"np": "^8.0.0",
"np": "^9.0.0",
"ts-jest": "^29.1.1",
"ts-mockito": "^2.6.1",
"typescript": "^5.0.0"
Expand Down
Loading

0 comments on commit 8c440c0

Please sign in to comment.