From 86419d9ed7a5273a98075d928650d1de7c685ea0 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Tue, 15 Mar 2022 16:17:23 -0500 Subject: [PATCH] Ignore test fixture for changesets (#2804) * test: move fixtures to `@test/` scope * chore: ignore `@test/` scope * chore: add changeset * test: renamed missed package * chore: delete test file * fix: @test package references * fix: @test package references --- .changeset/config.json | 2 +- packages/astro/test/custom-elements.test.js | 2 +- packages/astro/test/fixtures/0-css/package.json | 2 +- packages/astro/test/fixtures/astro-assets/package.json | 2 +- packages/astro/test/fixtures/astro-attrs/package.json | 2 +- packages/astro/test/fixtures/astro-basic/package.json | 2 +- packages/astro/test/fixtures/astro-children/package.json | 2 +- .../astro/test/fixtures/astro-class-list/package.json | 2 +- .../astro/test/fixtures/astro-client-only/package.json | 2 +- .../astro/test/fixtures/astro-component-code/package.json | 2 +- .../astro/test/fixtures/astro-components/package.json | 2 +- .../test/fixtures/astro-css-bundling-import/package.json | 2 +- .../astro-css-bundling-nested-layouts/package.json | 2 +- .../astro/test/fixtures/astro-css-bundling/package.json | 2 +- .../astro/test/fixtures/astro-directives/package.json | 2 +- packages/astro/test/fixtures/astro-doctype/package.json | 2 +- packages/astro/test/fixtures/astro-dynamic/package.json | 2 +- packages/astro/test/fixtures/astro-envs/package.json | 2 +- packages/astro/test/fixtures/astro-expr/package.json | 2 +- .../astro/test/fixtures/astro-external-files/package.json | 2 +- packages/astro/test/fixtures/astro-fallback/package.json | 2 +- .../test/fixtures/astro-get-static-paths/package.json | 2 +- packages/astro/test/fixtures/astro-global/package.json | 2 +- packages/astro/test/fixtures/astro-jsx/package.json | 2 +- .../test/fixtures/astro-markdown-drafts/package.json | 2 +- .../test/fixtures/astro-markdown-plugins/package.json | 2 +- .../test/fixtures/astro-markdown-shiki/langs/package.json | 2 +- .../fixtures/astro-markdown-shiki/normal/package.json | 2 +- .../astro-markdown-shiki/themes-custom/package.json | 2 +- .../astro-markdown-shiki/themes-integrated/package.json | 2 +- .../fixtures/astro-markdown-shiki/wrap-false/package.json | 2 +- .../fixtures/astro-markdown-shiki/wrap-null/package.json | 2 +- .../fixtures/astro-markdown-shiki/wrap-true/package.json | 2 +- packages/astro/test/fixtures/astro-markdown/package.json | 2 +- .../test/fixtures/astro-page-directory-url/package.json | 2 +- packages/astro/test/fixtures/astro-pages/package.json | 2 +- .../astro/test/fixtures/astro-pagination/package.json | 2 +- .../astro/test/fixtures/astro-partial-html/package.json | 2 +- packages/astro/test/fixtures/astro-public/package.json | 2 +- packages/astro/test/fixtures/astro-scripts/package.json | 2 +- .../astro/test/fixtures/astro-sitemap-rss/package.json | 2 +- packages/astro/test/fixtures/astro-slots/package.json | 2 +- packages/astro/test/fixtures/config-host/package.json | 2 +- packages/astro/test/fixtures/config-hostname/package.json | 2 +- packages/astro/test/fixtures/config-path/package.json | 2 +- packages/astro/test/fixtures/config-port/package.json | 2 +- .../custom-elements/my-component-lib/CHANGELOG.md | 8 -------- .../fixtures/custom-elements/my-component-lib/index.js | 6 +++--- .../custom-elements/my-component-lib/package.json | 2 +- packages/astro/test/fixtures/custom-elements/package.json | 4 ++-- packages/astro/test/fixtures/debug-component/package.json | 2 +- packages/astro/test/fixtures/errors/package.json | 2 +- packages/astro/test/fixtures/fetch/package.json | 2 +- packages/astro/test/fixtures/legacy-build/package.json | 2 +- packages/astro/test/fixtures/lit-element/package.json | 2 +- packages/astro/test/fixtures/markdown/package.json | 2 +- packages/astro/test/fixtures/postcss/package.json | 2 +- .../astro/test/fixtures/preact-component/package.json | 2 +- packages/astro/test/fixtures/react-component/package.json | 2 +- packages/astro/test/fixtures/remote-css/package.json | 2 +- packages/astro/test/fixtures/route-manifest/package.json | 2 +- packages/astro/test/fixtures/sass/package.json | 2 +- packages/astro/test/fixtures/slots-preact/package.json | 2 +- packages/astro/test/fixtures/slots-react/package.json | 2 +- packages/astro/test/fixtures/slots-solid/package.json | 2 +- packages/astro/test/fixtures/slots-svelte/package.json | 2 +- packages/astro/test/fixtures/slots-vue/package.json | 2 +- packages/astro/test/fixtures/solid-component/package.json | 2 +- packages/astro/test/fixtures/static build/package.json | 4 ++-- .../astro/test/fixtures/static build/pkg/package.json | 2 +- .../test/fixtures/static build/src/pages/index.astro | 2 +- .../fixtures/static-build-code-component/package.json | 2 +- .../test/fixtures/static-build-frameworks/package.json | 2 +- .../fixtures/static-build-page-url-format/package.json | 2 +- .../astro/test/fixtures/svelte-component/package.json | 2 +- packages/astro/test/fixtures/vue-component/package.json | 2 +- .../astro/test/fixtures/with-endpoint-routes/package.json | 2 +- .../fixtures/with-subpath-no-trailing-slash/package.json | 2 +- .../fixtures/with-subpath-trailing-slash/package.json | 2 +- .../astro/test/fixtures/without-site-config/package.json | 2 +- packages/astro/test/fixtures/without-subpath/package.json | 2 +- packages/astro/test/static-build.test.js | 2 +- pnpm-lock.yaml | 8 ++++---- 83 files changed, 89 insertions(+), 97 deletions(-) delete mode 100644 packages/astro/test/fixtures/custom-elements/my-component-lib/CHANGELOG.md diff --git a/.changeset/config.json b/.changeset/config.json index dfff63249..76c5a08ba 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -6,5 +6,5 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": ["@example/*"] + "ignore": ["@example/*", "@test/*"] } diff --git a/packages/astro/test/custom-elements.test.js b/packages/astro/test/custom-elements.test.js index fad4b1225..927b2bedf 100644 --- a/packages/astro/test/custom-elements.test.js +++ b/packages/astro/test/custom-elements.test.js @@ -8,7 +8,7 @@ describe('Custom Elements', () => { before(async () => { fixture = await loadFixture({ projectRoot: './fixtures/custom-elements/', - renderers: ['@astrojs/test-custom-element-renderer'], + renderers: ['@test/custom-element-renderer'], }); await fixture.build(); }); diff --git a/packages/astro/test/fixtures/0-css/package.json b/packages/astro/test/fixtures/0-css/package.json index c5aee1448..9a6b790a7 100644 --- a/packages/astro/test/fixtures/0-css/package.json +++ b/packages/astro/test/fixtures/0-css/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-0-css", + "name": "@test/0-css", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-assets/package.json b/packages/astro/test/fixtures/astro-assets/package.json index ccd6c778d..d4ed664bb 100644 --- a/packages/astro/test/fixtures/astro-assets/package.json +++ b/packages/astro/test/fixtures/astro-assets/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-assets", + "name": "@test/astro-assets", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-attrs/package.json b/packages/astro/test/fixtures/astro-attrs/package.json index 817536fe6..bc0a1ad19 100644 --- a/packages/astro/test/fixtures/astro-attrs/package.json +++ b/packages/astro/test/fixtures/astro-attrs/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-attrs", + "name": "@test/astro-attrs", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-basic/package.json b/packages/astro/test/fixtures/astro-basic/package.json index f3e1fbdd9..13d2b3681 100644 --- a/packages/astro/test/fixtures/astro-basic/package.json +++ b/packages/astro/test/fixtures/astro-basic/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-basic", + "name": "@test/astro-basic", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-children/package.json b/packages/astro/test/fixtures/astro-children/package.json index 023df5e43..9077a9ead 100644 --- a/packages/astro/test/fixtures/astro-children/package.json +++ b/packages/astro/test/fixtures/astro-children/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-children", + "name": "@test/astro-children", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-class-list/package.json b/packages/astro/test/fixtures/astro-class-list/package.json index 8c22b1960..187af34d7 100644 --- a/packages/astro/test/fixtures/astro-class-list/package.json +++ b/packages/astro/test/fixtures/astro-class-list/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-class-list", + "name": "@test/astro-class-list", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-client-only/package.json b/packages/astro/test/fixtures/astro-client-only/package.json index e08a86143..6af00f0eb 100644 --- a/packages/astro/test/fixtures/astro-client-only/package.json +++ b/packages/astro/test/fixtures/astro-client-only/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-client-only", + "name": "@test/astro-client-only", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-component-code/package.json b/packages/astro/test/fixtures/astro-component-code/package.json index ac7d50af7..5ff2a3f4e 100644 --- a/packages/astro/test/fixtures/astro-component-code/package.json +++ b/packages/astro/test/fixtures/astro-component-code/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-component-code", + "name": "@test/astro-component-code", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-components/package.json b/packages/astro/test/fixtures/astro-components/package.json index 0c4303230..46f75e1b3 100644 --- a/packages/astro/test/fixtures/astro-components/package.json +++ b/packages/astro/test/fixtures/astro-components/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-components", + "name": "@test/astro-components", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-css-bundling-import/package.json b/packages/astro/test/fixtures/astro-css-bundling-import/package.json index bc863ddfe..a08fb013b 100644 --- a/packages/astro/test/fixtures/astro-css-bundling-import/package.json +++ b/packages/astro/test/fixtures/astro-css-bundling-import/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-css-bundling-import", + "name": "@test/astro-css-bundling-import", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-css-bundling-nested-layouts/package.json b/packages/astro/test/fixtures/astro-css-bundling-nested-layouts/package.json index 7f512af94..833fb6644 100644 --- a/packages/astro/test/fixtures/astro-css-bundling-nested-layouts/package.json +++ b/packages/astro/test/fixtures/astro-css-bundling-nested-layouts/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-css-bundling-nested-layouts", + "name": "@test/astro-css-bundling-nested-layouts", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-css-bundling/package.json b/packages/astro/test/fixtures/astro-css-bundling/package.json index d228c34e2..ce6e299a3 100644 --- a/packages/astro/test/fixtures/astro-css-bundling/package.json +++ b/packages/astro/test/fixtures/astro-css-bundling/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-css-bundling", + "name": "@test/astro-css-bundling", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-directives/package.json b/packages/astro/test/fixtures/astro-directives/package.json index adb003a59..fc233a5a6 100644 --- a/packages/astro/test/fixtures/astro-directives/package.json +++ b/packages/astro/test/fixtures/astro-directives/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-directives", + "name": "@test/astro-directives", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-doctype/package.json b/packages/astro/test/fixtures/astro-doctype/package.json index 699590249..076639e86 100644 --- a/packages/astro/test/fixtures/astro-doctype/package.json +++ b/packages/astro/test/fixtures/astro-doctype/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-doctype", + "name": "@test/astro-doctype", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-dynamic/package.json b/packages/astro/test/fixtures/astro-dynamic/package.json index c3209cd04..a4db91841 100644 --- a/packages/astro/test/fixtures/astro-dynamic/package.json +++ b/packages/astro/test/fixtures/astro-dynamic/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-dynamic", + "name": "@test/astro-dynamic", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-envs/package.json b/packages/astro/test/fixtures/astro-envs/package.json index 699d04898..d7fec4401 100644 --- a/packages/astro/test/fixtures/astro-envs/package.json +++ b/packages/astro/test/fixtures/astro-envs/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-envs", + "name": "@test/astro-envs", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-expr/package.json b/packages/astro/test/fixtures/astro-expr/package.json index bd2626d82..747c37d6a 100644 --- a/packages/astro/test/fixtures/astro-expr/package.json +++ b/packages/astro/test/fixtures/astro-expr/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-expr", + "name": "@test/astro-expr", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-external-files/package.json b/packages/astro/test/fixtures/astro-external-files/package.json index f0ff46bb4..5f0a99bcf 100644 --- a/packages/astro/test/fixtures/astro-external-files/package.json +++ b/packages/astro/test/fixtures/astro-external-files/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-external-files", + "name": "@test/astro-external-files", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-fallback/package.json b/packages/astro/test/fixtures/astro-fallback/package.json index 35da56de9..59c27e5ca 100644 --- a/packages/astro/test/fixtures/astro-fallback/package.json +++ b/packages/astro/test/fixtures/astro-fallback/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-fallback", + "name": "@test/astro-fallback", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-get-static-paths/package.json b/packages/astro/test/fixtures/astro-get-static-paths/package.json index 0805dbb8a..499f5721a 100644 --- a/packages/astro/test/fixtures/astro-get-static-paths/package.json +++ b/packages/astro/test/fixtures/astro-get-static-paths/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-get-static-paths", + "name": "@test/astro-get-static-paths", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-global/package.json b/packages/astro/test/fixtures/astro-global/package.json index 4118dc0ef..4e98f0f90 100644 --- a/packages/astro/test/fixtures/astro-global/package.json +++ b/packages/astro/test/fixtures/astro-global/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-global", + "name": "@test/astro-global", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-jsx/package.json b/packages/astro/test/fixtures/astro-jsx/package.json index 7b75fa7b4..726667aa7 100644 --- a/packages/astro/test/fixtures/astro-jsx/package.json +++ b/packages/astro/test/fixtures/astro-jsx/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-jsx", + "name": "@test/astro-jsx", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-markdown-drafts/package.json b/packages/astro/test/fixtures/astro-markdown-drafts/package.json index 577f4da22..fa376d6f1 100644 --- a/packages/astro/test/fixtures/astro-markdown-drafts/package.json +++ b/packages/astro/test/fixtures/astro-markdown-drafts/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-markdown-drafts", + "name": "@test/astro-markdown-drafts", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-markdown-plugins/package.json b/packages/astro/test/fixtures/astro-markdown-plugins/package.json index 1c0614fb4..d1552ff90 100644 --- a/packages/astro/test/fixtures/astro-markdown-plugins/package.json +++ b/packages/astro/test/fixtures/astro-markdown-plugins/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-markdown-plugins", + "name": "@test/astro-markdown-plugins", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-markdown-shiki/langs/package.json b/packages/astro/test/fixtures/astro-markdown-shiki/langs/package.json index fb835c9da..85dffdb49 100644 --- a/packages/astro/test/fixtures/astro-markdown-shiki/langs/package.json +++ b/packages/astro/test/fixtures/astro-markdown-shiki/langs/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-markdown-skiki-langs", + "name": "@test/astro-markdown-skiki-langs", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-markdown-shiki/normal/package.json b/packages/astro/test/fixtures/astro-markdown-shiki/normal/package.json index 72092779a..da692e6aa 100644 --- a/packages/astro/test/fixtures/astro-markdown-shiki/normal/package.json +++ b/packages/astro/test/fixtures/astro-markdown-shiki/normal/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-markdown-skiki-normal", + "name": "@test/astro-markdown-skiki-normal", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-markdown-shiki/themes-custom/package.json b/packages/astro/test/fixtures/astro-markdown-shiki/themes-custom/package.json index b01753ad9..f0d345fa5 100644 --- a/packages/astro/test/fixtures/astro-markdown-shiki/themes-custom/package.json +++ b/packages/astro/test/fixtures/astro-markdown-shiki/themes-custom/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-markdown-skiki-themes-custom", + "name": "@test/astro-markdown-skiki-themes-custom", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-markdown-shiki/themes-integrated/package.json b/packages/astro/test/fixtures/astro-markdown-shiki/themes-integrated/package.json index e3e1f5b77..d599177ee 100644 --- a/packages/astro/test/fixtures/astro-markdown-shiki/themes-integrated/package.json +++ b/packages/astro/test/fixtures/astro-markdown-shiki/themes-integrated/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-markdown-skiki-themes-integrated", + "name": "@test/astro-markdown-skiki-themes-integrated", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-markdown-shiki/wrap-false/package.json b/packages/astro/test/fixtures/astro-markdown-shiki/wrap-false/package.json index e06cf96ee..36227adaf 100644 --- a/packages/astro/test/fixtures/astro-markdown-shiki/wrap-false/package.json +++ b/packages/astro/test/fixtures/astro-markdown-shiki/wrap-false/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-markdown-skiki-wrap-false", + "name": "@test/astro-markdown-skiki-wrap-false", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-markdown-shiki/wrap-null/package.json b/packages/astro/test/fixtures/astro-markdown-shiki/wrap-null/package.json index da4196dd8..ac3136213 100644 --- a/packages/astro/test/fixtures/astro-markdown-shiki/wrap-null/package.json +++ b/packages/astro/test/fixtures/astro-markdown-shiki/wrap-null/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-markdown-skiki-wrap-null", + "name": "@test/astro-markdown-skiki-wrap-null", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-markdown-shiki/wrap-true/package.json b/packages/astro/test/fixtures/astro-markdown-shiki/wrap-true/package.json index ed3eb926b..bb0241d30 100644 --- a/packages/astro/test/fixtures/astro-markdown-shiki/wrap-true/package.json +++ b/packages/astro/test/fixtures/astro-markdown-shiki/wrap-true/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-markdown-skiki-wrap-true", + "name": "@test/astro-markdown-skiki-wrap-true", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-markdown/package.json b/packages/astro/test/fixtures/astro-markdown/package.json index c27585d6e..9fe9dae01 100644 --- a/packages/astro/test/fixtures/astro-markdown/package.json +++ b/packages/astro/test/fixtures/astro-markdown/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-markdown", + "name": "@test/astro-markdown", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-page-directory-url/package.json b/packages/astro/test/fixtures/astro-page-directory-url/package.json index 604f157a5..470adb38e 100644 --- a/packages/astro/test/fixtures/astro-page-directory-url/package.json +++ b/packages/astro/test/fixtures/astro-page-directory-url/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-page-directory-url", + "name": "@test/astro-page-directory-url", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-pages/package.json b/packages/astro/test/fixtures/astro-pages/package.json index 2bd1bc5b0..d8a59f5ae 100644 --- a/packages/astro/test/fixtures/astro-pages/package.json +++ b/packages/astro/test/fixtures/astro-pages/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-pages", + "name": "@test/astro-pages", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-pagination/package.json b/packages/astro/test/fixtures/astro-pagination/package.json index 2aa298436..4b76c088c 100644 --- a/packages/astro/test/fixtures/astro-pagination/package.json +++ b/packages/astro/test/fixtures/astro-pagination/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-pagination", + "name": "@test/astro-pagination", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-partial-html/package.json b/packages/astro/test/fixtures/astro-partial-html/package.json index 5b4c4bda8..90784b6c9 100644 --- a/packages/astro/test/fixtures/astro-partial-html/package.json +++ b/packages/astro/test/fixtures/astro-partial-html/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-partial-html", + "name": "@test/astro-partial-html", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-public/package.json b/packages/astro/test/fixtures/astro-public/package.json index dd50459ff..c9d2bdbe5 100644 --- a/packages/astro/test/fixtures/astro-public/package.json +++ b/packages/astro/test/fixtures/astro-public/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-public", + "name": "@test/astro-public", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-scripts/package.json b/packages/astro/test/fixtures/astro-scripts/package.json index 5ad51911a..6d6da3520 100644 --- a/packages/astro/test/fixtures/astro-scripts/package.json +++ b/packages/astro/test/fixtures/astro-scripts/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-scripts", + "name": "@test/astro-scripts", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-sitemap-rss/package.json b/packages/astro/test/fixtures/astro-sitemap-rss/package.json index 24331d753..22461bfcf 100644 --- a/packages/astro/test/fixtures/astro-sitemap-rss/package.json +++ b/packages/astro/test/fixtures/astro-sitemap-rss/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-sitemap-rss", + "name": "@test/astro-sitemap-rss", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/astro-slots/package.json b/packages/astro/test/fixtures/astro-slots/package.json index b003a5f51..d033a9a4e 100644 --- a/packages/astro/test/fixtures/astro-slots/package.json +++ b/packages/astro/test/fixtures/astro-slots/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-astro-slots", + "name": "@test/astro-slots", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/config-host/package.json b/packages/astro/test/fixtures/config-host/package.json index 8ddfe530a..a7dbd5f80 100644 --- a/packages/astro/test/fixtures/config-host/package.json +++ b/packages/astro/test/fixtures/config-host/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-config-host", + "name": "@test/config-host", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/config-hostname/package.json b/packages/astro/test/fixtures/config-hostname/package.json index 4d3ebf1b4..c21fdec44 100644 --- a/packages/astro/test/fixtures/config-hostname/package.json +++ b/packages/astro/test/fixtures/config-hostname/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-config-hostname", + "name": "@test/config-hostname", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/config-path/package.json b/packages/astro/test/fixtures/config-path/package.json index d8c2d0c05..0adfca36b 100644 --- a/packages/astro/test/fixtures/config-path/package.json +++ b/packages/astro/test/fixtures/config-path/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-config-path", + "name": "@test/config-path", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/config-port/package.json b/packages/astro/test/fixtures/config-port/package.json index 90c644a3a..cb802148b 100644 --- a/packages/astro/test/fixtures/config-port/package.json +++ b/packages/astro/test/fixtures/config-port/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-config-port", + "name": "@test/config-port", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/custom-elements/my-component-lib/CHANGELOG.md b/packages/astro/test/fixtures/custom-elements/my-component-lib/CHANGELOG.md deleted file mode 100644 index 7432658fd..000000000 --- a/packages/astro/test/fixtures/custom-elements/my-component-lib/CHANGELOG.md +++ /dev/null @@ -1,8 +0,0 @@ -# @astrojs/test-custom-element-renderer - -## 0.1.0 -### Minor Changes - - - -- [#2202](https://github.com/withastro/astro/pull/2202) [`45cea6ae`](https://github.com/withastro/astro/commit/45cea6aec5a310fed4cb8da0d96670d6b99a2539) Thanks [@jonathantneal](https://github.com/jonathantneal)! - Officially drop support for Node v12. The minimum supported version is now Node v14.15+, diff --git a/packages/astro/test/fixtures/custom-elements/my-component-lib/index.js b/packages/astro/test/fixtures/custom-elements/my-component-lib/index.js index 79ebae558..b13bb52ec 100644 --- a/packages/astro/test/fixtures/custom-elements/my-component-lib/index.js +++ b/packages/astro/test/fixtures/custom-elements/my-component-lib/index.js @@ -1,5 +1,5 @@ export default { - name: '@astrojs/test-custom-element-renderer', + name: '@test/custom-element-renderer', server: './server.js', polyfills: [ './polyfill.js' @@ -10,8 +10,8 @@ export default { viteConfig() { return { optimizeDeps: { - include: ['@astrojs/test-custom-element-renderer/polyfill.js', '@astrojs/test-custom-element-renderer/hydration-polyfill.js'], - exclude: ['@astrojs/test-custom-element-renderer/server.js'] + include: ['@test/custom-element-renderer/polyfill.js', '@test/custom-element-renderer/hydration-polyfill.js'], + exclude: ['@test/custom-element-renderer/server.js'] } } } diff --git a/packages/astro/test/fixtures/custom-elements/my-component-lib/package.json b/packages/astro/test/fixtures/custom-elements/my-component-lib/package.json index 614baf827..f1d53b985 100644 --- a/packages/astro/test/fixtures/custom-elements/my-component-lib/package.json +++ b/packages/astro/test/fixtures/custom-elements/my-component-lib/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-custom-element-renderer", + "name": "@test/custom-element-renderer", "version": "0.1.0", "private": true, "main": "index.js", diff --git a/packages/astro/test/fixtures/custom-elements/package.json b/packages/astro/test/fixtures/custom-elements/package.json index 98f9b9455..80246a3b0 100644 --- a/packages/astro/test/fixtures/custom-elements/package.json +++ b/packages/astro/test/fixtures/custom-elements/package.json @@ -1,9 +1,9 @@ { - "name": "@astrojs/test-custom-elements", + "name": "@test/custom-elements", "version": "0.0.0", "private": true, "dependencies": { "astro": "workspace:*", - "@astrojs/test-custom-element-renderer": "workspace:*" + "@test/custom-element-renderer": "workspace:*" } } diff --git a/packages/astro/test/fixtures/debug-component/package.json b/packages/astro/test/fixtures/debug-component/package.json index 58c68b279..59f7237c4 100644 --- a/packages/astro/test/fixtures/debug-component/package.json +++ b/packages/astro/test/fixtures/debug-component/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-debug-component", + "name": "@test/debug-component", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/errors/package.json b/packages/astro/test/fixtures/errors/package.json index 12f055717..5f54a7d9e 100644 --- a/packages/astro/test/fixtures/errors/package.json +++ b/packages/astro/test/fixtures/errors/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-errors", + "name": "@test/errors", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/fetch/package.json b/packages/astro/test/fixtures/fetch/package.json index 01a487d6d..8462f2ab5 100644 --- a/packages/astro/test/fixtures/fetch/package.json +++ b/packages/astro/test/fixtures/fetch/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-fetch", + "name": "@test/fetch", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/legacy-build/package.json b/packages/astro/test/fixtures/legacy-build/package.json index 0fc1c10d7..24cda0b55 100644 --- a/packages/astro/test/fixtures/legacy-build/package.json +++ b/packages/astro/test/fixtures/legacy-build/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/legacy-build", + "name": "@test/legacy-build", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/lit-element/package.json b/packages/astro/test/fixtures/lit-element/package.json index c2a705092..6903aa872 100644 --- a/packages/astro/test/fixtures/lit-element/package.json +++ b/packages/astro/test/fixtures/lit-element/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-lit-element", + "name": "@test/lit-element", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/markdown/package.json b/packages/astro/test/fixtures/markdown/package.json index 5834fa823..1cc75ef8f 100644 --- a/packages/astro/test/fixtures/markdown/package.json +++ b/packages/astro/test/fixtures/markdown/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-markdown", + "name": "@test/markdown", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/postcss/package.json b/packages/astro/test/fixtures/postcss/package.json index a36323414..3a362454a 100644 --- a/packages/astro/test/fixtures/postcss/package.json +++ b/packages/astro/test/fixtures/postcss/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-postcss", + "name": "@test/postcss", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/preact-component/package.json b/packages/astro/test/fixtures/preact-component/package.json index bee9cbb1b..2381a25d0 100644 --- a/packages/astro/test/fixtures/preact-component/package.json +++ b/packages/astro/test/fixtures/preact-component/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-preact-component", + "name": "@test/preact-component", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/react-component/package.json b/packages/astro/test/fixtures/react-component/package.json index ef50d88ec..c6d8b4226 100644 --- a/packages/astro/test/fixtures/react-component/package.json +++ b/packages/astro/test/fixtures/react-component/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-react-component", + "name": "@test/react-component", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/remote-css/package.json b/packages/astro/test/fixtures/remote-css/package.json index b5bd3783e..15f2f8943 100644 --- a/packages/astro/test/fixtures/remote-css/package.json +++ b/packages/astro/test/fixtures/remote-css/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-remote-css", + "name": "@test/remote-css", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/route-manifest/package.json b/packages/astro/test/fixtures/route-manifest/package.json index 8661bfd20..86465c567 100644 --- a/packages/astro/test/fixtures/route-manifest/package.json +++ b/packages/astro/test/fixtures/route-manifest/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-route-manifest", + "name": "@test/route-manifest", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/sass/package.json b/packages/astro/test/fixtures/sass/package.json index 7ac588865..482f5e3f6 100644 --- a/packages/astro/test/fixtures/sass/package.json +++ b/packages/astro/test/fixtures/sass/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-sass", + "name": "@test/sass", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/slots-preact/package.json b/packages/astro/test/fixtures/slots-preact/package.json index e70a76aca..bb932726a 100644 --- a/packages/astro/test/fixtures/slots-preact/package.json +++ b/packages/astro/test/fixtures/slots-preact/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-slots-preact", + "name": "@test/slots-preact", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/slots-react/package.json b/packages/astro/test/fixtures/slots-react/package.json index 94e0d18a7..22336bc5e 100644 --- a/packages/astro/test/fixtures/slots-react/package.json +++ b/packages/astro/test/fixtures/slots-react/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-slots-react", + "name": "@test/slots-react", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/slots-solid/package.json b/packages/astro/test/fixtures/slots-solid/package.json index 41732b907..dafbef6a5 100644 --- a/packages/astro/test/fixtures/slots-solid/package.json +++ b/packages/astro/test/fixtures/slots-solid/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-slots-solid", + "name": "@test/slots-solid", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/slots-svelte/package.json b/packages/astro/test/fixtures/slots-svelte/package.json index 34ae9bda7..918fff501 100644 --- a/packages/astro/test/fixtures/slots-svelte/package.json +++ b/packages/astro/test/fixtures/slots-svelte/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-slots-svelte", + "name": "@test/slots-svelte", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/slots-vue/package.json b/packages/astro/test/fixtures/slots-vue/package.json index f54232d52..47e015cd9 100644 --- a/packages/astro/test/fixtures/slots-vue/package.json +++ b/packages/astro/test/fixtures/slots-vue/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-slots-vue", + "name": "@test/slots-vue", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/solid-component/package.json b/packages/astro/test/fixtures/solid-component/package.json index c5b628d8a..a6d06e8ec 100644 --- a/packages/astro/test/fixtures/solid-component/package.json +++ b/packages/astro/test/fixtures/solid-component/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-solid-component", + "name": "@test/solid-component", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/static build/package.json b/packages/astro/test/fixtures/static build/package.json index 9aeae14c2..756d0c846 100644 --- a/packages/astro/test/fixtures/static build/package.json +++ b/packages/astro/test/fixtures/static build/package.json @@ -1,8 +1,8 @@ { - "name": "@astrojs/test-static-build", + "name": "@test/static-build", "version": "0.0.0", "dependencies": { - "@astrojs/test-static-build-pkg": "link:pkg", + "@test/static-build-pkg": "link:pkg", "astro": "workspace:*" } } diff --git a/packages/astro/test/fixtures/static build/pkg/package.json b/packages/astro/test/fixtures/static build/pkg/package.json index 5d202516f..430c0c5f3 100644 --- a/packages/astro/test/fixtures/static build/pkg/package.json +++ b/packages/astro/test/fixtures/static build/pkg/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-static-build-pkg", + "name": "@test/static-build-pkg", "main": "./oops.cjs", "version": "0.0.3", "exports": { diff --git a/packages/astro/test/fixtures/static build/src/pages/index.astro b/packages/astro/test/fixtures/static build/src/pages/index.astro index 2251cc19f..b1bd2067e 100644 --- a/packages/astro/test/fixtures/static build/src/pages/index.astro +++ b/packages/astro/test/fixtures/static build/src/pages/index.astro @@ -1,7 +1,7 @@ --- import MainHead from '../components/MainHead.astro'; import Nav from '../components/Nav/index.jsx'; -import { test as ssrConfigTest } from '@astrojs/test-static-build-pkg'; +import { test as ssrConfigTest } from '@test/static-build-pkg'; let allPosts = await Astro.fetchContent('./posts/*.md'); --- diff --git a/packages/astro/test/fixtures/static-build-code-component/package.json b/packages/astro/test/fixtures/static-build-code-component/package.json index dafee4412..bd83cdf3d 100644 --- a/packages/astro/test/fixtures/static-build-code-component/package.json +++ b/packages/astro/test/fixtures/static-build-code-component/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-static-build-code-component", + "name": "@test/static-build-code-component", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/static-build-frameworks/package.json b/packages/astro/test/fixtures/static-build-frameworks/package.json index cb1fe69d7..ab6261219 100644 --- a/packages/astro/test/fixtures/static-build-frameworks/package.json +++ b/packages/astro/test/fixtures/static-build-frameworks/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-static-build-frameworks", + "name": "@test/static-build-frameworks", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/static-build-page-url-format/package.json b/packages/astro/test/fixtures/static-build-page-url-format/package.json index 6996f573b..3c04e480d 100644 --- a/packages/astro/test/fixtures/static-build-page-url-format/package.json +++ b/packages/astro/test/fixtures/static-build-page-url-format/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-static-build-page-url-format", + "name": "@test/static-build-page-url-format", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/svelte-component/package.json b/packages/astro/test/fixtures/svelte-component/package.json index c83c6f763..3b21caf45 100644 --- a/packages/astro/test/fixtures/svelte-component/package.json +++ b/packages/astro/test/fixtures/svelte-component/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-svelte-component", + "name": "@test/svelte-component", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/vue-component/package.json b/packages/astro/test/fixtures/vue-component/package.json index 1c5ed1092..97a889dfa 100644 --- a/packages/astro/test/fixtures/vue-component/package.json +++ b/packages/astro/test/fixtures/vue-component/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-vue-component", + "name": "@test/vue-component", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/with-endpoint-routes/package.json b/packages/astro/test/fixtures/with-endpoint-routes/package.json index 69f44344e..fe4f12c99 100644 --- a/packages/astro/test/fixtures/with-endpoint-routes/package.json +++ b/packages/astro/test/fixtures/with-endpoint-routes/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-with-endpoint-routes", + "name": "@test/with-endpoint-routes", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/with-subpath-no-trailing-slash/package.json b/packages/astro/test/fixtures/with-subpath-no-trailing-slash/package.json index 99c058e7e..199b3c152 100644 --- a/packages/astro/test/fixtures/with-subpath-no-trailing-slash/package.json +++ b/packages/astro/test/fixtures/with-subpath-no-trailing-slash/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-with-subpath-no-trailing-slash", + "name": "@test/with-subpath-no-trailing-slash", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/with-subpath-trailing-slash/package.json b/packages/astro/test/fixtures/with-subpath-trailing-slash/package.json index 9e89f62fb..1d1128ada 100644 --- a/packages/astro/test/fixtures/with-subpath-trailing-slash/package.json +++ b/packages/astro/test/fixtures/with-subpath-trailing-slash/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-with-subpath-trailing-slash", + "name": "@test/with-subpath-trailing-slash", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/without-site-config/package.json b/packages/astro/test/fixtures/without-site-config/package.json index 2bc16758e..473b7a34b 100644 --- a/packages/astro/test/fixtures/without-site-config/package.json +++ b/packages/astro/test/fixtures/without-site-config/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-without-site-config", + "name": "@test/without-site-config", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/fixtures/without-subpath/package.json b/packages/astro/test/fixtures/without-subpath/package.json index c3e486838..de2cc4f98 100644 --- a/packages/astro/test/fixtures/without-subpath/package.json +++ b/packages/astro/test/fixtures/without-subpath/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/test-without-subpath", + "name": "@test/without-subpath", "version": "0.0.0", "private": true, "dependencies": { diff --git a/packages/astro/test/static-build.test.js b/packages/astro/test/static-build.test.js index 6ca4fd8c7..310c41648 100644 --- a/packages/astro/test/static-build.test.js +++ b/packages/astro/test/static-build.test.js @@ -17,7 +17,7 @@ describe('Static build', () => { site: 'http://example.com/subpath/', }, ssr: { - noExternal: ['@astrojs/test-static-build-pkg'], + noExternal: ['@test/static-build-pkg'], }, }); await fixture.build(); diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b50eebd62..b7f4dc9cf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -774,10 +774,10 @@ importers: packages/astro/test/fixtures/custom-elements: specifiers: - '@astrojs/test-custom-element-renderer': workspace:* + '@test/custom-element-renderer': workspace:* astro: workspace:* dependencies: - '@astrojs/test-custom-element-renderer': link:my-component-lib + '@test/custom-element-renderer': link:my-component-lib astro: link:../../.. packages/astro/test/fixtures/custom-elements/my-component-lib: @@ -913,10 +913,10 @@ importers: packages/astro/test/fixtures/static build: specifiers: - '@astrojs/test-static-build-pkg': link:pkg + '@test/static-build-pkg': link:pkg astro: workspace:* dependencies: - '@astrojs/test-static-build-pkg': link:pkg + '@test/static-build-pkg': link:pkg astro: link:../../.. packages/astro/test/fixtures/static build/pkg: