chore(deps): update all development non-major dependencies #344
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.4.4->7.4.57.4.4->7.4.54.2.0->4.3.016.8.17->16.8.190.2.11->0.2.127.0.8->7.0.93.3.6->3.3.74.1.7->4.1.107.0.9->7.0.100.1.27->0.1.289.0.9->9.0.106.4.10->6.4.114.0.8->4.0.94.0.8->4.0.96.0.8->6.0.95.1.4->5.1.54.1.16->4.1.176.3.3->6.3.43.1.0->3.1.33.0.3->3.0.43.9.0->3.10.01.13.1->1.14.022.5.1->22.6.42.3.0->2.4.03.2.2->3.4.08.1.7->8.2.00.6.0->0.7.01.17.1->1.18.21.8.1->1.8.24.2.0->4.3.110.0.1->10.1.01.7.0->1.8.04.32.0->4.33.03.3.2->3.3.3Release Notes
babel/babel
v7.4.5Compare Source
🐛 Bug Fix
babel-parserbabel-preset-envbabel-plugin-transform-typescript💅 Polish
babel-parserbabel-preset-envbabel-corebabel-core,babel-traverse🏠 Internal
babel-nodesmooth-code/svgr
v4.3.0Compare Source
Features
zendeskgarden/css-components
v0.2.12Compare Source
zloirock/core-js
v3.1.3Compare Source
core-js/features/reflect/delete-metadataentry pointpostinstallscript like supportnpmcolor config (#556) or adding support ofADBLOCKenv variablev3.1.2Compare Source
npxbug onpostinstall, #551v3.1.1Compare Source
Symbolpolyfills, #550, #554esnext.string.match-allin some entry points for fix autogeneration ofcore-js-compat/entriesand backward@babel/preset-envcompatibilitynickmerwin/node-coveralls
v3.0.4Compare Source
airbnb/enzyme
v3.10.0Compare Source
New Stuff
shallowaddsuspenseFallbackoption; supportSuspense/Lazy(#1975)shallow/mount: addinvoke(propName)(...args)(#1856, #945)shallow: Support rendering anddive()ingcreateContext()providers and consumers (#1966)mount/shallow: addgetWrappingComponent(#1960)Utils: addisCustomComponent(#1960)Utils: addstubargument tospyMethodEnzymeAdapter: addmatchesElementType(#2146)RSTTraversal: addgetHTMLFromHostNodesFixes
selectors: unwrapmemoelements - in both directions (#2146)shallow: properly determine "should render" forPureComponents (#2096)mount/shallow:renderProp: improve error messages (#2070)mount:setContext: use proper wrapper name in error messageshallow:.contains(): clean up error messageshallow/mount:hasClass: avoid a crash with a non-string argument (#2057)mount: properly handle HTML of multiple nodes (#2052)shallow: ensure that if gDSFP exists, cDU is called. (#2027)shallow: Mock sCU if gDSFP defined in shallow renderer rerender (#1981)mount:.state(): allow getting state from stateful children of a stateless root (#2043)mount:.text(): properly recurse through fragments and arrays (#2028)Refactors
ReactWrapper/ShallowWrapper: ensure calling an adapter‘s nodeToElement preserves the receivermount: usegetHTMLFromHostNodesDocs
shallow: fix childAt (#2134)debug: Added documentation forverboseflag (#2104)reduce/reduceRight: fix example code (#2066, #2065, #2064)simulateErrorwithgetDerivedStateFromError(#2036)shallow:.hasClass: fix use ofmountjest: Update deprecated jest config key (#2024)jest-community/eslint-plugin-jest
v22.6.4Compare Source
Bug Fixes
v22.6.3Compare Source
Bug Fixes
v22.6.2Compare Source
Bug Fixes
v22.6.1Compare Source
Bug Fixes
v22.6.0Compare Source
Features
typicode/husky
v2.4.0Compare Source
HUSKY_SKIP_HOOKSto skip all hookstesting-library/jest-dom
v3.4.0Compare Source
Features
toBeInvalidandtoBeValidmatchers (#110) (09f7f04)v3.3.0Compare Source
Features
okonet/lint-staged
v8.2.0Compare Source
Bug Fixes
Features
webpack-contrib/mini-css-extract-plugin
v0.7.0Compare Source
Bug Fixes
publicPathregression (#384) (582ebfe)Features
moduleFilenameoption (#381) (13e9cbf)prettier/prettier
v1.18.2Compare Source
diff
TypeScript: only add trailing commas in tuples for
--trailing-comma=all([#6199] by @duailibe)In Prettier 1.18 we added trailing commas in tuples when
--trailing-comma=all, but it was also adding for--trailing-comma=es5.[#6199]: #6199
@duailibe: https://github.com/duailibe
v1.18.1Compare Source
diff
TypeScript: Add trailing comma in tsx, only for arrow function (#6190 by @sosukesuzuki)
Prettier inserts a trailing comma to single type parameter for arrow functions in tsx, since v 1.18. But, this feature inserts a trailing comma to type parameter for besides arrow functions too (e.g, function , interface). This change fix it.
Config: Match dotfiles in config overrides (#6194 by @duailibe)
When using
overridesin the config file, Prettier was not matching dotfiles (files that start with.). This was fixed in 1.18.1v1.18.0Compare Source
diff
🔗 Release Notes
bvaughn/react-window
v1.8.2Compare Source
overscanColumnsCountandoverscanRowsCountprops in favor of more consistently namedoverscanColumnCountandoverscanRowCount. (nihgwu - #229)styled-components/styled-components
v4.3.1Compare Source
v4.3.0Compare Source
Make it possible to initialize
SC_ATTRandSC_DISABLE_SPEEDYviaREACT_APP_*.env variables for easier integration with CRA applications (see #2501)Fix
themeprop for styled native components, also fixesthemeindefaultPropsfor them.Add "forwardedAs" prop to allow deeply passing a different "as" prop value to underlying components
when using
styled()as a higher-order componentImplement defaultProps folding (see #2597)
v4.2.1Compare Source
Remove className usage checker dev utility due to excessive false-positive noise in certain runtime environments like next.js and the related warning suppression prop (see #2563).
Attach displayName to forwardRef function as described in React docs (see #2508).
Compatibility with react-native-web 0.11 (see #2453).
Add stack trace to .attrs warning (see #2486).
Fix functions as values for object literals. (see 2489)
Remove validation in Babel macro, by @mAAdhaTTah (see #2427)
stylelint/stylelint
v10.1.0Compare Source
selector-max-empty-linesautofix (#3717).--report-needless-disablesoutput (#4071).--output-fileCLI flag (#4085).function-calc-no-invalidfalse positives for interpolation (#4046).declaration-block-semicolon-space-beforeautofix with!importantannotations (#4016).selector-pseudo-class-no-unknownfalse positives fordefined(#4081).styled-components/stylelint-processor-styled-components
v1.8.0Compare Source
ignoreFiles, which allows to skip files to be lintedwebpack/webpack
v4.33.0Compare Source
Features
target: "electron-preload"for electron 5target: "web"in electron 5Bugfixes
v4.32.2Compare Source
Bugfixes
v4.32.1Compare Source
Bugfixes
node: false.webpack/webpack-cli
v3.3.3Compare Source
Full Changelog
New Features
Chore
CLI
Docs
Fix
Tests
Misc
Renovate configuration
📅 Schedule: "every weekend" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "
rebase!".👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot. View repository job log here.