chore(deps): update all non-major dependencies
This MR contains the following updates:
Release Notes
babel/babel
v7.13.10
🐛 Bug Fix
-
babel-plugin-transform-async-to-generator
,babel-plugin-transform-react-constant-elements
,babel-plugin-transform-react-jsx
- #12967 Lazily initialize and cache constant JSX elements (@nicolo-ribaudo)
-
babel-helper-create-class-features-plugin
,babel-plugin-proposal-private-methods
-
babel-helper-create-class-features-plugin
,babel-helpers
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-private-methods
-
babel-parser
- #12687 (ts) Raise syntax error for an abstract method that has body (@sosukesuzuki)
-
babel-helper-compilation-targets
,babel-preset-env
-
#12908 Fix
esmodules: true
without specified browsers (@nicolo-ribaudo)
-
#12908 Fix
💅 Polish
- Other
-
#12956 Suggest using
babel.config.json
when linting dependencies (@nicolo-ribaudo)
-
#12956 Suggest using
-
babel-helpers
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-private-methods
📝 Documentation
- #12974 Capitalize design docs headings (@MrBrain295)
🏠 Internal
-
babel-helper-fixtures
- #12982 Optionally enable external-helpers in tests (@jridgewell)
-
babel-cli
,babel-core
,babel-generator
,babel-helper-compilation-targets
,babel-helper-create-class-features-plugin
,babel-helper-create-regexp-features-plugin
,babel-helper-fixtures
,babel-helper-module-imports
,babel-helper-plugin-test-runner
,babel-helper-transform-fixture-test-runner
,babel-helpers
,babel-node
,babel-parser
,babel-plugin-external-helpers
,babel-plugin-proposal-async-generator-functions
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-class-static-block
,babel-plugin-proposal-decorators
,babel-plugin-proposal-do-expressions
,babel-plugin-proposal-dynamic-import
,babel-plugin-proposal-export-default-from
,babel-plugin-proposal-export-namespace-from
,babel-plugin-proposal-function-bind
,babel-plugin-proposal-function-sent
,babel-plugin-proposal-json-strings
,babel-plugin-proposal-logical-assignment-operators
,babel-plugin-proposal-nullish-coalescing-operator
,babel-plugin-proposal-numeric-separator
,babel-plugin-proposal-object-rest-spread
,babel-plugin-proposal-optional-catch-binding
,babel-plugin-proposal-optional-chaining
,babel-plugin-proposal-partial-application
,babel-plugin-proposal-pipeline-operator
,babel-plugin-proposal-private-methods
,babel-plugin-proposal-private-property-in-object
,babel-plugin-proposal-record-and-tuple
,babel-plugin-proposal-throw-expressions
,babel-plugin-proposal-unicode-property-regex
,babel-plugin-transform-arrow-functions
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-block-scoped-functions
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-computed-properties
,babel-plugin-transform-destructuring
,babel-plugin-transform-dotall-regex
,babel-plugin-transform-duplicate-keys
,babel-plugin-transform-exponentiation-operator
,babel-plugin-transform-flow-comments
,babel-plugin-transform-flow-strip-types
,babel-plugin-transform-for-of
,babel-plugin-transform-function-name
,babel-plugin-transform-instanceof
,babel-plugin-transform-jscript
,babel-plugin-transform-member-expression-literals
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-systemjs
,babel-plugin-transform-modules-umd
,babel-plugin-transform-named-capturing-groups-regex
,babel-plugin-transform-new-target
,babel-plugin-transform-object-super
,babel-plugin-transform-parameters
,babel-plugin-transform-property-literals
,babel-plugin-transform-property-mutators
,babel-plugin-transform-proto-to-assign
,babel-plugin-transform-react-constant-elements
,babel-plugin-transform-react-display-name
,babel-plugin-transform-react-inline-elements
,babel-plugin-transform-react-jsx-compat
,babel-plugin-transform-react-jsx-development
,babel-plugin-transform-react-jsx-self
,babel-plugin-transform-react-jsx-source
,babel-plugin-transform-react-jsx
,babel-plugin-transform-react-pure-annotations
,babel-plugin-transform-regenerator
,babel-plugin-transform-reserved-words
,babel-plugin-transform-runtime
,babel-plugin-transform-shorthand-properties
,babel-plugin-transform-spread
,babel-plugin-transform-sticky-regex
,babel-plugin-transform-strict-mode
,babel-plugin-transform-template-literals
,babel-plugin-transform-typeof-symbol
,babel-plugin-transform-typescript
,babel-plugin-transform-unicode-escapes
,babel-plugin-transform-unicode-regex
,babel-preset-env
,babel-preset-flow
,babel-preset-react
,babel-preset-typescript
,babel-register
,babel-standalone
,babel-traverse
- #12963 Avoid using CJS globals in internal source files (@nicolo-ribaudo)
-
babel-helper-transform-fixture-test-runner
,babel-highlight
,babel-plugin-transform-runtime
,babel-preset-env
- #12795 [internal] Use the Node.js behavior for default imports (@nicolo-ribaudo)
chaijs/chai
v4.3.4
This fixes broken inspect behavior with bigints (#1321) (#1383) thanks @vapier
v4.3.3
This reintroduces Assertion
as an export in the mjs file. See #1378 & #1375
v4.3.2
This fixes a regression in IE11. See #1380 & #1379
v4.3.1
This releases fixed an engine incompatibility with 4.3.0
The 4.x.x series of releases will be compatible with Node 4.0. Please report any errors found in Node 4 as bugs, and they will be fixed.
The 5.x.x series, when released, will drop support for Node 4.0
This fix also ensures pathval
is updated to 1.1.1
to fix CVE-2020-7751
eslint/eslint
v7.22.0
-
3a432d8
Docs: Improve documentation for indent rule (#14168) (Serkan Özel) -
f62ec8d
Update: throw error when fix range is invalid (#14142) (Jacob Bandes-Storch) -
0eecad2
Upgrade: Update lodash in package.json to V 4.17.21 (#14159) (Basem Al-Nabulsi) -
5ad91aa
Update: report es2021 globals in no-extend-native (refs #13602) (#14177) (Milos Djermanovic) -
c295581
Chore: remove leftover JSDoc from lint-result-cache (#14176) (Milos Djermanovic) -
0d541f9
Chore: Reduce lodash usage (#14178) (Stephen Wade) -
27a67d7
Sponsors: Sync README with website (ESLint Jenkins) -
459d821
Chore: upgrade dependencies of browser test (#14127) (Pig Fang) -
ebfb63a
Sponsors: Sync README with website (ESLint Jenkins) -
3ba029f
Docs: Remove Extraneous Dash (#14164) (Danny Hurlburt) -
6f4540e
Sponsors: Sync README with website (ESLint Jenkins) -
ddf361c
Docs: Fix Formatting (#14154) (Danny Hurlburt) -
c0d2ac1
Sponsors: Sync README with website (ESLint Jenkins) -
a8df03e
Docs: Clarify triage process (#14117) (Nicholas C. Zakas)
gajus/eslint-plugin-jsdoc
v32.3.0
Features
-
check-tag-names
: jsxTags an opt-in option for jsx annotations (8afb9fc)
i18next/i18next
v19.9.2
karma-runner/karma
v6.2.0
Features
6.1.2 (2021-03-09)
Bug Fixes
- commitlint: skip task on master (#3650) (3fc6fda)
- patch karma to allow loading virtual packages (#3663) (5bfcf5f)
6.1.1 (2021-02-12)
Bug Fixes
- config: check extension before ts-node register (#3651) (474f4e1), closes #3329
- report launcher process error when exit event is not emitted (#3647) (7ab86be)
v6.1.2
Bug Fixes
mochajs/mocha
v8.3.2
🐛 Fixes
-
#4599: Fix regression in
require
interface (@alexander-fenster)
📖 Documentation
- #4601: Add build to GH actions run (@christian-bromann)
- #4596: Filter active sponsors/backers (@juergba)
- #4225: Update config file examples (@pkuczynski)
v8.3.1
🐛 Fixes
rollup/rollup
v2.42.1
2021-03-20
Bug Fixes
- Do not produce unhandled Promise rejections when plugins throw while using the
perf
option (#4004)
Merge Requests
v2.42.0
2021-03-19
Features
- Prevent infinite loops when several plugins are using
this.resolve
in their resolveId hook (#4000)
Merge Requests
- #4000: Break infinite loops in this.resolve (@lukastaegert)
v2.41.5
2021-03-18
Bug Fixes
- Make sure unused property accesses of external namespaces can be tree-shaken (#4001)
Merge Requests
- #4001: Do not count accessing members of an external namespace as side-effects (@lukastaegert)
v2.41.4
2021-03-16
Bug Fixes
- Do not replace external namespace imports with individual named imports to avoid changing behaviour with regard to missing exports (#3999)
Merge Requests
- #3999: Allow to safely probe external namespaces (@lukastaegert)
v2.41.3
2021-03-16
Bug Fixes
- Always retain arguments passed to empty object pattern parameters (#3998)
Merge Requests
- #3998: Do not create invalid code if a function argument is an empty object pattern (@lukastaegert)
v2.41.2
2021-03-12
Bug Fixes
- Also remove sourcemaps comments if plugins return a pre-made ast (#3987)
Merge Requests
- #3987: Change removal of sourcemap comment ([@yannayl](https://github.com/yannayl
Renovate configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.