Old Time Tunes Dev Log 1: Updating the Repo

This is a long-running series of logs that I’m sharing with my spouse to incrementally share everything I do to contribute to our project Old Time Tunes. My goal is to make tiny records of what it takes to build a web platform.

Since we created our pr…


This content originally appeared on DEV Community and was authored by David

This is a long-running series of logs that I'm sharing with my spouse to incrementally share everything I do to contribute to our project Old Time Tunes. My goal is to make tiny records of what it takes to build a web platform.

Since we created our prototype back in December last year, it's been a long time since the repo's been touched. Before I start development, I "update the repo" to make sure I don't have to deal with old bugs from dependencies or out-of-date docs online.

We're using the repo management tool Nx (nx.dev docs) which manages standard dependencies for us like the web framework (next.js) and tools like Jest.

I ran npx nx migrate latest --from=nx@17.1.3 which updated many package.json dependencies since the last version I used, 17.1.3. Nx also made a temporary migrations.json file which it uses to define a list of tasks it will do to fix files in the repo to use updated features and library methods. I ran nx migrate --run-migrations to run those migrations.

Looks like the updates were nothing special. I made sure to commit the files that changed, but discarded the migrations.json file.

I committed this as chore: upgrade nx 19.8.


This content originally appeared on DEV Community and was authored by David


Print Share Comment Cite Upload Translate Updates
APA

David | Sciencx (2024-09-27T03:03:59+00:00) Old Time Tunes Dev Log 1: Updating the Repo. Retrieved from https://www.scien.cx/2024/09/27/old-time-tunes-dev-log-1-updating-the-repo/

MLA
" » Old Time Tunes Dev Log 1: Updating the Repo." David | Sciencx - Friday September 27, 2024, https://www.scien.cx/2024/09/27/old-time-tunes-dev-log-1-updating-the-repo/
HARVARD
David | Sciencx Friday September 27, 2024 » Old Time Tunes Dev Log 1: Updating the Repo., viewed ,<https://www.scien.cx/2024/09/27/old-time-tunes-dev-log-1-updating-the-repo/>
VANCOUVER
David | Sciencx - » Old Time Tunes Dev Log 1: Updating the Repo. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/09/27/old-time-tunes-dev-log-1-updating-the-repo/
CHICAGO
" » Old Time Tunes Dev Log 1: Updating the Repo." David | Sciencx - Accessed . https://www.scien.cx/2024/09/27/old-time-tunes-dev-log-1-updating-the-repo/
IEEE
" » Old Time Tunes Dev Log 1: Updating the Repo." David | Sciencx [Online]. Available: https://www.scien.cx/2024/09/27/old-time-tunes-dev-log-1-updating-the-repo/. [Accessed: ]
rf:citation
» Old Time Tunes Dev Log 1: Updating the Repo | David | Sciencx | https://www.scien.cx/2024/09/27/old-time-tunes-dev-log-1-updating-the-repo/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.