fix(deps): update all non-major dependencies (patch)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
i18next (source) | dependencies | patch | 21.8.5 -> 21.8.8 |
rollup (source) | devDependencies | patch | 2.75.3 -> 2.75.5 |
Release Notes
i18next/i18next
v21.8.8
- fix: loadNamespaces() doesn't keep resolving order when the second request completes before the first one 1785
v21.8.7
- fix: allow formatters having '' for string options eg.
this is an {{val, array(join: ' | ’)}}
v21.8.6
- fix: regression introduced in v21.6.11, respect
appendNamespaceToMissingKey
forparseMissingKeyHandler
1507
rollup/rollup
v2.75.5
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)
Merge Requests
- #4519: Try to make logical expression deoptimization more robust (@lukastaegert)
- #4520: Roll back parameter default tree shaking (@lukastaegert)
v2.75.4
2022-05-31
Bug Fixes
- Ensure parameter defaults are retained when a function is used as an object property (#4516)
Merge Requests
- #4516: Deoptimize parameter defaults when referenced from object/array/class literals (@lukastaegert)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.