Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 3, 2018

This PR contains the following updates:

Package Type Update Change References
@​types/react devDependencies minor 16.4.18 -> 16.7.6 source
@​zendeskgarden/css-avatars devDependencies patch 3.0.10 -> 3.0.11 homepage, source
@​zendeskgarden/css-buttons devDependencies patch 6.1.3 -> 6.1.4 homepage, source
@​zendeskgarden/css-callouts devDependencies patch 3.1.2 -> 3.1.3 homepage, source
@​zendeskgarden/css-chrome devDependencies patch 3.4.1 -> 3.4.2 homepage, source
@​zendeskgarden/css-forms devDependencies patch 6.1.4 -> 6.1.5 homepage, source
@​zendeskgarden/css-grid devDependencies patch 0.1.13 -> 0.1.14 homepage, source
@​zendeskgarden/css-menus devDependencies patch 8.0.3 -> 8.0.4 homepage, source
@​zendeskgarden/css-modals devDependencies patch 6.3.6 -> 6.3.7 homepage, source
@​zendeskgarden/css-pagination devDependencies patch 3.1.2 -> 3.1.3 homepage, source
@​zendeskgarden/css-tables devDependencies patch 3.1.3 -> 3.1.4 homepage, source
@​zendeskgarden/css-tabs devDependencies patch 5.1.2 -> 5.1.3 homepage, source
@​zendeskgarden/css-tags devDependencies patch 4.1.4 -> 4.1.5 homepage, source
@​zendeskgarden/css-tooltips devDependencies patch 4.1.2 -> 4.1.3 homepage, source
@​zendeskgarden/css-variables devDependencies minor 5.1.2 -> 5.2.0 homepage, source
@​zendeskgarden/eslint-config devDependencies patch 7.0.8 -> 7.0.9 homepage, source
@​zendeskgarden/stylelint-config devDependencies patch 9.0.7 -> 9.0.8 homepage, source
@​zendeskgarden/svg-icons devDependencies minor 4.4.5 -> 4.5.0 homepage, source
enzyme-adapter-react-16 devDependencies minor 1.6.0 -> 1.7.0 homepage, source
eslint devDependencies minor 5.8.0 -> 5.9.0 homepage, source
eslint-config-prettier devDependencies minor 3.1.0 -> 3.3.0 source
eslint-plugin-jest devDependencies minor 21.26.2 -> 21.27.2 source
fs-extra devDependencies patch 7.0.0 -> 7.0.1 source
husky devDependencies patch 1.1.2 -> 1.1.4 source
jest-enzyme devDependencies patch 7.0.0 -> 7.0.1 source
jest-styled-components devDependencies minor 6.2.2 -> 6.3.1 source
prettier devDependencies minor 1.14.3 -> 1.15.2 homepage, source
react devDependencies patch 16.6.0 -> 16.6.3 homepage, source
react-dom devDependencies patch 16.6.0 -> 16.6.3 homepage, source
react-styleguidist devDependencies patch 8.0.2 -> 8.0.5 source
react-window devDependencies patch 1.2.2 -> 1.2.4 homepage, source
regenerator-runtime devDependencies minor 0.12.1 -> 0.13.1 source
simple-git devDependencies minor 1.106.0 -> 1.107.0 source
stylelint devDependencies minor 9.7.0 -> 9.8.0 homepage, source
stylelint-processor-styled-components devDependencies patch 1.5.0 -> 1.5.1 source
webpack devDependencies minor 4.23.1 -> 4.26.0 source

Release Notes

zendeskgarden/css-components

v3.0.11

Compare Source

zendeskgarden/eslint-config

v7.0.9

Compare Source

7.0.9 (2018-11-14)

zendeskgarden/stylelint-config

v9.0.8

Compare Source

9.0.8 (2018-11-14)

zendeskgarden/svg-icons

v4.5.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • prunes outdated designs that are not intended for use.
eslint/eslint

v5.9.0

Compare Source

prettier/eslint-config-prettier

v3.3.0

Compare Source

  • Added: The [vue/html-self-closing] rule (as a [special
    rule][vue/html-self-closing-special]). Thanks to Yamagishi Kazutoshi (@​ykzts)!

v3.2.0

Compare Source

  • Added: Support for [eslint-plugin-vue].
  • Fixed: The CLI helper tool should now work in Node.js 6 with npm 3 again.
    Thanks to Grant Snodgrass (@​meeber)!
  • Improved: Updated documentation.
jest-community/eslint-plugin-jest

v21.27.2

Compare Source

Bug Fixes
  • valid-expect-in-promise: fix type exception (60919f6), closes #​195

v21.27.1

Compare Source

Bug Fixes

v21.27.0

Compare Source

Features
jprichardson/node-fs-extra

v7.0.1

Compare Source

  • Fix removeSync() on Windows, in some cases, it would error out with ENOTEMPTY (#​646)
  • Document mode option for ensureDir*() (#​587)
  • Don't include documentation files in npm package tarball (#​642, #​643)
typicode/husky

v1.1.4

Compare Source

  • Upgrade execa dependency

v1.1.3

Compare Source

  • Don't fail if package.json doesn't exist
FormidableLabs/enzyme-matchers

v7.0.1

Compare Source

=====

  • Fix a jest integration with toContainMatchingElement not returning an explicit boolean. (@​blainekasten)
styled-components/jest-styled-components

v6.3.1

Compare Source

Fixed
  • [toHaveStyleRule] Fix .not undefinded edge-case introduced in #​206 (see #​210).

v6.3.0

Compare Source

Fixed
  • [toHaveStyleRule] Fix .not undefinded edge-case introduced in #​206 (see #​210).
prettier/prettier

v1.15.2

Compare Source

diff

  • CLI: allow flag overriding (#​5390)
  • JavaScript: do not apply test call formatting to arrow function without body (#​5366)
  • JavaScript: do not duplicate comments in styled-components (#​5416)
  • JavaScript: do not indent comments behind variable declarations (#​5434)
  • JavaScript: inline property decorator should stay inline (#​5364, #​5423)
  • JavaScript: treat createSelector as function composition (#​5430)
  • Flow: do not move flow comment for function argument to its body (#​5435)
  • Flow: force-break interface body to be consistent with TypeScript interface (#​5432)
  • Flow/TypeScript: remove extra indentation for extends (#​5432)
  • TypeScript: distinguish module and namespace correctly (#​5432)
  • HTML: handle CRLF correctly (#​5393)
  • HTML: handle <pre> with interpolation (#​5400)
  • HTML: preserve content for <template> with unknown lang (#​5388)
  • HTML: preserve incomplete IE conditional comments (#​5429)
  • HTML: preserve unterminated IE conditional comments (#​5424)
  • HTML: treat capital element as custom element (#​5395)
  • Angular: add missing parens for pipe in ternary (#​5397)
  • Angular: correctly print unary expression with operator + (#​5405)
  • Angular: correctly handle parens (#​5387)
  • Angular/Vue: whitespaces between interpolation and text are sensitive (#​5396)
  • Vue: do not add invalid semicolon for v-on attribute value (#​5418)
  • SCSS: do not crash on grid value (#​5394)
  • Markdown: handle CRLF correctly (#​5414)
  • Markdown: identify CJK correctly (#​5402)
  • MDX: treat JSX code block same as in Markdown (#​5391)

v1.15.1

Compare Source

diff

  • Markdown: do not keep increasing backslashes for dollar sign (#​5358)

v1.15.0

Compare Source

diff

🔗 Release Notes

facebook/react

v16.6.3

Compare Source

React DOM
React DOM Server

v16.6.1

Compare Source

React DOM
Scheduler (Experimental)
styleguidist/react-styleguidist

v8.0.5

Compare Source

v8.0.4

Compare Source

  • Fixed: Highlight currently selected page on sidebar (#​1195)

v8.0.3

Compare Source

  • Fixed: Use aliased import to allow for custom ReactExample (#​1190)
bvaughn/react-window

v1.2.4

Compare Source

  • 🐛 Added Flow annotations to memoized methods to avoid a Flow warning for newer versions of Flow

v1.2.3

Compare Source

  • 🐛 Relaxed children validation checks. They were too strict and didn't support new React APIs like memo.
facebook/regenerator

v0.13.1

Compare Source

steveukx/git-js

v1.107.0

Compare Source

stylelint/stylelint

v9.8.0

Compare Source

  • Added: value-keyword-case autofix (#​3775).
  • Added: ignore: ["pseudo-classes"] to max-nesting-depth (#​3724).
  • Added: ignoreTypes:[] to selector-type-case (#​3758).
  • Added: ignoreFunctions:[] to unit-no-unkown (#​3736).
  • Fixed: error for single-line Sass comments (#​3772).
  • Fixed: at-rule-* false positives for Less variables and mixins (#​3767).
  • Fixed: max-empty-lines false positives for final newlines (#​3785).

v9.7.1

Compare Source

  • Fixed: at-rule-* false positives for Less variables and mixins (#​3759).
styled-components/stylelint-processor-styled-components

v1.5.1

Compare Source

  • fix column number if it is at the first line of interpolation
  • clean module level variables before each running
webpack/webpack

v4.26.0

Compare Source

Features

  • Switch from uglify-es to terser as default minimizer

Note: While they are officially backward-compatible, it can still happen that a new bugs occurs with terser, which break your production builds. Make sure to validate your production builds after upgrading to this version. (Note that it's always a good idea to test your output assets before deploying.)

If you want to report bugs to terser (https://github.com/terser-js/terser), please provide a minimal repro case with minimized and non-minimized code. You can configure webpack to generate non-minimized code in production mode by setting optimization.minimize: false. When reporting a bug to terser, best report a repro case which doesn't require running webpack and is reproducible with only the terser command line.

See optimization.minimizers configuration option to switch back to uglify-es or provide additional minimize options for terser.

v4.25.1

Compare Source

Bugfixes

  • fix replacement of compile-time constant expression when expression is a wrapped expression (string prefix and/or suffix).

v4.25.0

Compare Source

Features

  • add format option to DllPlugin to allow generating formated manifest json
  • add flags to ProgressPlugin to add and remove information
    • entrypoint counter was added, but disabled by default to avoid breaking change

Bugfixes

  • fix code generation for context dependencies when replacing compile-time constant expressions
  • disable the effect of the ProvidePlugin for .mjs

v4.24.0

Compare Source

Features

  • allow to pass no dependencies to DefinePlugin runtime value
    • DefinePlugin.runtimeValue(() => {...}, true) is always evaluated
  • add module argument to DefinePlugin.runtimeValue

Bugfixes

  • update webassemblyjs dependency
  • fix bug when using entry names that look like numbers with HMR

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.

@renovate renovate bot requested review from jzempel and ryanseddon November 3, 2018 00:49
@coveralls
Copy link

coveralls commented Nov 3, 2018

Coverage Status

Coverage remained the same at 94.797% when pulling 617d667 on renovate/dev-minor-patch into fc1d875 on master.

@renovate renovate bot force-pushed the renovate/dev-minor-patch branch 20 times, most recently from 816691e to a5dd801 Compare November 10, 2018 11:40
@renovate renovate bot force-pushed the renovate/dev-minor-patch branch 7 times, most recently from 68caf87 to c788419 Compare November 13, 2018 03:06
@renovate renovate bot force-pushed the renovate/dev-minor-patch branch 14 times, most recently from 4479f78 to 77f1d95 Compare November 19, 2018 04:21
@renovate renovate bot force-pushed the renovate/dev-minor-patch branch from 77f1d95 to 617d667 Compare November 19, 2018 08:46
@jzempel jzempel merged commit f8cc155 into master Nov 20, 2018
@jzempel jzempel deleted the renovate/dev-minor-patch branch November 20, 2018 18:22
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.

4 participants