summaryrefslogtreecommitdiff
path: root/packages/astro-parser (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-03-21chore: remove `@astrojs/parser` (#2845)Gravatar Juan Martín Seery 35-4910/+0
* Removed parser from astro * Removed parser files * Updated changeset config * Removed from license
2022-03-11[ci] release (#2770)astro@0.24.0@astrojs/parser@0.22.2Gravatar github-actions[bot] 2-1/+3
* [ci] update lockfile (#2763) Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * chore: exit prerelease mode * [ci] release * chore: update lockfile Co-authored-by: Fred K. Schott <fkschott@gmail.com> Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Nate Moore <nate@skypack.dev> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-11[ci] update lockfile (#2763)Gravatar Fred K. Schott 1-3/+3
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2022-03-10update deps: esbuild, typescript (#2750)Gravatar Fred K. Schott 1-1/+1
* update dep: typescript * update dep: esbuild * update types * update types * update dep: es-module-lexer * update tests
2022-03-08Move from yarn to pnpm (#2455)Gravatar Nate Moore 1-2/+3
* chore: `yarn` => `pnpm` * docs: `yarn` => `pnpm` * chore(ci): yarn => pnpm * chore(ci): update pnpm cache path * fix: add missing deps * fix: add missing deps * test: add package.json to all test fixtures * chore: improve hoisting behavior * chore: move turbo into package.json * chore: update npmrc * fix: add missing `debug` dependency * chore: remove prepare script * test: fix new tests * fix: fully resolve renderer paths and `astro/internal` path * chore: update lockfile * chore: remove log * fix: resolve renderers in vite-plugin-jsx * fix: prefer public-hoist-pattern to shamefully-hoist * chore: ignore @babel/core peer warning * chore: update dependencies * test: add autoprefixer as explicit dep * chore: update `.npmrc` file in examples * chore: update dependencies * fix: resolve renderer dependencies in static build * fix: static build renderer resolution * chore: fix smoke tests * chore: hoist autoprefixer * chore: update lockfile * attempt: use full file:// path on Windows * attempt: use astro/internal * attempt: optimize astro/internal * attempt: expose ./internal.js * chore: add missing package.json files * attempt: resolve astro/internal path * chore: tidy package.json * chore: update lockfile * chore: update deps * chore: update deps * chore: yarn -> pnpm * attempt: explicit /@fs urls * attempt: explicit /@fs urls * chore: update all examples for pnpm * chore: fix hoisting for with-vite-plugin-pwa * chore(ci): fix sharp install * chore: update with-vite-plugin-pwa example * fix: pin vite-plugin-pwa to 0.11.11 * fix: add workbox-window to vite-plugin-pwa deps * refactor: use pnpm update --recursive Co-authored-by: JuanM04 <me@juanm04.com> * chore: yarn => pnpm * chore: yarn => pnpm * fix: update smoke test to skip examples which don't work in static build * update lockfile * chore: update .npmrc files * chore: update lockfile * fix: smoke script * chore: update .npmrc file * fix: return to shamefully-hoist (shamefully) * chore: update lockfile * fix(smoke): ignore scripts for smoke tests * fix: update example to disable renderers * chore: bump version * chore(ci): fix smoke tests * attempt: disable --frozen-lockfile for smoke tests * chore: update smoke test * chore: fix rebase issue * chore: update lockfile * fix: smoke tests * fix(ci): run external smoke tests first * fix(ci): run syntax * chore: update lockfile * fix(ci): ensure submodules are up-to-date * fix(ci): ensure submodules are up-to-date * chore: update lockfile * chore: update for webapi * chore: silence node:* warnings * chore: update deps * fix(ci): persist generated webapi assets * fix(ci): webapi build script * chore(ci): remove custom node caching * chore: keep turbo.json * chore: update turbo, ignore create-astro * chore: update deps * fix(ci): test command * chore(ci): update test script Co-authored-by: JuanM04 <me@juanm04.com>
2022-02-18[ci] release (#2619)astro@0.23.0@astrojs/renderer-vue@0.4.0@astrojs/renderer-svelte@0.4.0@astrojs/renderer-solid@0.4.0@astrojs/renderer-react@0.5.0@astrojs/renderer-preact@0.5.0@astrojs/renderer-lit@0.4.0@astrojs/parser@0.22.1@astrojs/markdown-remark@0.6.1Gravatar github-actions[bot] 2-1/+3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-23[ci] release (#2219)Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-12-22Use accessible indentation (#2253)Gravatar Jonathan Neal 26-4218/+4218
2021-12-16docs: add deprecation notice to `@astrojs/parser`Gravatar Nate Moore 1-1/+3
2021-12-16Support Node v14.15+ (#2202)Gravatar Jonathan Neal 2-2/+2
* Support Node v14.15+ * changeset * Update .changeset/new-hats-design.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update .changeset/new-hats-design.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update .changeset/new-hats-design.md Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * ES2020 * update yarn.lock Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2021-12-13Add missing licenses to published packages (#2166)Gravatar Francois Valdy 1-4/+6
* chore: add missing licenses * chore: update package.json info Co-authored-by: Nate Moore <nate@skypack.dev>
2021-12-13Upgrade dependencies (#2085)Gravatar Jonathan Neal 1-1/+1
* yarn upgrade * yarn upgrade --latest yargs-parser * yarn upgrade --latest mime * yarn upgrade --latest execa * yarn upgrade --latest globby * yarn upgrade --latest @docsearch/react * yarn upgrade --latest es-module-lexer * yarn upgrade --latest fast-xml-parser * yarn upgrade --latest @astrojs/compiler @astrojs/language-server * yarn upgrade --latest acorn * clean yarn.lock * chore: put `@docsearch/react` back to v1 * chore: remove unused @snowpack/plugin-dotenv * Update yarn.lock * Patch tests based on newer versions of tooling * remove lerna * Update yarn.lock * Update yarn.lock * Pin @sveltejs/vite-plugin-svelte * update yarn.lock
2021-11-29Improve GitHub Actions (#2041)Gravatar Nate Moore 1-1/+1
* chore(actions): test new CI action * chore(actions): switch action order * chore(actions): update registry * chore(actions): remove debug * chore(actions): target all packages * chore(actions): test artifacts * chore(actions): try moving artifacts * chore(actions): test moving * chore(actions): test tar approach * chore(actions): test tar approach * chore(actions): use artifacts/packages before tar * chore(actions): test mv -vn * chore(actions): mkdir first * chore(actions): how does tar work? * chore(actions): so good at bash * chore(actions): test matrix * chore(actions): fix test matrix * chore(actions): fix windows? * chore(actions): fix windows? * chore(actions): fix windows! * chore(actions): fix windows! * chore(actions): add lint * chore(actions): add back old actions * chore(actions): test notification action * chore(actions): test notification action again * chore(actions): fix extract action * chore(actions): fix action? * chore(actions): fix action? * chore(actions): fix newlines * chore(actions): test --production flag * chore(actions): test --production flag for test * chore(actions): add execa to production deps * chore(actions): add cheerio to production deps * chore(actions): add production deps for tested examples * chore(actions): fix changelog action * chore(actions): attempt to use --prefer-offline * chore(actions): revert dependencies/devDependencies change * chore(actions): update all actions * chore(actions): add smoke test * chore(actions): update changelog deps * chore(actions): move notify script * chore(actions): consolidate main scripts * chore(actions): update changelog name * chore(actions): update congratsbot * chore(actions): update ci * chore(actions): change lint/format strategy * chore(actions): expose GITHUB_TOKEN to linter * chore(actions): update lint * chore(actions): enable autofix * chore(actions): fetch-depth 0 * chore(actions): fix eslint extensions * chore(actions): debug lint * chore(actions): fix eslint args * chore(actions): fix eslint? * [ci] ESLint fix * [ci] Prettier fix * chore(actions): fix lint! * chore(actions): cleanup comments * chore(actions): fix lint * chore(actions): lint astro only * chore(actions): ignore pattern * chore(actions): no_verify * chore(actions): disable no verify * chore(actions): debug status * chore(actions): add concurrency * chore(actions): add comment about concurrency * chore(actions): make release dependent on lint * chore(actions): move lint first * chore(actions): run CI on PR or `main` only * chore(actions): remove GPR publish step * chore: add back old actions * chore: revert package.json * chore: improve changelog with GitHub info * chore(actions): try pull_request_target * debug lint * debug lint * debug lint * try pull_request_target * update pull_request_target perms * update pull_request_target * fix perms * fix run? * fix run? * fix run? (part 3) * fix run? (part 4) * fix run? (part 5) * fix run! * fix run!! * fix run!!! * fix run!!!! * fix run!!!!! * fix run!!!!!! * add comment about forks Co-authored-by: GitHub Actions <actions-user@github.com>
2021-11-23update repo URL (#1994)Gravatar Fred K. Schott 1-1/+1
2021-11-19Version Packages (#1928)create-astro@0.6.7astro@0.21.0@astrojs/renderer-vue@0.2.0@astrojs/renderer-svelte@0.2.0@astrojs/renderer-solid@0.2.0@astrojs/renderer-react@0.3.0@astrojs/renderer-preact@0.3.0@astrojs/renderer-lit@0.2.0@astrojs/prism@0.3.0@astrojs/parser@0.20.3@astrojs/markdown-remark@0.4.0Gravatar github-actions[bot] 2-1/+3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-27Version Packages (#1246)create-astro@0.6.1astro@0.20.2@astrojs/parser@0.20.2Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-08-27Remove unused namespace redirection from the astro parser (#1245)Gravatar Jonathan Neal 1-83/+1
* nit: remove unused namespace checking from astro parser * test: add tests for namespaced attributes, including one removed attribute * add changeset
2021-08-18Version Packages (#1150)astro@0.19.0@astrojs/parser@0.18.6Gravatar github-actions[bot] 2-1/+3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-30Version Packages (#940)Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-29Allow triple-dashes in markdown (#938)Gravatar Matthew Phillips 1-1/+1
* Allow triple-dashes in markdown * Changeset * Remove the .only
2021-07-27Version Packages (#882)Gravatar github-actions[bot] 2-1/+12
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-24Version Packages (next) (#845)Gravatar github-actions[bot] 2-1/+9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-23Introduce `<style global>` (#824)Gravatar Tony Sullivan 2-14/+2
* Adding support for multiple <style> blocks * Adding support for `<style global>` * scoping @keyframes should also be skipped for <style global> * Adding test coverage for muliple style blocks, global blocks, and scoped keyframes * docs: Updating docs for `<style global>` support * Adding yarn changeset * Punctuation fix in styling docs * docs: Clarifying example use cases given in the docs Co-authored-by: Tony Sullivan <tony.f.sullivan@gmail.com>
2021-07-22update deps (#826)Gravatar Fred K. Schott 1-0/+5
2021-07-21Version Packages (next) (#794)Gravatar github-actions[bot] 2-1/+8
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-21Revert "Version Packages (next) (#692)"Gravatar Fred K. Schott 2-8/+1
This reverts commit 790bd89ead10ababe7010b9b72ea6e6a23e93fed.
2021-07-21Version Packages (next) (#692)Gravatar github-actions[bot] 2-1/+8
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-21Handle custom elements in nested JSX (#792)Gravatar Matthew Phillips 2-5/+8
* Handle custom elements in nested JSX * Adds a changeset
2021-07-20Revert "fix(parser): html entities evaluated (#738)"Gravatar Fred K. Schott 3-4/+88
This reverts commit 268186c27d436dd4fe6a330af8790ceeaeb6492c.
2021-07-20fix(parser): html entities evaluated (#738)Gravatar Carter Snook 3-88/+4
2021-07-19tsconfig fix (#752)Gravatar Fred K. Schott 1-1/+1
2021-07-17feat(parser): remove trim utils (#728)Gravatar Carter Snook 2-20/+2
2021-07-16Update docs in compiler messages (#710)Gravatar Caleb Jasik 1-1/+1
* `github.com/snowpackjs/astro/blob/main/docs/*.md` -> `docs.astro.build/*/` * convert links to docs site links * Fix broken links that didn't work w/ the regex. * Add changeset * Delete five-weeks-destroy.md Co-authored-by: Fred K. Schott <fkschott@gmail.com>
2021-07-07[ci] yarn formatGravatar natemoo-re 4-8/+6
2021-07-01Version Packages (#593)Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-07-01Implements low-level custom element support (#587)Gravatar Matthew Phillips 5-0/+17
* Implements low-level custom element support * Changes based on self review * Adds a changeset * Polyfills are added even when not hydrating * Remove hydrationMethod option Punting on this idea until it's really needed.
2021-06-25Version Packages (#543)Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-24Fix `{...spread}` props (#522)Gravatar Nate Moore 2-3/+1
* fix(#521): allow spread props * chore: add spread prop tests * fix: falsy expressions should only be skipped in 'Expression' case * fix: support primitives in expressions (objects, arrays)
2021-06-16Version Packages (#470)Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-16Fix parser error on forward slash (#469)Gravatar Drew Powers 1-1/+2
Fixes #407
2021-06-16Version Packages (#466)Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-16Add repository remotes for all astro packages (#458)Gravatar Caleb Jasik 1-0/+5
* Add repository remotes for all astro packages * Add repository.directory key instead of adding the path to repository.url * Include changeset * Add repository key to create-astro
2021-06-16Version Packages (#450)Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-15Add `<>` fragment support for expressions (#433)Gravatar Nate Moore 1-2/+2
* feat: add support for `<>` and `</>` Fragments * docs: explain Fragments * test: add fragment test
2021-06-14Version Packages (#418)Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-14add engines for esm support (#415)Gravatar Fred K. Schott 1-1/+1
2021-06-07Move parser to the scoped package name (#319)Gravatar Matthew Phillips 2-2/+2
* Move parser to the scoped package name * Prettier plugin should use 0.12 of the parser
2021-06-02Version Packages (#291)Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-02Fix starter template's Tour component (#290)Gravatar Matthew Phillips 2-2/+3
* Fix starter template's Tour component This component had an extra backtick and also didn't import the Markdown component. * Add a changeset
2021-06-02Version Packages (#285)Gravatar github-actions[bot] 2-1/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>