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 @types/chrome for config manifest type #969

Merged
merged 3 commits into from
Sep 3, 2024
Merged

Conversation

aklinker1
Copy link
Collaborator

@aklinker1 aklinker1 commented Sep 3, 2024

This closes #521

Properties like key, which were missing before, are now typed properly.

I am NOT marking this as a breaking change because the only change is to types... the runtime behavior hasn't changed. If this breaks peoples types, I'll fix them by adding custom typings.

Copy link

netlify bot commented Sep 3, 2024

Deploy Preview for creative-fairy-df92c4 ready!

Name Link
🔨 Latest commit d35ab7a
🔍 Latest deploy log https://app.netlify.com/sites/creative-fairy-df92c4/deploys/66d75e3950f9bb0008f7ba84
😎 Deploy Preview https://deploy-preview-969--creative-fairy-df92c4.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@aklinker1 aklinker1 linked an issue Sep 3, 2024 that may be closed by this pull request
@aklinker1 aklinker1 mentioned this pull request Sep 3, 2024
25 tasks
Copy link

codecov bot commented Sep 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.71%. Comparing base (143b5ac) to head (d35ab7a).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #969      +/-   ##
==========================================
- Coverage   81.96%   81.71%   -0.26%     
==========================================
  Files         125      125              
  Lines        6605     6605              
  Branches     1099     1099              
==========================================
- Hits         5414     5397      -17     
- Misses       1177     1194      +17     
  Partials       14       14              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@aklinker1 aklinker1 changed the title fix!: Use @types/chrome for config manifest type fix: Use @types/chrome for config manifest type Sep 3, 2024
@aklinker1 aklinker1 marked this pull request as ready for review September 3, 2024 19:10
@aklinker1 aklinker1 self-assigned this Sep 3, 2024
@aklinker1 aklinker1 changed the title fix: Use @types/chrome for config manifest type feat: Use @types/chrome for config manifest type Sep 3, 2024
@aklinker1 aklinker1 merged commit abe1263 into main Sep 3, 2024
16 checks passed
@aklinker1 aklinker1 deleted the manifest-types branch September 3, 2024 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

please add externally_connectable property definition Improve typing of manifest config
1 participant