[zanata/zanata-platform] fed25e: feat(ZNTA-2118): upgrade webpack to v3 (#466)

GitHub noreply at github.com
Tue Aug 8 05:16:18 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/zanata/zanata-platform
  Commit: fed25e3002f41b890fef36d9dc483ca88e0ac97b
      https://github.com/zanata/zanata-platform/commit/fed25e3002f41b890fef36d9dc483ca88e0ac97b
  Author: David Mason <drdmason at gmail.com>
  Date:   2017-08-08 (Tue, 08 Aug 2017)

  Changed paths:
    M server/zanata-frontend/pom.xml
    A server/zanata-frontend/src/frontend/.storybook-editor/addons.js
    M server/zanata-frontend/src/frontend/.storybook-editor/config.js
    M server/zanata-frontend/src/frontend/.storybook-editor/storybook.css
    M server/zanata-frontend/src/frontend/.storybook-editor/webpack.config.js
    A server/zanata-frontend/src/frontend/.storybook-frontend/addons.js
    M server/zanata-frontend/src/frontend/.storybook-frontend/config.js
    M server/zanata-frontend/src/frontend/.storybook-frontend/webpack.config.js
    M server/zanata-frontend/src/frontend/app/components/Alert/Alert.story.js
    M server/zanata-frontend/src/frontend/app/components/Badge/Badge.story.js
    M server/zanata-frontend/src/frontend/app/components/Breadcrumbs/Breadcrumbs.story.js
    M server/zanata-frontend/src/frontend/app/components/Button/Button.story.js
    M server/zanata-frontend/src/frontend/app/components/Dropdown/Dropdown.story.js
    M server/zanata-frontend/src/frontend/app/components/EditableText/EditableText.story.js
    M server/zanata-frontend/src/frontend/app/components/Form/Form.story.js
    M server/zanata-frontend/src/frontend/app/components/Icon/Icon.story.js
    M server/zanata-frontend/src/frontend/app/components/Label/Label.story.js
    M server/zanata-frontend/src/frontend/app/components/Link/Link.story.js
    M server/zanata-frontend/src/frontend/app/components/List/List.story.js
    M server/zanata-frontend/src/frontend/app/components/LoaderText/LoaderText.story.js
    M server/zanata-frontend/src/frontend/app/components/Modal/Modal.story.js
    M server/zanata-frontend/src/frontend/app/components/Notification/Notification.story.js
    M server/zanata-frontend/src/frontend/app/components/Pagination/Pagination.story.js
    M server/zanata-frontend/src/frontend/app/components/Panel/Panel.story.js
    M server/zanata-frontend/src/frontend/app/components/ProgressBar/ProgressBar.story.js
    M server/zanata-frontend/src/frontend/app/components/Sidebar/Sidebar.story.js
    M server/zanata-frontend/src/frontend/app/components/Table/Table.story.js
    M server/zanata-frontend/src/frontend/app/components/Tabs/Tabs.story.js
    M server/zanata-frontend/src/frontend/app/components/TextInput/TextInput.story.js
    M server/zanata-frontend/src/frontend/app/components/Tooltip/Tooltip.story.js
    M server/zanata-frontend/src/frontend/app/components/TriCheckbox/TriCheckbox.story.js
    M server/zanata-frontend/src/frontend/app/components/Well/Well.story.js
    M server/zanata-frontend/src/frontend/app/components/foundation.story.js
    M server/zanata-frontend/src/frontend/app/editor/app.css
    M server/zanata-frontend/src/frontend/app/editor/components/Button/Button.story.js
    M server/zanata-frontend/src/frontend/app/editor/components/EditorSearchInput/EditorSearchInput.story.js
    M server/zanata-frontend/src/frontend/app/editor/components/GlossarySearchInput/GlossarySearchInput.story.js
    M server/zanata-frontend/src/frontend/app/editor/components/GlossaryTerm/GlossaryTerm.story.js
    M server/zanata-frontend/src/frontend/app/editor/components/GlossaryTermModal/GlossaryTermModal.story.js
    M server/zanata-frontend/src/frontend/app/editor/components/ProgressBar/ProgressBar.story.js
    M server/zanata-frontend/src/frontend/app/editor/components/SettingOption/SettingOption.story.js
    M server/zanata-frontend/src/frontend/app/editor/components/SettingsOptions/SettingsOptions.story.js
    M server/zanata-frontend/src/frontend/app/editor/components/TextDiff/TextDiff.story.js
    M server/zanata-frontend/src/frontend/app/editor/index.css
    M server/zanata-frontend/src/frontend/app/editor/index.js
    M server/zanata-frontend/src/frontend/package.json
    A server/zanata-frontend/src/frontend/postcss.config.js
    M server/zanata-frontend/src/frontend/scripts/build.js
    M server/zanata-frontend/src/frontend/scripts/codemods/story.template.js
    M server/zanata-frontend/src/frontend/scripts/dev-server.config.js
    M server/zanata-frontend/src/frontend/scripts/dev-server.js
    M server/zanata-frontend/src/frontend/webpack.config.js
    R server/zanata-frontend/src/frontend/webpack.dev.config.js
    R server/zanata-frontend/src/frontend/webpack.draft.config.js
    R server/zanata-frontend/src/frontend/webpack.prod.config.js
    M server/zanata-frontend/src/frontend/yarn.lock

  Log Message:
  -----------
  feat(ZNTA-2118): upgrade webpack to v3 (#466)

Squash merge of the following:

* chore(ZNTA-2118): upgrade webpack and related packages

Just updates the libraries, still needs config updated and loaders
checked for whether they need updating.

* chore(ZNTA-2118): WIP updating webpack configs to work with webpack 3

* chore(ZNTA-2118): upgrade babel-loader and eslint-loader

* WIP: combining configs, switching from rework to postcss and trying to make the build go

It is building huge right now, something is wrong.

* feat(ZNTA-2118): upgrade node and yarn

* WIP-IT-WORKS! need to clean up and test more

* feat(ZNTA-2118): remove unwanted logging in build, remove unused configs

* feat(ZNTA-2118): remove some commented-out code

* feat(ZNTA-2118): run storybook update script

Also manually changed storybook addons and addon-actions to new packages.
I think the script missed them because they were in dependencies instead
of devDependencies (everything is devDependencies since this is an
application, not a library.

* feat(ZNTA-2118): update storybook configs to work with webpack 3

This also removes most of the config file contents and just uses the
master webpack config with some customizations.

* feat(ZNTA-2118): remove unused rework modules

Completely replaced by postcss now.

* feat(ZNTA-2118): move postcss plugins to devDependencies

* feat(ZNTA-2118): add explanatory comments to webpack.config.js

* fix(ZNTA-2118): update TriCheckbox story to use new storybook import

Was added on master after the upgrade, so was missed when the other
components were upgraded.




More information about the zanata-commits mailing list