summaryrefslogtreecommitdiff
path: root/packages/integrations/vue/test (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-10-15fix(deps): update all non-major dependencies (#12218)Gravatar renovate[bot] 3-3/+3
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-10-07fix(deps): update all non-major dependencies (#12140)Gravatar renovate[bot] 3-3/+3
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-03fix(vue): useId() collisions (#12112)Gravatar Florian Lefebvre 3-0/+21
2024-09-30fix(deps): update all non-major dependencies (#12092)Gravatar renovate[bot] 3-3/+3
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-26fix(deps): update all non-major dependencies (#12003)feat/action-on-resultGravatar renovate[bot] 3-3/+3
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-09-09chore(deps): update all non-major dependencies (#11948)Gravatar renovate[bot] 3-3/+3
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-19fix(deps): update all non-major dependencies (#11765)Gravatar renovate[bot] 3-3/+3
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-13fix(deps): update all non-major dependencies (#11674)Gravatar renovate[bot] 3-3/+3
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-08-09Simplify eslint and pnpm config (#11646)Gravatar Bjorn Lu 3-3/+6
2024-08-08update formatter config (#11640)Gravatar Darius 1-2/+2
* update formatter config * format --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2024-06-24fix(deps): update dependency vite-svg-loader to v5 (#11322)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-13fix(deps): update all non-major dependencies (#11015)Gravatar renovate[bot] 2-2/+2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-04-17[ci] formatGravatar Emanuele Stoppa 2-2/+2
2024-03-14fix(vue): Add default options to not transform assets (#10419)Gravatar Erika 4-0/+17
* fix(vue): Add default options to not transform assets * fix: oops merge correctly * chore: changeset * nit: address feedback
2024-03-13Revert "[ci] format" (#10417)Gravatar Emanuele Stoppa 2-2/+2
* Revert "[ci] format" This reverts commit 1863727215e87e20c6f5aebe5f9ee0f2783bc788. * pin dependency * update lock
2024-03-13[ci] formatGravatar Houston (Bot) 2-2/+2
2024-03-05[ci] formatGravatar Phk 1-13/+19
2024-03-05fix: fixed an error in the vue component editor (#10293)Gravatar Phk 1-0/+45
* fix: fixed an error in the vue component editor(https://github.com/withastro/language-tools/issues/758) * chore: format code * chore: change import path
2024-02-22chore: import sorting for test folder and e2e folder (#10190)Gravatar Emanuele Stoppa 8-8/+8
2024-02-21chore: use biome to sort imports - only test files (#10180)Gravatar Emanuele Stoppa 3-6/+6
* chore: use biome to sort imports * do the sorting * Update package.json Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2024-02-07Use eslint-plugin-regexp (#9993)Gravatar Bjorn Lu 1-4/+4
2024-01-31chore(`@astrojs/vue`): use Node.js for testing (#9901)Gravatar Atharva 3-40/+41
* chore: migrate vue tests to node * chore: prune chai/mocha from package-lock
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>