Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update non-major shared dependencies #140

Merged
merged 2 commits into from Dec 11, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 11, 2019

This PR contains the following updates:

Package Type Update Change
@babel/cli (source) devDependencies patch 7.7.0 -> 7.7.5
@babel/core (source) devDependencies patch 7.7.2 -> 7.7.5
@babel/plugin-proposal-class-properties devDependencies patch 7.7.0 -> 7.7.4
@babel/plugin-transform-object-assign devDependencies minor 7.2.0 -> 7.7.4
@babel/preset-env (source) devDependencies patch 7.7.1 -> 7.7.6
@babel/preset-react (source) devDependencies patch 7.7.0 -> 7.7.4
@storybook/addon-a11y devDependencies patch 5.2.6 -> 5.2.8
@storybook/addon-centered devDependencies patch 5.2.6 -> 5.2.8
@storybook/addon-knobs devDependencies patch 5.2.6 -> 5.2.8
@storybook/addon-storysource devDependencies patch 5.2.6 -> 5.2.8
@storybook/addons devDependencies patch 5.2.6 -> 5.2.8
@storybook/react devDependencies patch 5.2.6 -> 5.2.8
@storybook/theming devDependencies patch 5.2.6 -> 5.2.8
@testing-library/jest-dom devDependencies patch 4.2.3 -> 4.2.4
@testing-library/react devDependencies patch 9.3.2 -> 9.3.3
@types/react devDependencies patch 16.9.11 -> 16.9.16
@types/styled-components devDependencies patch 4.4.0 -> 4.4.1
@types/webpack devDependencies minor 4.39.8 -> 4.41.0
@typescript-eslint/eslint-plugin devDependencies minor 2.7.0 -> 2.11.0
@typescript-eslint/parser devDependencies minor 2.7.0 -> 2.11.0
@zendeskgarden/css-variables (source) devDependencies patch 6.4.2 -> 6.4.3
core-js devDependencies patch 3.4.1 -> 3.4.8
coveralls devDependencies patch 3.0.7 -> 3.0.9
eslint (source) devDependencies minor 6.6.0 -> 6.7.2
eslint-config-prettier devDependencies minor 6.5.0 -> 6.7.0
eslint-loader devDependencies patch 3.0.2 -> 3.0.3
eslint-plugin-jest devDependencies minor 23.0.3 -> 23.1.1
eslint-plugin-react devDependencies minor 7.16.0 -> 7.17.0
eslint-plugin-react-hooks (source) devDependencies minor 2.2.0 -> 2.3.0
handlebars (source) devDependencies patch 4.5.2 -> 4.5.3
husky devDependencies minor 3.0.9 -> 3.1.0
lerna devDependencies minor 3.18.4 -> 3.19.0
lint-staged devDependencies minor 9.4.3 -> 9.5.0
prettier-package-json devDependencies patch 2.1.0 -> 2.1.3
react (source) devDependencies minor 16.11.0 -> 16.12.0
react-dom (source) devDependencies minor 16.11.0 -> 16.12.0
ts-jest (source) devDependencies minor 24.1.0 -> 24.2.0
typescript (source) devDependencies patch 3.7.2 -> 3.7.3

Release Notes

babel/babel

v7.7.5

Compare Source

🐛 Bug Fix
  • babel-plugin-transform-modules-commonjs, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2
  • babel-cli
  • babel-parser
  • babel-parser, babel-plugin-proposal-optional-chaining, babel-plugin-transform-modules-amd
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd
💅 Polish
🏠 Internal

v7.7.4

Compare Source

🐛 Bug Fix
💅 Polish
  • babel-plugin-proposal-nullish-coalescing-operator
🏠 Internal
storybookjs/storybook

v5.2.8

Compare Source

Bug Fixes
  • UI: Fix layout of Preview container (#​8628)
  • Core: Use stable package to ensure story sorting is stable (#​8795)
  • Source-loader: Warn if applied to non-stories file (#​8773)

v5.2.7

Compare Source

Bug Fixes
  • Addon-contexts: Fix 'cannot read property h of undefined' in preact (#​9001)
  • Addon-viewports: Fix missing TypeScript types (#​8848)
  • Addon-A11y: Show errors, reset config properly (#​8779)
  • UI: Store layout state in sessionStorage (#​8786)
  • UI: Fix MobileLayout component error on master (#​8941)
  • Addon-analytics: Fix 'path is required in .pageview()' (#​8468)
testing-library/jest-dom

v4.2.4

Compare Source

Bug Fixes
testing-library/react-testing-library

v9.3.3

Compare Source

Bug Fixes
typescript-eslint/typescript-eslint

v2.11.0

Compare Source

Bug Fixes
  • eslint-plugin: [brace-style] handle enum declarations (#​1281) (3ddf1a2)
Features
  • eslint-plugin: [member-ordering] add index signature (#​1190) (b5a52a3)

v2.10.0

Compare Source

Bug Fixes
  • eslint-plugin: [brace-style] handle enum declarations (#​1281) (3ddf1a2)
Features
  • eslint-plugin: [member-ordering] add index signature (#​1190) (b5a52a3)

v2.9.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-empty-function] add missed node types (#​1271) (e9d44f5)
  • eslint-plugin: [no-untyped-pub-sig] ignore set return (#​1264) (6daff10)
  • eslint-plugin: [no-unused-expressions] ignore directives (#​1285) (ce4c803)
  • eslint-plugin: [prefer-optional-chain] allow $ in identifiers (c72c3c1)
  • eslint-plugin: [prefer-optional-chain] handle more cases (#​1261) (57ddba3)
  • eslint-plugin: [return-await] allow Any and Unknown (#​1270) (ebf5e0a)
  • eslint-plugin: [strict-bool-expr] allow nullish coalescing (#​1275) (3b39340)
  • typescript-estree: make FunctionDeclaration.body non-null (#​1288) (dc73510)
Features
  • eslint-plugin: [no-empty-func] private/protected construct (#​1267) (3b931ac)
  • eslint-plugin: [no-non-null-assert] add suggestion fixer (#​1260) (e350a21)
  • eslint-plugin: [no-unnec-cond] support nullish coalescing (#​1148) (96ef1e7)
  • eslint-plugin: [prefer-null-coal] opt for suggestion fixer (#​1272) (f84eb96)
  • experimental-utils: add isSpaceBetween declaration to Sou… (#​1268) (f83f04b)

v2.8.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-dynamic-delete] correct invalid fixer for identifiers (#​1244) (5b1300d)
  • eslint-plugin: [no-untyped-pub-sig] constructor return (#​1231) (6cfd468)
  • eslint-plugin: [prefer-optional-chain] unhandled cases (b1a065f)
  • eslint-plugin: [req-await] crash on nonasync promise return (#​1228) (56c00b3)
  • typescript-estree: fix synthetic default import (#​1245) (d97f809)
Features
zendeskgarden/css-components

v6.4.3

Compare Source

zloirock/core-js

v3.4.8

Compare Source

  • Added one more workaround for broken in previous versions inspectSource helper, #​719
  • Added Opera Mobile compat data
  • Updated Samsung Internet, iOS, old Node and Android compat data mapping
  • es.string.match-all marked as completely supported in FF73
  • Generate core-js-compat/modules since often we need just the list of core-js modules

v3.4.7

Compare Source

  • Fixed an NPM publishing issue

v3.4.6

Compare Source

  • Improved iOS compat data - added missed mapping iOS 12.2 -> Safari 12.1, added bug fixes from patch releases
  • Added Safari 13.1 compat data
  • Added missed in core-js-compat helpers ie_mob normalization
  • Normalize the result of getModulesListForTargetVersion core-js-compat helper
  • Improved CI detection in the postinstall script, #​707

v3.4.5

Compare Source

  • Detect incorrect order of operations in Object.assign, MS Edge bug
  • Detect usage of ToLength in Array#{ filter, map }, FF48-49 and MS Edge 14- issues
  • Detect incorrect MS Edge 17-18 Reflect.set which allows setting the property to object with non-writable property on the prototype
  • Fixed inspectSource helper with multiple core-js copies and some related features like some edge cases of Promise feature detection

v3.4.4

Compare Source

  • Added feature detection for Safari non-generic Promise#finally bug (critical for core-js-pure)
  • Fixed missed esnext.string.code-points in core-js/features/string entry point
  • Updated Iterator proposal feature detection for the case of non-standard Iterator in FF44-

v3.4.3

Compare Source

  • Fixed missed es.json.stringify and some modules from iteration helpers proposal in some entry points (includes the root entry point)
  • Added a workaround of String#{ endsWith, startsWith } MDN polyfills bugs, #​702
  • Fixed .size property descriptor of Map / Set in the pure version
  • Refactoring, some internal improvements

v3.4.2

Compare Source

  • Don't use polyfilled symbols as internal uids, a workaround for some incorrect use cases
  • String#replaceAll is available only in nightly FF builds
  • Improved Promise feature detection for the case of V8 6.6 with multiple core-js copies
  • Some internals optimizations
  • Added Node 13.2 -> V8 7.9 compat data mapping
  • Returned usage of node -e in postinstall scripts
nickmerwin/node-coveralls

v3.0.9

Compare Source

  • removed Istanbul, mocha dependencies
  • reverted cobertura-parse support (package dependency archived)
  • removed snyk (automated security updates from GitHub via Dependabot enabled)
  • improved Windows support

v3.0.8

Compare Source

Added:

Fixed:

Improved

eslint/eslint

v6.7.2

Compare Source

  • bc435a9 Fix: isSpaceBetweenTokens() recognizes spaces in JSXText (fixes #​12614) (#​12616) (Toru Nagashima)
  • 4928d51 Fix: don't ignore the entry directory (fixes #​12604) (#​12607) (Toru Nagashima)
  • b41677a Docs: Clarify suggestion's data in Working with Rules (refs #​12606) (#​12617) (Milos Djermanovic)
  • ea16de4 Fix: Support tagged template literal generics in no-unexpected-multiline (#​11698) (Brad Zacher)
  • fa6415d Sponsors: Sync README with website (ESLint Jenkins)
  • e1e158b Sponsors: Sync README with website (ESLint Jenkins)

v6.7.1

Compare Source

  • dd1e9f4 Fix: revert changes to key-spacing due to regression (#​12598) (Kai Cataldo)
  • c644b54 Docs: Update README team and sponsors (ESLint Jenkins)

v6.7.0

Compare Source

prettier/eslint-config-prettier

v6.7.0

Compare Source

  • Added: [@​typescript-eslint/space-before-function-paren]. Thanks to Masafumi
    Koba (@​ybiquitous)!

v6.6.0

Compare Source

  • Added: New [eslint-plugin-vue] rules: [vue/dot-location] and
    [vue/keyword-spacing]. Thanks to @​xcatliu!
webpack-contrib/eslint-loader

v3.0.3

Compare Source

jest-community/eslint-plugin-jest

v23.1.1

Compare Source

Bug Fixes
  • no-focused-tests: detect table format uage of .only.each
    (#​489)
    (d03bcf4)

v23.1.0

Compare Source

Features

23.0.5 (2019-11-27)

Bug Fixes

23.0.4 (2019-11-14)

Bug Fixes
  • get correct ruleName without specifying file extension
    (#​473)
    (f09203e)

23.0.3 (2019-11-08)

Bug Fixes

23.0.2 (2019-10-28)

Bug Fixes
  • prefer-todo: ensure argument exists before trying to access it
    (#​462)
    (a87c8c2)

23.0.1 (2019-10-28)

Bug Fixes

v23.0.5

Compare Source

Features

23.0.5 (2019-11-27)

Bug Fixes

23.0.4 (2019-11-14)

Bug Fixes
  • get correct ruleName without specifying file extension
    (#​473)
    (f09203e)

23.0.3 (2019-11-08)

Bug Fixes

23.0.2 (2019-10-28)

Bug Fixes
  • prefer-todo: ensure argument exists before trying to access it
    (#​462)
    (a87c8c2)

23.0.1 (2019-10-28)

Bug Fixes

v23.0.4

Compare Source

Bug Fixes
yannickcr/eslint-plugin-react

v7.17.0

Compare Source

Added
  • [jsx-no-target-blank][]: add allowReferrer option (#​2478 @​eps1lon)
  • [jsx-handler-names][]: add checkLocalVariables option (#​2470 @​aub)
  • [prop-types][]: Support Flow Type spread ([#​2446][] @​moroine)
  • [jsx-props-no-spreading][]: add explicitSpread option to allow explicit spread of props ([#​2449][] @​pawelnvk)
  • [jsx-no-target-blank][]: warn on target={'_blank'} expressions (#​2451 @​timkraut)
Fixed
  • [sort-prop-types][], [jsx-sort-default-props][]: disable broken autofix (#​2505 @​webOS101)
  • [no-typos][]: improve report location (#​2468 @​golopot)
  • [jsx-no-literals][]: trim whitespace for allowedStrings check ([#​2436][] @​cainlevy)
  • [jsx-curly-brace-presence][]: Fix filter of undefined error with whitespace inside jsx attr curlies (#​2460 @​dustinyoste)
  • [no-render-return-value][]: should warn when used in assignment expression ([#​2462][] @​jichu4n)
  • [jsx-curly-brace-presence][]: allow trailing spaces in literal ([#​2448][] @​doochik)
Changed

Renovate configuration

📅 Schedule: "on Wednesday every 4 weeks of the year starting on the 2nd week" (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

Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.

@renovate renovate bot requested a review from a team as a code owner December 11, 2019 00:42
@renovate renovate bot force-pushed the renovate/shared-minor-patch branch from ecb4a38 to 0428207 Compare December 11, 2019 05:59
@hzhu
Copy link
Contributor

hzhu commented Dec 11, 2019

yarn start
yarn test
yarn tsc
yarn lint

The eslint upgrade seems to break our lint command:

Screen Shot 2019-12-11 at 1 27 08 AM

Screen Shot 2019-12-11 at 1 44 16 AM

Only include stories.tsx in linting now that all stories.jsx have been
migrated to TypeScript. Also, due to an eslint upgrade, the command
matcher must match files (not a directory alone).

./storybook vs ./storybook/**/*.js
@renovate
Copy link
Contributor Author

renovate bot commented Dec 11, 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.

@hzhu
Copy link
Contributor

hzhu commented Dec 11, 2019

I pushed up a commit and updated the lint command to only include stories.tsx in linting now that all stories.jsx have been migrated to TypeScript. Also, due to an eslint upgrade, the command matcher must match files (not a directory alone).

Verified locally:
yarn start
yarn test
yarn tsc
yarn lint

@hzhu hzhu merged commit 0631d5c into master Dec 11, 2019
@hzhu hzhu deleted the renovate/shared-minor-patch branch December 11, 2019 17:36
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.

None yet

4 participants