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

Reminder to update packages once in a while #20

Open
TimothyGu opened this issue May 30, 2020 · 1 comment · Fixed by #21, #27, #67 or #73
Open

Reminder to update packages once in a while #20

TimothyGu opened this issue May 30, 2020 · 1 comment · Fixed by #21, #27, #67 or #73
Labels
backlog Things that are not essential for a MVP infra Related to build/deployment infrastructure

Comments

@TimothyGu
Copy link
Contributor

TimothyGu commented May 30, 2020

This bug should always stay open.

@TimothyGu TimothyGu added the infra Related to build/deployment infrastructure label May 30, 2020
TimothyGu added a commit that referenced this issue May 30, 2020
TimothyGu added a commit that referenced this issue May 30, 2020
@TimothyGu TimothyGu added this to To do in HOTH 8 via automation May 30, 2020
@TimothyGu TimothyGu linked a pull request May 31, 2020 that will close this issue
@jamieliu386 jamieliu386 linked a pull request Jun 13, 2020 that will close this issue
@jamieliu386
Copy link
Contributor

Steps:

  1. run yarn
  2. run yarn outdated to see which packages to update. example:
    Package                    Current Wanted  Latest  Package Type    URL                                                                                      
    @material-ui/core          4.10.0  4.10.2  4.10.2  dependencies    https://material-ui.com/
    eslint                     7.1.0   7.2.0   7.2.0   devDependencies https://eslint.org
    gatsby                     2.22.13 2.23.3  2.23.3  dependencies    https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby#readme
    
  3. run yarn add <dependencies...> where <dependencies...> refer to a space-separated list of dependencies shown as outdated in the step above. example:
    $ yarn add @material-ui/core gatsby
  4. run yarn add --dev <devDependencies...> where <devDependencies...> refer to a space-separated list of devDependencies shown as outdated in step 2. example:
    $ yarn add --dev eslint
  5. run yarn upgrade
  6. run yarn develop and make sure everything still works

If you run into weird issues after updating packages, try the steps outlined in: https://github.com/uclaacm/hoth.uclaacm.com#troubleshooting

@TimothyGu TimothyGu removed this from To do in HOTH 8 Jun 14, 2020
@TimothyGu TimothyGu added the backlog Things that are not essential for a MVP label Jun 14, 2020
TimothyGu added a commit that referenced this issue Jun 24, 2020
TimothyGu added a commit that referenced this issue Aug 2, 2020
TimothyGu added a commit that referenced this issue Aug 2, 2020
@TimothyGu TimothyGu linked a pull request Aug 2, 2020 that will close this issue
@TimothyGu TimothyGu linked a pull request Aug 16, 2020 that will close this issue
jamieliu386 added a commit that referenced this issue Sep 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Things that are not essential for a MVP infra Related to build/deployment infrastructure
Projects
None yet
2 participants