Skip to content

Commit

Permalink
fix(deps): update dependency unpic to ^3.3.0 (#191)
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 |
|---|---|---|---|---|---|
| [unpic](https://unpic.pics/lib) ([source](https://github.com/ascorbic/unpic)) | [`^3.2.0` -> `^3.3.0`](https://renovatebot.com/diffs/npm/unpic/3.2.0/3.3.0) | [![age](https://badges.renovateapi.com/packages/npm/unpic/3.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/unpic/3.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/unpic/3.3.0/compatibility-slim/3.2.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/unpic/3.3.0/confidence-slim/3.2.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>ascorbic/unpic</summary>

### [`v3.3.0`](https://github.com/ascorbic/unpic/blob/HEAD/CHANGELOG.md#&#8203;330-httpsgithubcomascorbicunpiccomparev320v330-2023-04-22)

[Compare Source](https://github.com/ascorbic/unpic/compare/v3.2.0...v3.3.0)

##### Features

-   add support for delegated URLs ([#&#8203;47](https://github.com/ascorbic/unpic/issues/47)) ([3f29447](https://github.com/ascorbic/unpic/commit/3f294470e012d535e4aeec31c642b6202e0db177))

</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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/ascorbic/unpic-img).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS41Ny4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTcuMCJ9-->
  • Loading branch information
renovate[bot] committed Apr 22, 2023
1 parent ac45566 commit 027bc11
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"publish": "pnpm run --filter '@unpic/*' publish"
},
"dependencies": {
"unpic": "^3.2.0"
"unpic": "^3.3.0"
},
"devDependencies": {
"@testing-library/dom": "^9.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unpic/core",
"version": "0.0.19",
"version": "0.0.20",
"packageManager": "pnpm@8.2.0",
"license": "MIT",
"sideEffects": false,
Expand All @@ -21,7 +21,7 @@
"vitest": "^0.30.0"
},
"dependencies": {
"unpic": "^3.2.0"
"unpic": "^3.3.0"
},
"main": "./dist/core.js",
"module": "./dist/core.mjs",
Expand Down
12 changes: 6 additions & 6 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 027bc11

Please sign in to comment.