summaryrefslogtreecommitdiff
path: root/packages/integrations/vue/test (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-01-05[ci] formatGravatar Nate Moore 1-7/+7
2024-01-05Ensure `appEntrypoint` is referenced in Vue components (#9490)Gravatar Nate Moore 9-0/+124
* fix(#6827): ensure `appEntrypoint` is referenced in Vue components * chore: add test * chore: add changeset * fix: windows handling * Update packages/integrations/vue/src/index.ts Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> * chore: address review feedback * chore: update lockfile --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2024-01-01Fix asynchronous `appEntrypoint` support (#9558)Gravatar Michael Thomas 8-0/+82
2023-12-06[ci] formatGravatar Nate Moore 1-2/+2
2023-12-05Vue: Remove `hasDefaultExport` check from `appEntrypoint` logic (#9333)Gravatar Nate Moore 9-1/+113
2023-12-05Improve Vue `appEntrypoint` handling (#8794)Gravatar Amumu 15-0/+175
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> Co-authored-by: Florian LEFEBVRE <contact@florian-lefebvre.dev> Co-authored-by: Nate Moore <nate@astro.build>
2023-11-21Update all dependencies (#9138)Gravatar Bjorn Lu 1-2/+2
Co-authored-by: delucis <delucis@users.noreply.github.com>
2023-11-08fix(vue): vue regular script block exports not being recognized inside ↵Gravatar Justinas Delinda 5-5/+77
editor (#8998) Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-10-27[ci] formatGravatar matthewp 1-1/+0
2023-10-27Prevent passing slot names as props (#8930)Gravatar Matthew Phillips 6-0/+61
Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> Co-authored-by: Nate Moore <7118177+natemoo-re@users.noreply.github.com>
2023-09-22nit: optimize images (#8629)Gravatar Erika 1-3/+1
2023-09-06fix: no asset plugin w/ img is imported with query (#8353)Gravatar Barthélémy Ledoux 5-3/+26
* fix: no asset plugin w/ img is imported with query * add changeset * add test for the new feature * remove exp * use removeQueryString instead of `includes('?')` it's more explicit --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-07-03feat: use typescript-eslint@v6's reworked configs (#7425)Gravatar Josh Goldberg ✨ 1-2/+1
2023-03-31supporting top of await (#6671)Gravatar wulinsheng123 1-1/+0
* add fix * fix * revert verison * fix fn is undefined g * add e2e test * fix unit test * delete redundant code * add changeset --------- Co-authored-by: wuls <linsheng.wu@beantechs.com>
2022-10-13[ci] formatGravatar natemoo-re 1-4/+4
2022-10-13[Vue] add support for `appEntrypoint` (#5075)Gravatar Nate Moore 8-0/+94
* feat(vue): add support for appEntrypoint * chore: add changeset * test(vue): add tests for app entrypoint * docs(vue): update README to include app entrypoint * fix(vue): prefer resolvedVirtualModuleId Co-authored-by: Nate Moore <nate@astro.build>