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

Update Iconify Dependencies #233

Closed
wants to merge 1 commit into from
Closed

Update Iconify Dependencies #233

wants to merge 1 commit into from

Conversation

san4d
Copy link

@san4d san4d commented Aug 14, 2024

Updating the Iconify versions in an attempt to align cheerio versions to 1.0.0.

Intended to resolve #232.

Copy link

changeset-bot bot commented Aug 14, 2024

🦋 Changeset detected

Latest commit: 68edba7

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
astro-icon Patch

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

Copy link

vercel bot commented Aug 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
api-astroicon ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 14, 2024 3:04pm
astroicon ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 14, 2024 3:04pm

@mrakus-sofomo
Copy link

mrakus-sofomo commented Aug 16, 2024

To anyone waiting for the merge of this PR. You can use overrides (resolutions in yarn) as a temporary solution
pnpm:

  "pnpm": {
    "overrides": {
      "@iconify/tools": "4.0.5",
      "@iconify/types": "2.0.0",
      "@iconify/utils": "2.1.30"
    }
  }

npm: https://docs.npmjs.com/cli/v8/configuring-npm/package-json#overrides
yarn: https://classic.yarnpkg.com/lang/en/docs/selective-version-resolutions/

@natemoo-re
Copy link
Owner

Thank you for the PR! Some merge nonsense means that this change was included in e12e851. Will be out soon!

@natemoo-re natemoo-re closed this Aug 16, 2024
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.

[vite] Error when evaluating SSR module D:\VSCODE\astro-blog\astro.config.mjs: failed to import "astro-icon"
3 participants