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

feat: use volta, add sync script #10

Merged
merged 5 commits into from
Apr 19, 2024
Merged

feat: use volta, add sync script #10

merged 5 commits into from
Apr 19, 2024

Conversation

webbertakken
Copy link
Member

@webbertakken webbertakken commented Apr 19, 2024

Changes

  • Move away from using Bun as primary package manager and script runner
  • Use Volta, which will autonomously select the correct Node and Yarn versions
  • Update Docker image to build using Node and serve using Bun
  • TODO - Update CI
  • Resolves: package.json default packages & qol scripts #9
    • Add Dayjs
    • Add sync script that will update DA packages and write latest types from HA instance

Checklist

  • Read the contribution guide and accept the
    code of conduct
  • Readme and docs (updated or not needed)
  • Tests (added, updated or not needed)

Copy link

codecov bot commented Apr 19, 2024

Codecov Report

Attention: Patch coverage is 0% with 15 lines in your changes are missing coverage. Please review.

Project coverage is 11.61%. Comparing base (441d5a2) to head (d91acd5).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #10      +/-   ##
==========================================
- Coverage   12.85%   11.61%   -1.25%     
==========================================
  Files           3        5       +2     
  Lines         140      155      +15     
  Branches        3        4       +1     
==========================================
  Hits           18       18              
- Misses        120      133      +13     
- Partials        2        4       +2     
Files Coverage Δ
...ols/scripts/upgrade-da-packages-and-write-types.ts 0.00% <0.00%> (ø)
tools/scripts/run.ts 0.00% <0.00%> (ø)
Files Coverage Δ
...ols/scripts/upgrade-da-packages-and-write-types.ts 0.00% <0.00%> (ø)
tools/scripts/run.ts 0.00% <0.00%> (ø)

@webbertakken webbertakken merged commit 1b6ef99 into main Apr 19, 2024
3 checks passed
@webbertakken webbertakken deleted the use-volta branch April 19, 2024 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

package.json default packages & qol scripts
1 participant