chore(deps): update all non-major dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@babel/core (source) | devDependencies | patch | 7.12.13 -> 7.12.16 |
@babel/preset-env (source) | devDependencies | patch | 7.12.13 -> 7.12.16 |
@rollup/plugin-babel | devDependencies | minor | 5.2.3 -> 5.3.0 |
@rollup/plugin-node-resolve | devDependencies | minor | 11.1.1 -> 11.2.0 |
eslint (source) | devDependencies | minor | 7.19.0 -> 7.20.0 |
jszip | dependencies | minor | 3.5.0 -> 3.6.0 |
karma (source) | devDependencies | patch | 6.1.0 -> 6.1.1 |
mocha (source) | devDependencies | minor | 8.2.1 -> 8.3.0 |
rollup (source) | devDependencies | minor | 2.38.5 -> 2.39.0 |
Release Notes
babel/babel
v7.12.16
🐛 Bug Fix
-
babel-core
-
babel-parser
- #12735 [parser] Fix scope handling of Flow declared functions (@nicolo-ribaudo)
- #12775 babel-parser(ts): Throw recoverable for duplicates access modifier (@sosukesuzuki)
- #12771 babel-parser(ts): Raise recoverable error for abstract interface (@sosukesuzuki)
-
#12763 fix(ts): include
asserts
inTSTypePredicate
location (@fedeci) -
#12758 [TS] Create
TSUnionType
orTSIntersectionType
when typealias has a leading operator (@fedeci)
-
babel-plugin-transform-typescript
💅 Polish
🏠 Internal
- Other
- #12781 pnp does not work with ESM dev scripts (@JLHwung)
- #12766 docs: Update build requirements in CONTRIBUTING.md (@sosukesuzuki)
-
babel-cli
,babel-core
,babel-helper-compilation-targets
,babel-helper-create-class-features-plugin
,babel-helper-create-regexp-features-plugin
,babel-helper-member-expression-to-functions
,babel-helper-validator-option
,babel-node
,babel-parser
,babel-plugin-proposal-class-static-block
,babel-plugin-proposal-dynamic-import
,babel-plugin-proposal-optional-chaining
,babel-plugin-transform-react-jsx-development
,babel-plugin-transform-react-jsx
,babel-preset-env
,babel-preset-typescript
-
#12759 Avoid importing
.json
files (@nicolo-ribaudo)
-
#12759 Avoid importing
eslint/eslint
v7.20.0
-
f4ac3b0
Docs: fix sibling selector descriptions (#14099) (Milos Djermanovic) -
9d6063a
Fix: Crash with esquery when using JSX (fixes #13639) (#14072) (Yosuke Ota) -
a0871f1
Docs: Triage process (#14014) (Nicholas C. Zakas) -
ad90761
Update: add enforceForJSX option to no-unused-expressions rule (#14012) (Duncan Beevers) -
d6c84af
Fix:--init
autoconfig shouldn't add deprecated rules (fixes #14017) (#14060) (Milos Djermanovic) -
9b277a1
Fix: Support ENOTDIR error code in the folder existence checking utility (#13973) (Constantine Genchevsky) -
7aeb127
Upgrade: pin @babel/code-frame@7.12.11 (#14067) (Milos Djermanovic) -
b4e2af5
Docs: Add more fields to bug report template (#14039) (Nicholas C. Zakas) -
96f1d49
Sponsors: Sync README with website (ESLint Jenkins) -
cb27b0a
Build: package.json update for eslint-config-eslint release (ESLint Jenkins) -
4cab165
Sponsors: Sync README with website (ESLint Jenkins)
Stuk/jszip
v3.6.0
mochajs/mocha
v8.3.0
🎉 Enhancements
- #4506: Add error code for test timeout errors (@boneskull)
- #4112: Add BigInt support to stringify util function (@JosejeSinohui)
🐛 Fixes
- #4557: Add file location when SyntaxError happens in ESM (@giltayar)
-
#4521: Fix
require
error when bundling Mocha with Webpack (@devhazem)
📖 Documentation
- #4507: Add support for typescript-style docstrings (@boneskull)
- #4503: Add GH Actions workflow status badge (@outsideris)
- #4494: Add example of generating tests dynamically with a closure (@maxwellgerber)
🔩 Other
- #4556: Upgrade all dependencies to latest stable (@AviVahl)
- #4543: Update dependencies yargs and yargs-parser (@juergba)
Also thanks to @outsideris and @HyunSangHan for various fixes to our website and documentation.
rollup/rollup
v2.39.0
2021-02-12
Features
- Add "validate" option to verify generated chunks are valid JavaScript (#3952)
Bug Fixes
- Always add exports properties for uninitialized named exports (#3957)
- Allow using an external namespace reexport together with named exports (#3959)
- Avoid invalid generated code in certain scenarios with SystemJS exports (#3960)
Merge Requests
-
#3952: implement
validate
output option and--validate
CLI option (@kzc) - #3956: Update dependencies, fix fsevents issue (@lukastaegert)
- #3957: Make sure uninitialised exports turn up via .hasOwnProperty for non-ES formats (@lukastaegert)
- #3959: Allow overriding individual exports of reexported external namespaces (@lukastaegert)
- #3960: Make sure system exports are valid JavaScript (@lukastaegert)
Renovate configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.