Skip to content

Commit

Permalink
Update dependency anser to v2 (#298)
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 |
|---|---|---|---|---|---|
| [anser](https://togithub.com/IonicaBizau/anser) | [`1.4.10` -> `2.1.1`](https://renovatebot.com/diffs/npm/anser/1.4.10/2.1.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/anser/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/anser/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/anser/1.4.10/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/anser/1.4.10/2.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>IonicaBizau/anser (anser)</summary>

### [`v2.1.1`](https://togithub.com/IonicaBizau/anser/releases/tag/2.1.1)

[Compare Source](https://togithub.com/IonicaBizau/anser/compare/2.1.0...2.1.1)

Fix quote escaping in escapeForHtml. Thanks [@&#8203;matias-la](https://togithub.com/matias-la)! 🍰

### [`v2.1.0`](https://togithub.com/IonicaBizau/anser/releases/tag/2.1.0)

[Compare Source](https://togithub.com/IonicaBizau/anser/compare/2.0.2...2.1.0)

Add several widely used style codes

### [`v2.0.2`](https://togithub.com/IonicaBizau/anser/releases/tag/2.0.2)

[Compare Source](https://togithub.com/IonicaBizau/anser/compare/2.0.1...2.0.2)

Fix the TypeScript definitions library structure -- thanks [@&#8203;Methuselah96](https://togithub.com/Methuselah96)! 🍰

### [`v2.0.1`](https://togithub.com/IonicaBizau/anser/releases/tag/2.0.1)

[Compare Source](https://togithub.com/IonicaBizau/anser/compare/2.0.0...2.0.1)

fix typescript typings /cc [#&#8203;60](https://togithub.com/IonicaBizau/anser/issues/60), thanks [@&#8203;RDIL](https://togithub.com/RDIL)! 🍰

### [`v2.0.0`](https://togithub.com/IonicaBizau/anser/releases/tag/2.0.0)

[Compare Source](https://togithub.com/IonicaBizau/anser/compare/1.4.10...2.0.0)

**Multiple decorations** 🎨 Thanks [@&#8203;ktunkiewicz](https://togithub.com/ktunkiewicz)! 🍰 For more details see [#&#8203;56](https://togithub.com/IonicaBizau/anser/issues/56).

</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 these updates 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 8, 2023
1 parent 3b0cb3c commit b8b4cd8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
"acorn": "8.10.0",
"ajv": "8.12.0",
"amphtml-validator": "1.0.35",
"anser": "1.4.10",
"anser": "2.1.1",
"arg": "4.1.3",
"assert": "2.1.0",
"async-retry": "1.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dev-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@babel/code-frame": "7.22.13",
"@types/babel__code-frame": "7.0.4",
"anser": "1.4.10",
"anser": "2.1.1",
"chalk": "4.1.2",
"css.escape": "1.5.1",
"data-uri-to-buffer": "3.0.1",
Expand Down
12 changes: 4 additions & 8 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 b8b4cd8

Please sign in to comment.