chore(deps): update all non-major dependencies (patch)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@rollup/plugin-commonjs (source) | devDependencies | patch | 23.0.4 -> 23.0.7 |
i18next (source) | dependencies | patch | 22.4.2 -> 22.4.5 |
rollup (source) | devDependencies | patch | 3.7.3 -> 3.7.5 |
Release Notes
rollup/plugins
v23.0.7
2022-12-17
Bugfixes
- fix: produce code which works when __esModule is already defined #1379
v23.0.6
2022-12-17
Bugfixes
- fix: update magic-string #1373
v23.0.5
2022-12-15
Bugfixes
- fix: resolve export exports not found #1363
i18next/i18next
v22.4.5
- types: allow als general options as second argument for t function
v22.4.4
- types: fix some strange t function overloads fixes 1882
v22.4.3
- types: t function overloads fix (open issue is still calling t with optional options argument)
rollup/rollup
v3.7.5
2022-12-17
Bug Fixes
- Avoid name shadowing when default exporting a class that matches the name of another class (#4756)
- Do not display the error message both in a separate line and in the stack trace in rollup CLI (#4749)
- Make type of
RollupWarning.cause
compatible withError.cause
(#4757) - Do not swallow side effects when interacting with modules namespaces nested in another object (#4758)
Merge Requests
-
#4749: feat: simplify
stack
info in cli error (@TrickyPi) - #4756: Avoid name conflicts for default exported classes (@lukastaegert)
- #4757: fix: RollupLog cause allow unknown (@Shinigami92)
- #4758: Correctly handle side effects when a namespace is nested in an object (@lukastaegert)
v3.7.4
2022-12-13
Bug Fixes
- Do not remove calls to
.exec
and.test
for included stateful regular expressions (#4742)
Merge Requests
- #4742: fix: check whether RegExp have the global or sticky flags set (@TrickyPi)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.