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

April 2024 dependency updates. #109

Merged
merged 9 commits into from
May 14, 2024
Merged

April 2024 dependency updates. #109

merged 9 commits into from
May 14, 2024

Conversation

erinesullivan
Copy link
Collaborator

@erinesullivan erinesullivan commented Apr 1, 2024

Overview

These dependencies have been replaced by esbuild as it does everything below:

  • cssnano
  • postcss
  • postcss-import

scripts

scripts has been updated. These new scripts have been added:

  • npm run build:type
    • npm run build:type --type=js will build the new js/browse.js file into the public/browse.js.
  • npm run build:watch
    • npm run build:watch --type=css will watch changes on the css/browse.css file, and build it in public/browse.js.

Workflows

These actions have been updated to their latest versions:

  • ruby/setup-ruby (bumping ruby-version to 3.3)

dependabot

Set up dependabot to do monthly checks, with the exception of npm, which is weekly as there is now only one dependency to check.

Testing

  • Install the updated packages (docker-compose run --rm web npm install).
  • Make a CSS change, and build the styles (docker-compose run --rm web npm run build).
  • Start the site to see if your change was made, and everything still works (docker-compose up).
  • Make sure the PR is consistent in these browsers:
    • Chrome
    • Firefox
    • Safari
    • Edge

@erinesullivan erinesullivan added the dependencies Changes to packages or gems. label Apr 1, 2024
@erinesullivan erinesullivan self-assigned this Apr 1, 2024
@erinesullivan erinesullivan requested a review from niquerio April 1, 2024 14:32
@erinesullivan erinesullivan mentioned this pull request Apr 1, 2024
4 tasks
@erinesullivan erinesullivan requested review from niquerio and removed request for niquerio May 6, 2024 12:35
Copy link
Collaborator

@niquerio niquerio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

@niquerio niquerio merged commit 76292db into main May 14, 2024
2 checks passed
@erinesullivan erinesullivan deleted the 2024-04-01-updates branch May 15, 2024 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Changes to packages or gems.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants