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/fix dependency issues #22

Merged
merged 849 commits into from
Aug 28, 2017
Merged

Conversation

iraleigh
Copy link

This is an update to the core dependency, that is the React Starter Kit, and the resolving of some other dependencies. Running the tests now works locally, but there are quite a few lint issues that need to be fixed

ddanila and others added 30 commits March 10, 2016 11:55
- move `.babelrc` config to `package.json`
- enable `babel-loader` cache
- add [`resolve.root`](https://webpack.github.io/docs/configuration.html#resolve-root) option
- add [`context`](https://webpack.github.io/docs/configuration.html#context) to common config
- add `target` to client's config for consistency
- reorder options in accordance with [configuration docs](https://webpack.github.io/docs/configuration.html)
- update file formatting
- add more comments
Use babel-preset-node5 for npm scripts
- Use `[chunkhash]` instead of `[hash]` in the names of bundles, it allows to save the bundle name if the content hasn't changed
- Deduplicate assets, use the same `output.path` for files, fix #362
- Use `path.resolve` everywhere in webpack config for consistency
- Use `OccurrenceOrderPlugin` in debug mode too for [hot reload needs](https://github.com/glenjamin/webpack-hot-middleware#installation--usage)
- Move generated (compiled) files from `public` to `public/assets` to not be mixed with other files like static html
Improve long term caching by adding [chunkhash]
See [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard)

- Update styles with new validation rules
- Remove unused `TextBox` component
Replace csscomb with stylelint
Add stylelint info to editor config doc
This file has been removed in #484
Remove preprocessor.js from readme
[AWS][EC2] Error: Cannot find module 'core-js/library/fn/get-iterator #505
fix(test): add core-js to unmockedModulePathPatterns
Update tools/copy.js to clean up package.json before copying
…e" feature is enabled

Autoreload functionality is not picking up file changes when Webstorm "safe write" feature is enabled
Update tools/run.js to print options if present
Remove redundant commas in SQL statement
Move .eslintrc and .jscsrc in package.json to simplify directory layout
frenzzy and others added 26 commits June 14, 2017 21:09
* dev-deps: jest, jscodeshift, jest-codemods
* jest configuration
* Example jest test
* Remove mocha and istanbul in favour of jest
* chore: update packages

* chore: upgrade jest-codemods, update others

* chore: upgrade query-string, updade others

* chore: upgrade packages, including eslint
@iraleigh
Copy link
Author

The build breaking here is expected and will be fixed on a branch dedicated to fixing the lint errors

@iraleigh
Copy link
Author

please run npm install after pulling from development

@iraleigh iraleigh merged commit 84ba9a3 into development Aug 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.