Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 29, 2019

This PR contains the following updates:

Package Type Update Change
@svgr/webpack devDependencies patch 4.3.0 -> 4.3.1
@testing-library/react devDependencies patch 8.0.1 -> 8.0.4
@types/jest devDependencies patch 24.0.13 -> 24.0.15
@types/react devDependencies patch 16.8.19 -> 16.8.22
@types/webpack devDependencies patch 4.4.32 -> 4.4.34
@typescript-eslint/eslint-plugin devDependencies minor 1.10.2 -> 1.11.0
@typescript-eslint/parser devDependencies minor 1.10.2 -> 1.11.0
@zendeskgarden/css-breadcrumbs (source) devDependencies patch 0.2.12 -> 0.2.13
@zendeskgarden/css-buttons (source) devDependencies patch 7.0.9 -> 7.0.10
@zendeskgarden/css-callouts (source) devDependencies patch 3.3.7 -> 3.3.8
@zendeskgarden/css-chrome (source) devDependencies patch 4.1.10 -> 4.1.11
@zendeskgarden/css-forms (source) devDependencies patch 7.0.10 -> 7.0.11
@zendeskgarden/css-grid (source) devDependencies patch 0.1.28 -> 0.1.29
@zendeskgarden/css-menus (source) devDependencies patch 9.0.10 -> 9.0.11
@zendeskgarden/css-modals (source) devDependencies patch 6.4.11 -> 6.4.12
@zendeskgarden/css-pagination (source) devDependencies patch 4.0.9 -> 4.0.10
@zendeskgarden/css-tables (source) devDependencies patch 4.0.9 -> 4.0.10
@zendeskgarden/css-tabs (source) devDependencies patch 6.0.9 -> 6.0.10
@zendeskgarden/css-tags (source) devDependencies patch 5.1.5 -> 5.1.6
@zendeskgarden/css-tooltips (source) devDependencies patch 4.1.17 -> 4.1.18
@zendeskgarden/css-variables (source) devDependencies patch 6.3.4 -> 6.3.5
babel-eslint devDependencies patch 10.0.1 -> 10.0.2
babel-plugin-styled-components devDependencies patch 1.10.0 -> 1.10.5
core-js devDependencies patch 3.1.3 -> 3.1.4
eslint-plugin-jest devDependencies minor 22.6.4 -> 22.7.1
eslint-plugin-jsx-a11y devDependencies patch 6.2.1 -> 6.2.3
eslint-plugin-notice devDependencies minor 0.7.8 -> 0.8.8
eslint-plugin-react devDependencies minor 7.13.0 -> 7.14.2
eslint-plugin-react-hooks (source) devDependencies patch 1.6.0 -> 1.6.1
fs-extra devDependencies minor 8.0.1 -> 8.1.0
husky devDependencies minor 2.4.0 -> 2.7.0
inquirer devDependencies minor 6.3.1 -> 6.4.1
jest-styled-components devDependencies patch 7.0.0-2 -> 7.0.0-beta.1
lint-staged devDependencies patch 8.2.0 -> 8.2.1
markdownlint-cli devDependencies minor 0.16.0 -> 0.17.0
optimize-css-assets-webpack-plugin devDependencies patch 5.0.1 -> 5.0.3
react-beautiful-dnd devDependencies patch 11.0.3 -> 11.0.4
react-window (source) devDependencies patch 1.8.2 -> 1.8.4
simple-git devDependencies minor 1.113.0 -> 1.117.0
styled-components (source) devDependencies patch 4.3.1 -> 4.3.2
ts-loader devDependencies patch 6.0.2 -> 6.0.4
typescript (source) devDependencies patch 3.5.1 -> 3.5.2
webpack devDependencies minor 4.33.0 -> 4.35.2
webpack-cli devDependencies patch 3.3.3 -> 3.3.5

Release Notes

smooth-code/svgr

v4.3.1

Compare Source

Bug Fixes
  • titleProp: handle the existing title case by using element instead of value (children) (#​315) (065e7a9)
testing-library/react-testing-library

v8.0.4

Compare Source

Bug Fixes

v8.0.3

Compare Source

Bug Fixes

v8.0.2

Compare Source

Bug Fixes
typescript-eslint/typescript-eslint

v1.11.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-magic-numbers] add support for enums (#​543) (5c40d01)
  • eslint-plugin: [promise-function-async] allow any as return value (#​553) (9a387b0)
  • eslint-plugin: Remove duplicated code (#​611) (c4df4ff)
  • parser: add simpleTraverse, replaces private ESLint util (#​628) (aa206c4)
  • typescript-estree: fix more cases with double slash in JSX text (#​607) (34cfa53)
Features

1.10.2 (2019-06-10)

Bug Fixes
  • eslint-plugin: peerDep should specify semver major range (#​602) (5589938)

1.10.1 (2019-06-09)

Note: Version bump only for package @​typescript-eslint/typescript-eslint

zendeskgarden/css-components

v0.2.13

Compare Source

babel/babel-eslint

v10.0.2

Compare Source

Fixes #​772

styled-components/babel-plugin-styled-components

v1.10.5

Compare Source

Thanks to @​ZauberNerd for figuring out an edge case with import detection in the "css" prop handling code (was causing some stalled compliations in certain project setups) #​233

v1.10.4

Compare Source

Fix for babel type checks potentially not existing due to older versions being used via package manager resolution 64d9b92

v1.10.3

Compare Source

  • do not try to transpile things we don't own (#​230)

  • customize css prop component injection depending on use case (#​228)

  • Support custom elements (#​229)

  • Support nested + lowercase components (#​229)

  • fix ssr transpilation of object styles in the css prop (#​229)

v1.10.2

Compare Source

fix SSR support for styled HOC + object styles #​227

v1.10.1

Compare Source

Fix transpilation of the "css" prop to be stable under SSR and receive all the minification goodies

zloirock/core-js

v3.1.4

Compare Source

  • Refactoring. Many minor internal improvements and fixes like:
    • Improved Symbol.keyFor complexity to O(1)
    • Fixed the order of arguments validation in String.prototype.{ endsWith, includes, startsWith }
    • Internal implementation of RegExp#flags helper now respect dotAll flag (mainly ralated to the pure version)
    • Performace optimizations related old V8
    • Etc.
jest-community/eslint-plugin-jest

v22.7.1

Compare Source

Bug Fixes

v22.7.0

Compare Source

Features
evcohen/eslint-plugin-jsx-a11y

v6.2.3

Compare Source

=================

v6.2.2

Compare Source

=================

  • Update jsx-ast-utils to v2.2.1
  • Add @​babel/cli to the dev dependencies
  • Update ESLint to v6
  • Update jsx-ast-utils to 2.2.0
  • Update flow-bin to version 0.102.0
  • [589] Allow expression statements for attribute values in no-noninteractive-tabindexlow-bin-0.101.0
  • [583] Allow expression values in attributes by configurationrror
  • [596] Adding a test case for no-static-element-interactionseper/flow-bin-0.101.0) Merge branch 'master' into greenkeeper/flow-bin-0.101.0
  • Only run branch test coverage on the master branch
  • chore(package): update flow-bin to version 0.100.0
  • Allow select as a valid child of label.
  • Allow Node 4 / ESLint 3 failure to unblock ESLint upgrade in PR #​568
  • chore(package): update flow-bin to version 0.99.0
  • Remove rootDir from Jest path configs
  • (fix) Template literals with undefined evaluate to the string undefined.
  • adds more tests to “anchor-is-valid”
  • Fixes “anchor-is-valid” false positive for hrefs starting with the word “javascript”
  • chore(package): update eslint-plugin-flowtype to version 3.5.0
  • Modified no-static-element-interactions to pass on non-literal roles.
  • Added isNonLiteralProperty util method
  • [#​399] Account for spread in parser options
  • [552] control-has-associated-label should allow generic links
  • [issue 392] ul role='list' test case
  • chore(package): update eslint to version 5.15.2
  • chore(package): update flow-bin to version 0.95.0
  • chore(package): update expect to version 24.3.1
  • Fix typo: defintions > definitions
  • docs: add proper title to links to axe website for media-has-caption
  • docs: removes deprecated rule label-has-for
  • docs: fix typo and couple grammatical errors in Readme
  • Ignore null/undefined values in role-supports-aria-props rule
  • Ignore undefined values in aria-proptypes rule
  • Ignore null values in aria-proptypes rule
  • set target for node 4
nickdeis/eslint-plugin-notice

v0.8.8

Compare Source

yannickcr/eslint-plugin-react

v7.14.2

Compare Source

Fixed

v7.14.1

Compare Source

Fixed

v7.14.0

Compare Source

Added
Fixed
  • Fix [no-did-mount-set-state][] and [no-did-update-set-state][] to handle cDU and cDM defined as class properties (#​1595 @​jaaberg)
  • Fix [sort-prop-types][] cash when a shape PropType is defined in a variable (#​1749 @​alexzherdev)
  • Fix [no-unused-state][] false positive when using state of non-lifecycle method (#​2274 @​golopot)
  • Fix [static-property-placement][] false positive when accessing static property inside method (#​2283 @​dmason30)
  • Fix [prop-type][] detection for annotated props with default value (#​2298 @​yannickcr)
Changed
jprichardson/node-fs-extra

v8.1.0

Compare Source

  • Add support for promisified fs.realpath.native in Node v9.2+ (#​650, #​682)
  • Update graceful-fs dependency (#​700)
  • Use graceful-fs everywhere (#​700)
typicode/husky

v2.7.0

Compare Source

Due to issues with Git < 2.13.2, this version is a rollback and is the same as husky v2.4.1. Changes introduced in v2.5.0 and v2.6.0 will be published in v3.0.0.

v2.6.0

Compare Source

  • Optional HUSKY_USE_YARN setting to use Yarn to run Husky
  • Add more debug information
  • Show a warning for Node <= 8.6.0

Deprecated

v2.5.0

Compare Source

  • Use more accurate git hooks directory resolution
  • Add CWD in debug messages

Deprecated

v2.4.1

Compare Source

  • Fix husky crash on install/uninstall with very old Node versions
SBoudrias/Inquirer.js

v6.4.1

Compare Source

v6.4.0

Compare Source

styled-components/jest-styled-components

v7.0.0-beta.1

Compare Source

Ship the stylesheetSerializer as a named export

v7.0.0-beta.0

Compare Source

styled-components v5 beta support, drops support for s-c versions below v5

npm install --dev jest-styled-components@beta
okonet/lint-staged

v8.2.1

Compare Source

Bug Fixes
  • Override env GIT_DIR variable to resolve to the correct git dir path (#​629) (5892455), closes #​627
igorshubovych/markdownlint-cli

v0.17.0

Compare Source

  • Update markdownlint dependency to 0.15.0
    • Adds markdownlint-capture/markdownlint-restore inline comments
NMFR/optimize-css-assets-webpack-plugin

v5.0.3

Compare Source

v5.0.2

Compare Source

atlassian/react-beautiful-dnd

v11.0.4

Compare Source

Fixes

  • Fixing incorrect visibility detection for horizontal lists #​1344

This caused a patch release

Other

Soon: v12.0

We are hard at work on 12.0 for react-beautiful-dnd. The main purpose of the release is to support drag and drop in virtual lists. We are currently shipping alpha versions. There is still a lot of things to decide on and test. If you are interested in helping out please head over to our discussion page

bvaughn/react-window

v1.8.4

Compare Source

v1.8.3

Compare Source

steveukx/git-js

v1.117.0

Compare Source

v1.116.0

Compare Source

v1.115.0

Compare Source

v1.114.0

Compare Source

styled-components/styled-components

v4.3.2

Compare Source

  • Fix usage of the "css" prop with the styled-components babel macro (relevant to CRA 2.x users), by @​jamesknelson (see #​2633)
TypeStrong/ts-loader

v6.0.4

Compare Source

v6.0.3

Compare Source

Microsoft/TypeScript

v3.5.2

Compare Source

For new features, check out the What's new in TypeScript v3.5.2.

For the complete list of fixed issues, check out the

Downloads are available on:

Changes:

This list of changes was auto generated.

webpack/webpack

v4.35.2

Compare Source

Bugfixes

  • realResource must match absolute paths

v4.35.1

Compare Source

Bugfixes

  • add realResource condition in rule to schema
  • fixes order of loaders when using a matchResource

v4.35.0

Compare Source

Features

  • ProgressPlugin limit output to column width in terminal
  • add Watching.suspend and Watching.resume
  • add splitChunks.automaticNameMaxLength and splitChunks.cacheGroups[x].automaticNameMaxLength

Bugfixes

  • webworker target now respect publicPath when loading chunks
  • holey arrays of configs will fail the validation

v4.34.0

Compare Source

Features

  • Error message when parsing fails shows used loaders now

Bugfixes

  • importing the namespace object from non-ESM (CJS) modules no longer leads to an warning
  • Error message in HMR logging works for Firefox too now
  • Parser understands block scoping now
webpack/webpack-cli

v3.3.5

Compare Source

Full Changelog

Chore

  • remove donation section (76b75ac)
  • update pkg lock (8913928)
  • deps: update major versions (#​969)
  • packages: lock dependencies versions (#​958)
  • scripts: clean opencollective (cd54ba5)
  • scripts: clean postinstall (0c1f6b6)
  • ts: enables source map in the ts (#​961)
  • added await in order to resolve the pending promise (#​948)

CLI

Fix

  • deps: move prettier from dependencies to devDependencies (#​968)
  • change "usr strict" to "use strict" (670efc7)
  • update deps (69f364e)

v3.3.4

Compare Source

Full Changelog

New Features

Chore

Docs

  • added auto flag in docs for init command (dede7d8)

Fix

  • module not found error (a2062f2)
  • remove unused pkgs and refactor init generator (7608d4b)

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.


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

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

@renovate renovate bot force-pushed the renovate/dev-minor-patch branch 6 times, most recently from 4f0f002 to ccd2005 Compare July 1, 2019 11:59
@renovate renovate bot force-pushed the renovate/dev-minor-patch branch from ccd2005 to f1889cf Compare July 1, 2019 14:19
@austingreendev
Copy link
Contributor

Now that jest-styled-components@beta is locked to SC v5, it will no longer work with our setup.

Now that v6 of jest-styled-components supports v4 we can use their latest releases.

@renovate
Copy link
Contributor Author

renovate bot commented Jul 1, 2019

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

@austingreendev austingreendev merged commit eba00fc into master Jul 1, 2019
@austingreendev austingreendev deleted the renovate/dev-minor-patch branch July 1, 2019 19:45
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