Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 18, 2018

This Pull Request renovates the package group "all development non-major dependencies" with the following modifications:

Note: This PR was created on a configured schedule ("every weekend") and will not receive updates outside those times.

  • Updates devDependency @zendeskgarden/css-tooltips (homepage, source) from v4.0.5 to v4.0.7
  • Updates devDependency @zendeskgarden/css-forms (homepage, source) from v6.0.7 to v6.0.8
  • Updates devDependency @zendeskgarden/css-tags (homepage, source) from v4.0.5 to v4.0.7
  • Updates devDependency @zendeskgarden/css-tabs (homepage, source) from v5.0.5 to v5.0.6
  • Updates devDependency react-beautiful-dnd (source) from v9.0.0 to v9.0.1
  • Updates devDependency @zendeskgarden/svg-icons (homepage, source) from v4.4.1 to v4.4.4
  • Updates devDependency @zendeskgarden/css-variables (homepage, source) from v5.0.3 to v5.0.4
  • Updates devDependency @zendeskgarden/css-tables (homepage, source) from v3.0.7 to v3.0.8
  • Updates devDependency @zendeskgarden/css-pagination (homepage, source) from v3.0.5 to v3.0.6
  • Updates devDependency @zendeskgarden/css-callouts (homepage, source) from v3.0.5 to v3.0.6
  • Updates devDependency @zendeskgarden/css-modals (homepage, source) from v6.2.2 to v6.2.3
  • Updates devDependency @zendeskgarden/css-menus (homepage, source) from v7.0.6 to v7.0.7
  • Updates devDependency @zendeskgarden/css-grid (homepage, source) from v0.1.8 to v0.1.9
  • Updates devDependency @zendeskgarden/css-buttons (homepage, source) from v6.0.5 to v6.0.6
  • Updates devDependency @zendeskgarden/css-avatars (homepage, source) from v3.0.5 to v3.0.6
  • Updates devDependency webpack (source) from v4.16.5 to v4.17.1
  • Updates devDependency uglifyjs-webpack-plugin (source) from v1.2.7 to v1.3.0
  • Updates devDependency stylelint (homepage, source) from v9.4.0 to v9.5.0
  • Updates devDependency styled-components (homepage, source) from v3.4.2 to v3.4.4
  • Updates devDependency react-styleguidist (source) from v7.2.1 to v7.2.5
  • Updates devDependency mini-css-extract-plugin (source) from v0.4.1 to v0.4.2
  • Updates devDependency markdownlint-cli (source) from v0.12.0 to v0.13.0
  • Updates devDependency lerna (homepage, source) from v3.0.3 to v3.1.4
  • Updates devDependency jest-styled-components (source) from v6.0.1 to v6.1.1
  • Updates devDependency eslint-plugin-react (source) from v7.10.0 to v7.11.1
  • Updates devDependency eslint (homepage, source) from v5.3.0 to v5.4.0
  • Updates devDependency enzyme (homepage, source) from v3.4.1 to v3.4.4
  • Updates devDependency @zendeskgarden/stylelint-config (homepage, source) from v9.0.2 to v9.0.4
  • Updates devDependency @zendeskgarden/eslint-config (homepage, source) from v7.0.1 to v7.0.4
  • Updates devDependency @types/react (source) from v16.4.9 to v16.4.11

Release Notes


zendeskgarden/css-components

v4.0.7

Compare Source




atlassian/react-beautiful-dnd

v9.0.1

Compare Source

Fixes

  • Fixing memory leak when unmounting DragDropContext #​720. Thanks @​faiwer for finding this one, and for the great issue detail!

Improvements

  • More flexible flow type for DragDropContext > hook functions #​695. Thanks @​kylehalleman!!!
  • More information in the documentation about using interactive elements (such as button) as drag handles. #​704 Thanks @​kylehalleman!

Changes

DragDropContext > hook functions now allow you to return a value from your hook function if you want. However, we do not do anything with these returned values. This is also called out in the docs #​695

- type OnBeforeDragStartHook = (start: DragStart) => void;
- type OnDragStartHook = (start: DragStart, provided: HookProvided) => void;
- type OnDragUpdateHook = (update: DragUpdate, provided: HookProvided) => void;
- type OnDragEndHook = (result: DropResult, provided: HookProvided) => void;
  • type OnBeforeDragStartHook = (start: DragStart) => mixed;
  • type OnDragStartHook = (start: DragStart, provided: HookProvided) => mixed;
  • type OnDragUpdateHook = (update: DragUpdate, provided: HookProvided) => mixed;
  • type OnDragEndHook = (result: DropResult, provided: HookProvided) => mixed;



zendeskgarden/svg-icons

v4.4.4

Compare Source

4.4.4 (2018-08-22)


v4.4.3

Compare Source

4.4.4 (2018-08-22)


v4.4.2

Compare Source

4.4.3 (2018-08-15)




webpack/webpack

v4.17.1

Compare Source

Bugfixes

  • fix missing reexports in export * in a concatenated module

v4.17.0

Compare Source

Features

  • allow to provide custom functions to IgnorePlugin

Bugfixes

  • remove incorrectly emitted dead code in concatenated modules
  • chunk ids contribute to [contenthash] for js assets
  • fix crash when trying to export globals in concatenated modules



webpack-contrib/uglifyjs-webpack-plugin

v1.3.0

Compare Source

Bug Fixes
  • all nodejs globals avaliable inside minify function (#​332) (24fe22b)
  • uglify/Runner: cpus length in a chroot environment (os.cpus()) (#​341) (6d9c36f)
Features

1.2.7 (2018-06-25)

Bug Fixes

1.2.6 (2018-06-20)

Bug Fixes

1.2.5 (2018-04-18)

Bug Fixes
Performance Improvements

1.2.4 (2018-03-16)

Bug Fixes
  • index: correct default asset name {RegExp} (options.test) (#​259) (f9e55fe)
  • index: don't remove legal comments by default (options.extractComments) (#​250) (b31b574)

1.2.3 (2018-03-10)

Bug Fixes
  • index: correct [name].js.LICENSE file path (options.extractComments) (#​249) (430111c)
  • index: relax default asset name {RegExp} (options.test) (#​251) (d27e822)
  • package: update schema-utils v0.4.3…0.4.5 (dependencies) (#​255) (4c0feb8)
  • package: updatecacache v10.0.1…10.0.4 (dependencies) (#​253) (8b0c0cd)
Performance Improvements

1.2.2 (2018-02-24)

Bug Fixes

1.2.1 (2018-02-23)

Bug Fixes
  • index: tapable deprecation warnings (webpack >= v4.0.0) (#​238) (23b1b38)



stylelint/stylelint

v9.5.0

Compare Source

  • Added: bundled support for styles in CSS-in-JS object literals (#​3506).
  • Added: --print-config CLI flag (#​3532).
  • Added: block-closing-brace-newline-before autofix (#​3442).
  • Added: block-opening-brace-newline-before autofix (#​3518).
  • Added: block-opening-brace-space-after autofix (#​3520).
  • Added: block-opening-brace-newline-after autofix (#​3441).
  • Added: declaration-block-semicolon-newline-after autofix (#​3545).
  • Added: declaration-block-semicolon-space-before autofix (#​3554).
  • Added: declaration-colon-space-after autofix (#​3538).
  • Added: selector-list-comma-newline-before autofix (#​3517).
  • Added: selector-list-comma-space-after autofix (#​3490).
  • Added: unix formatter (#​3524).
  • Fixed: selector-descendant-combinator-no-non-space false positives for calculations with parenthesis (#​3508).



styled-components/styled-components

v3.4.4

Compare Source


v3.4.3

Compare Source




styleguidist/react-styleguidist

v7.2.5

Compare Source

  • Fixed: Support at-return as a synonym of at-returns

    Simplify code a bit.


v7.2.4

Compare Source

  • Fixed: Appear page not found when a component is isolated (#​1091)

v7.2.3

Compare Source


v7.2.2

Compare Source

  • Fixed: Fix preview of method optional argument, JSDoc param and return synonyms (#​1046)

    Read 'param', 'arg', 'argument' JSDoc tags for method params, and 'return', 'returns' for method return value.




webpack-contrib/mini-css-extract-plugin

v0.4.2

Compare Source

Bug Fixes
  • use correct order when multiple chunk groups are merged (#​246) (c3b363d)



igorshubovych/markdownlint-cli

v0.13.0

Compare Source

  • Improve performance of -i/--ignore



lerna/lerna

v3.1.4

Compare Source

Bug Fixes
  • symlink-binary: Avoid instanceof across nested module boundaries (26d1b72), closes #​1525

v3.1.3

Compare Source

Bug Fixes
  • symlink-binary: Avoid instanceof across nested module boundaries (26d1b72), closes #​1525

v3.1.2

Compare Source

Bug Fixes
  • add: Avoid passing bad scope to pacote (ad649bf), closes #​1592
  • global-options: Move env defaults to command superclass (6d8e405), closes #​1449

v3.1.1

Compare Source

Bug Fixes
  • Setup instance.filteredPackages explicitly (32357f8)
  • Use packageGraph.rawPackageList instead of misleading instance.filteredPackages (2e2abdc)
  • bootstrap: Remove redundant duplicate name check (c2405a1)
  • command: Remove redundant filteredPackages calculation (e0a361f)
  • filter-options: Move filterPackages logic into named export (e863c28)
  • package-graph: Throw errors when package names are not unique (387df2b)
  • publish: Allow composed version command to decide when to verify working tree (e61aa67)

v3.1.0

Compare Source

Bug Fixes
  • collect-updates: Report no changes when on a release commit (082d876), closes #​1548
  • command: Detect composed commands more accurately (1e51b39)
  • command: Log lerna CLI version with less ambiguity (67494e7)
  • publish: Throw errors if --canary attempted on unclean tree or tagged release (5da0e42)
  • version: Throw errors if tree is unclean or duplicating tagged release (d8ee1cf)
Features
  • Create [@lerna](https://github.com/lerna)/check-working-tree (98cd41f)
  • Create [@lerna](https://github.com/lerna)/describe-ref (8c11b75)

3.0.6 (2018-08-16)

Bug Fixes
  • command: Silence goalpost logging when running a composed command (12b4280)
  • create: Use whatwg-url instead of node 8.x-dependent URL class (8701b79)
  • init: Consume lernaVersion from options, not instance property (89e31d2)
  • npm-publish: Tip-toe around logging when emitting chunk to stdout (c027246)
  • version: Pass --preid to selection prompt (23a30a0), closes #​1214
  • version: Prioritize --preid over existing prerelease ID (#​1568) (f2c470a)

3.0.5 (2018-08-15)

Bug Fixes
  • collect-updates: Remove period from committish log message (a97262c)
  • filter-options: Allow --private to be configured from file (21e134c)
  • global-options: Allow --sort to be configured from file (f4aed75)
  • help: Insert line break before describing boolean negations (da2f886)
  • options: Provide -y alias for --yes (3ea460c)
  • publish: Add confirmation prompt before execution (47766e5), closes #​1566
  • publish: Get tagged packages from merge commit (#​1567) (fc771d9)
  • version: Log skipped publish when composed (89645b7)

3.0.4 (2018-08-14)

Bug Fixes
  • publish: Do not ping third-party registries (42f4fdd), closes #​1560
  • publish: Only pass --json to npm pack when npm >= 5.10.0 (71babce), closes #​1558
  • publish: Run publish from leaf nodes again (3d348ec), closes #​1560

3.0.3 (2018-08-11)

Bug Fixes
  • publish: Restore deprecated --skip-npm functionality (cb47cb6), closes #​1553

3.0.2 (2018-08-11)

Bug Fixes
  • conventional-commits: Pass --tag-version-prefix to changelog utilities (8ed7d83)
  • conventional-commits: Provide fallback bump when releaseType is missing (e330f6f), closes #​1551
  • exec: Allow config files to override defaults (2335149)
  • publish: Add default for --tag-version-prefix (f159442)
  • publish: Allow disabling of registry and package verification (0bfdff5), closes #​1552
  • run: Allow config files to override defaults (f15b6fb)
  • version: Allow config files to override defaults (bb1cfb5)
  • version: Positional bump supersedes --conventional-commits when choosing version (a74c866)

3.0.1 (2018-08-10)

Bug Fixes
  • publish: Allow unpublished packages to pass access verification (3a7348c)

v3.0.6

Compare Source

Bug Fixes
  • collect-updates: Report no changes when on a release commit (082d876), closes #​1548
  • command: Detect composed commands more accurately (1e51b39)
  • command: Log lerna CLI version with less ambiguity (67494e7)
  • publish: Throw errors if --canary attempted on unclean tree or tagged release (5da0e42)
  • version: Throw errors if tree is unclean or duplicating tagged release (d8ee1cf)
Features
  • Create [@lerna](https://github.com/lerna)/check-working-tree (98cd41f)
  • Create [@lerna](https://github.com/lerna)/describe-ref (8c11b75)

3.0.6 (2018-08-16)

Bug Fixes
  • command: Silence goalpost logging when running a composed command (12b4280)
  • create: Use whatwg-url instead of node 8.x-dependent URL class (8701b79)
  • init: Consume lernaVersion from options, not instance property (89e31d2)
  • npm-publish: Tip-toe around logging when emitting chunk to stdout (c027246)
  • version: Pass --preid to selection prompt (23a30a0), closes #​1214
  • version: Prioritize --preid over existing prerelease ID (#​1568) (f2c470a)

3.0.5 (2018-08-15)

Bug Fixes
  • collect-updates: Remove period from committish log message (a97262c)
  • filter-options: Allow --private to be configured from file (21e134c)
  • global-options: Allow --sort to be configured from file (f4aed75)
  • help: Insert line break before describing boolean negations (da2f886)
  • options: Provide -y alias for --yes (3ea460c)
  • publish: Add confirmation prompt before execution (47766e5), closes #​1566
  • publish: Get tagged packages from merge commit (#​1567) (fc771d9)
  • version: Log skipped publish when composed (89645b7)

3.0.4 (2018-08-14)

Bug Fixes
  • publish: Do not ping third-party registries (42f4fdd), closes #​1560
  • publish: Only pass --json to npm pack when npm >= 5.10.0 (71babce), closes #​1558
  • publish: Run publish from leaf nodes again (3d348ec), closes #​1560

3.0.3 (2018-08-11)

Bug Fixes
  • publish: Restore deprecated --skip-npm functionality (cb47cb6), closes #​1553

3.0.2 (2018-08-11)

Bug Fixes
  • conventional-commits: Pass --tag-version-prefix to changelog utilities (8ed7d83)
  • conventional-commits: Provide fallback bump when releaseType is missing (e330f6f), closes #​1551
  • exec: Allow config files to override defaults (2335149)
  • publish: Add default for --tag-version-prefix (f159442)
  • publish: Allow disabling of registry and package verification (0bfdff5), closes #​1552
  • run: Allow config files to override defaults (f15b6fb)
  • version: Allow config files to override defaults (bb1cfb5)
  • version: Positional bump supersedes --conventional-commits when choosing version (a74c866)

3.0.1 (2018-08-10)

Bug Fixes
  • publish: Allow unpublished packages to pass access verification (3a7348c)

v3.0.5

Compare Source

Bug Fixes
  • command: Silence goalpost logging when running a composed command (12b4280)
  • create: Use whatwg-url instead of node 8.x-dependent URL class (8701b79)
  • init: Consume lernaVersion from options, not instance property (89e31d2)
  • npm-publish: Tip-toe around logging when emitting chunk to stdout (c027246)
  • version: Pass --preid to selection prompt (23a30a0), closes #​1214
  • version: Prioritize --preid over existing prerelease ID (#​1568) (f2c470a)

v3.0.4

Compare Source

Bug Fixes
  • collect-updates: Remove period from committish log message (a97262c)
  • filter-options: Allow --private to be configured from file (21e134c)
  • global-options: Allow --sort to be configured from file (f4aed75)
  • help: Insert line break before describing boolean negations (da2f886)
  • options: Provide -y alias for --yes (3ea460c)
  • publish: Add confirmation prompt before execution (47766e5), closes #​1566
  • publish: Get tagged packages from merge commit (#​1567) (fc771d9)
  • version: Log skipped publish when composed (89645b7)



styled-components/jest-styled-components

v6.1.1

Compare Source

Fixed
  • [toHaveStyleRule] Fix regression with nested components.
  • [toHaveStyleRule] Avoid throwing on non existing Enzyme components.

v6.1.0

Compare Source

Fixed
  • [toHaveStyleRule] Fix regression with nested components.
  • [toHaveStyleRule] Avoid throwing on non existing Enzyme components.



yannickcr/eslint-plugin-react

v7.11.1

Compare Source

Fixed
Changed

v7.11.0

Compare Source

Added
Fixed

@coveralls
Copy link

coveralls commented Aug 18, 2018

Pull Request Test Coverage Report for Build 529

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 96.124%

Totals Coverage Status
Change from base Build 528: 0.0%
Covered Lines: 1783
Relevant Lines: 1799

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/dev-minor-patch branch 5 times, most recently from eb76f40 to cd73d71 Compare August 20, 2018 07:33
@renovate renovate bot force-pushed the renovate/dev-minor-patch branch 16 times, most recently from 5c825e6 to 3823486 Compare August 22, 2018 21:58
@renovate renovate bot force-pushed the renovate/dev-minor-patch branch from 3823486 to 7579ff3 Compare August 23, 2018 01:56
@austingreendev austingreendev merged commit dac5b60 into master Aug 23, 2018
@austingreendev austingreendev deleted the renovate/dev-minor-patch branch August 23, 2018 04:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

5 participants