summaryrefslogtreecommitdiff
path: root/packages/markdown (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/+8
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-27Merge branch 'main' into nextGravatar Emanuele Stoppa 1-1/+1
2024-11-27fix(deps): update all non-major dependencies (#12410)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-11-21chore: merge fixesGravatar Emanuele Stoppa 1-1/+1
2024-11-15Add publint checks (#12445)Gravatar Bjorn Lu 1-1/+1
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-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-10Merge branch 'main' into nextGravatar bluwy 7-9/+80
2024-10-10[ci] release (#12148)create-astro@4.9.2astro@4.16.0@astrojs/tailwind@5.1.2@astrojs/rss@4.0.8@astrojs/mdx@3.1.8@astrojs/markdown-remark@5.3.0@astrojs/markdoc@0.11.5Gravatar Houston (Bot) 2-1/+35
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-09feat(markdown): add support for `shiki` option `langAlias` (#12039)Gravatar Emanuele Stoppa 4-4/+40
* feat(shiki): add support for `langAlias` * chore: apply feedback * Update packages/markdown/remark/src/types.ts Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> * fix build * Fix bug * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/dirty-socks-sip.md --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-10-08chore: move lint rules to Biome (#12145)Gravatar Emanuele Stoppa 3-3/+1
* chore: move lint rules to Astro * better suppression system * revert * format code * address more linting files * address more linting files
2024-10-07Merge branch 'main' into nextGravatar Princesseuh 1-1/+1
2024-10-07fix(deps): update all non-major dependencies (#12140)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-01[ci] release (beta) (#12072)astro@5.0.0-beta.3@astrojs/studio@0.1.2-beta.0@astrojs/mdx@4.0.0-beta.2@astrojs/markdown-remark@6.0.0-beta.2@astrojs/markdoc@0.11.5-beta.1@astrojs/db@0.14.0-beta.2Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-01Merge branch 'main' into nextGravatar bluwy 1-6/+6
2024-09-30fix(deps): update all non-major dependencies (#12092)Gravatar renovate[bot] 1-2/+2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-26Parse frontmatter ourselves (#12075)Gravatar Bjorn Lu 3-1/+74
2024-09-26fix(deps): update all non-major dependencies (#12003)feat/action-on-resultGravatar renovate[bot] 1-5/+5
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-09-17[ci] release (beta) (#12012)astro@5.0.0-beta.1@astrojs/web-vitals@3.0.0-beta.1@astrojs/underscore-redirects@0.4.0-beta.1@astrojs/mdx@4.0.0-beta.1@astrojs/markdown-remark@6.0.0-beta.1@astrojs/markdoc@0.11.5-beta.0@astrojs/db@0.14.0-beta.1Gravatar Houston (Bot) 2-1/+11
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-17fix: attempt to version at beta 1Gravatar Princesseuh 1-1/+1
2024-09-10Merge branch 'main' into nextGravatar Princesseuh 1-1/+1
2024-09-09chore(deps): update all non-major dependencies (#11948)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-03[ci] release (alpha) (#11903)astro@5.0.0-alpha.3@astrojs/mdx@4.0.0-alpha.2@astrojs/markdown-remark@6.0.0-alpha.1@astrojs/markdoc@1.0.0-alpha.1Gravatar Houston (Bot) 2-1/+18
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-02Merge branch 'main' into nextGravatar Matt Kane 1-1/+1
2024-09-02Clean up Astro metadata in vfile.data (#11861)Gravatar Bjorn Lu 10-91/+58
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-09-02Refactor createShikiHighlighter (#11825)Gravatar Bjorn Lu 6-140/+208
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
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-20Merge branch 'main' into nextGravatar Princesseuh 1-1/+0
2024-08-20Remove unused code in internal scripts (#11769)Gravatar Bjorn Lu 1-1/+0
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-1/+12
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-19Merge branch 'main' into nextGravatar Princesseuh 1-2/+2
2024-08-19fix(deps): update all non-major dependencies (#11765)Gravatar renovate[bot] 1-2/+2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-10Merge branch 'main' into nextGravatar Princesseuh 10-18/+23
2024-08-09Update to new shiki token names (#11661)Gravatar Bjorn Lu 1-30/+0
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-08-08update formatter config (#11640)Gravatar Darius 9-14/+19
* update formatter config * format --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2024-08-08chore: bump typescript-eslint to v8 (#11649)Gravatar Josh Goldberg ✨ 1-1/+1
2024-08-07Improve regex performance (#11635)Gravatar Bjorn Lu 2-4/+4
2024-08-05fix(deps): update all non-major dependencies (#11618)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-31fix(deps): update all non-major dependencies (#11565)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-23fix(deps): update all non-major dependencies (#11522)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-07-18[ci] release (#11481)astro@4.12.0@astrojs/web-vitals@1.0.0@astrojs/svelte@5.7.0@astrojs/mdx@3.1.3@astrojs/markdown-remark@5.2.0@astrojs/markdoc@0.11.3@astrojs/db@0.12.0Gravatar Houston (Bot) 2-1/+34
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-17Feature: add support for shiki `defaultColors` option (#11341)Gravatar Marco Campos 3-0/+19
* feat: add shiki option for default color * feat: propagate shiki option for default color to astro config * feat: add tests for default color * chore: add change set * fix: add complete type to shiki default color config * fix: remove unneeded heavy shiki theme from fixture * fix: add literals to schema validation Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> * Update .changeset/cold-crabs-arrive.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * feat: improve changeset * grammar tweak --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-07-17fix(deps): update all non-major dependencies (#11426)Gravatar renovate[bot] 2-8/+10
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-07-01fix(deps): update all non-major dependencies (#11383)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-06-24[ci] release (#11297)astro@4.11.1@astrojs/vercel@7.7.2@astrojs/underscore-redirects@0.3.4@astrojs/rss@4.0.7@astrojs/node@8.3.2@astrojs/mdx@3.1.2@astrojs/markdown-remark@5.1.1@astrojs/markdoc@0.11.1@astrojs/internal-helpers@0.4.1Gravatar Houston (Bot) 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-24fix(deps): update all non-major dependencies (#11318)Gravatar renovate[bot] 1-2/+2
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-06-21[ci] formatGravatar Bjorn Lu 1-1/+2
2024-06-21Handle encoded image paths in markdown (#11310)Gravatar Bjorn Lu 1-2/+2