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

refactor: remove type-fest dependency #121

Merged
merged 1 commit into from
Feb 4, 2022
Merged

Conversation

angeloashmore
Copy link
Member

Types of changes

  • Chore (a non-breaking change which is related to package maintenance)
  • Bug fix (a non-breaking change which fixes an issue)
  • New feature (a non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Description

This PR moves the PascalCase type from type-fest into the project. This allows us to remove type-fest as a dependency.

Fixes #120

Checklist:

  • My change requires an update to the official documentation.
  • All TSDoc comments are up-to-date and new ones have been added where necessary.
  • All new and existing tests are passing.

🐰

@codecov-commenter
Copy link

Codecov Report

Merging #121 (6e0b077) into master (1355052) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #121   +/-   ##
=======================================
  Coverage   92.25%   92.25%           
=======================================
  Files          16       16           
  Lines         271      271           
  Branches       60       60           
=======================================
  Hits          250      250           
  Misses          5        5           
  Partials       16       16           
Impacted Files Coverage Δ
src/SliceZone.tsx 86.95% <100.00%> (ø)
src/lib/pascalCase.ts 80.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1355052...6e0b077. Read the comment docs.

@github-actions
Copy link

github-actions bot commented Feb 4, 2022

size-limit report 📦

Path Size
dist/index.mjs 4.08 KB (0%)
dist/index.cjs 5.74 KB (0%)

@angeloashmore angeloashmore merged commit 27c502f into master Feb 4, 2022
@angeloashmore angeloashmore deleted the aa/remove-type-fest branch February 4, 2022 23:46
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.

Expose 'type-fest' as dependency instead of devDependency
2 participants