Update all non-major dependencies
This MR contains the following updates:
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
getsentry/sentry-javascript
v6.2.0
- [tracing] feat: Mongoose tracing support added to MongoDB (#3252)
- [tracing] fix: Add missing
find
method from mongo tracing list (#3253) - [tracing] fix: Create
spanRecorder
whenever transactions are sampled (#3255) - [node] fix: Parse ESM based frames with
file://
protocol (#3264) - [react] fix: Remove react-dom peer dependency for RN (#3250)
- [ember] fix: Fixing fetching config during build step (#3246)
- [serverless]: fix: Handle incoming
sentry-trace
header (#3261)
DirtyHairy/async-mutex
v0.2.6
- Fix a nasty bug related to
consecutive calls to
Mutex::release
.
v0.2.5
- Nothing new thanks to NPM. Go away. Install 0.2.6.
chaijs/chai
v4.3.0
This is a minor release.
Not many changes have got in since the last release but this one contains a very important change (#1257) which will allow jest
users to get better diffs. From this release onwards, jest
users will be able to see which operator was used in their diffs. The operator
is a property of the AssertionError
thrown when assertions fail. This flag indicates what kind of comparison was made.
This is also an important change for plugin maintainers. Plugin maintainers will now have access to the operator
flag, which they can have access to through an
utilmethod called
getOperator`.
Thanks to all the amazing people that contributed to this release.
New Features
- Allow
contain.oneOf
to take an array of possible values (@voliva) - Adding operator attribute to assertion error (#1257) (@rpgeeganage)
- The
closeTo
error message will now inform the user when adelta
is required (@eouw0o83hf)
Docs
- Add contains flag to oneOf documentation (@voliva)
Tests
- Make sure that
useProxy
config is checked inoverwriteProperty
(@vieiralucas) - Add tests for
contain.oneOf
(@voliva )
Chores
- Update mocha to version 6.1.4
- Add node v10 and v12 to ci (@vieiralucas)
- Drop support for node v4, v6 and v9 (@vieiralucas)
- Fix sauce config for headless chrome (@meeber)
- Update dev dependencies (@meeber)
- Removed phantomjs dependency (#1204)
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
v31.6.1
Bug Fixes
v31.6.0
Bug Fixes
-
require-returns
,require-yields
: support more AST checking (6fd8a07) -
require-yields
: avoid checking nested generators (as with functions) (b9058e4) -
return-yields
,return-yields-check
: allow generator detection on exported; handle more AST types; fixes #682 (4e768aa)
Features
-
require-returns-check
: addexemptAsync
option (0ed24c0)
v31.5.0
[Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v31.4.0
Renovate configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.