Skip to content

Commit

Permalink
chore(deps): update dependency rollup to v4.19.0 (#11003)
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.18.1` ->
`4.19.0`](https://renovatebot.com/diffs/npm/rollup/4.18.1/4.19.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/rollup/4.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/rollup/4.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/rollup/4.18.1/4.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rollup/4.18.1/4.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/rollup/rollup/compare/v4.18.1...v4.19.0)

*2024-07-20*

##### Features

- Implement support for decorators
([#&#8203;5562](https://togithub.com/rollup/rollup/issues/5562))

##### Bug Fixes

- Improve soucemap generation when tree-shaking logical expressions
([#&#8203;5581](https://togithub.com/rollup/rollup/issues/5581))

##### Pull Requests

- [#&#8203;5562](https://togithub.com/rollup/rollup/pull/5562): feat:
implementing decorator support
([@&#8203;TrickyPi](https://togithub.com/TrickyPi),
[@&#8203;lukastaegert](https://togithub.com/lukastaegert))
- [#&#8203;5570](https://togithub.com/rollup/rollup/pull/5570):
refactor(finalisers): condition branch
([@&#8203;Simon-He95](https://togithub.com/Simon-He95),
[@&#8203;zhangmo8](https://togithub.com/zhangmo8))
- [#&#8203;5572](https://togithub.com/rollup/rollup/pull/5572): Improve
chunk and asset type information in docs
([@&#8203;lukastaegert](https://togithub.com/lukastaegert))
- [#&#8203;5573](https://togithub.com/rollup/rollup/pull/5573): Switch
to audit resolver to ignore requirejs vulnerability
([@&#8203;lukastaegert](https://togithub.com/lukastaegert))
- [#&#8203;5575](https://togithub.com/rollup/rollup/pull/5575):
chore(deps): update dependency inquirer to v10
([@&#8203;renovate](https://togithub.com/renovate)\[bot],
[@&#8203;lukastaegert](https://togithub.com/lukastaegert))
- [#&#8203;5576](https://togithub.com/rollup/rollup/pull/5576):
chore(deps): lock file maintenance minor/patch updates
([@&#8203;renovate](https://togithub.com/renovate)\[bot],
[@&#8203;lukastaegert](https://togithub.com/lukastaegert))
- [#&#8203;5580](https://togithub.com/rollup/rollup/pull/5580):
chore(deps): lock file maintenance minor/patch updates
([@&#8203;renovate](https://togithub.com/renovate)\[bot],
[@&#8203;lukastaegert](https://togithub.com/lukastaegert))
- [#&#8203;5581](https://togithub.com/rollup/rollup/pull/5581): When
tree-shaking logical expression, make sure to remove all trailing
white-space. ([@&#8203;lukastaegert](https://togithub.com/lukastaegert))

</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/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 20, 2024
1 parent 38f452f commit 1ec9618
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 71 deletions.
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"concurrently": "8.2.2",
"glob": "10.3.15",
"publint": "0.2.9",
"rollup": "4.18.1",
"rollup": "4.19.0",
"tsx": "4.16.2",
"typescript": "5.4.5",
"vitest": "1.6.0"
Expand Down
140 changes: 70 additions & 70 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8692,7 +8692,7 @@ __metadata:
publint: "npm:0.2.9"
react: "npm:19.0.0-beta-04b058868c-20240508"
react-server-dom-webpack: "npm:19.0.0-beta-04b058868c-20240508"
rollup: "npm:4.18.1"
rollup: "npm:4.19.0"
tsx: "npm:4.16.2"
typescript: "npm:5.4.5"
vite: "npm:5.3.4"
Expand Down Expand Up @@ -8839,114 +8839,114 @@ __metadata:
languageName: node
linkType: hard

"@rollup/rollup-android-arm-eabi@npm:4.18.1":
version: 4.18.1
resolution: "@rollup/rollup-android-arm-eabi@npm:4.18.1"
"@rollup/rollup-android-arm-eabi@npm:4.19.0":
version: 4.19.0
resolution: "@rollup/rollup-android-arm-eabi@npm:4.19.0"
conditions: os=android & cpu=arm
languageName: node
linkType: hard

"@rollup/rollup-android-arm64@npm:4.18.1":
version: 4.18.1
resolution: "@rollup/rollup-android-arm64@npm:4.18.1"
"@rollup/rollup-android-arm64@npm:4.19.0":
version: 4.19.0
resolution: "@rollup/rollup-android-arm64@npm:4.19.0"
conditions: os=android & cpu=arm64
languageName: node
linkType: hard

"@rollup/rollup-darwin-arm64@npm:4.18.1":
version: 4.18.1
resolution: "@rollup/rollup-darwin-arm64@npm:4.18.1"
"@rollup/rollup-darwin-arm64@npm:4.19.0":
version: 4.19.0
resolution: "@rollup/rollup-darwin-arm64@npm:4.19.0"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard

"@rollup/rollup-darwin-x64@npm:4.18.1":
version: 4.18.1
resolution: "@rollup/rollup-darwin-x64@npm:4.18.1"
"@rollup/rollup-darwin-x64@npm:4.19.0":
version: 4.19.0
resolution: "@rollup/rollup-darwin-x64@npm:4.19.0"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard

"@rollup/rollup-linux-arm-gnueabihf@npm:4.18.1":
version: 4.18.1
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.18.1"
"@rollup/rollup-linux-arm-gnueabihf@npm:4.19.0":
version: 4.19.0
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.19.0"
conditions: os=linux & cpu=arm & libc=glibc
languageName: node
linkType: hard

"@rollup/rollup-linux-arm-musleabihf@npm:4.18.1":
version: 4.18.1
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.18.1"
"@rollup/rollup-linux-arm-musleabihf@npm:4.19.0":
version: 4.19.0
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.19.0"
conditions: os=linux & cpu=arm & libc=musl
languageName: node
linkType: hard

"@rollup/rollup-linux-arm64-gnu@npm:4.18.1":
version: 4.18.1
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.18.1"
"@rollup/rollup-linux-arm64-gnu@npm:4.19.0":
version: 4.19.0
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.19.0"
conditions: os=linux & cpu=arm64 & libc=glibc
languageName: node
linkType: hard

"@rollup/rollup-linux-arm64-musl@npm:4.18.1":
version: 4.18.1
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.18.1"
"@rollup/rollup-linux-arm64-musl@npm:4.19.0":
version: 4.19.0
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.19.0"
conditions: os=linux & cpu=arm64 & libc=musl
languageName: node
linkType: hard

"@rollup/rollup-linux-powerpc64le-gnu@npm:4.18.1":
version: 4.18.1
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.18.1"
"@rollup/rollup-linux-powerpc64le-gnu@npm:4.19.0":
version: 4.19.0
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.19.0"
conditions: os=linux & cpu=ppc64 & libc=glibc
languageName: node
linkType: hard

"@rollup/rollup-linux-riscv64-gnu@npm:4.18.1":
version: 4.18.1
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.18.1"
"@rollup/rollup-linux-riscv64-gnu@npm:4.19.0":
version: 4.19.0
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.19.0"
conditions: os=linux & cpu=riscv64 & libc=glibc
languageName: node
linkType: hard

"@rollup/rollup-linux-s390x-gnu@npm:4.18.1":
version: 4.18.1
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.18.1"
"@rollup/rollup-linux-s390x-gnu@npm:4.19.0":
version: 4.19.0
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.19.0"
conditions: os=linux & cpu=s390x & libc=glibc
languageName: node
linkType: hard

"@rollup/rollup-linux-x64-gnu@npm:4.18.1":
version: 4.18.1
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.18.1"
"@rollup/rollup-linux-x64-gnu@npm:4.19.0":
version: 4.19.0
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.19.0"
conditions: os=linux & cpu=x64 & libc=glibc
languageName: node
linkType: hard

"@rollup/rollup-linux-x64-musl@npm:4.18.1":
version: 4.18.1
resolution: "@rollup/rollup-linux-x64-musl@npm:4.18.1"
"@rollup/rollup-linux-x64-musl@npm:4.19.0":
version: 4.19.0
resolution: "@rollup/rollup-linux-x64-musl@npm:4.19.0"
conditions: os=linux & cpu=x64 & libc=musl
languageName: node
linkType: hard

"@rollup/rollup-win32-arm64-msvc@npm:4.18.1":
version: 4.18.1
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.18.1"
"@rollup/rollup-win32-arm64-msvc@npm:4.19.0":
version: 4.19.0
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.19.0"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard

"@rollup/rollup-win32-ia32-msvc@npm:4.18.1":
version: 4.18.1
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.18.1"
"@rollup/rollup-win32-ia32-msvc@npm:4.19.0":
version: 4.19.0
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.19.0"
conditions: os=win32 & cpu=ia32
languageName: node
linkType: hard

"@rollup/rollup-win32-x64-msvc@npm:4.18.1":
version: 4.18.1
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.18.1"
"@rollup/rollup-win32-x64-msvc@npm:4.19.0":
version: 4.19.0
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.19.0"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard
Expand Down Expand Up @@ -26661,26 +26661,26 @@ __metadata:
languageName: node
linkType: hard

"rollup@npm:4.18.1, rollup@npm:^4.13.0":
version: 4.18.1
resolution: "rollup@npm:4.18.1"
dependencies:
"@rollup/rollup-android-arm-eabi": "npm:4.18.1"
"@rollup/rollup-android-arm64": "npm:4.18.1"
"@rollup/rollup-darwin-arm64": "npm:4.18.1"
"@rollup/rollup-darwin-x64": "npm:4.18.1"
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.18.1"
"@rollup/rollup-linux-arm-musleabihf": "npm:4.18.1"
"@rollup/rollup-linux-arm64-gnu": "npm:4.18.1"
"@rollup/rollup-linux-arm64-musl": "npm:4.18.1"
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.18.1"
"@rollup/rollup-linux-riscv64-gnu": "npm:4.18.1"
"@rollup/rollup-linux-s390x-gnu": "npm:4.18.1"
"@rollup/rollup-linux-x64-gnu": "npm:4.18.1"
"@rollup/rollup-linux-x64-musl": "npm:4.18.1"
"@rollup/rollup-win32-arm64-msvc": "npm:4.18.1"
"@rollup/rollup-win32-ia32-msvc": "npm:4.18.1"
"@rollup/rollup-win32-x64-msvc": "npm:4.18.1"
"rollup@npm:4.19.0, rollup@npm:^4.13.0":
version: 4.19.0
resolution: "rollup@npm:4.19.0"
dependencies:
"@rollup/rollup-android-arm-eabi": "npm:4.19.0"
"@rollup/rollup-android-arm64": "npm:4.19.0"
"@rollup/rollup-darwin-arm64": "npm:4.19.0"
"@rollup/rollup-darwin-x64": "npm:4.19.0"
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.19.0"
"@rollup/rollup-linux-arm-musleabihf": "npm:4.19.0"
"@rollup/rollup-linux-arm64-gnu": "npm:4.19.0"
"@rollup/rollup-linux-arm64-musl": "npm:4.19.0"
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.19.0"
"@rollup/rollup-linux-riscv64-gnu": "npm:4.19.0"
"@rollup/rollup-linux-s390x-gnu": "npm:4.19.0"
"@rollup/rollup-linux-x64-gnu": "npm:4.19.0"
"@rollup/rollup-linux-x64-musl": "npm:4.19.0"
"@rollup/rollup-win32-arm64-msvc": "npm:4.19.0"
"@rollup/rollup-win32-ia32-msvc": "npm:4.19.0"
"@rollup/rollup-win32-x64-msvc": "npm:4.19.0"
"@types/estree": "npm:1.0.5"
fsevents: "npm:~2.3.2"
dependenciesMeta:
Expand Down Expand Up @@ -26720,7 +26720,7 @@ __metadata:
optional: true
bin:
rollup: dist/bin/rollup
checksum: 10c0/c3c73252fd9f1d39eaeb44aa860141d9daf10d6eada73791a0ef453d38fe8f2c2dfef103ac1f387ed192dd5a2994534f91c026eed9ba1cfb50f5781f48c1f44f
checksum: 10c0/1c656853895f6c7d55492db4661c79d37a3046cff465f4924ac5f053b0f80a079e36f901b154dbe819d9e94dcd83e90e51c7f95e7158bef1a07ceb60df736285
languageName: node
linkType: hard

Expand Down

0 comments on commit 1ec9618

Please sign in to comment.