Skip to content

Commit

Permalink
chore(deps): update dependency unbuild to v3 (#824)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [unbuild](https://redirect.github.com/unjs/unbuild) | [`2.0.0` ->
`3.0.1`](https://renovatebot.com/diffs/npm/unbuild/2.0.0/3.0.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/unbuild/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/unbuild/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/unbuild/2.0.0/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/unbuild/2.0.0/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>unjs/unbuild (unbuild)</summary>

###
[`v3.0.1`](https://redirect.github.com/unjs/unbuild/blob/HEAD/CHANGELOG.md#v301)

[Compare
Source](https://redirect.github.com/unjs/unbuild/compare/v3.0.0...v3.0.1)

[compare
changes](https://redirect.github.com/unjs/unbuild/compare/v3.0.0...v3.0.1)

##### 🩹 Fixes

- **rollup:** De-default default export from stub
([#&#8203;455](https://redirect.github.com/unjs/unbuild/pull/455))

##### 🏡 Chore

- Update changeloge.md
([577b841](https://redirect.github.com/unjs/unbuild/commit/577b841))

##### ❤️ Contributors

-   Daniel Roe ([@&#8203;danielroe](http://github.com/danielroe))
-   Pooya Parsa ([@&#8203;pi0](http://github.com/pi0))

###
[`v3.0.0`](https://redirect.github.com/unjs/unbuild/blob/HEAD/CHANGELOG.md#v300)

[Compare
Source](https://redirect.github.com/unjs/unbuild/compare/v2.0.0...v3.0.0)

See [github release
notes](https://redirect.github.com/unjs/unbuild/releases/edit/v3.0.0).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* * * * 0,6" (UTC), 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/nuxt-modules/storybook).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNTguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 27, 2024
1 parent 3378090 commit 10af570
Show file tree
Hide file tree
Showing 3 changed files with 409 additions and 376 deletions.
2 changes: 1 addition & 1 deletion packages/nuxt-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"devDependencies": {
"@nuxt/module-builder": "0.8.4",
"vite": "6.0.3",
"unbuild": "2.0.0"
"unbuild": "3.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/storybook-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@vitejs/plugin-vue-jsx": "4.1.1",
"changelogen": "0.5.7",
"typescript": "5.7.2",
"unbuild": "2.0.0",
"unbuild": "3.0.1",
"nuxt": "3.14.1592",
"vue": "3.5.13"
},
Expand Down
Loading

0 comments on commit 10af570

Please sign in to comment.