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 |
tabulator-tables (source) | dependencies | patch | 5.2.5 -> 5.2.6 |
typescript (source) | devDependencies | patch | 4.7.2 -> 4.7.3 |
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)
olifolkerd/tabulator
v5.2.6
Fixed regression in previous release that prevented column header sort arrows from being styled correctly
Microsoft/TypeScript
v4.7.3
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
- fixed issues query for Typescript 4.7.0 (Beta).
- fixed issues query for Typescript 4.7.1 (RC).
- fixed issues query for Typescript 4.7.2 (Stable).
- fixed issues query for Typescript 4.7.3 (Stable).
Downloads are available on:
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.