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 all to v4 (major) #245

Closed
wants to merge 2 commits into from

Conversation

mesosphere-web
Copy link
Collaborator

@mesosphere-web mesosphere-web commented Oct 29, 2018

This PR contains the following updates:

Package Type Update Change References
@​storybook/addon-a11y devDependencies major 3.4.11 -> 4.0.4 source
@​storybook/addon-actions devDependencies major 3.4.11 -> 4.0.4 source
@​storybook/addon-info devDependencies major 3.4.11 -> 4.0.4 source
@​storybook/addon-knobs devDependencies major 3.4.11 -> 4.0.4 source
@​storybook/addon-links devDependencies major 3.4.11 -> 4.0.4 source
@​storybook/addon-options devDependencies major 3.4.11 -> 4.0.4 source
@​storybook/addons devDependencies major 3.4.11 -> 4.0.4 source
@​storybook/react devDependencies major 3.4.11 -> 4.0.4 source

Release Notes

storybooks/storybook

v4.0.4

Compare Source

2018-November-06

Bug Fixes
  • Core: Change extensions ordering in webpack config #​4708
  • Addon-Knobs: Fix PropTypes in NumberType #​4669
  • Addon-Viewport: Fix "defaultViewport" configuration #​4683
  • Addon-Jest: Fix test matching #​4689
  • Fix tests in node 11 by using Array#sort correctly #​4720
Dependency Upgrades
  • Bump react-syntax-highlighter from 9.0.1 to 10.0.0 #​4654
  • Remove SB deps from cli tests #​4705

v4.0.3

Compare Source

2018-November-06

Bug Fixes
  • React: Fix css relative asset urls #​4695
  • Core: Fix a bug with buildStaticStandalone resolving too early #​4649
  • Angular: Fixes component imports from dist #​4682
  • Addon-info: Improve accessibility with contrast #​4698
  • Ember: update ergonomics to not require any manual setup #​4594
  • React-native: fix accessibility for component preview (iOS+VoiceOver) #​4601
Maintenance
  • Update release process and master becomes the stable branch #​4719
  • Report CLI tests to teamcity #​4671
Dependency Upgrades
30 PRs

v4.0.2

Compare Source

2018-October-31

Fix broken 4.0.1 release

Bug Fixes
  • Addon-knobs: fix select array values showing k #​4586

v4.0.1

Compare Source

2018-October-31

Broken release - @storybook/client-logger somehow didn't get published to NPM.

v4.0.0

Compare Source

2018-October-29

Storybook 4.0 is our first major-version update in over a year! Key improvements include:

  • Build tools
  • View layers
  • Mobile
    • Mobile device view: toggling stories panel with ☰ button #​3337
    • React Native: Remove the packager from storybook #​4261
    • React-Native: On-device addons #​4381
    • React-Native: On-device addons for notes, knobs, backgrounds #​4327
  • UI
  • Core
    • Story parameters #​2679
    • Generic addon decorators #​3555
    • Support css-modules #​4405
    • start-storybook: open browser tab on first compilation #​4149
    • start-storybook: suggest an alternative when the port is occupied #​4146
    • CLI-less Node api #​4344
    • Rename CLI to sb #​4345

There are hundreds of more fixes, features, and tweaks in the 4.0 release. See changelogs for 4.0.0-rc.* and 4.0.0-alpha.* for details; check out our migration guide for a walkthrough of how to upgrade or the
migration docs for an enumeration of breaking changes.


Renovate configuration

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

🚦 Automerge: Enabled.

♻️ 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 these updates again.


This PR has been generated by Renovate Bot.

GeorgiSTodorov
GeorgiSTodorov previously approved these changes Oct 30, 2018
GeorgiSTodorov
GeorgiSTodorov previously approved these changes Oct 31, 2018
Copy link

@Poltergeist Poltergeist left a comment

Choose a reason for hiding this comment

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

This fails on my machine while running npm start with

ERR! Error: Cannot find module 'babel-loader/package.json' from '.../ui-kit'
ERR!     at module.exports (.../ui-kit/node_modules/resolve/lib/sync.js:43:15)
ERR!     at isBabelLoader8 (.../ui-kit/node_modules/@storybook/core/dist/server/loadCustomBabelConfig.js:68:52)
ERR!     at _default (.../ui-kit/node_modules/@storybook/core/dist/server/loadCustomBabelConfig.js:88:10)
ERR!     at Object.babel (.../ui-kit/node_modules/@storybook/core/dist/server/core-preset-dev.js:36:45)
ERR!     at accumulationPromise.then.newConfig (.../ui-kit/node_modules/@storybook/core/dist/server/presets.js:73:72)
ERR!     at process._tickCallback (internal/process/next_tick.js:68:7)
ERR!  { Error: Cannot find module 'babel-loader/package.json' from '.../ui-kit'
ERR!     at module.exports (.../ui-kit/node_modules/resolve/lib/sync.js:43:15)
ERR!     at isBabelLoader8 (.../ui-kit/node_modules/@storybook/core/dist/server/loadCustomBabelConfig.js:68:52)
ERR!     at _default (.../ui-kit/node_modules/@storybook/core/dist/server/loadCustomBabelConfig.js:88:10)
ERR!     at Object.babel (.../ui-kit/node_modules/@storybook/core/dist/server/core-preset-dev.js:36:45)
ERR!     at accumulationPromise.then.newConfig (.../ui-kit/node_modules/@storybook/core/dist/server/presets.js:73:72)
ERR!     at process._tickCallback (internal/process/next_tick.js:68:7)
ERR!   stack:
ERR!    'Error: Cannot find module \'babel-loader/package.json\' from \'.../ui-kit\'\n    at module.exports (.../ui-kit/node_modules/resolve/lib/sync.js:43:15)\n    at isBabelLoader8 (.../ui-kit/node_modules/@storybook/core/dist/server/loadCustomBabelConfig.js:68:52)\n    at _default (.../ui-kit/node_modules/@storybook/core/dist/server/loadCustomBabelConfig.js:88:10)\n    at Object.babel (.../ui-kit/node_modules/@storybook/core/dist/server/core-preset-dev.js:36:45)\n    at accumulationPromise.then.newConfig (.../ui-kit/node_modules/@storybook/core/dist/server/presets.js:73:72)\n    at process._tickCallback (internal/process/next_tick.js:68:7)',
ERR!   code: 'MODULE_NOT_FOUND' }

@GeorgiSTodorov
Copy link
Contributor

@GeorgiSTodorov
Copy link
Contributor

From https://github.com/storybooks/storybook/blob/master/MIGRATION.md#babel-7

npm i -D @babel/core babel-loader@next

didn't work for me, we need to look into this further.

GeorgiSTodorov
GeorgiSTodorov previously approved these changes Nov 7, 2018
Copy link
Contributor

@GeorgiSTodorov GeorgiSTodorov left a comment

Choose a reason for hiding this comment

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

@Poltergeist Can you check again, both tests and start work for me now.

@mesosphere-web
Copy link
Collaborator Author

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.

@nLight
Copy link
Contributor

nLight commented Nov 28, 2018

Added babel, still not enough

@mperrotti mperrotti closed this Jan 9, 2020
@mstruebing mstruebing deleted the renovate/major-all branch June 25, 2021 08:04
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

5 participants