-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
fix: type generation for local collection #130
Conversation
* chore: update ci to use pnpm * chore(lint): Prettier fix --------- Co-authored-by: Michael Stramel <michael.stramel@koyfin.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore: convert core package to typescript * update lockfile * chore(lint): Prettier fix --------- Co-authored-by: Michael Stramel <michael.stramel@koyfin.com> Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: remove Iconify requirement * update lockfile * chore(lint): Prettier fix --------- Co-authored-by: Michael Stramel <michael.stramel@koyfin.com> Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* docs: update core README * chore: update website to use latest code * Remove Sprite references from demo * Swap for correct dependency to install * remove content * update lockfile * chore(lint): Prettier fix --------- Co-authored-by: Michael Stramel <michael.stramel@koyfin.com> Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore: convert core package to typescript * feat: remove Iconify requirement * docs: update core README * chore: update website to use latest code * fix: improve typings and organization * fix: generating icon type definitions * chore(lint): Prettier fix * fix readme --------- Co-authored-by: Michael Stramel <michael.stramel@koyfin.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: allow svgo options to be passed * chore(lint): Prettier fix * cleanup merge conflicts --------- Co-authored-by: Michael Stramel <michael.stramel@koyfin.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Nate Moore <nate@astro.build>
* fix build * chore(lint): Prettier fix --------- Co-authored-by: Michael Stramel <michael.stramel@koyfin.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* improve error messaging * chore(lint): Prettier fix --------- Co-authored-by: Michael Stramel <michael.stramel@koyfin.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* improve readme * chore(lint): Prettier fix --------- Co-authored-by: Michael Stramel <michael.stramel@koyfin.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Michael Stramel <michael.stramel@koyfin.com>
* fix: prevent failing on missing local collection * chore(lint): Prettier fix --------- Co-authored-by: Michael Stramel <michael.stramel@koyfin.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Michael Stramel <michael.stramel@koyfin.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
🦋 Changeset detectedLatest commit: e1d8954 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
4f7459b
to
8e6d2f8
Compare
* fix: correctly pass svgo options * Create violet-experts-travel.md --------- Co-authored-by: Michael Stramel <michael.stramel@koyfin.com>
f0950f4
to
fceb232
Compare
I made very similar changes directly in #111 so I'm going to close this! Thanks for tackling this, though! |
Fixes #126
Running
astro check
doesn't trigger theload
function so it currently fails on local collection. We need to add it for the initial run.Separately we need to look into updating the virtual module to handle new icons for local collection.