Skip to content

Update all non-major dependencies (patch)

Reiter, Christoph requested to merge renovate/patch-all-minor-patch into master

This MR contains the following updates:

Package Type Update Change
@babel/preset-env (source) devDependencies patch 7.14.2 -> 7.14.4
i18next (source) dependencies patch 20.3.0 -> 20.3.1
rollup (source) devDependencies patch 2.49.0 -> 2.50.5

Release Notes

babel/babel

v7.14.4

Compare Source

👓 Spec Compliance
🐛 Bug Fix
:running_woman: Performance
🔬 Output optimization
  • babel-plugin-proposal-object-rest-spread, babel-plugin-transform-block-scoping, babel-plugin-transform-destructuring, babel-plugin-transform-react-constant-elements, babel-preset-env
i18next/i18next

v20.3.1

Compare Source

  • add 'ns' to the 'returnedObjectHandler' options 1619
  • disable warn 'accessing an object' when the 'returnedObjectHandler' is defined 1617
rollup/rollup

v2.50.5

Compare Source

2021-05-30

Bug Fixes
  • Detect side effects when accessing thenables (#​4115)
Merge Requests

v2.50.4

Compare Source

2021-05-29

Bug Fixes
  • Fix a situation where tree-shaking would stop including nodes prematurely (#​4111)
  • Track mutations and accessor side effects when using __proto__ in an object literal (#​4112)
  • Check for getter effects when spreading an object (#​4113)
Merge Requests

v2.50.3

Compare Source

2021-05-28

Bug Fixes
  • Wrap parentheses around leading elements in simplified sequence expressions if this would otherwise lead to invalid code (#​4110)
  • Do not associate block soped variables in catch clauses with the clause parameter (#​4108)
  • Do not associate hoisted variables in catch clauses with outside variables if they match the parameter (#​4108)
  • Use correct "this" context for tagged template literal member expressions in simplified sequences (#​4110)
Merge Requests

v2.50.2

Compare Source

2021-05-27

Bug Fixes
  • Avoid unnecessary side effects when using methods like .filter and .map (#​4103)
  • Avoid crash when a module with moduleSideEffects no-treeshake imports a tree-shaken module (#​4104)
Merge Requests

v2.50.1

Compare Source

2021-05-26

Bug Fixes
  • Do not associate pure annotations in simplified expressions with wrong elements (#​4095)
  • Prevent invalid code when simplified conditionals start with an IIFE function expression (#​4099)
Merge Requests

v2.50.0

Compare Source

2021-05-25

Features
  • Only include last elements of comma expressions if they are used or have side effects (#​4087)
Bug Fixes
  • Prevent a crash that could occur when calling object methods (#​4091)
Merge Requests

Configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, check this box.

This MR has been generated by Renovate Bot.

Merge request reports