Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 25, 2019

This PR contains the following updates:

Package Type Update Change
@babel/core (source) devDependencies patch 7.4.4 -> 7.4.5
@babel/preset-env (source) devDependencies patch 7.4.4 -> 7.4.5
@svgr/webpack devDependencies minor 4.2.0 -> 4.3.0
@types/react devDependencies patch 16.8.17 -> 16.8.19
@zendeskgarden/css-breadcrumbs (source) devDependencies patch 0.2.11 -> 0.2.12
@zendeskgarden/css-buttons (source) devDependencies patch 7.0.8 -> 7.0.9
@zendeskgarden/css-callouts (source) devDependencies patch 3.3.6 -> 3.3.7
@zendeskgarden/css-chrome (source) devDependencies patch 4.1.7 -> 4.1.10
@zendeskgarden/css-forms (source) devDependencies patch 7.0.9 -> 7.0.10
@zendeskgarden/css-grid (source) devDependencies patch 0.1.27 -> 0.1.28
@zendeskgarden/css-menus (source) devDependencies patch 9.0.9 -> 9.0.10
@zendeskgarden/css-modals (source) devDependencies patch 6.4.10 -> 6.4.11
@zendeskgarden/css-pagination (source) devDependencies patch 4.0.8 -> 4.0.9
@zendeskgarden/css-tables (source) devDependencies patch 4.0.8 -> 4.0.9
@zendeskgarden/css-tabs (source) devDependencies patch 6.0.8 -> 6.0.9
@zendeskgarden/css-tags (source) devDependencies patch 5.1.4 -> 5.1.5
@zendeskgarden/css-tooltips (source) devDependencies patch 4.1.16 -> 4.1.17
@zendeskgarden/css-variables (source) devDependencies patch 6.3.3 -> 6.3.4
core-js devDependencies patch 3.1.0 -> 3.1.3
coveralls devDependencies patch 3.0.3 -> 3.0.4
enzyme (source) devDependencies minor 3.9.0 -> 3.10.0
enzyme-adapter-react-16 (source) devDependencies minor 1.13.1 -> 1.14.0
eslint-plugin-jest devDependencies minor 22.5.1 -> 22.6.4
husky devDependencies minor 2.3.0 -> 2.4.0
jest-dom devDependencies minor 3.2.2 -> 3.4.0
lint-staged devDependencies minor 8.1.7 -> 8.2.0
mini-css-extract-plugin devDependencies minor 0.6.0 -> 0.7.0
prettier (source) devDependencies minor 1.17.1 -> 1.18.2
react-window (source) devDependencies patch 1.8.1 -> 1.8.2
styled-components (source) devDependencies minor 4.2.0 -> 4.3.1
stylelint (source) devDependencies minor 10.0.1 -> 10.1.0
stylelint-processor-styled-components devDependencies minor 1.7.0 -> 1.8.0
webpack devDependencies minor 4.32.0 -> 4.33.0
webpack-cli devDependencies patch 3.3.2 -> 3.3.3

Release Notes

babel/babel

v7.4.5

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
smooth-code/svgr

v4.3.0

Compare Source

Features
zendeskgarden/css-components

v0.2.12

Compare Source

zloirock/core-js

v3.1.3

Compare Source

  • Fixed core-js/features/reflect/delete-metadata entry point
  • Some fixes and improvements of the postinstall script like support npm color config (#​556) or adding support of ADBLOCK env variable
  • Refactoring and some minor fixes

v3.1.2

Compare Source

  • Added a workaround of a strange npx bug on postinstall, #​551

v3.1.1

Compare Source

  • Added one more workaround of alternative not completely correct Symbol polyfills, #​550, #​554
  • Reverted esnext.string.match-all in some entry points for fix autogeneration of core-js-compat/entries and backward @babel/preset-env compatibility
nickmerwin/node-coveralls

v3.0.4

Compare Source

airbnb/enzyme

v3.10.0

Compare Source

New Stuff
  • shallow add suspenseFallback option; support Suspense/Lazy (#​1975)
  • shallow/mount: add invoke(propName)(...args) (#​1856, #​945)
  • shallow: Support rendering and dive()ing createContext() providers and consumers (#​1966)
  • mount/shallow: add getWrappingComponent (#​1960)
  • Utils: add isCustomComponent (#​1960)
  • Utils: add stub argument to spyMethod
  • EnzymeAdapter: add matchesElementType (#​2146)
  • RSTTraversal: add getHTMLFromHostNodes
Fixes
  • selectors: unwrap memo elements - in both directions (#​2146)
  • shallow: properly determine "should render" for PureComponents (#​2096)
  • mount/shallow: renderProp: improve error messages (#​2070)
  • mount: setContext: use proper wrapper name in error message
  • shallow: .contains(): clean up error message
  • shallow/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 receiver
  • mount: use getHTMLFromHostNodes
Docs
  • explain why need to re-call .find() after update (#​2140)
  • shallow: fix childAt (#​2134)
  • Update v2 -> v3 migration guide re props after a stage change (#​1300)
  • debug: Added documentation for verbose flag (#​2104)
  • Add on the fly JSDOM include example (#​2072)
  • reduce/reduceRight: fix example code (#​2066, #​2065, #​2064)
  • update simulateError with getDerivedStateFromError (#​2036)
  • shallow: .hasClass: fix use of mount
  • add link to Cheerio API and another example (#​756)
  • jest: Update deprecated jest config key (#​2024)
jest-community/eslint-plugin-jest

v22.6.4

Compare Source

Bug Fixes

v22.6.3

Compare Source

Bug Fixes

v22.6.2

Compare Source

Bug Fixes

v22.6.1

Compare Source

Bug Fixes

v22.6.0

Compare Source

Features
typicode/husky

v2.4.0

Compare Source

  • Add HUSKY_SKIP_HOOKS to skip all hooks
testing-library/jest-dom

v3.4.0

Compare Source

Features

v3.3.0

Compare Source

Features
okonet/lint-staged

v8.2.0

Compare Source

Bug Fixes
  • normalize gitDir path for Windows compatibility (90e343b)
Features
  • throw error in runAll if outside git directory (6ac666d)
webpack-contrib/mini-css-extract-plugin

v0.7.0

Compare Source

Bug Fixes
Features
prettier/prettier

v1.18.2

Compare Source

diff

v1.18.1

Compare 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.

    // Input
    interface Interface1<T> {
      one: "one";
    }
    function function1<T>() {
      return "one";
    }
    
    // Output (Prettier stable)
    interface Interface1<T,> {
      one: "one";
    }
    function function1<T,>() {
      return "one";
    }
    
    // Output (Prettier master)
    interface Interface1<T> {
      one: "one";
    }
    function function1<T>() {
      return "one";
    }
  • Config: Match dotfiles in config overrides (#​6194 by @​duailibe)

    When using overrides in the config file, Prettier was not matching dotfiles (files that start with .). This was fixed in 1.18.1

v1.18.0

Compare Source

diff

🔗 Release Notes

bvaughn/react-window

v1.8.2

Compare Source

  • ✨ Deprecated grid props overscanColumnsCount and overscanRowsCount props in favor of more consistently named overscanColumnCount and overscanRowCount. (nihgwu - #​229)
  • 🐛 Fixed shaky elastic scroll problems present in iOS Safari. #​244
  • 🐛 Fixed RTL edge case bugs and broken scroll-to-item behavior. #​159
  • 🐛 Fixed broken synchronized scrolling for RTL lists/grids. #​198
styled-components/styled-components

v4.3.1

Compare Source

  • Revert #​2586; breaks rehydration in dev for certain runtimes like next.js

v4.3.0

Compare Source

  • Make it possible to initialize SC_ATTR and SC_DISABLE_SPEEDY via REACT_APP_* .env variables for easier integration with CRA applications (see #​2501)

  • Fix theme prop for styled native components, also fixes theme in
    defaultProps for them.

  • Add "forwardedAs" prop to allow deeply passing a different "as" prop value to underlying components
    when using styled() as a higher-order component

  • Implement defaultProps folding (see #​2597)

v4.2.1

Compare 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.0

Compare Source

  • Added: selector-max-empty-lines autofix (#​3717).
  • Added: rule names for --report-needless-disables output (#​4071).
  • Added: --output-file CLI flag (#​4085).
  • Fixed: function-calc-no-invalid false positives for interpolation (#​4046).
  • Fixed: declaration-block-semicolon-space-before autofix with !important annotations (#​4016).
  • Fixed: selector-pseudo-class-no-unknown false positives for defined (#​4081).
styled-components/stylelint-processor-styled-components

v1.8.0

Compare Source

  • support new option ignoreFiles, which allows to skip files to be linted
webpack/webpack

v4.33.0

Compare Source

Features

  • add target: "electron-preload" for electron 5
    • renderer should use target: "web" in electron 5

Bugfixes

  • fix HMR rejection of removed and readded self-accepted modules

v4.32.2

Compare Source

Bugfixes

  • fix some weird schema validation messages
  • fix problem in production mode (sideEffects + concatenation) which caused reexported values to become undefined (bug since 4.32.0)

v4.32.1

Compare Source

Bugfixes

  • reverts some changes from 4.32.0 which accidentally disabled some CommonJs features when using node: false.
webpack/webpack-cli

v3.3.3

Compare Source

Full Changelog

New Features

  • chore: Added type definitions for the data returned by envinfo (#​921)
  • add htmlWebpackPlugin in development (88fcfa8)
  • add mergeHandler (248b9cc)
  • generators: add generated file templates (6be9291)
  • init: generate README (c090b17)
  • init: generate tsconfig (25ab7e6)
  • init: support ts in configuration (283e089)
  • init: wip typescript support (093a36d)
  • md: formats md before committing (#​851)
  • webpack-scaffold: adds Input defaults, doc & tests (0a648f7)

Chore

  • monorepo version update (69f7683)
  • update jest snapshots (efe8c2a)
  • monorepo version update (12a38be)
  • lockfile updates (2608179)
  • v.3.2.2 until mnorepo versioning (25c6e7b)
  • update utils version for init pkg (67b3dc7)
  • monorepo version update (ace0d4a)
  • lerna independent (16079a1)
  • sec fixes (b9711e8)
  • sec patch monorepo (9b78911)
  • v.3.3.3 (d577b0c)
  • ast-utils: undo return statements as per review (418c72c)
  • dep: commit lock (5a28a77)
  • dep: add eslint-plugin-prettier as dev dep (98ccd6f)
  • eslint: add eslint-prettier plugin (671abd5)
  • interfaces: minor modifications based on reviews (abb1a48)
  • lint: rm unused lint disables (ae4260a)
  • group imports (7fe04e9)
  • lint: fix code as per conflicting config (5bf847c)
  • reorder imports (0e0ba8a)
  • reorder imports (8a66c21)
  • reorder imports (57b47c3)
  • add some comments (95275ac)
  • lint: extend prettier config (5943f26)
  • lint: add eslint-config-prettier (4019049)
  • linting (ba0116a)
  • revise typo (a4597dd)
  • lint: format all files as per prettier plugin (f6992e6)
  • remove eslint disable comments (d72ac08)
  • use import instead of require (5ee4169)
  • update variable name (8e3f4ae)
  • update error message (8609b2b)
  • create questions.ts (7481974)
  • revise typo (be88ca9)
  • update lockfiles (a0216fe)
  • deps: update lock file (ea55cd5)
  • format: fix formatting using prettier (0b6437e)
  • infra: fix typo (98466d6)
  • infra: format all staged files on precommit (2a2e9a1)
  • infra: fix scripts to format files (876471c)
  • lint: fix lint warnings (#​926)
  • refactored the add-generator (80713fc)
  • migrate: replaces console with process stream (1df301d)
  • refactor: use all utils from the root file in generators (faabbfb)
  • utils: add valueType (43040fe)
  • utils: refactor util types (e7c5170)
  • fix azure (19e039f)
  • utils: refactors modify config helper (39be039)
  • utils: refactors ast utils (9f35073)
  • add types to import functions (8b88980)
  • refactor serve command action handler (d2c7ae4)
  • keep lowercase (c01a80b)
  • formatting (20ff530)
  • add errors for invalid params (27c6198)
  • cli: fixes linting err (9f1deb2)
  • utils: seperates interfaces from the core module (d0a4177)
  • remove trivial type (5e23da2)
  • create isImportPresent (a89645a)
  • use replaceWith (6a7e662)
  • update prop name (55d237b)
  • update parseMerge (b6a438d)
  • fix linting (c7c1a83)
  • format and revise code w.r.t style (e9d426d)
  • make config const (445ab31)
  • update parseMerge (cf85535)
  • pluginarrlength for length of the plugin (4872416)
  • made condition strict (88eec7c)
  • update types of the config (a2c49e2)
  • update variable name (1323bbf)
  • revise SECURITY.md (2a9e304)
  • revise SECURITY.md (9cdc357)
  • revise version support (90f397c)
  • add JSDoc descriptions (e023d23)
  • lint (cb5a15f)
  • lint (0782944)
  • lint (5778bdf)
  • ci: add node 12 (#​872)
  • cli: fixes code indentation (ff263f9)
  • cli: cleanup (ed4095f)
  • cli: remove findup-sync from package dir and move to utils (fe9c289)
  • cli: move constants to a separate file (#​798)
  • plugins.ts: added if-stmt for native plugins (fc9e259)
  • refactor: move questions to utils (915c4ab)
  • refactor: add generator (66bde9f)
  • utils: fix deprecated babylon (99304c4)
  • loop change (818e43e)
  • add sec & versioning policy (5e33f8a)
  • add-generator: changed the naming of the plugin in config file (7fbc3a4)
  • github: add sponsor button (88f2408)
  • refactor: update package list (e5c7f67)
  • style: fixed the indentation (e583aab)
  • added a generatePluginName method in generators utils (7d83453)
  • refactor: move schema to utils (2299848)
  • refactor: add generator (d901d49)
  • util: use relative for now (5a0952e)
  • utils: use absolute path (00a6348)

CLI

  • fix watch options for array config (#​892)

Docs

  • contribute: adds section seperator (cff0c55)
  • contribute: combines seperate sections for npm and yarn (aefa8eb)
  • contributing: updates the docs for the test (7656637)
  • fix link to webpack-scaffold (de0b4a0)
  • init: improve description (9856bab)
  • utils: update prettier (8b6d47b)

Fix

  • improve checking file permission (de41351)
  • chore: Minor fix (6810182)
  • use fork cause original repo is unmaintained (383125a)
  • add: apply suggestions (ccf0dce)
  • add: add handling of merge option (eb43443)
  • add: add handling of merge option (ce51a0a)
  • ci: fixes linting error in ci (cfc0117)
  • cli: updates err message (b5e1913)
  • cli: removes the comment before err handling block (ac5a53f)
  • cli: --config-register resolves relative to root (23375bd)
  • cli: removes func return in catch instance (7d31321)
  • cli: sets stack trace limit (869024f)
  • cli: err when no args passed, refactored nested conditional blocks (a9bc0bd)
  • cli: shows error message based on package manager (a3ce273)
  • cli: error when no webpack and args found (2250af0)
  • generator: fixed the support of native plugins in add command (123a150)
  • infra: fixes npm run docs (65c08e2)
  • formatting files (eb3909b)
  • remove type from inherited type (960e73a)
  • remove type from inherited type (0552f76)
  • change parser options (4e8bc76)
  • json module resolve (61697b8)
  • cli: improves error handling with args (cc64955)
  • generator: generate correct module.rule for babel & ts (263b83c)
  • generator: using configFile in configPath to get the config file name (#​883)
  • genrators/utils/style: typo & fix (f46f4e5)

Tests

  • inputvalidate: remove undefined (fb25bd2)

Misc

  • update internal docs (7071b5c)
  • add lerna publish cmnd (5c8c6a1)
  • generators: remove comment (bd06a69)
  • generators: refactor (376dcbd)
  • generators: small text improvements (782f56c)
  • generators: improve prompts (ac35a31)
  • generators: refactor init-generator (d574846)
  • generators: refactor utils (17e4511)
  • generators/utils/style: refactor (392fcfe)
  • init: refactor with async/await (1b07d2b)
  • init: small refactor (4627ea1)
  • init-generator: improve readme (f971632)
  • init-generator: small refactor (dcf44c1)
  • init-generator: use webpackOption types, improve test rules (a650e0e)
  • init-generator: improve types & defaults (fb23aa4)
  • packages: complete rebase (488b06c)
  • types: correct types (85ef3e7)

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@coveralls
Copy link

coveralls commented May 25, 2019

Coverage Status

Coverage remained the same at 94.752% when pulling 832d376 on renovate/dev-minor-patch into 51be272 on master.

@renovate renovate bot force-pushed the renovate/dev-minor-patch branch 7 times, most recently from 6683504 to 2f1fe13 Compare May 28, 2019 14:51
@renovate renovate bot force-pushed the renovate/dev-minor-patch branch 9 times, most recently from fe9689e to 9840555 Compare June 4, 2019 16:05
@renovate renovate bot force-pushed the renovate/dev-minor-patch branch 6 times, most recently from 246e680 to 859e78b Compare June 6, 2019 08:39
@renovate renovate bot force-pushed the renovate/dev-minor-patch branch 2 times, most recently from 3dfceca to 0808106 Compare June 7, 2019 12:13
@renovate renovate bot force-pushed the renovate/dev-minor-patch branch 5 times, most recently from 2a90505 to 96b73e8 Compare June 7, 2019 22:53
@austingreendev austingreendev force-pushed the renovate/dev-minor-patch branch from 96b73e8 to 832d376 Compare June 7, 2019 23:49
@austingreendev austingreendev merged commit 4050eb6 into master Jun 7, 2019
@austingreendev austingreendev deleted the renovate/dev-minor-patch branch June 7, 2019 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

4 participants