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

Fix dependencies #3544

Merged
merged 6 commits into from Jan 7, 2019
Merged

Fix dependencies #3544

merged 6 commits into from Jan 7, 2019

Conversation

dominik-zeglen
Copy link
Contributor

@dominik-zeglen dominik-zeglen commented Jan 4, 2019

I want to merge this change because lately, we had some troubles setting up storybook and using window.history.back(). This PR fixes these problems.

Pull Request Checklist

  1. Privileged views and APIs are guarded by proper permission checks.
  2. All visible strings are translated with proper context.
  3. All data-formatting is locale-aware (dates, numbers, and so on).
  4. Database queries are optimized and the number of queries is constant.
  5. Database migration files are up to date.
  6. The changes are tested.
  7. The code is documented (docstrings, project documentation).
  8. GraphQL schema and type definitions are up to date.
  9. Changes are mentioned in the changelog.

@codecov
Copy link

codecov bot commented Jan 4, 2019

Codecov Report

Merging #3544 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3544   +/-   ##
=======================================
  Coverage   89.83%   89.83%           
=======================================
  Files         250      250           
  Lines       13207    13207           
  Branches     1334     1334           
=======================================
  Hits        11865    11865           
  Misses        930      930           
  Partials      412      412

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 4a4f720...e0aa0ca. Read the comment docs.

dominik-zeglen and others added 6 commits January 7, 2019 10:22
`awesome-typescript-loader` used to be the faster option but nowadays
it seems not to be maintained any more.
@@ -44,3 +44,5 @@ All notable, unreleased changes to this project will be documented in this file.
- Add default variant create to Product mutations - #3505 by @fowczarek
- Fix attribute filters in parent category - #3535 by @fowczarek
- Fixed the no shipping orders payment crash on Stripe - #3550 by @NyanKiyoshi
- Change TypeScript loader to speed up the build process - #3545 by @patrys
- Fix storybook dependencies conflict - #3544 by @dominik-zeglen
Copy link
Member

Choose a reason for hiding this comment

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

Not sure if fixing deps needs a changelog entry, @maarcingebala?

@maarcingebala maarcingebala merged commit 9b48cc9 into master Jan 7, 2019
@maarcingebala maarcingebala deleted the fix-dependencies branch January 7, 2019 13:16
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.

None yet

3 participants