summaryrefslogtreecommitdiff
path: root/packages/integrations/vue (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-11-27[ci] release (beta) (#12534)create-astro@4.11.0-beta.1astro@5.0.0-beta.12@astrojs/vue@5.0.0-beta.3@astrojs/upgrade@0.4.0-beta.0@astrojs/telemetry@3.2.0-beta.0@astrojs/svelte@7.0.0-beta.1@astrojs/solid-js@5.0.0-beta.1@astrojs/react@4.0.0-beta.2@astrojs/prism@3.2.0-beta.0@astrojs/preact@4.0.0-beta.1@astrojs/mdx@4.0.0-beta.5@astrojs/markdown-remark@6.0.0-beta.3@astrojs/markdoc@0.12.0-beta.1Gravatar Houston (Bot) 2-1/+11
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-27Merge branch 'main' into nextGravatar Emanuele Stoppa 4-4/+4
2024-11-27Drop node 21 support (#12539)Gravatar Bjorn Lu 1-1/+1
2024-11-27Update Vite to 6.0.0 (#12524)Gravatar Bjorn Lu 1-3/+3
2024-11-27fix(deps): update all non-major dependencies (#12410)Gravatar renovate[bot] 4-9/+9
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-11-21Merge main into next (#12493)Gravatar Matthew Phillips 1-6/+6
* [ci] release (#12490) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Update solid version * update lockfile * fix vue changelog --------- Co-authored-by: Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-21[ci] release (#12490)astro@4.16.14@astrojs/vue@4.5.3@astrojs/svelte@6.0.2@astrojs/solid-js@4.4.4@astrojs/react@3.6.3@astrojs/preact@3.5.4Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-21[ci] release (beta) (#12430)astro@5.0.0-beta.9@astrojs/vue@5.0.0-beta.2@astrojs/svelte@6.0.2-beta.0@astrojs/solid-js@4.4.4-beta.0@astrojs/react@3.6.3-beta.0@astrojs/preact@3.5.4-beta.0Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-21chore: merge fixesGravatar Emanuele Stoppa 1-7/+4
2024-11-21Resolve peer dependency problem in the integration packages (SolidJS, Vue, ↵Gravatar Eldar Kasmamytov 1-2/+2
Svelte, React) (#12481) Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com> Co-authored-by: bluwy <34116392+bluwy@users.noreply.github.com>
2024-11-15Add publint checks (#12445)Gravatar Bjorn Lu 1-5/+2
2024-11-06Merge branch 'main' into nextGravatar bluwy 1-1/+1
2024-11-06Update to Vite 6.0.0-beta.6 (#12323)Gravatar Bjorn Lu 1-1/+1
2024-11-06fix(deps): update all non-major dependencies (#12366)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-10-31[ci] release (beta) (#12250)astro@5.0.0-beta.6@astrojs/vue@5.0.0-beta.1@astrojs/mdx@4.0.0-beta.3Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-31Merge branch 'main' into nextGravatar bluwy 1-1/+1
2024-10-28fix(deps): update all non-major dependencies (#12316)Gravatar renovate[bot] 1-2/+2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-22Merge branch 'main' into nextGravatar Emanuele Stoppa 1-1/+1
2024-10-22fix(deps): update all non-major dependencies (#12266)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-15Merge branch 'main' into nextGravatar bluwy 4-5/+5
2024-10-15fix(deps): update all non-major dependencies (#12218)Gravatar renovate[bot] 4-6/+6
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-10-07Merge branch 'main' into nextGravatar Princesseuh 6-6/+14
2024-10-07[ci] release (#12115)create-astro@4.9.1astro@4.15.12@astrojs/vue@4.5.2@astrojs/upgrade@0.3.4@astrojs/svelte@5.7.2@astrojs/db@0.14.2Gravatar Houston (Bot) 2-1/+9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-07fix(deps): update all non-major dependencies (#12140)Gravatar renovate[bot] 4-5/+5
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-05Fixed an "Uncaught ReferenceError" inside of the @astrojs/vue package (#12116)Gravatar sammibajrami 1-1/+1
* fix(vue): initialized the 'app' variable earlier in the client.js script by assigning the 'appInstance' reference to it so that it is available for the later established 'astro:unmount' event listener * Add changeset * fix(vue): reverted the last change and instead moved the 'astro:unmount' event listener to inside of the 'if' statement where the 'app' variable is initialized --------- Co-authored-by: Matt Kane <m@mk.gg>
2024-10-04Bump vite to beta (#11979)Gravatar Bjorn Lu 1-1/+1
2024-10-04Merge branch 'main' into nextGravatar Matt Kane 8-5/+60
2024-10-04fix(vue): missing file (#12120)Gravatar Florian Lefebvre 1-0/+1
2024-10-03docs: update Vite links to use their new domain (#12117)Gravatar Armand Philippot 1-4/+4
* docs: update Vite links to use their new domain See https://github.com/withastro/docs/issues/9548 * update other links with the new Vite domain * Create strange-cats-notice.md --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2024-10-03[ci] formatGravatar Florian Lefebvre 1-1/+1
2024-10-03fix(vue): useId() collisions (#12112)Gravatar Florian Lefebvre 6-1/+55
2024-10-01Merge branch 'main' into nextGravatar bluwy 4-9/+9
2024-09-30fix(deps): update all non-major dependencies (#12092)Gravatar renovate[bot] 4-5/+5
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] 4-9/+9
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-09-24[ci] release (beta) (#12017)astro@5.0.0-beta.2@astrojs/vue@5.0.0-beta.0@astrojs/svelte@6.0.0-beta.0Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-18Merge branch 'main' into nextGravatar Matt Kane 3-15/+39
2024-09-18[ci] release (#12002)astro@4.15.7@astrojs/vue@4.5.1@astrojs/tailwind@5.1.1@astrojs/svelte@5.7.1@astrojs/solid-js@4.4.2Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-17Fix vue resetting state when using view transition persistence (#11946)Gravatar Johannes Spohr 1-14/+32
* Fix vue resetting state when using view transition persistence * Avoid calling internal apis when forcing vue component update
2024-09-17fix: only bump packages that needs itGravatar Princesseuh 1-1/+1
2024-09-17fix: attempt to version at beta 1Gravatar Princesseuh 1-1/+1
2024-09-10Merge branch 'main' into nextGravatar Princesseuh 4-7/+7
2024-09-09chore(deps): update all non-major dependencies (#11948)Gravatar renovate[bot] 4-7/+7
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-02Merge branch 'main' into nextGravatar Matt Kane 1-1/+1
2024-09-02fix(deps): update all non-major dependencies (#11896)Gravatar renovate[bot] 1-1/+1
2024-08-28Merge branch 'main' into nextGravatar Princesseuh 1-2/+2
2024-08-28fix(deps): update all non-major dependencies (#11837)Gravatar renovate[bot] 1-2/+2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-19[ci] release (alpha) (#11627)create-astro@4.8.4-alpha.0astro@5.0.0-alpha.0@astrojs/vue@5.0.0-alpha.0@astrojs/vercel@8.0.0-alpha.0@astrojs/tailwind@6.0.0-alpha.0@astrojs/svelte@6.0.0-alpha.0@astrojs/node@9.0.0-alpha.0@astrojs/mdx@4.0.0-alpha.0@astrojs/markdown-remark@6.0.0-alpha.0@astrojs/markdoc@1.0.0-alpha.0Gravatar Houston (Bot) 2-2/+9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-19fix(deps): update all non-major dependencies (#11765)Gravatar renovate[bot] 4-8/+8
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] 4-7/+7
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