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

fix(qwik): don't externalise @unpic/core dep #254

Merged
merged 2 commits into from
Jun 19, 2023
Merged

fix(qwik): don't externalise @unpic/core dep #254

merged 2 commits into from
Jun 19, 2023

Conversation

ascorbic
Copy link
Owner

@ascorbic ascorbic commented Jun 19, 2023

I'm not sure why, but when installed with pnpm, rollup is unable to resolve the @unpic/core transitive dependency. This PR moves the package out of external deps, so that it is compiled into the bundle. Fixes #69

@netlify
Copy link

netlify bot commented Jun 19, 2023

Deploy Preview for unpic-svelte ready!

Name Link
🔨 Latest commit 9538a6e
🔍 Latest deploy log https://app.netlify.com/sites/unpic-svelte/deploys/649039adaec7f00008528e0f
😎 Deploy Preview https://deploy-preview-254--unpic-svelte.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 settings.

@netlify
Copy link

netlify bot commented Jun 19, 2023

Deploy Preview for unpic-solid ready!

Name Link
🔨 Latest commit 9538a6e
🔍 Latest deploy log https://app.netlify.com/sites/unpic-solid/deploys/649039ad0cb03c00080285ab
😎 Deploy Preview https://deploy-preview-254--unpic-solid.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 settings.

@netlify
Copy link

netlify bot commented Jun 19, 2023

Deploy Preview for unpic-vue ready!

Name Link
🔨 Latest commit 9538a6e
🔍 Latest deploy log https://app.netlify.com/sites/unpic-vue/deploys/649039ada85186000846641b
😎 Deploy Preview https://deploy-preview-254--unpic-vue.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 settings.

@netlify
Copy link

netlify bot commented Jun 19, 2023

Deploy Preview for unpic-qwik ready!

Name Link
🔨 Latest commit 9538a6e
🔍 Latest deploy log https://app.netlify.com/sites/unpic-qwik/deploys/649039ad661b2e0009a293a6
😎 Deploy Preview https://deploy-preview-254--unpic-qwik.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 settings.

@netlify
Copy link

netlify bot commented Jun 19, 2023

Deploy Preview for unpic-webc ready!

Name Link
🔨 Latest commit 9538a6e
🔍 Latest deploy log https://app.netlify.com/sites/unpic-webc/deploys/649039ad2e0d910008af4576
😎 Deploy Preview https://deploy-preview-254--unpic-webc.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 settings.

@netlify
Copy link

netlify bot commented Jun 19, 2023

Deploy Preview for unpic-preact canceled.

Name Link
🔨 Latest commit 9538a6e
🔍 Latest deploy log https://app.netlify.com/sites/unpic-preact/deploys/649039adb2c88b0008a4fb09

@netlify
Copy link

netlify bot commented Jun 19, 2023

Deploy Preview for unpic-angular ready!

Name Link
🔨 Latest commit 9538a6e
🔍 Latest deploy log https://app.netlify.com/sites/unpic-angular/deploys/649039ad814886000865fe8a
😎 Deploy Preview https://deploy-preview-254--unpic-angular.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 settings.

@netlify
Copy link

netlify bot commented Jun 19, 2023

Deploy Preview for unpic-docs canceled.

Name Link
🔨 Latest commit 9538a6e
🔍 Latest deploy log https://app.netlify.com/sites/unpic-docs/deploys/649039adaee14f0008845d71

@netlify
Copy link

netlify bot commented Jun 19, 2023

Deploy Preview for unpic-next ready!

Name Link
🔨 Latest commit 9538a6e
🔍 Latest deploy log https://app.netlify.com/sites/unpic-next/deploys/649039ad59c3a30008d68044
😎 Deploy Preview https://deploy-preview-254--unpic-next.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 settings.

@netlify
Copy link

netlify bot commented Jun 19, 2023

Deploy Preview for unpic-lit ready!

Name Link
🔨 Latest commit 9538a6e
🔍 Latest deploy log https://app.netlify.com/sites/unpic-lit/deploys/649039ad6d3e880008df251a
😎 Deploy Preview https://deploy-preview-254--unpic-lit.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 settings.

@netlify
Copy link

netlify bot commented Jun 19, 2023

Deploy Preview for unpic-astro ready!

Name Link
🔨 Latest commit 9538a6e
🔍 Latest deploy log https://app.netlify.com/sites/unpic-astro/deploys/649039ad23386a000835806a
😎 Deploy Preview https://deploy-preview-254--unpic-astro.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 settings.

@kodiakhq kodiakhq bot merged commit 089245b into main Jun 19, 2023
58 checks passed
@kodiakhq kodiakhq bot deleted the qwik-ext branch June 19, 2023 15:23
@mixie-bot mixie-bot bot mentioned this pull request Jun 19, 2023
kodiakhq bot pushed a commit that referenced this pull request Jun 19, 2023
🤖 I have created a release *beep* *boop*
---


<details><summary>qwik: 0.0.20</summary>

## [0.0.20](qwik-v0.0.19...qwik-v0.0.20) (2023-06-19)


### Bug Fixes

* **qwik:** don't externalise `@unpic/core` dep ([#254](#254)) ([089245b](089245b))
</details>

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This was referenced Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue with Qwik, Vite and Vercel deployment
1 participant