chore(deps): update all non-major dependencies (patch)
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@babel/core (source) | devDependencies | patch | 7.19.1 -> 7.19.3 |
@babel/preset-env (source) | devDependencies | patch | 7.19.1 -> 7.19.3 |
karma (source) | devDependencies | patch | 6.4.0 -> 6.4.1 |
rollup (source) | devDependencies | patch | 2.79.0 -> 2.79.1 |
Release Notes
babel/babel
v7.19.3
🐛 Bug Fix
-
babel-plugin-proposal-decorators
- #8566 Correctly update bindings of decorated class declarations (@nicolo-ribaudo)
-
babel-parser
-
#14974 fix: Normal parsing of
JSXText
followingJSXSpreadChild
(@liuxingbaoyu) -
#14941 fix: Support local exports in TS
declare module
s (@liuxingbaoyu) -
#14940 fix: allow ts redeclaration with
import =
andvar
(@liuxingbaoyu)
-
#14974 fix: Normal parsing of
-
babel-generator
- #14962 Fix printing of Flow internal slot functions (@liuxingbaoyu)
-
babel-cli
-
#14950 Emit
@babel/cli
source maps based on configuration files (@liuxingbaoyu)
-
#14950 Emit
-
babel-plugin-transform-typescript
-
#14946 fix: ts exported vars are shadowed by
declare
(@liuxingbaoyu)
-
#14946 fix: ts exported vars are shadowed by
💅 Polish
-
babel-core
- #14954 Optional filename when preset uses fn test/include/exclude (@nicolo-ribaudo)
🏠 Internal
-
babel-helper-compilation-targets
,babel-helper-transform-fixture-test-runner
,babel-parser
,babel-preset-env
,babel-traverse
-
#14961 chore: use
c8
for coverage testing (@liuxingbaoyu)
-
#14961 chore: use
🔬 Output optimization
-
babel-plugin-transform-typescript
-
#14952 [ts] remove nested
declare namespace
(@liuxingbaoyu)
-
#14952 [ts] remove nested
rollup/rollup
v2.79.1
2022-09-22
Bug Fixes
- Avoid massive performance degradation when creating thousands of chunks (#4643)
Merge Requests
- #4639: fix: typo docs and contributors link in CONTRIBUTING.md (@takurinton)
- #4641: Update type definition of resolveId (@ivanjonas)
- #4643: Improve performance of chunk naming collision check (@lukastaegert)
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.