chore(deps): update dependency rollup to v2.75.5 #2006

Merged
konrad merged 1 commits from renovate/rollup-2.x into main 2022-06-02 05:15:04 +00:00
Member

This PR contains the following updates:

Package Type Update Change
rollup (source) devDependencies minor 2.74.1 -> 2.75.5

Release Notes

rollup/rollup

v2.75.5

Compare Source

2022-06-01

Bug Fixes
  • Avoid crashes when using logical expressions for unused constructor arguments (#​4519)
  • Fix missing parameter defaults for calls from try statements and functions returned by functions (#​4520)
Pull Requests

v2.75.4

Compare Source

2022-05-31

Bug Fixes
  • Ensure parameter defaults are retained when a function is used as an object property (#​4516)
Pull Requests

v2.75.3

Compare Source

2022-05-29

Bug Fixes
  • Retain parameter defaults for functions that are defaults themselves (#​4515)
  • Track mutations for objects as default values (#​4515)
Pull Requests

v2.75.2

Compare Source

v2.75.1

Compare Source

2022-05-28

Pull Requests

v2.75.0

Compare Source

2022-05-27

Features
  • Re-implement default parameter tree-shaking for top-level functions (#​4510)
  • Do not consider calling string methods like .trim() on template literals a side effect (#​4511)
Pull Requests

Configuration

📅 Schedule: 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.


  • 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 | [`2.74.1` -> `2.75.5`](https://renovatebot.com/diffs/npm/rollup/2.74.1/2.75.5) | --- ### Release Notes <details> <summary>rollup/rollup</summary> ### [`v2.75.5`](https://github.com/rollup/rollup/blob/master/CHANGELOG.md#&#8203;2755) [Compare Source](https://github.com/rollup/rollup/compare/v2.75.4...v2.75.5) *2022-06-01* ##### Bug Fixes - Avoid crashes when using logical expressions for unused constructor arguments ([#&#8203;4519](https://github.com/rollup/rollup/issues/4519)) - Fix missing parameter defaults for calls from try statements and functions returned by functions ([#&#8203;4520](https://github.com/rollup/rollup/issues/4520)) ##### Pull Requests - [#&#8203;4519](https://github.com/rollup/rollup/pull/4519): Try to make logical expression deoptimization more robust ([@&#8203;lukastaegert](https://github.com/lukastaegert)) - [#&#8203;4520](https://github.com/rollup/rollup/pull/4520): Roll back parameter default tree shaking ([@&#8203;lukastaegert](https://github.com/lukastaegert)) ### [`v2.75.4`](https://github.com/rollup/rollup/blob/master/CHANGELOG.md#&#8203;2754) [Compare Source](https://github.com/rollup/rollup/compare/v2.75.3...v2.75.4) *2022-05-31* ##### Bug Fixes - Ensure parameter defaults are retained when a function is used as an object property ([#&#8203;4516](https://github.com/rollup/rollup/issues/4516)) ##### Pull Requests - [#&#8203;4516](https://github.com/rollup/rollup/pull/4516): Deoptimize parameter defaults when referenced from object/array/class literals ([@&#8203;lukastaegert](https://github.com/lukastaegert)) ### [`v2.75.3`](https://github.com/rollup/rollup/blob/master/CHANGELOG.md#&#8203;2753) [Compare Source](https://github.com/rollup/rollup/compare/a971f09f6c34c65e71470249783d0dcce02a9468...v2.75.3) *2022-05-29* ##### Bug Fixes - Retain parameter defaults for functions that are defaults themselves ([#&#8203;4515](https://github.com/rollup/rollup/issues/4515)) - Track mutations for objects as default values ([#&#8203;4515](https://github.com/rollup/rollup/issues/4515)) ##### Pull Requests - [#&#8203;4515](https://github.com/rollup/rollup/pull/4515): Ensure parameter defaults are deoptimized ([@&#8203;lukastaegert](https://github.com/lukastaegert)) ### [`v2.75.2`](https://github.com/rollup/rollup/compare/v2.75.1...a971f09f6c34c65e71470249783d0dcce02a9468) [Compare Source](https://github.com/rollup/rollup/compare/v2.75.1...a971f09f6c34c65e71470249783d0dcce02a9468) ### [`v2.75.1`](https://github.com/rollup/rollup/blob/master/CHANGELOG.md#&#8203;2751) [Compare Source](https://github.com/rollup/rollup/compare/v2.75.0...v2.75.1) *2022-05-28* ##### Pull Requests - [#&#8203;4513](https://github.com/rollup/rollup/pull/4513): Update link to node polyfill repo ([@&#8203;lukastaegert](https://github.com/lukastaegert)) ### [`v2.75.0`](https://github.com/rollup/rollup/blob/master/CHANGELOG.md#&#8203;2750) [Compare Source](https://github.com/rollup/rollup/compare/v2.74.1...v2.75.0) *2022-05-27* ##### Features - Re-implement default parameter tree-shaking for top-level functions ([#&#8203;4510](https://github.com/rollup/rollup/issues/4510)) - Do not consider calling string methods like `.trim()` on template literals a side effect ([#&#8203;4511](https://github.com/rollup/rollup/issues/4511)) ##### Pull Requests - [#&#8203;4510](https://github.com/rollup/rollup/pull/4510): Tree-shake parameter defaults (replaces [#&#8203;4498](https://github.com/rollup/rollup/issues/4498)) ([@&#8203;lukastaegert](https://github.com/lukastaegert)) - [#&#8203;4511](https://github.com/rollup/rollup/pull/4511): Tree-shake side-effect-free string methods on template literals ([@&#8203;lukastaegert](https://github.com/lukastaegert)) </details> --- ### Configuration 📅 **Schedule**: 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, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added the
dependencies
label 2022-05-31 22:03:02 +00:00
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://2006-renovate-rollup-2-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://2006-renovate-rollup-2-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.
renovate changed title from chore(deps): update dependency rollup to v2.75.4 to chore(deps): update dependency rollup to v2.75.5 2022-06-01 13:02:56 +00:00
renovate force-pushed renovate/rollup-2.x from 6179ae75ef to 48923d46a8 2022-06-01 13:02:56 +00:00 Compare
renovate force-pushed renovate/rollup-2.x from 48923d46a8 to 536c4202a0 2022-06-01 18:02:49 +00:00 Compare
konrad merged commit c10103ce68 into main 2022-06-02 05:15:04 +00:00
konrad deleted branch renovate/rollup-2.x 2022-06-02 05:15:04 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.