Skip to content

Commit

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

---

### Release Notes

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

###
[`v4.28.0`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4280)

[Compare
Source](https://redirect.github.com/rollup/rollup/compare/v4.27.4...v4.28.0)

*2024-11-30*

##### Features

- Allow to specify how to handle import attributes when transpiling
Rollup config files
([#&#8203;5743](https://redirect.github.com/rollup/rollup/issues/5743))

##### Pull Requests

- [#&#8203;5743](https://redirect.github.com/rollup/rollup/pull/5743):
fix: supports modify the import attributes key in the config file
([@&#8203;TrickyPi](https://redirect.github.com/TrickyPi),
[@&#8203;lukastaegert](https://redirect.github.com/lukastaegert))
- [#&#8203;5747](https://redirect.github.com/rollup/rollup/pull/5747):
chore(deps): update codecov/codecov-action action to v5
([@&#8203;renovate](https://redirect.github.com/renovate)\[bot])
- [#&#8203;5748](https://redirect.github.com/rollup/rollup/pull/5748):
chore(deps): lock file maintenance minor/patch updates
([@&#8203;renovate](https://redirect.github.com/renovate)\[bot])

###
[`v4.27.4`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4274)

[Compare
Source](https://redirect.github.com/rollup/rollup/compare/v4.27.3...v4.27.4)

*2024-11-23*

##### Bug Fixes

- Update bundled magic-string to support sourcemap debug ids
([#&#8203;5740](https://redirect.github.com/rollup/rollup/issues/5740))

##### Pull Requests

- [#&#8203;5740](https://redirect.github.com/rollup/rollup/pull/5740):
chore(deps): lock file maintenance minor/patch updates
([@&#8203;renovate](https://redirect.github.com/renovate)\[bot])

###
[`v4.27.3`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4273)

[Compare
Source](https://redirect.github.com/rollup/rollup/compare/v4.27.2...v4.27.3)

*2024-11-18*

##### Bug Fixes

- Revert object property tree-shaking for now
([#&#8203;5736](https://redirect.github.com/rollup/rollup/issues/5736))

##### Pull Requests

- [#&#8203;5736](https://redirect.github.com/rollup/rollup/pull/5736):
Revert object tree-shaking until some issues have been resolved
([@&#8203;lukastaegert](https://redirect.github.com/lukastaegert))

###
[`v4.27.2`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4272)

[Compare
Source](https://redirect.github.com/rollup/rollup/compare/v4.27.1...v4.27.2)

*2024-11-15*

##### Bug Fixes

- Ensure unused variables in patterns are always deconflicted if
rendered
([#&#8203;5728](https://redirect.github.com/rollup/rollup/issues/5728))

##### Pull Requests

- [#&#8203;5728](https://redirect.github.com/rollup/rollup/pull/5728):
Fix more variable deconflicting issues
([@&#8203;lukastaegert](https://redirect.github.com/lukastaegert))

###
[`v4.27.1`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4271)

[Compare
Source](https://redirect.github.com/rollup/rollup/compare/v4.27.0...v4.27.1)

*2024-11-15*

##### Bug Fixes

- Fix some situations where parameter declarations could put Rollup into
an infinite loop
([#&#8203;5727](https://redirect.github.com/rollup/rollup/issues/5727))

##### Pull Requests

- [#&#8203;5727](https://redirect.github.com/rollup/rollup/pull/5727):
Debug out-of-memory issues with Rollup v4.27.0
([@&#8203;lukastaegert](https://redirect.github.com/lukastaegert))

###
[`v4.27.0`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4270)

[Compare
Source](https://redirect.github.com/rollup/rollup/compare/v4.26.0...v4.27.0)

*2024-11-15*

##### Features

- Tree-shake unused properties in object literals
([#&#8203;5420](https://redirect.github.com/rollup/rollup/issues/5420))

##### Bug Fixes

- Change hash length limit to 21 to avoid inconsistent hash length
([#&#8203;5423](https://redirect.github.com/rollup/rollup/issues/5423))

##### Pull Requests

- [#&#8203;5420](https://redirect.github.com/rollup/rollup/pull/5420):
feat: implement object tree-shaking
([@&#8203;TrickyPi](https://redirect.github.com/TrickyPi),
[@&#8203;lukastaegert](https://redirect.github.com/lukastaegert))
- [#&#8203;5723](https://redirect.github.com/rollup/rollup/pull/5723):
Reduce max hash size to 21
([@&#8203;lukastaegert](https://redirect.github.com/lukastaegert))
- [#&#8203;5724](https://redirect.github.com/rollup/rollup/pull/5724):
fix(deps): update swc monorepo (major)
([@&#8203;renovate](https://redirect.github.com/renovate)\[bot])
- [#&#8203;5725](https://redirect.github.com/rollup/rollup/pull/5725):
chore(deps): lock file maintenance minor/patch updates
([@&#8203;renovate](https://redirect.github.com/renovate)\[bot])

###
[`v4.26.0`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4260)

[Compare
Source](https://redirect.github.com/rollup/rollup/compare/v4.25.0...v4.26.0)

*2024-11-13*

##### Features

- Allow to avoid `await bundle.close()` via explicit resource management
in TypeScript
([#&#8203;5721](https://redirect.github.com/rollup/rollup/issues/5721))

##### Pull Requests

- [#&#8203;5721](https://redirect.github.com/rollup/rollup/pull/5721):
feat: support `using` for `RollupBuild`
([@&#8203;shulaoda](https://redirect.github.com/shulaoda))

###
[`v4.25.0`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4250)

[Compare
Source](https://redirect.github.com/rollup/rollup/compare/v4.24.4...v4.25.0)

*2024-11-09*

##### Features

- Add `output.sourcemapDebugIds` option to add matching debug ids to
sourcemaps and code for tools like Sentry or Rollbar
([#&#8203;5712](https://redirect.github.com/rollup/rollup/issues/5712))

##### Bug Fixes

- Make it easier to manually reproduce base16 hashes by using a more
standard base16 conversion algorithm
([#&#8203;5719](https://redirect.github.com/rollup/rollup/issues/5719))

##### Pull Requests

- [#&#8203;5712](https://redirect.github.com/rollup/rollup/pull/5712):
feat: Add support for injecting Debug IDs
([@&#8203;timfish](https://redirect.github.com/timfish))
- [#&#8203;5717](https://redirect.github.com/rollup/rollup/pull/5717):
fix(deps): update swc monorepo (major)
([@&#8203;renovate](https://redirect.github.com/renovate)\[bot])
- [#&#8203;5718](https://redirect.github.com/rollup/rollup/pull/5718):
chore(deps): lock file maintenance minor/patch updates
([@&#8203;renovate](https://redirect.github.com/renovate)\[bot])
- [#&#8203;5719](https://redirect.github.com/rollup/rollup/pull/5719):
Use a less surprising base-16 encoding
([@&#8203;lukastaegert](https://redirect.github.com/lukastaegert))

###
[`v4.24.4`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4244)

[Compare
Source](https://redirect.github.com/rollup/rollup/compare/v4.24.3...v4.24.4)

*2024-11-04*

##### Bug Fixes

- Ensure mutations by handlers in Proxy definitions are always respected
when tree-shaking
([#&#8203;5713](https://redirect.github.com/rollup/rollup/issues/5713))

##### Pull Requests

- [#&#8203;5708](https://redirect.github.com/rollup/rollup/pull/5708):
Update configuration-options document
([@&#8203;sacru2red](https://redirect.github.com/sacru2red),
[@&#8203;lukastaegert](https://redirect.github.com/lukastaegert))
- [#&#8203;5711](https://redirect.github.com/rollup/rollup/pull/5711):
chore(deps): lock file maintenance minor/patch updates
([@&#8203;renovate](https://redirect.github.com/renovate)\[bot])
- [#&#8203;5713](https://redirect.github.com/rollup/rollup/pull/5713):
fix: Deoptimize the proxied object if its property is reassigned in the
handler functions
([@&#8203;TrickyPi](https://redirect.github.com/TrickyPi))

###
[`v4.24.3`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4243)

[Compare
Source](https://redirect.github.com/rollup/rollup/compare/v4.24.2...v4.24.3)

*2024-10-29*

##### Bug Fixes

- Slightly reduce memory consumption by specifying fixed array sizes
where possible
([#&#8203;5703](https://redirect.github.com/rollup/rollup/issues/5703))

##### Pull Requests

- [#&#8203;5703](https://redirect.github.com/rollup/rollup/pull/5703):
perf: use pre-allocated arrays for known result sizes
([@&#8203;GalacticHypernova](https://redirect.github.com/GalacticHypernova))

###
[`v4.24.2`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4242)

[Compare
Source](https://redirect.github.com/rollup/rollup/compare/v4.24.1...v4.24.2)

*2024-10-27*

##### Bug Fixes

- Add missing build dependency
([#&#8203;5705](https://redirect.github.com/rollup/rollup/issues/5705))

##### Pull Requests

- [#&#8203;5705](https://redirect.github.com/rollup/rollup/pull/5705):
Fix "Couldn't find package" error when installing rollup using yarn
([@&#8203;tagattie](https://redirect.github.com/tagattie))

###
[`v4.24.1`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4241)

[Compare
Source](https://redirect.github.com/rollup/rollup/compare/v4.24.0...v4.24.1)

*2024-10-27*

##### Bug Fixes

- Support running Rollup natively on FreeBSD
([#&#8203;5698](https://redirect.github.com/rollup/rollup/issues/5698))

##### Pull Requests

- [#&#8203;5689](https://redirect.github.com/rollup/rollup/pull/5689):
chore(deps): lock file maintenance minor/patch updates
([@&#8203;renovate](https://redirect.github.com/renovate)\[bot])
- [#&#8203;5690](https://redirect.github.com/rollup/rollup/pull/5690):
chore(deps): update dependency
[@&#8203;inquirer/prompts](https://redirect.github.com/inquirer/prompts)
to v7 ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot])
- [#&#8203;5691](https://redirect.github.com/rollup/rollup/pull/5691):
chore(deps): update dependency eslint-plugin-unicorn to v56
([@&#8203;renovate](https://redirect.github.com/renovate)\[bot])
- [#&#8203;5692](https://redirect.github.com/rollup/rollup/pull/5692):
chore(deps): lock file maintenance minor/patch updates
([@&#8203;renovate](https://redirect.github.com/renovate)\[bot],
[@&#8203;lukastaegert](https://redirect.github.com/lukastaegert))
- [#&#8203;5695](https://redirect.github.com/rollup/rollup/pull/5695):
fix(deps): update swc monorepo (major)
([@&#8203;renovate](https://redirect.github.com/renovate)\[bot])
- [#&#8203;5696](https://redirect.github.com/rollup/rollup/pull/5696):
chore(deps): lock file maintenance minor/patch updates
([@&#8203;renovate](https://redirect.github.com/renovate)\[bot])
- [#&#8203;5698](https://redirect.github.com/rollup/rollup/pull/5698):
Add support for FreeBSD (x64 and arm64)
([@&#8203;tagattie](https://redirect.github.com/tagattie),
[@&#8203;lukastaegert](https://redirect.github.com/lukastaegert))

###
[`v4.24.0`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4240)

[Compare
Source](https://redirect.github.com/rollup/rollup/compare/v4.23.0...v4.24.0)

*2024-10-02*

##### Features

- Support preserving and transpiling JSX syntax
([#&#8203;5668](https://redirect.github.com/rollup/rollup/issues/5668))

##### Pull Requests

- [#&#8203;5668](https://redirect.github.com/rollup/rollup/pull/5668):
Introduce JSX support
([@&#8203;lukastaegert](https://redirect.github.com/lukastaegert),
[@&#8203;Martin-Idel](https://redirect.github.com/Martin-Idel),
[@&#8203;felixhuttmann](https://redirect.github.com/felixhuttmann),
[@&#8203;AlexDroll](https://redirect.github.com/AlexDroll),
[@&#8203;tiptr](https://redirect.github.com/tiptr))

###
[`v4.23.0`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4230)

[Compare
Source](https://redirect.github.com/rollup/rollup/compare/v4.22.5...v4.23.0)

*2024-10-01*

##### Features

- Collect all emitted names and originalFileNames for assets
([#&#8203;5686](https://redirect.github.com/rollup/rollup/issues/5686))

##### Pull Requests

- [#&#8203;5686](https://redirect.github.com/rollup/rollup/pull/5686):
Add names and originalFileNames to assets
([@&#8203;lukastaegert](https://redirect.github.com/lukastaegert))

###
[`v4.22.5`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4225)

[Compare
Source](https://redirect.github.com/rollup/rollup/compare/v4.22.4...v4.22.5)

*2024-09-27*

##### Bug Fixes

- Allow parsing of certain unicode characters again
([#&#8203;5674](https://redirect.github.com/rollup/rollup/issues/5674))

##### Pull Requests

- [#&#8203;5674](https://redirect.github.com/rollup/rollup/pull/5674):
Fix panic with unicode characters
([@&#8203;sapphi-red](https://redirect.github.com/sapphi-red),
[@&#8203;lukastaegert](https://redirect.github.com/lukastaegert))
- [#&#8203;5675](https://redirect.github.com/rollup/rollup/pull/5675):
chore(deps): update dependency rollup to v4.22.4 \[security]
([@&#8203;renovate](https://redirect.github.com/renovate)\[bot])
- [#&#8203;5680](https://redirect.github.com/rollup/rollup/pull/5680):
chore(deps): update dependency
[@&#8203;rollup/plugin-commonjs](https://redirect.github.com/rollup/plugin-commonjs)
to v28 ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot],
[@&#8203;lukastaegert](https://redirect.github.com/lukastaegert))
- [#&#8203;5681](https://redirect.github.com/rollup/rollup/pull/5681):
chore(deps): update dependency
[@&#8203;rollup/plugin-replace](https://redirect.github.com/rollup/plugin-replace)
to v6 ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot])
- [#&#8203;5682](https://redirect.github.com/rollup/rollup/pull/5682):
chore(deps): update dependency
[@&#8203;rollup/plugin-typescript](https://redirect.github.com/rollup/plugin-typescript)
to v12 ([@&#8203;renovate](https://redirect.github.com/renovate)\[bot])
- [#&#8203;5684](https://redirect.github.com/rollup/rollup/pull/5684):
chore(deps): lock file maintenance minor/patch updates
([@&#8203;renovate](https://redirect.github.com/renovate)\[bot])

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* 10-19 1-7 * MON" in timezone
Asia/Seoul, 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/channel-io/bezier-react).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent adb4d27 commit b457ac4
Showing 1 changed file with 97 additions and 70 deletions.
167 changes: 97 additions & 70 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5519,114 +5519,128 @@ __metadata:
languageName: node
linkType: hard

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

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

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

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

"@rollup/rollup-linux-arm-gnueabihf@npm:4.22.4":
version: 4.22.4
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.22.4"
"@rollup/rollup-freebsd-arm64@npm:4.28.0":
version: 4.28.0
resolution: "@rollup/rollup-freebsd-arm64@npm:4.28.0"
conditions: os=freebsd & cpu=arm64
languageName: node
linkType: hard

"@rollup/rollup-freebsd-x64@npm:4.28.0":
version: 4.28.0
resolution: "@rollup/rollup-freebsd-x64@npm:4.28.0"
conditions: os=freebsd & cpu=x64
languageName: node
linkType: hard

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

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

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

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

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

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

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

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

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

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

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

"@rollup/rollup-win32-x64-msvc@npm:4.22.4":
version: 4.22.4
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.22.4"
"@rollup/rollup-win32-x64-msvc@npm:4.28.0":
version: 4.28.0
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.28.0"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard
Expand Down Expand Up @@ -6711,13 +6725,20 @@ __metadata:
languageName: node
linkType: hard

"@types/estree@npm:*, @types/estree@npm:1.0.5, @types/estree@npm:^1.0.0, @types/estree@npm:^1.0.5":
"@types/estree@npm:*, @types/estree@npm:^1.0.0, @types/estree@npm:^1.0.5":
version: 1.0.5
resolution: "@types/estree@npm:1.0.5"
checksum: 10/7de6d928dd4010b0e20c6919e1a6c27b61f8d4567befa89252055fad503d587ecb9a1e3eab1b1901f923964d7019796db810b7fd6430acb26c32866d126fd408
languageName: node
linkType: hard

"@types/estree@npm:1.0.6":
version: 1.0.6
resolution: "@types/estree@npm:1.0.6"
checksum: 10/9d35d475095199c23e05b431bcdd1f6fec7380612aed068b14b2a08aa70494de8a9026765a5a91b1073f636fb0368f6d8973f518a31391d519e20c59388ed88d
languageName: node
linkType: hard

"@types/estree@npm:^0.0.51":
version: 0.0.51
resolution: "@types/estree@npm:0.0.51"
Expand Down Expand Up @@ -18204,26 +18225,28 @@ __metadata:
linkType: hard

"rollup@npm:^4.11.0":
version: 4.22.4
resolution: "rollup@npm:4.22.4"
dependencies:
"@rollup/rollup-android-arm-eabi": "npm:4.22.4"
"@rollup/rollup-android-arm64": "npm:4.22.4"
"@rollup/rollup-darwin-arm64": "npm:4.22.4"
"@rollup/rollup-darwin-x64": "npm:4.22.4"
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.22.4"
"@rollup/rollup-linux-arm-musleabihf": "npm:4.22.4"
"@rollup/rollup-linux-arm64-gnu": "npm:4.22.4"
"@rollup/rollup-linux-arm64-musl": "npm:4.22.4"
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.22.4"
"@rollup/rollup-linux-riscv64-gnu": "npm:4.22.4"
"@rollup/rollup-linux-s390x-gnu": "npm:4.22.4"
"@rollup/rollup-linux-x64-gnu": "npm:4.22.4"
"@rollup/rollup-linux-x64-musl": "npm:4.22.4"
"@rollup/rollup-win32-arm64-msvc": "npm:4.22.4"
"@rollup/rollup-win32-ia32-msvc": "npm:4.22.4"
"@rollup/rollup-win32-x64-msvc": "npm:4.22.4"
"@types/estree": "npm:1.0.5"
version: 4.28.0
resolution: "rollup@npm:4.28.0"
dependencies:
"@rollup/rollup-android-arm-eabi": "npm:4.28.0"
"@rollup/rollup-android-arm64": "npm:4.28.0"
"@rollup/rollup-darwin-arm64": "npm:4.28.0"
"@rollup/rollup-darwin-x64": "npm:4.28.0"
"@rollup/rollup-freebsd-arm64": "npm:4.28.0"
"@rollup/rollup-freebsd-x64": "npm:4.28.0"
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.28.0"
"@rollup/rollup-linux-arm-musleabihf": "npm:4.28.0"
"@rollup/rollup-linux-arm64-gnu": "npm:4.28.0"
"@rollup/rollup-linux-arm64-musl": "npm:4.28.0"
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.28.0"
"@rollup/rollup-linux-riscv64-gnu": "npm:4.28.0"
"@rollup/rollup-linux-s390x-gnu": "npm:4.28.0"
"@rollup/rollup-linux-x64-gnu": "npm:4.28.0"
"@rollup/rollup-linux-x64-musl": "npm:4.28.0"
"@rollup/rollup-win32-arm64-msvc": "npm:4.28.0"
"@rollup/rollup-win32-ia32-msvc": "npm:4.28.0"
"@rollup/rollup-win32-x64-msvc": "npm:4.28.0"
"@types/estree": "npm:1.0.6"
fsevents: "npm:~2.3.2"
dependenciesMeta:
"@rollup/rollup-android-arm-eabi":
Expand All @@ -18234,6 +18257,10 @@ __metadata:
optional: true
"@rollup/rollup-darwin-x64":
optional: true
"@rollup/rollup-freebsd-arm64":
optional: true
"@rollup/rollup-freebsd-x64":
optional: true
"@rollup/rollup-linux-arm-gnueabihf":
optional: true
"@rollup/rollup-linux-arm-musleabihf":
Expand Down Expand Up @@ -18262,7 +18289,7 @@ __metadata:
optional: true
bin:
rollup: dist/bin/rollup
checksum: 10/0fbee8c14d9052624c76a09fe79ed4d46024832be3ceea86c69f1521ae84b581a64c6e6596fdd796030c206835987e1a0a3be85f4c0d35b71400be5dce799d12
checksum: 10/e604ff8d866818fff5b15864eab09011b497117774de413a566c17bda5fc6878ea101b6124421e29d7c3478280b8e6a864b2b1f1c7c4422e7fe31cb6846a09fc
languageName: node
linkType: hard

Expand Down

0 comments on commit b457ac4

Please sign in to comment.