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

Make client/ directory (Calypso app) a Lerna package #38190

Merged
merged 20 commits into from
Jan 16, 2020

Commits on Jan 16, 2020

  1. Configuration menu
    Copy the full SHA
    be438ad View commit details
    Browse the repository at this point in the history
  2. Move webpack utility script for extensions aliases to client/webpack/

    That's also a great future location for all custom webpack-related modules. Better than
    the currently used `server/bundler`.
    jsnajdr committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    a036784 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6553390 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87a80e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0a41c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b20b1c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6bb0ef2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b44be89 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6f24de0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    01710c2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f2d2e2f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8565cd9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b899dbd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b881c78 View commit details
    Browse the repository at this point in the history
  15. Fixup paths for ICFY stats

    jsnajdr committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    e2446f7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    cb47348 View commit details
    Browse the repository at this point in the history
  17. Devdocs: fixup import and externalizing of the search-index module

    The request string and the externals declaration must exactly match. That makes
    sure that `search-index.js` is not bundled into server bundle, but continues to be
    read with `require( 'server/bundler/search-index')`.
    
    Also removes legacy externals like `hot-reloader` or `bundler/assets` (the assets file
    is read with `fs.readFile`, not with Node require)
    jsnajdr committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    f52ea3d View commit details
    Browse the repository at this point in the history
  18. ESLint: fixup the configuration of the import/no-extraneous-modules

    Don't specify a `packageDir` and make it look at the closest `package.json` by default.
    
    Also, add `lodash` as a top-level dev dependency, as some build-only files (e.g., `.eslintrc`)
    use it.
    jsnajdr committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    25f72bf View commit details
    Browse the repository at this point in the history
  19. Update the (unified) lockfile

    jsnajdr committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    b195f48 View commit details
    Browse the repository at this point in the history
  20. Update the npm-package-json-lint configuration and runner

    Allow `devDependencies` only in the root `package.json` and not anywhere else.
    jsnajdr committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    9e9de37 View commit details
    Browse the repository at this point in the history