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

Migrate to yarn for installing dependencies #8762

Merged
merged 63 commits into from Feb 18, 2021
Merged

Migrate to yarn for installing dependencies #8762

merged 63 commits into from Feb 18, 2021

Commits on Jan 20, 2021

  1. migrate to yarn for install dependencies

    Jonathan Roebuck committed Jan 20, 2021
    Copy the full SHA
    8b436a0 View commit details
    Browse the repository at this point in the history
  2. install emotion/react psammead peer dep

    Jonathan Roebuck committed Jan 20, 2021
    Copy the full SHA
    6d12a3a View commit details
    Browse the repository at this point in the history
  3. update bundle sizes

    Jonathan Roebuck committed Jan 20, 2021
    Copy the full SHA
    84a0d88 View commit details
    Browse the repository at this point in the history
  4. update snapshots

    Jonathan Roebuck committed Jan 20, 2021
    Copy the full SHA
    a8ffe06 View commit details
    Browse the repository at this point in the history
  5. prevent running npm install

    Jonathan Roebuck committed Jan 20, 2021
    Copy the full SHA
    3a34587 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Merge branch 'latest' into migrate-to-yarn

    Jonathan Roebuck committed Feb 2, 2021
    Copy the full SHA
    91f6d39 View commit details
    Browse the repository at this point in the history
  2. add bolder npm install error message

    Jonathan Roebuck committed Feb 2, 2021
    Copy the full SHA
    43071df View commit details
    Browse the repository at this point in the history
  3. test npm_execpath for testing

    Jonathan Roebuck committed Feb 2, 2021
    Copy the full SHA
    8c836ce View commit details
    Browse the repository at this point in the history
  4. use yarn in GH actions

    Jonathan Roebuck committed Feb 2, 2021
    Copy the full SHA
    9ab623f View commit details
    Browse the repository at this point in the history
  5. make npm install error message slightly less bold

    Jonathan Roebuck committed Feb 2, 2021
    Copy the full SHA
    d81b953 View commit details
    Browse the repository at this point in the history
  6. update bundle size config

    Jonathan Roebuck committed Feb 2, 2021
    Copy the full SHA
    6c09be3 View commit details
    Browse the repository at this point in the history
  7. remove console.log

    Jonathan Roebuck committed Feb 2, 2021
    Copy the full SHA
    809aac0 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. use yarn install --frozen-lockfile

    Jonathan Roebuck committed Feb 3, 2021
    Copy the full SHA
    3bf9f74 View commit details
    Browse the repository at this point in the history
  2. replace npm scripts commands with yarn

    Jonathan Roebuck committed Feb 3, 2021
    Copy the full SHA
    1f736c5 View commit details
    Browse the repository at this point in the history
  3. don't save puppeteer dep in yarn.lock

    Jonathan Roebuck committed Feb 3, 2021
    Copy the full SHA
    9cc523a View commit details
    Browse the repository at this point in the history
  4. remove unused script

    Jonathan Roebuck committed Feb 3, 2021
    Copy the full SHA
    bd12fa2 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'latest' into migrate-to-yarn

    Jonathan Roebuck committed Feb 3, 2021
    Copy the full SHA
    6f8ea7c View commit details
    Browse the repository at this point in the history
  6. remove accidentally committed line of code

    Jonathan Roebuck committed Feb 3, 2021
    Copy the full SHA
    6a6addc View commit details
    Browse the repository at this point in the history
  7. enforce version of yarn

    Jonathan Roebuck committed Feb 3, 2021
    Copy the full SHA
    410a89c View commit details
    Browse the repository at this point in the history
  8. don't save puppeteer dep in yarn.lock

    Jonathan Roebuck committed Feb 3, 2021
    Copy the full SHA
    831f94c View commit details
    Browse the repository at this point in the history
  9. remove unused script

    Jonathan Roebuck committed Feb 3, 2021
    Copy the full SHA
    0ed75df View commit details
    Browse the repository at this point in the history
  10. Merge branch 'latest' into migrate-to-yarn

    Jonathan Roebuck committed Feb 3, 2021
    Copy the full SHA
    8a5c63b View commit details
    Browse the repository at this point in the history
  11. update contributing dox

    Jonathan Roebuck committed Feb 3, 2021
    Copy the full SHA
    56f0841 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'migrate-to-yarn' of github.com:bbc/simorgh into migrate…

    …-to-yarn
    Jonathan Roebuck committed Feb 3, 2021
    Copy the full SHA
    93c3958 View commit details
    Browse the repository at this point in the history
  13. loadable server and component packages must match

    Jonathan Roebuck committed Feb 3, 2021
    Copy the full SHA
    8a56381 View commit details
    Browse the repository at this point in the history
  14. later version of loadable introduces visual bugs

    Jonathan Roebuck committed Feb 3, 2021
    Copy the full SHA
    76ad6a9 View commit details
    Browse the repository at this point in the history
  15. update int test snapshots

    Jonathan Roebuck committed Feb 3, 2021
    Copy the full SHA
    5ce7798 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'latest' into migrate-to-yarn

    Jonathan Roebuck committed Feb 3, 2021
    Copy the full SHA
    7e34ac0 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    cd1667b View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Merge branch 'latest' into migrate-to-yarn

    Jonathan Roebuck committed Feb 4, 2021
    Copy the full SHA
    fdcb05d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'migrate-to-yarn' of github.com:bbc/simorgh into migrate…

    …-to-yarn
    Jonathan Roebuck committed Feb 4, 2021
    Copy the full SHA
    f86f61d View commit details
    Browse the repository at this point in the history
  3. update contribution and link to from terminal

    Jonathan Roebuck committed Feb 4, 2021
    Copy the full SHA
    da93786 View commit details
    Browse the repository at this point in the history
  4. only nvm use required

    Jonathan Roebuck committed Feb 4, 2021
    Copy the full SHA
    715c059 View commit details
    Browse the repository at this point in the history
  5. add to and link to install yarn in root readme

    Jonathan Roebuck committed Feb 4, 2021
    Copy the full SHA
    f5ac634 View commit details
    Browse the repository at this point in the history
  6. add space in box

    Jonathan Roebuck committed Feb 4, 2021
    Copy the full SHA
    31be900 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'latest' into migrate-to-yarn

    Jonathan Roebuck committed Feb 4, 2021
    Copy the full SHA
    0b91d35 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Copy the full SHA
    5f51779 View commit details
    Browse the repository at this point in the history
  2. update pre-push script

    Jonathan Roebuck committed Feb 5, 2021
    Copy the full SHA
    d522d16 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'migrate-to-yarn' of github.com:bbc/simorgh into migrate…

    …-to-yarn
    Jonathan Roebuck committed Feb 5, 2021
    Copy the full SHA
    c4ba325 View commit details
    Browse the repository at this point in the history
  4. update yarn lock

    andrewscfc committed Feb 5, 2021
    Copy the full SHA
    31f7a90 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    49ed388 View commit details
    Browse the repository at this point in the history
  6. yarn import lock file

    andrewscfc committed Feb 5, 2021
    Copy the full SHA
    7b306e1 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    75ed4ad View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    a8d9cc2 View commit details
    Browse the repository at this point in the history
  9. reset bundleSizeConfig

    andrewscfc committed Feb 5, 2021
    Copy the full SHA
    a24a7c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. fix caching of node_modules in GH actions

    Jonathan Roebuck committed Feb 10, 2021
    Copy the full SHA
    9dae0a8 View commit details
    Browse the repository at this point in the history
  2. remove package-lock.json references

    Jonathan Roebuck committed Feb 10, 2021
    Copy the full SHA
    9fdc15d View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Merge branch 'latest' into migrate-to-yarn

    Jonathan Roebuck committed Feb 12, 2021
    Copy the full SHA
    2a144ac View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    dc63c18 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8833 from bbc/migrate-to-yarn-replace-npm-scripts

    replace npm scripts commands with yarn
    Jonathan Roebuck committed Feb 12, 2021
    Copy the full SHA
    f7df215 View commit details
    Browse the repository at this point in the history
  4. remove run from yarn commands

    Jonathan Roebuck committed Feb 12, 2021
    Copy the full SHA
    2c077b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Merge branch 'latest' into migrate-to-yarn

    Jonathan Roebuck committed Feb 15, 2021
    Copy the full SHA
    57841a7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'latest' into migrate-to-yarn

    Jonathan Roebuck committed Feb 15, 2021
    Copy the full SHA
    def21db View commit details
    Browse the repository at this point in the history
  3. trigger build

    Jonathan Roebuck committed Feb 15, 2021
    Copy the full SHA
    a619645 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Merge branch 'latest' into migrate-to-yarn

    Jonathan Roebuck committed Feb 16, 2021
    Copy the full SHA
    4a8cac8 View commit details
    Browse the repository at this point in the history
  2. remove @emotion/sheet webpack alias

    Jonathan Roebuck committed Feb 16, 2021
    Copy the full SHA
    3791687 View commit details
    Browse the repository at this point in the history
  3. match all emotion package versions

    Jonathan Roebuck committed Feb 16, 2021
    Copy the full SHA
    2eb5ea7 View commit details
    Browse the repository at this point in the history
  4. upgrade emotion packages to latest

    Jonathan Roebuck committed Feb 16, 2021
    Copy the full SHA
    57c2d7e View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Copy the full SHA
    41f922e View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Merge branch 'latest' into migrate-to-yarn

    Jonathan Roebuck committed Feb 18, 2021
    Copy the full SHA
    444c512 View commit details
    Browse the repository at this point in the history
  2. use latest versions of emotion packages in prod bundle

    Jonathan Roebuck committed Feb 18, 2021
    Copy the full SHA
    12c9d6e View commit details
    Browse the repository at this point in the history
  3. add yarn ci script to remove invalid transitive dependencies before n…

    …ew install
    Jonathan Roebuck committed Feb 18, 2021
    Copy the full SHA
    ad1be8a View commit details
    Browse the repository at this point in the history
  4. move transitive emotion deps to resolutions

    Jonathan Roebuck committed Feb 18, 2021
    Copy the full SHA
    014cd07 View commit details
    Browse the repository at this point in the history