chore(deps): update devdependencies #152
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.10.5
->7.11.0
26.0.7
->26.0.8
16.9.43
->16.9.44
5.1.9
->5.1.10
3.7.0
->3.7.1
3.7.0
->3.7.1
4.0.0
->4.2.0
7.5.0
->7.6.0
7.20.3
->7.20.5
26.1.0
->26.2.2
3.0.7
->3.0.8
26.1.3
->26.1.4
4.44.0
->4.44.1
Release Notes
babel/babel
v7.11.0
Compare Source
👓 Spec Compliance
babel-parser
babel-plugin-proposal-optional-chaining
🚀 New Feature
babel-cli
,babel-core
babel-compat-data
,babel-preset-env
numeric-separator
topreset-env
(@JLHwung)export-namespace-from
topreset-env
(@JLHwung)babel-parser
babel-generator
,babel-parser
,babel-types
babel-core
,babel-generator
,babel-parser
,babel-plugin-syntax-decimal
,babel-standalone
,babel-types
babel-core
cloneInputAst
option tobabel.transformFromAst
(@coderaiser)🐛 Bug Fix
babel-helper-skip-transparent-expression-wrappers
,babel-plugin-proposal-optional-chaining
,babel-plugin-transform-spread
babel-helper-member-expression-to-functions
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-logical-assignment-operators
babel-plugin-transform-typescript
babel-plugin-transform-runtime
babel-parser
babel-generator
,babel-parser
,babel-plugin-transform-typescript
babel-generator
💅 Polish
babel-traverse
🏠 Internal
@babel/eslint-*
packages (@JLHwung)spec-new
in CONTRIBUTING.md skip cibabel-standalone
babel-compat-data
,babel-helper-compilation-targets
,babel-preset-env
babel-compat-data
,babel-core
,babel-helper-module-transforms
,babel-helper-split-export-declaration
,babel-parser
,babel-plugin-proposal-object-rest-spread
,babel-plugin-transform-classes
,babel-preset-env
,babel-traverse
,babel-types
babel-types
babel-compat-data
typescript-eslint/typescript-eslint
v3.7.1
Compare Source
Bug Fixes
call
(#2313) (30fafb0)webpack-contrib/css-loader
v4.2.0
Compare Source
Features
module.type
option, theicss
option is deprecated (#1150) (68f72af)4.1.1 (2020-07-30)
Bug Fixes
console
call (#1148) (b1b90ca)v4.1.1
Compare Source
v4.1.0
Compare Source
Features
icss
option (#1140) (a8ec7da)Bug Fixes
data
URLs (#1142) (91bc64b)eslint/eslint
v7.6.0
Compare Source
ecb2b73
Update: requiremeta
for fixable rules in RuleTester (refs #13349) (#13489) (Milos Djermanovic)6fb4edd
Docs: fix broken links in developer guide (#13518) (Sam Chen)318fe10
Fix: Do not outputundefined
as line and column when it's unavailable (#13519) (haya14busa)493b5b4
Sponsors: Sync README with website (ESLint Jenkins)f100143
Sponsors: Sync README with website (ESLint Jenkins)16b10fe
Fix: Update the chatroom link to go directly to help channel (#13536) (Nicholas C. Zakas)f937eb9
Sponsors: Sync README with website (ESLint Jenkins)e71e298
Update: Change no-duplicate-case to comparing tokens (fixes #13485) (#13494) (Yosuke Ota)6c4aea4
Docs: add ECMAScript 2020 to README (#13510) (Milos Djermanovic)yannickcr/eslint-plugin-react
v7.20.5
Compare Source
Fixed
jsx-curly-brace-presence
]: disable disallowed JSX text chars check in props (#2710 @jzabala)no-unused-state
]: check for class expression (#2712 @jzabala)prop-types
]: handle anonymous functions (#2730, #2731 @odinho @wKich @jzabala)Docs
no-access-state-in-setstate
]: fix example (#2724 @youngjuning)v7.20.4
Compare Source
Fixed
prop-types
]: handle component returning null (#2696 @hank121314)prop-types
]/[function-component-definition
]: Add check for first letter capitalization in functional component detection (#2699 @jzabala)prop-types
]: use variable value in prop type fields defined by variables (#2704 @jzabala)no-typos
]: warn on a bindinglessreact
importChanged
boolean-prop-naming
: Added test for function invocation of bool (#2697 @ajkovar)jsx-curly-brace-presence
,jsx-no-comment-textnodes
: add passing testsno-unused-state
: avoid a loopfacebook/jest
v26.2.2
Compare Source
Fixes
[jest-cli]
Use correct file name to override existing jest config on init (#10337)[jest-haste-map]
Properly detect support for nativefind
(#10346)v26.2.1
Compare Source
Fixes
[jest-worker]
Make sure to work with Node TS typings v12 (#10336)v26.2.0
Compare Source
Features
[jest-core, jest-circus, jest-reporter, jest-runner]
Added support for reporting individual test cases using jest-circus (#10227)[jest-config, jest-reporter, jest-runner, jest-test-sequencer]
AddslowTestThreshold
configuration option (#9366)[jest-haste-map]
Watchman crawler now includes dotfiles (#10075)[jest-worker]
Added support for workers to send custom messages to parent in jest-worker (#10293)[jest-worker]
Support passingresourceLimits
(#10335)[pretty-format]
Added support for serializing custom elements (web components) (#10217)Fixes
[expect]
Match symbols and bigints inany()
(#10223)[jest-changed-files]
Usegit diff
instead ofgit log
for--changedSince
(#10155)[jest-console]
Add missingconsole.timeLog
for compatibility with Node (#10209)[jest-haste-map]
Checkfind
binary supports the-iname
parameter (#10308)[jest-snapshot]
Strip added indentation for inline error snapshots (#10217)Chore & Maintenance
[*]
Add missing dependency on@types/node
(#10248)[jest-jasmine2]
ConvertPCancelable
to TypeScript (#10215)[jest-jasmine2]
Refine typings ofqueueRunner
(#10215)[jest-jasmine2]
Remove usage ofFunction
type (#10216)[jest-resolve]
Improve types (#10239)[docs]
Clarify thejest.requireActual(moduleName)
example[jest-types]
Refine typings ofcoverageReporters
(#10275)webpack-contrib/terser-webpack-plugin
v3.0.8
Compare Source
kulshekhar/ts-jest
v26.1.4
Compare Source
Bug Fixes
webpack/webpack
v4.44.1
Compare Source
Bugfixes
export * from "non-esm"
and a default export.Renovate configuration
📅 Schedule: "after 10pm on sunday,before 5am on sunday" in timezone Asia/Tokyo.
🚦 Automerge: Enabled.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.