Update all non-major dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@babel/core (source) | devDependencies | minor | 7.14.8 -> 7.15.0 |
@babel/preset-env (source) | devDependencies | minor | 7.14.9 -> 7.15.0 |
jszip | dependencies | patch | 3.7.0 -> 3.7.1 |
rollup (source) | devDependencies | minor | 2.55.1 -> 2.56.1 |
Release Notes
babel/babel
v7.15.0
👓 Spec Compliance
🚀 New Feature
-
babel-parser
-
babel-standalone
-
#13476 standalone: update
preset-stage-*
(@sosukesuzuki) -
#13555 feat: support hack pipeline in
@babel/standalone
(@JLHwung)
-
#13476 standalone: update
-
babel-parser
,babel-preset-env
-
#13387 Enable top-level
await
parsing by default (@nicolo-ribaudo)
-
#13387 Enable top-level
-
babel-plugin-transform-typescript
,babel-preset-typescript
- #13324 Support TypeScript const enums (@nicolo-ribaudo)
-
babel-plugin-transform-typescript
- #13528 feat(typescript): implement namespace alias (@colinaaa)
-
babel-core
,babel-helper-create-class-features-plugin
,babel-helper-module-transforms
,babel-plugin-transform-modules-commonjs
-
babel-plugin-transform-react-display-name
-
babel-parser
,babel-plugin-proposal-pipeline-operator
,babel-plugin-syntax-pipeline-operator
-
babel-generator
,babel-parser
,babel-plugin-proposal-pipeline-operator
,babel-plugin-syntax-pipeline-operator
,babel-traverse
,babel-types
-
babel-plugin-transform-runtime
-
#13398 Expose
@babel/eslint-parser/experimental-worker
(@nicolo-ribaudo)
-
#13398 Expose
-
babel-compat-data
,babel-helper-compilation-targets
,babel-preset-env
-
babel-compat-data
,babel-parser
,babel-preset-env
-
#13554 Enable ergonomic brand checks (
#priv in
) by default (@nicolo-ribaudo)
-
#13554 Enable ergonomic brand checks (
🐛 Bug Fix
-
babel-parser
,babel-plugin-transform-typescript
- #13513 [ts] support optional chain call with generic (@lala7573)
-
babel-plugin-transform-typescript
-
babel-parser
-
#13536 Fix
%==
parsing in hack pipes (@nicolo-ribaudo) - #13426 parser: Fix Hack/smart-pipe error positions (@js-choi)
-
#13622 fix(ts): raise error for
export default interface {}
(@a-tarasyuk)
-
#13536 Fix
📝 Documentation
Stuk/jszip
v3.7.1
- Fix build of
dist
files.- Note: this version ensures the changes from 3.7.0 are actually included in the
dist
files. Thanks to Evan W for reporting.
- Note: this version ensures the changes from 3.7.0 are actually included in the
rollup/rollup
v2.56.1
2021-08-08
Bug Fixes
- Fix rendering of SystemJS export declarations initialized with a simplifiable expression (#4202)
Merge Requests
- #4202: Fix incorrect rendering of export declarations in SystemJS (@lukastaegert)
v2.56.0
2021-08-05
Features
- Create more efficient code for SystemJS exports (#4199)
- Extend
maxParallelFileReads
option to also throttle plugin load hooks (#4200)
Bug Fixes
- Return correct value for postfix update expressions of exported variables (#4194)
Merge Requests
- #4199: Refine SystemJS export rendering (@lukastaegert)
- #4200: Restrict parallel execution of load hook (@schummar)
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.