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

Update dependency @storybook/react to v5.2.0-rc.2 #91

Merged
merged 1 commit into from
Sep 2, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 27, 2019

This PR contains the following updates:

Package Type Update Change
@storybook/react devDependencies patch 5.2.0-beta.40 -> 5.2.0-rc.2

Release Notes

storybookjs/storybook

v5.2.0-rc.2

Compare Source

Bug Fixes
  • Addon-docs: Fix inline stories using react hooks (#​7946)

v5.2.0-rc.1

Compare Source

Features
  • Core: Add html lang attribute to iframe (#​7892)
Bug Fixes
  • Source-loader: Fix CSF display name handling (#​7940)
  • React-native: Resolve deprecated methods (#​7908)
  • Addon-viewport: keep styles on rotation-change (#​7683)
  • Addon-viewport: Fix defaultViewport (#​7934)

v5.2.0-rc.0

Compare Source

5.2 is in RC!!! 🎉What this means:

  • no glaring bugs relating to new features (that we know of)
  • bugfixes only until 5.2 final
  • follow-on features to be released in 5.3-alpha ASAP

Track progress on the 5.2 release issue

v5.2.0-beta.48

Compare Source

Bug Fixes
  • Addon-docs: Fix docs-only story ID suffix (#​7921)
Maintenance
  • Replace favicon with new Storybook icon. (#​7922)
Dependency Upgrades
  • Bump react-draggable from 3.1.1 to 3.3.2 (#​7912)

v5.2.0-beta.47

Compare Source

Bug Fixes
  • UI: Optimize treeview render/filter performance (#​7910)
  • Addon-docs: Fix DocsPage to respect displayName (#​7915)

v5.2.0-beta.46

Compare Source

CSF users: this reverts the makeDisplayName change introduced in 5.2.0-beta.43 for maintainability reasons. See #​7901 for full rationale. And apologies for the inconvenience!

Bug Fixes
  • React: Fix missing props in the Welcome.tsx demo (#​7774)
Maintenance
  • CSF: Revert makeDisplayName & add stable storyNameFromExport (#​7901)
  • Addon-a11y: Upgrade axe to 3.3.2 which adds/mods rules (#​7888)

v5.2.0-beta.45

Compare Source

Bug Fixes
  • Addon-docs: Fix MDX Story ID to match new CSF (#​7894)

v5.2.0-beta.43

Compare Source

CSF users: This is potentially a breaking change. If you want to opt-out of the new default display name calculation (lodash.startCase) you can add the following to your SB config:

addParameters({ options: { makeDisplayName: key => key }});
Features
  • CSF: Transform CSF named exports w/ makeDisplayName (#​7878)

v5.2.0-beta.42

Compare Source

Addon-docs users: This is a breaking change if you have been hacking the docs parameter manually. If you're using the zero-config option for DocsPage or MDX, you should be unaffected by it.

Maintenance
  • Addon-docs: Make config API consistent with other addons (#​7874)

v5.2.0-beta.41

Compare Source

Features
  • Addon-info: Add configurable component comparator (#​7409)
Bug Fixes
  • Addon-viewports: Add back default viewports (#​7448)
  • Core: Pass a separate hooks context per story (#​7860)
  • UI: Fix TooltipLinkList not scrollable (#​7865)
Maintenance
  • UI: Add ignore first-child selector warning flag (#​7861)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 changed the title Update dependency @storybook/react to v5.2.0-beta.41 Update dependency @storybook/react to v5.2.0-beta.42 Aug 27, 2019
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from d9be902 to 0902438 Compare August 27, 2019 16:42
@codecov
Copy link

codecov bot commented Aug 27, 2019

Codecov Report

Merging #91 into next will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             next      #91   +/-   ##
=======================================
  Coverage   98.93%   98.93%           
=======================================
  Files           8        8           
  Lines         375      375           
  Branches      140      140           
=======================================
  Hits          371      371           
  Misses          4        4

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 58a98d8...cd928e4. Read the comment docs.

@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 0902438 to 254a6d9 Compare August 28, 2019 00:12
@renovate renovate bot changed the title Update dependency @storybook/react to v5.2.0-beta.42 Update dependency @storybook/react to v5.2.0-beta.43 Aug 28, 2019
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 254a6d9 to 9c8a93b Compare August 28, 2019 12:36
@renovate renovate bot changed the title Update dependency @storybook/react to v5.2.0-beta.43 Update dependency @storybook/react to v5.2.0-beta.45 Aug 28, 2019
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 9c8a93b to af5e39b Compare August 29, 2019 03:50
@renovate renovate bot changed the title Update dependency @storybook/react to v5.2.0-beta.45 Update dependency @storybook/react to v5.2.0-beta.46 Aug 29, 2019
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from af5e39b to 977efe9 Compare August 29, 2019 17:01
@renovate renovate bot changed the title Update dependency @storybook/react to v5.2.0-beta.46 Update dependency @storybook/react to v5.2.0-beta.47 Aug 29, 2019
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 977efe9 to 57bb6b4 Compare August 30, 2019 04:24
@renovate renovate bot changed the title Update dependency @storybook/react to v5.2.0-beta.47 Update dependency @storybook/react to v5.2.0-beta.48 Aug 30, 2019
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 57bb6b4 to 0e9bb67 Compare August 30, 2019 06:53
@renovate renovate bot changed the title Update dependency @storybook/react to v5.2.0-beta.48 Update dependency @storybook/react to v5.2.0-rc.0 Aug 30, 2019
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 0e9bb67 to 756c907 Compare August 31, 2019 03:05
@renovate renovate bot changed the title Update dependency @storybook/react to v5.2.0-rc.0 Update dependency @storybook/react to v5.2.0-rc.1 Aug 31, 2019
@renovate renovate bot force-pushed the renovate/storybook-monorepo branch from 756c907 to cd928e4 Compare September 1, 2019 06:06
@renovate renovate bot changed the title Update dependency @storybook/react to v5.2.0-rc.1 Update dependency @storybook/react to v5.2.0-rc.2 Sep 1, 2019
@ghengeveld ghengeveld merged commit be2f03f into next Sep 2, 2019
@ghengeveld ghengeveld deleted the renovate/storybook-monorepo branch September 2, 2019 06:17
ghengeveld added a commit that referenced this pull request Oct 7, 2019
* Update upgrade instructions.

* Update dependency eslint to v6.2.2 (#89)

* Change root package name to avoid ambiguity.

* Update dependency babel-eslint to v10.0.3 (#90)

* Update contribution guide.

* Text wrapping.

* Clarify behavior when 'initialValue' is set.

* Update dependency eslint-plugin-jest to v22.16.0 (#94)

* Auto detect React version for ESLint.

* Add Discord badge.

* Add brand images.

* Update dependency @storybook/react to v5.2.0-rc.2 (#91)

* Update dependency eslint to v6.3.0 (#95)

* Setup Chromatic.

* Update babel monorepo to v7.6.0 (#106)

* Update dependency eslint-plugin-jest to v22.17.0 (#101)

* Update dependency @testing-library/react to v9.1.4 (#99)

* Pin dependency storybook-chromatic to 2.2.2 (#100)

* Add displayName to the createInstance type signature. (#102)

* Transferred ownership of the repo to async-library.

* Fix merge error.

* remove non implemented types (#107)

* Add a unit test for the createInstance displayName arg. (#108)

* Update dependency eslint-config-prettier to v6.2.0 (#98)

* Update dependency now to v16.2.0 (#96)

* updated contribute.md  to run examples (#110)

* updated contribute to run examples

* updated examples md

* Replace occurences of Async.Loading with Async.Pending and isLoading with isPending, since this is the preferred terminology.

* Update bootstrap script to include building packages.

* Replace synthetic default imports with star import in ts definit… (#112)

* Update Chromatic app code.

* Add delay for Chromatic to avoid flake.

* Add Chromatic badge.

* Use the right color for Chromatic.

* Setup CodeSandbox CI.

* Fix a merge issue.

* Update dependency @storybook/react to v5.2.0-rc.6 (#97)

* docs: add Khartir as a contributor (#117)

* docs: update README.md

* docs: create .all-contributorsrc

* Update README.md

* docs: add phryneas as a contributor (#118)

* docs: update README.md

* docs: update .all-contributorsrc

* docs: add FredKSchott as a contributor (#120)

* docs: update README.md

* docs: update .all-contributorsrc

* docs: add Avi98 as a contributor (#119)

* docs: update README.md

* docs: update .all-contributorsrc

* Update README.md

* Update README.md

* docs: add byCedric as a contributor (#121)

* docs: update README.md

* docs: update .all-contributorsrc

* docs: add tomshane as a contributor (#122)

* docs: update README.md

* docs: update .all-contributorsrc

* docs: add ghengeveld as a contributor (#123)

* docs: update README.md

* docs: update .all-contributorsrc

* docs: add philip-peterson as a contributor (#124)

* docs: update README.md

* docs: update .all-contributorsrc

* docs: add sibelius as a contributor (#125)

* docs: update README.md

* docs: update .all-contributorsrc

* docs: add jimthedev as a contributor (#126)

* docs: update README.md

* docs: update .all-contributorsrc

* docs: add msokk as a contributor (#127)

* docs: update README.md

* docs: update .all-contributorsrc

* docs: add brabeji as a contributor (#128)

* docs: update README.md

* docs: update .all-contributorsrc

* docs: add unorsk as a contributor (#129)

* docs: update README.md

* docs: update .all-contributorsrc

* docs: add matthisk as a contributor (#130)

* docs: update README.md

* docs: update .all-contributorsrc

* docs: add dhurlburtusa as a contributor (#131)

* docs: update README.md

* docs: update .all-contributorsrc

* docs: add dhurlburtusa as a contributor (#132)

* docs: update README.md

* docs: update .all-contributorsrc

* docs: add noelyoo as a contributor (#133)

* docs: update README.md

* docs: update .all-contributorsrc

* docs: add aratcliffe as a contributor (#134)

* docs: update README.md

* docs: update .all-contributorsrc

* docs: add kentcdodds as a contributor (#135)

* docs: update README.md

* docs: update .all-contributorsrc

* docs: add noelyoo as a contributor (#136)

* docs: update README.md

* docs: update .all-contributorsrc

* docs: add walter-ind as a contributor (#137)

* docs: update README.md

* docs: update .all-contributorsrc

* docs: add phryneas as a contributor (#138)

* docs: update README.md

* docs: update .all-contributorsrc

* docs: add artdent as a contributor (#139)

* docs: update README.md

* docs: update .all-contributorsrc

* docs: add Avi98 as a contributor (#140)

* docs: update README.md

* docs: update .all-contributorsrc

* docs: add rokoroku as a contributor (#141)

* docs: update README.md

* docs: update .all-contributorsrc

* Update README.md

* Drop the avatar size and add the badge back.

* Add the All Contributors badge.

* No need to brag.

* docs: add elsangedy as a contributor (#142)

* docs: update README.md

* docs: update .all-contributorsrc

* Make sure useFetch rejects with an Error type. (#114)

* Make sure useFetch rejects with an Error type.

Previously, a non-ok http response would reject with the response
object. It's better for rejections to be of type Error so that the
full stack trace information is available; plus, the TypeScript type
definition assumes that the error object is always instanceof Error.

Instead, failed responses reject with a FetchError, with the
underlying Response object available as error.response.

This is a backward-incompatible change: users who expected `error` to
be of type Response now have to refer to `error.response` instead.

* FetchError: add status code to the error message.

* Define FetchError as a class, not just an interface.

This is necessary for TypeScript code to be permitted to use
FetchError as a value at runtime, e.g. to perform an `instanceof
FetchError` check.

* Bump all dependencies. (#147)

* Make sure the promise render prop is always defined (#148)

* Make sure the promise render prop is always a Promise.

* Add a warning about providing a rejection handler.

* Fix test for promise prop.

* Use catch instead of then(..., onReject).

* Allow overriding the 'resource' argument of 'fetch' when invokin… (#150)

* Add upgrade note for v9.

* Lock down all version ranges.

* Fix eslint config.

* Attempt at fixing CircleCI memory issue.

* Bump deps.

* Update lockfile.

* Add experimental Suspense support (#153)

* Add experimental Suspense support.

* Add PropType and type definition.

* Skip Suspense test when running against 16.3.

* Lock down all version ranges.

* Fix eslint config.

* Disable rules of hooks for examples.

* Attempt at fixing CircleCI memory issue.

* Update lockfile.

* Bump deps.

* Revert "Disable rules of hooks for examples."

This reverts commit d3d931a.

* Disable propType eslint rule for stories.

* Update dependency now to v16.3.0 (#156)

* Add CodeFund sponsorship message to README (#144)

[CodeFund](https://codefund.io) provides ethical sponsorships to open source maintainers. This PR will place the "Sponsored by" image at the top of the README. The sponsoring companies are not paying per click nor impression. They are paying the maintainer(s) on a per-month basis to be the primary sponsor of this project.

* Setup gitbook.

* Fix gitbook config.

* Use gitbook summary.

* GitBook: [next] 7 pages modified

* Clean up usage examples.

* Add shortcut links to API docs.

* Move gitbook to docs.

* Clean up the readme and docs.

* Fix introduction link.

* Restructure docs.

* Place introduction outside the getting started section.

* Improve interfaces docs.

* Minor improvements.

* Fix links.

* Fix links.

* Fix links.

* Add createInstance to interfaces.

* Upgrade dependencies and remove the lockfile.

* Fix Travis link.

* Minor clarification.

* Make a clear distinction between 'state' and 'options' by avoiding 'props'.

* Fix link.

* Add upgrade docs.

* Change the way to override 'resource' from useFetch's 'run' function.

* Avoid memory leaks by using a mock promise.

* Fix FetchError prototype chain.

* Avoid using ESLint config override file because CodeFactor doesn't support it properly.

* Make sure neverSettle is an instance of Promise.

* Exclude some impossible to test paths from code coverage.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants