Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 29, 2018

This PR contains the following updates:

Package Type Update Change References
babel-plugin-styled-components devDependencies minor 1.7.1 -> 1.8.0 source
eslint devDependencies patch 5.6.0 -> 5.6.1 homepage, source
eslint-plugin-jest devDependencies minor 21.22.1 -> 21.24.1 source
eslint-plugin-prettier devDependencies minor 2.6.2 -> 2.7.0 source
gh-pages devDependencies patch 2.0.0 -> 2.0.1 source
husky devDependencies minor 1.0.0-rc.15 -> 1.1.0 source
lerna devDependencies patch 3.4.0 -> 3.4.1 homepage, source
react-styleguidist devDependencies patch 7.3.8 -> 7.3.9 source
react-window devDependencies minor 1.1.2 -> 1.2.1 homepage, source
simple-git devDependencies minor 1.102.0 -> 1.104.0 source
stylelint devDependencies minor 9.5.0 -> 9.6.0 homepage, source
stylelint-processor-styled-components devDependencies minor 1.3.2 -> 1.5.0 source
webpack devDependencies patch 4.20.1 -> 4.20.2 source
webpack-cli devDependencies patch 3.1.1 -> 3.1.2 source

Release Notes

styled-components/babel-plugin-styled-components

v1.8.0

Compare Source

Add pure annotation and displayName / componentId tagging support for the newer syntaxes introduced in styled-components v3: styled.div(object), styled.div(() => object)

eslint/eslint

v5.6.1

Compare Source

jest-community/eslint-plugin-jest

v21.24.1

Compare Source

Bug Fixes
  • no-focused-tests: detect usage like 'test.only.each()' (4e4313e)

v21.24.0

Compare Source

Bug Fixes
Features

v21.23.0

Compare Source

Features
prettier/eslint-plugin-prettier

v2.7.0

Compare Source

  • Update: Support prettierignore and custom processors (#​111) (38537ba)
  • Build: switch to release script package (047dc8f)
tschaub/gh-pages

v2.0.1

Compare Source

  • #​268 - Continue even if no git configured user.
typicode/husky

v1.1.0

Compare Source

  • Create .git/hooks if it doesn't exist

v1.0.1

Compare Source

v1.0.0

Compare Source

After a year of pre-releases and a complete rewrite, this marks the first stable release of husky 🐶🎉.

Notable changes

Below you'll find consolidated changes since 0.14.3. There's no change in code between 1.0.0-rc.15 and 1.0.0.

  • Hooks

    • Add sendemail-validate hook
  • Config

    • Move hooks config from scripts field to husky field
    • Prefer raw names for hooks (e.g. pre-commit rather than precommit)
    • Support .huskyrc config
  • Package managers

    • Support environments where yarn is the only package manager installed
    • Support pnpm package manager
  • Environment variables

    • Add HUSKY_SKIP_INSTALL environment variable for skipping git hooks installation
    • Add HUSKY_GIT_STDIN environment variable for pre-push, pre-receive, post-receive and post-rewrite to access arguments passed by Git via stdin
    • Rename GIT_PARAMS to HUSKY_GIT_PARAMS
  • Messages

    • Add many more messages in case of errors
    • Add please-upgrade-node message if using with unsupported Node version
    • Make --no-verify message more accurate and only show it for hooks that can be skipped
  • Upgrade

    • Add husky-upgrade command to automatically migrate hooks in package.json
    • Add deprecation warning for hooks that are still defined in scripts
  • Other

    • Drop Node 4 support
    • Drop integrated nvm support (see Node version management in docs)
Credits

Huge thanks to all the Contributors and Patreon Supporters! 🙏

lerna/lerna

v3.4.1

Compare Source

Bug Fixes
  • add: Allow --registry option (597606c)
  • bootstrap: Constrain npm-conf argument object to options.registry only (987fd26)
  • conventional-commits: Upgrade angular preset, ensure header is not duplicated (159a0b0), closes #​1696
  • conventional-commits: Upgrade dependencies (9752f3e), closes #​1641 #​1661
  • npm-conf: Do not overwrite defaults with undefined cli keys (25af71d)
  • publish: Overwrite Yarn registry proxy when encountered (f7fdc77)
  • publish: Set token on npm config, allow third-party registries to remain non-compliant (06a9479)
styleguidist/react-styleguidist

v7.3.9

Compare Source

  • Fixed: Do not render an empty props table for TypeScript projects (#​1158)
bvaughn/react-window

v1.2.1

Compare Source

  • 🎉 Improved Flow types to include optional itemData parameter. (TrySound - #​66)
  • 🐛 VariableSizeList and VariableSizeGrid no longer call size getter functions with invalid index when item count is zero.

v1.2.0

Compare Source

  • 🎉 Flow types added to NPM package. (TrySound - #​40)
  • 🎉 Relaxed grid scrollTo method to make scrollLeft and scrollTop params optional (so you can only update one axis if desired). - #​63)
  • 🐛 Fixed invalid this pointer in VariableSizeGrid that broke the resetAfter* methods - #​58)
  • Upgraded to babel 7 and used shared runtime helpers to reduce package size slightly. (TrySound - #​48)
  • Remove overflow:hidden from inner container (souporserious - #​56)
steveukx/git-js

v1.104.0

Compare Source

v1.103.0

Compare Source

stylelint/stylelint

v9.6.0

Compare Source

  • Added: suggestions for invalid CLI options (#​3622).
  • Added: no-empty-first-line rule (#​3650).
  • Added: at-rule-name-space-after autofix (#​3653).
  • Added: block-closing-brace-empty-line-before autofix (#​3598).
  • Added: block-closing-brace-space-before autofix (#​3673).
  • Added: comment-whitespace-inside autofix (#​3619).
  • Added: declaration-bang-space-after autofix (#​3598).
  • Added: declaration-bang-space-before autofix (#​3592).
  • Added: declaration-colon-newline-after autofix (#​3588).
  • Added: function-comma-space-after autofix (#​3555).
  • Added: function-comma-space-before autofix (#​3596).
  • Added: function-name-case autofix (#​3674).
  • Added: function-max-empty-lines autofix (#​3645).
  • Added: function-parentheses-newline-inside autofix (#​3601).
  • Added: function-whitespace-after autofix (#​3648).
  • Added: media-feature-colon-space-after autofix (#​3623).
  • Added: media-feature-colon-space-before autofix (#​3637).
  • Added: media-feature-name-case autofix (#​3685).
  • Added: media-feature-range-operator-space-after autofix (#​3639).
  • Added: media-feature-range-operator-space-before autofix (#​3618).
  • Added: media-query-list-comma-newline-after autofix (#​3643).
  • Added: media-query-list-comma-space-after autofix (#​3607).
  • Added: media-query-list-comma-space-before autofix (#​3640).
  • Added: function-parentheses-space-inside autofix (#​3563).
  • Added: selector-attribute-brackets-space-inside autofix (#​3605).
  • Added: selector-attribute-operator-space-after autofix (#​3641).
  • Added: selector-attribute-operator-space-before autofix (#​3603).
  • Added: selector-pseudo-class-case autofix (#​3671).
  • Added: selector-pseudo-class-parentheses-space-inside autofix (#​3646).
  • Added: selector-type-case autofix (#​3668).
  • Added: no-eol-whitespace autofix (#​3615).
  • Added: no-extra-semicolons autofix (#​3574).
  • Added: value-list-comma-newline-after autofix (#​3616).
  • Added: value-list-comma-space-after autofix (#​3558).
  • Added: value-list-comma-space-before autofix (#​3597).
  • Added: baseIndentLevel to indentation (#​3557).
  • Fixed: autofix for 5 whitespace rules (#​3621).
  • Fixed: linebreaks TypeError (#​3636).
  • Fixed: max-empty-lines incorrect line reporting (#​3530).
  • Fixed: media-query-list-comma-newline-after false positives for trailing comment (#​3657).
  • Fixed: no-descending-specificity false positives for CSS Modules functional pseudo-classes (#​3623).
styled-components/stylelint-processor-styled-components

v1.5.0

Compare Source

  • fix line number is undefined if source is empty
  • support new option parserPlugins, which allows to specify custom babel plugins to parse

v1.4.0

Compare Source

  • upgrade babylon parser to @​babel/parser
  • able to show parse errors to users
  • support new option importName, which allows to import wrapper components object from other names
  • filter redundant warnings introduced by v1.2.0
  • more intelligent guessing for interpolations
webpack/webpack

v4.20.2

Compare Source

Bugfixes

  • keep comments in export default in concatenated modules
webpack/webpack-cli

v3.1.2

Compare Source

Full Changelog

Chore

  • deps: upgrade husky (#​611)
  • docs: update readme (93ebcc2)
  • scripts: add commit script, cz-customizable (#​612)

Docs

  • init: update headers (dc4ded9)
  • init: update init documentation (2ccf9a9)
  • readme: update webpack-cli to webpack CLI (f3a225a)
  • readme: change addons to scaffolds (747aef9)
  • readme: update links (f8187f1)
  • readme: update README.md (#​614)
  • readme: update Readme based on feedback (da05c2f)

Fix


Renovate configuration

📅 Schedule: PR created on 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 force-pushed the renovate/dev-minor-patch branch 11 times, most recently from cd5a31e to 136b3cf Compare October 4, 2018 04:49
@renovate renovate bot force-pushed the renovate/dev-minor-patch branch from 136b3cf to 26853a5 Compare October 4, 2018 16:20
@renovate
Copy link
Contributor Author

renovate bot commented Oct 4, 2018

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 then you can add the label rebase to this PR and Renovate will reset/recreate it.

Copy link
Contributor

@austingreendev austingreendev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I pinned the stylelint-processor-styled-components package to it's previous version. Looks like they have some instability in the most recent version.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 95.939% when pulling e03a304 on renovate/dev-minor-patch into 42f7f3b on master.

@austingreendev austingreendev merged commit f55c5a1 into master Oct 4, 2018
@austingreendev austingreendev deleted the renovate/dev-minor-patch branch October 4, 2018 16:42
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