Skip to content

Commit

Permalink
build(deps): update dependency rollup to v4.18.0 (#9575)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [rollup](https://rollupjs.org/)
([source](https://togithub.com/rollup/rollup)) | [`4.17.2` ->
`4.18.0`](https://renovatebot.com/diffs/npm/rollup/4.17.2/4.18.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/rollup/4.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/rollup/4.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/rollup/4.17.2/4.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rollup/4.17.2/4.18.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/rollup/rollup/compare/v4.17.2...v4.18.0)

*2024-05-22*

##### Features

- Resolve import.meta.filename and .dirname in transpiled plugins
([#&#8203;5520](https://togithub.com/rollup/rollup/issues/5520))

##### Pull Requests

- [#&#8203;5504](https://togithub.com/rollup/rollup/pull/5504): Auto
generate node index
([@&#8203;lukastaegert](https://togithub.com/lukastaegert))
- [#&#8203;5507](https://togithub.com/rollup/rollup/pull/5507):
chore(deps): lock file maintenance minor/patch updates
([@&#8203;renovate](https://togithub.com/renovate)\[bot])
- [#&#8203;5508](https://togithub.com/rollup/rollup/pull/5508):
chore(deps): lock file maintenance
([@&#8203;renovate](https://togithub.com/renovate)\[bot])
- [#&#8203;5510](https://togithub.com/rollup/rollup/pull/5510): Split up
converter.rs into AST nodes
([@&#8203;lukastaegert](https://togithub.com/lukastaegert))
- [#&#8203;5512](https://togithub.com/rollup/rollup/pull/5512):
chore(deps): update dependency builtin-modules to v4
([@&#8203;renovate](https://togithub.com/renovate)\[bot],
[@&#8203;lukastaegert](https://togithub.com/lukastaegert))
- [#&#8203;5514](https://togithub.com/rollup/rollup/pull/5514):
chore(deps): lock file maintenance minor/patch updates
([@&#8203;renovate](https://togithub.com/renovate)\[bot])
- [#&#8203;5518](https://togithub.com/rollup/rollup/pull/5518):
chore(deps): update dependency eslint-plugin-unicorn to v53
([@&#8203;renovate](https://togithub.com/renovate)\[bot],
[@&#8203;lukastaegert](https://togithub.com/lukastaegert))
- [#&#8203;5519](https://togithub.com/rollup/rollup/pull/5519):
chore(deps): lock file maintenance minor/patch updates
([@&#8203;renovate](https://togithub.com/renovate)\[bot],
[@&#8203;lukastaegert](https://togithub.com/lukastaegert))
- [#&#8203;5520](https://togithub.com/rollup/rollup/pull/5520): Resolve
import.meta.{filename,dirname} in files imported from config
([@&#8203;BPScott](https://togithub.com/BPScott))
- [#&#8203;5521](https://togithub.com/rollup/rollup/pull/5521): docs:
correct base32 to base36 in documentation
([@&#8203;highcastlee](https://togithub.com/highcastlee))

</details>

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbImNob3JlIiwiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 13, 2024
1 parent 30b936c commit f603815
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 69 deletions.
136 changes: 68 additions & 68 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rimraf": "5.0.7",
"rollup": "4.17.2",
"rollup": "4.18.0",
"semver": "7.6.2",
"shell-quote": "1.8.1",
"storybook": "8.0.9",
Expand Down

0 comments on commit f603815

Please sign in to comment.