Skip to content

Commit

Permalink
chore(deps): update dependency rollup to v4.1.0 (#1132)
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 |
|---|---|---|---|---|---|
| [rollup](https://rollupjs.org/)
([source](https://togithub.com/rollup/rollup)) | [`4.0.2` ->
`4.1.0`](https://renovatebot.com/diffs/npm/rollup/4.0.2/4.1.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/rollup/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/rollup/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/rollup/4.0.2/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rollup/4.0.2/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>rollup/rollup (rollup)</summary>

###
[`v4.1.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#410)

[Compare
Source](https://togithub.com/rollup/rollup/compare/v4.0.2...v4.1.0)

*2023-10-14*

##### Features

- Reduce memory usage of Rollup builds
([#&#8203;5133](https://togithub.com/rollup/rollup/issues/5133))

##### Pull Requests

- [#&#8203;5133](https://togithub.com/rollup/rollup/pull/5133): perf:
reducing ast node memory overhead
([@&#8203;thebanjomatic](https://togithub.com/thebanjomatic))
- [#&#8203;5177](https://togithub.com/rollup/rollup/pull/5177): chore:
explicitly set rust toolchain channel
([@&#8203;cijiugechu](https://togithub.com/cijiugechu))
- [#&#8203;5179](https://togithub.com/rollup/rollup/pull/5179): Update
migration guide for Rollup 4
([@&#8203;lukastaegert](https://togithub.com/lukastaegert))
- [#&#8203;5180](https://togithub.com/rollup/rollup/pull/5180): Resolve
clippy errors ([@&#8203;cijiugechu](https://togithub.com/cijiugechu))
- [#&#8203;5183](https://togithub.com/rollup/rollup/pull/5183): Add
clippy to pipeline and fix remaining issues
([@&#8203;lukastaegert](https://togithub.com/lukastaegert))
- [#&#8203;5184](https://togithub.com/rollup/rollup/pull/5184): docs:
fix code example for `onLog`
([@&#8203;tjenkinson](https://togithub.com/tjenkinson))
- [#&#8203;5186](https://togithub.com/rollup/rollup/pull/5186): Improve
wording for native artifacts in migration guide
([@&#8203;lukastaegert](https://togithub.com/lukastaegert))
- [#&#8203;5190](https://togithub.com/rollup/rollup/pull/5190): test:
add verifyAst type ([@&#8203;TrickyPi](https://togithub.com/TrickyPi))
- [#&#8203;5196](https://togithub.com/rollup/rollup/pull/5196):
chore(deps): update dependency rollup to v4
([@&#8203;renovate](https://togithub.com/renovate)\[bot])
- [#&#8203;5197](https://togithub.com/rollup/rollup/pull/5197):
chore(deps): lock file maintenance minor/patch updates
([@&#8203;renovate](https://togithub.com/renovate)\[bot])

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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://developer.mend.io/github/iendeavor/import-meta-env).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 14, 2023
1 parent 2d27f78 commit edd4722
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion packages/unplugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@types/node": "18.18.5",
"@types/object-hash": "3.0.4",
"rollup": "4.0.2",
"rollup": "4.1.0",
"ts-node": "10.9.1",
"typescript": "5.2.2",
"vite": "4.4.11",
Expand Down
80 changes: 40 additions & 40 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 edd4722

Please sign in to comment.