chore(deps): update dependency rollup to v3.3.0 #2689

Merged
konrad merged 1 commits from renovate/rollup-3.x into main 2022-11-12 10:41:33 +00:00
Member

This PR contains the following updates:

Package Type Update Change
rollup (source) devDependencies minor 3.2.5 -> 3.3.0

Release Notes

rollup/rollup

v3.3.0

Compare Source

2022-11-12

Features
  • Add "experimentalMinChunkSize" option to merge smaller chunks into larger ones (#​4705)
  • Automatically deduplicate assets again when the source is a Buffer (#​4712)
  • Deduplicate Buffer with string assets (#​4712)
Bug Fixes
  • Support plugins with object hooks when using perf: true (#​4707)
Pull Requests

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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rollup](https://rollupjs.org/) ([source](https://github.com/rollup/rollup)) | devDependencies | minor | [`3.2.5` -> `3.3.0`](https://renovatebot.com/diffs/npm/rollup/3.2.5/3.3.0) | --- ### Release Notes <details> <summary>rollup/rollup</summary> ### [`v3.3.0`](https://github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#&#8203;330) [Compare Source](https://github.com/rollup/rollup/compare/v3.2.5...v3.3.0) *2022-11-12* ##### Features - Add "experimentalMinChunkSize" option to merge smaller chunks into larger ones ([#&#8203;4705](https://github.com/rollup/rollup/issues/4705)) - Automatically deduplicate assets again when the source is a `Buffer` ([#&#8203;4712](https://github.com/rollup/rollup/issues/4712)) - Deduplicate `Buffer` with `string` assets ([#&#8203;4712](https://github.com/rollup/rollup/issues/4712)) ##### Bug Fixes - Support plugins with object hooks when using `perf: true` ([#&#8203;4707](https://github.com/rollup/rollup/issues/4707)) ##### Pull Requests - [#&#8203;4702](https://github.com/rollup/rollup/pull/4702): docs: add additional tips for heap out of memory ([@&#8203;benmccann](https://github.com/benmccann)) - [#&#8203;4705](https://github.com/rollup/rollup/pull/4705): Allow to define minimum chunk size limit ([@&#8203;lukastaegert](https://github.com/lukastaegert)) - [#&#8203;4707](https://github.com/rollup/rollup/pull/4707): Fix perf timers for object hooks ([@&#8203;lukastaegert](https://github.com/lukastaegert)) - [#&#8203;4710](https://github.com/rollup/rollup/pull/4710): Update terser docs ([@&#8203;nikolas](https://github.com/nikolas)) - [#&#8203;4712](https://github.com/rollup/rollup/pull/4712): feat: deduplicate assets with buffer source ([@&#8203;patak-dev](https://github.com/patak-dev)) </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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDAuMiIsInVwZGF0ZWRJblZlciI6IjMyLjI0MC4yIn0=-->
renovate added the
dependencies
label 2022-11-12 06:04:39 +00:00
renovate added 1 commit 2022-11-12 06:04:40 +00:00
continuous-integration/drone/pr Build is passing Details
ddf8648c21
chore(deps): update dependency rollup to v3.3.0
Member

Hi renovate!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://2689-renovate-rollup-3-x--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.

Have a nice day!

Beep boop, I'm a bot.

Hi renovate! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://2689-renovate-rollup-3-x--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/. Have a nice day! > Beep boop, I'm a bot.
konrad merged commit 9c7680aa55 into main 2022-11-12 10:41:33 +00:00
konrad deleted branch renovate/rollup-3.x 2022-11-12 10:41:33 +00:00
Owner

Add "experimentalMinChunkSize" option to merge smaller chunks into larger ones (#​4705)

@dpschen I feel like this is something we could use in #2672

> Add "experimentalMinChunkSize" option to merge smaller chunks into larger ones (#​4705) @dpschen I feel like this is something we could use in #2672
This repo is archived. You cannot comment on pull requests.
No description provided.