Update all non-major dependencies
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@babel/core (source) | devDependencies | minor | 7.12.17 -> 7.13.8 |
@babel/preset-env (source) | devDependencies | minor | 7.12.17 -> 7.13.8 |
eslint (source) | devDependencies | minor | 7.20.0 -> 7.21.0 |
eslint-plugin-jsdoc | devDependencies | minor | 32.1.0 -> 32.2.0 |
i18next (source) | dependencies | minor | 19.8.9 -> 19.9.0 |
rollup (source) | devDependencies | minor | 2.39.0 -> 2.40.0 |
Release Notes
babel/babel
v7.13.8
🐛 Bug Fix
- Other
- #12909 chore: do not provide polyfills on bundling @babel/standalone (@JLHwung)
-
#12891 fix(eslint-parser): merge input
estree
options (@JLHwung)
-
babel-compat-data
,babel-preset-env
- #12901 Fix Module not found: Error: Can't resolve 'core-js/modules/es6.array.concat.js' with compat-data@7.13.x (@luxp)
-
babel-plugin-transform-runtime
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
-
#12893 Allow
require()
of runtime helpers in Node.js 13.2-13.6 (@nicolo-ribaudo)
-
#12893 Allow
💅 Polish
-
babel-helper-create-class-features-plugin
-
#12898 Do not warn for
loose
of class features inpreset-env
(@nicolo-ribaudo)
-
#12898 Do not warn for
🏠 Internal
-
babel-core
,babel-helper-transform-fixture-test-runner
,babel-register
-
#12820 [internal] Keep the
.cjs
extension when compiling source files (@nicolo-ribaudo)
-
#12820 [internal] Keep the
-
babel-plugin-transform-runtime
,babel-runtime-corejs2
,babel-runtime
-
#12883 Improve
@babel/runtime
esm stability (@nicolo-ribaudo)
-
#12883 Improve
🔬 Output optimization
-
babel-plugin-proposal-object-rest-spread
-
#12899 Skip
_extends
helper for{…x}
with modern targets (@nicolo-ribaudo)
-
#12899 Skip
v7.13.1
🐛 Bug Fix
-
babel-plugin-transform-runtime
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
-
#12855 Rename
index.mjs
to_index.mjs
in@babel/runtime
(@nicolo-ribaudo)
-
#12855 Rename
-
babel-core
-
#12852 Export function versions of
createConfigItem
(@nicolo-ribaudo)
-
#12852 Export function versions of
v7.13.0
🚀 New Feature
-
babel-parser
-
babel-generator
,babel-parser
,babel-plugin-syntax-module-blocks
,babel-standalone
,babel-traverse
,babel-types
- #12469 Parse JS Module Blocks proposal (@sosukesuzuki)
-
babel-generator
,babel-parser
,babel-types
- #12628 Support TypeScript 4.2 abstract constructor signatures (@sosukesuzuki)
- #12193 Flow Enums with unknown members support (@gkz)
-
babel-core
,babel-register
- #11498 Add cjs as a default extension (@perrin4869)
-
babel-traverse
-
babel-plugin-transform-typescript
,babel-preset-typescript
-
babel-generator
,babel-parser
,babel-plugin-transform-flow-strip-types
,babel-plugin-transform-parameters
,babel-types
-
#12234 Support Flow
this
parameter annotations (@dsainati1)
-
#12234 Support Flow
-
babel-plugin-proposal-record-and-tuple
- #12145 Implement "Records and Tuples" transform (@rickbutton)
-
babel-plugin-transform-runtime
,babel-plugin-transform-typeof-symbol
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
-
#12632 Use conditional exports in
@babel/runtime
for CJS/ESM (@nicolo-ribaudo)
-
#12632 Use conditional exports in
-
babel-core
,babel-helper-plugin-utils
,babel-preset-env
-
#12219 Add
@babel/core
support for the newassumptions
option (@nicolo-ribaudo)
-
#12219 Add
-
babel-core
,babel-helper-compilation-targets
,babel-helper-plugin-utils
,babel-preset-env
-
#12189 Add
targets
andbrowserslist*
options to@babel/core
(@nicolo-ribaudo)
-
#12189 Add
-
babel-core
-
#12266 Support
.mjs
plugins/presets and async factories (@nicolo-ribaudo)
-
#12266 Support
🐛 Bug Fix
-
babel-helpers
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-decorators
,babel-plugin-transform-classes
,babel-plugin-transform-function-name
,babel-plugin-transform-parameters
,babel-plugin-transform-react-jsx
,babel-plugin-transform-runtime
,babel-plugin-transform-typescript
,babel-preset-env
- #8461 Fix _isNativeReflectConstruct helper (@nicolo-ribaudo)
-
babel-cli
-
babel-node
-
babel-standalone
-
babel-plugin-proposal-optional-chaining
,babel-traverse
- #12812 Fix scope of computed method keys (@overlookmotel)
🏠 Internal
-
babel-plugin-proposal-async-generator-functions
,babel-plugin-proposal-decorators
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs2
-
#12845 Use the
babel-plugin-polyfill-*
packages intransform-runtime
(@nicolo-ribaudo)
-
#12845 Use the
-
babel-plugin-transform-runtime
-
#12842 Don't use
useESModules
in@babel/runtime
build script (@nicolo-ribaudo)
-
#12842 Don't use
-
babel-standalone
-
#12839 Make sure that Rollup's
dynamicRequireTargets
are included (@nicolo-ribaudo)
-
#12839 Make sure that Rollup's
-
babel-helper-transform-fixture-test-runner
,babel-plugin-proposal-async-generator-functions
,babel-plugin-proposal-decorators
,babel-preset-env
-
#12583 Use the
babel-plugin-polyfill-*
packages inpreset-env
(@nicolo-ribaudo)
-
#12583 Use the
:running_woman: Performance
🔬 Output optimization
eslint/eslint
v7.21.0
-
3cd5440
Upgrade: @eslint/eslintrc to 0.4.0 (#14147) (Brandon Mills) -
c0b8c71
Upgrade: Puppeteer to 7.1.0 (#14122) (Tim van der Lippe) -
08ae31e
New: Implement cacheStrategy (refs eslint/rfcs#63) (#14119) (Manu Chambon) -
5e51fd2
Update: do not ignore symbolic links (fixes #13551, fixes #13615) (#14126) (Pig Fang) -
87c43a5
Chore: improve a few comments and fix typos (#14125) (Tobias Nießen) -
e19c51e
Sponsors: Sync README with website (ESLint Jenkins) -
b8aea99
Fix: pluralize 'line' to 'lines' in max-lines-per-function description (#14115) (Trevin Hofmann) -
f5b53e2
Sponsors: Sync README with website (ESLint Jenkins) -
eee1213
Sponsors: Sync README with website (ESLint Jenkins) -
5c4d7ea
Sponsors: Sync README with website (ESLint Jenkins)
gajus/eslint-plugin-jsdoc
v32.2.0
Features
-
check-types
: checksettings.jsdoc.structuredTags
for an array of permissible types, reporting if not present; fixes #695 (9dad3e0) -
no-undefined-types
: allowstructuredTags
types to be auto-defined (b7198e4)
v32.1.1
Bug Fixes
i18next/i18next
v19.9.0
rollup/rollup
v2.40.0
2021-02-26
Features
- Make sure that entry point variable names take precedence over variable names in dependencies when deconflicting (#3977)
Bug Fixes
- Replace
:
in generated file names to prevent invalid files on Windows (#3972)
Merge Requests
-
#3972: Don't allow
:
in file names (@lukastaegert) - #3976: Add soft breaks to guide to improve mobile experience (@lukastaegert)
- #3977: Reverse module deconflicting order (@lukastaegert)
v2.39.1
2021-02-23
Bug Fixes
- Make sure local variables named Symbol, Object or Promise do not conflict with code generated by Rollup (#3971)
Merge Requests
- #3964: Remove extra word (@jamonholmgren)
- #3971: Avoid conflicts with local variables named Symbol, Object, Promise (@lukastaegert)
Renovate configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.