Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: withastro/astro
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: astro@4.9.3
Choose a base ref
...
head repository: withastro/astro
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: astro@4.10.0
Choose a head ref
  • 16 commits
  • 133 files changed
  • 11 contributors

Commits on Jun 5, 2024

  1. feat(container): provide a virtual module to load renderers (#11144)

    * feat(container): provide a virtual module to load renderers
    
    * address feedback
    
    * chore: restore some default to allow to have PHP prototype working
    
    * Thread through renderers and manifest
    
    * Pass manifest too
    
    * update changeset
    
    * add diff
    
    * Apply suggestions from code review
    
    Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
    
    * fix diff
    
    * rebase and update lock
    
    ---------
    
    Co-authored-by: Matthew Phillips <matthew@skypack.dev>
    Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
    3 people authored Jun 5, 2024
    Copy the full SHA
    803dd80 View commit details
  2. feat(astro): experimental astro:env (#10974)

    * feat(env): add schema, types and envField (#10805)
    
    * feat(env): add validators (#10827)
    
    * feat(env): add vite plugin (#10829)
    
    * feat(env): client/public variables (#10848)
    
    Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
    Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
    
    * feat(env): server/public variables (#10881)
    
    Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
    Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
    
    * feat(env): server/secret variables (#10954)
    
    Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
    Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
    
    * fix: import
    
    * fix: test
    
    * feat: work on jsdoc
    
    * feat: more jsdoc
    
    * chore: remove todo
    
    * feat: fix test error and write changeset
    
    * feat: update config reference
    
    * feat: apply recommendations from review
    
    * feat: rework getEnv/setGetEnv
    
    * chore: move tests
    
    * fix: rename
    
    * fix: dev mode
    
    * chore: improve error
    
    * feat: add overrideProcessEnv helper
    
    * fix: make eslint happy
    
    * Update .changeset/poor-berries-occur.md
    
    Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com>
    
    * Update .changeset/poor-berries-occur.md
    
    Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com>
    
    * Update .changeset/poor-berries-occur.md
    
    Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com>
    
    * Update .changeset/poor-berries-occur.md
    
    Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com>
    
    * feat: fix build and address reviews
    
    * fix: container api
    
    * fix: tests
    
    * Apply suggestions from code review
    
    Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
    
    * Update packages/astro/src/@types/astro.ts
    
    Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
    
    * Apply suggestions from code review
    
    Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
    
    * Update packages/astro/src/@types/astro.ts
    
    * chore: update changeset
    
    * feat: address reviews
    
    * feat: address Ema's reviews
    
    * Update .changeset/poor-berries-occur.md
    
    Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
    
    ---------
    
    Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
    Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
    Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com>
    Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
    5 people authored Jun 5, 2024
    Copy the full SHA
    2668ef9 View commit details
  3. [ci] format

    ematipico authored and astrobot-houston committed Jun 5, 2024
    Copy the full SHA
    b24838f View commit details
  4. fix(rewrite): copy body from the request (#11182)

    * fix(rewrite): copy body from the request
    
    * wip
    
    * chore: copy body without using it
    
    * chore: remove new file
    ematipico authored Jun 5, 2024
    Copy the full SHA
    40b0b4d View commit details
  5. [ci] format

    ematipico authored and astrobot-houston committed Jun 5, 2024
    Copy the full SHA
    6bcbd15 View commit details
  6. fix: bubble up errors in rewrites (#11136)

    * fix: bubble up errors in rewrites
    
    * docs
    
    * remove commented code
    
    * changesets
    
    * fix string interpolation
    ematipico authored Jun 5, 2024
    Copy the full SHA
    35ef53c View commit details
  7. [ci] format

    ematipico authored and astrobot-houston committed Jun 5, 2024
    Copy the full SHA
    d03160a View commit details
  8. [docs] formatting for astro:env (#11187)

    sarah11918 authored Jun 5, 2024
    Copy the full SHA
    04b6421 View commit details
  9. [ci] format

    sarah11918 authored and astrobot-houston committed Jun 5, 2024
    Copy the full SHA
    db71177 View commit details
  10. [docs] format error messages (#11188)

    sarah11918 authored Jun 5, 2024
    Copy the full SHA
    1529428 View commit details
  11. [ci] format

    ematipico authored and astrobot-houston committed Jun 5, 2024
    Copy the full SHA
    4ad1ce2 View commit details

Commits on Jun 6, 2024

  1. Fix throw AstroUserError in mdx (#11192)

    * fix: throw original AstroUserError in mdx
    
    * add changeset
    
    * Update brave-pots-listen.md
    
    Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
    
    ---------
    
    Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
    liruifengv and ematipico authored Jun 6, 2024
    Copy the full SHA
    58b10a0 View commit details
  2. Make Astro.url in format: 'preserve' match dev (#11191)

    * Make Astro.url in format: 'preserve' match dev
    
    * Create sweet-trainers-eat.md
    
    ---------
    
    Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
    matthewp and florian-lefebvre authored Jun 6, 2024
    Copy the full SHA
    6e29a17 View commit details
  3. [ci] format

    ematipico authored and astrobot-houston committed Jun 6, 2024
    Copy the full SHA
    a64428d View commit details
  4. fix: merge userConfig inside getViteConfig (#11194)

    ematipico authored Jun 6, 2024
    Copy the full SHA
    97fbe93 View commit details
  5. [ci] release (#11186)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    astrobot-houston and github-actions[bot] authored Jun 6, 2024
    Copy the full SHA
    48d5309 View commit details
Showing with 2,562 additions and 513 deletions.
  1. +1 −1 examples/basics/package.json
  2. +2 −2 examples/blog/package.json
  3. +1 −1 examples/component/package.json
  4. +2 −2 examples/container-with-vitest/package.json
  5. +7 −9 examples/container-with-vitest/test/ReactWrapper.test.ts
  6. +1 −1 examples/framework-alpine/package.json
  7. +2 −2 examples/framework-lit/package.json
  8. +6 −6 examples/framework-multiple/package.json
  9. +2 −2 examples/framework-preact/package.json
  10. +2 −2 examples/framework-react/package.json
  11. +2 −2 examples/framework-solid/package.json
  12. +2 −2 examples/framework-svelte/package.json
  13. +2 −2 examples/framework-vue/package.json
  14. +1 −1 examples/hackernews/package.json
  15. +1 −1 examples/integration/package.json
  16. +1 −1 examples/middleware/package.json
  17. +1 −1 examples/minimal/package.json
  18. +1 −1 examples/non-html-pages/package.json
  19. +1 −1 examples/portfolio/package.json
  20. +2 −2 examples/ssr/package.json
  21. +1 −1 examples/starlog/package.json
  22. +1 −1 examples/toolbar-app/package.json
  23. +1 −1 examples/view-transitions/package.json
  24. +1 −1 examples/with-markdoc/package.json
  25. +1 −1 examples/with-markdown-plugins/package.json
  26. +1 −1 examples/with-markdown-shiki/package.json
  27. +3 −3 examples/with-mdx/package.json
  28. +2 −2 examples/with-nanostores/package.json
  29. +2 −2 examples/with-tailwindcss/package.json
  30. +1 −1 examples/with-vitest/package.json
  31. +140 −0 packages/astro/CHANGELOG.md
  32. +8 −0 packages/astro/client.d.ts
  33. +6 −0 packages/astro/config.d.ts
  34. +1 −0 packages/astro/config.mjs
  35. +2 −3 packages/astro/package.json
  36. +131 −0 packages/astro/src/@types/astro.ts
  37. +2 −2 packages/astro/src/config/index.ts
  38. +44 −39 packages/astro/src/container/index.ts
  39. +10 −1 packages/astro/src/container/pipeline.ts
  40. +5 −5 packages/astro/src/content/types-generator.ts
  41. +4 −6 packages/astro/src/content/utils.ts
  42. +1 −1 packages/astro/src/content/vite-plugin-content-virtual-mod.ts
  43. +48 −19 packages/astro/src/core/app/pipeline.ts
  44. +2 −0 packages/astro/src/core/app/types.ts
  45. +27 −3 packages/astro/src/core/base-pipeline.ts
  46. +14 −3 packages/astro/src/core/build/generate.ts
  47. +35 −19 packages/astro/src/core/build/pipeline.ts
  48. +3 −0 packages/astro/src/core/build/plugins/plugin-manifest.ts
  49. +1 −1 packages/astro/src/core/config/config.ts
  50. +7 −0 packages/astro/src/core/config/schema.ts
  51. +1 −0 packages/astro/src/core/config/settings.ts
  52. +1 −1 packages/astro/src/core/constants.ts
  53. +2 −0 packages/astro/src/core/create-vite.ts
  54. +73 −1 packages/astro/src/core/errors/errors-data.ts
  55. +1 −0 packages/astro/src/core/logger/core.ts
  56. +80 −58 packages/astro/src/core/render-context.ts
  57. +31 −13 packages/astro/src/core/routing/astro-designed-error-pages.ts
  58. +26 −0 packages/astro/src/env/config.ts
  59. +14 −0 packages/astro/src/env/constants.ts
  60. +23 −0 packages/astro/src/env/runtime.ts
  61. +126 −0 packages/astro/src/env/schema.ts
  62. +82 −0 packages/astro/src/env/validators.ts
  63. +225 −0 packages/astro/src/env/vite-plugin-env.ts
  64. +9 −0 packages/astro/src/integrations/features-validation.ts
  65. +3 −1 packages/astro/src/jsx/server.ts
  66. +32 −0 packages/astro/src/virtual-modules/container.ts
  67. +1 −0 packages/astro/src/virtual-modules/env-setup.ts
  68. +39 −21 packages/astro/src/vite-plugin-astro-server/pipeline.ts
  69. +1 −0 packages/astro/src/vite-plugin-astro-server/plugin.ts
  70. +0 −14 packages/astro/src/vite-plugin-astro-server/response.ts
  71. +2 −1 packages/astro/src/vite-plugin-astro-server/route.ts
  72. +53 −44 packages/astro/src/vite-plugin-inject-env-ts/index.ts
  73. 0 packages/astro/{content-module.template.mjs → templates/content/module.mjs}
  74. 0 packages/astro/{content-types.template.d.ts → templates/content/types.d.ts}
  75. +18 −0 packages/astro/templates/env/module.mjs
  76. +20 −0 packages/astro/templates/env/types.d.ts
  77. +116 −98 packages/astro/test/astro-sync.test.js
  78. +5 −4 packages/astro/test/cli.test.js
  79. +50 −0 packages/astro/test/env-public.test.js
  80. +47 −0 packages/astro/test/env-secret.test.js
  81. +12 −0 packages/astro/test/fixtures/astro-env-server-fail/astro.config.mjs
  82. +8 −0 packages/astro/test/fixtures/astro-env-server-fail/package.json
  83. +3 −0 packages/astro/test/fixtures/astro-env-server-fail/src/pages/index.astro
  84. +3 −0 packages/astro/test/fixtures/astro-env-server-fail/tsconfig.json
  85. +12 −0 packages/astro/test/fixtures/astro-env-server-secret/astro.config.mjs
  86. +8 −0 packages/astro/test/fixtures/astro-env-server-secret/package.json
  87. +8 −0 packages/astro/test/fixtures/astro-env-server-secret/src/pages/index.astro
  88. +3 −0 packages/astro/test/fixtures/astro-env-server-secret/tsconfig.json
  89. +14 −0 packages/astro/test/fixtures/astro-env/astro.config.mjs
  90. +8 −0 packages/astro/test/fixtures/astro-env/package.json
  91. +15 −0 packages/astro/test/fixtures/astro-env/src/pages/index.astro
  92. +3 −0 packages/astro/test/fixtures/astro-env/tsconfig.json
  93. +4 −0 packages/astro/test/fixtures/page-format/src/pages/nested/index.astro
  94. +0 −11 packages/astro/test/fixtures/reroute/src/pages/blog/oops.astro
  95. +8 −0 packages/astro/test/fixtures/reroute/src/pages/post/post-a.astro
  96. +15 −0 packages/astro/test/fixtures/reroute/src/pages/post/post-b.astro
  97. +9 −0 packages/astro/test/fixtures/rewrite-404-invalid/astro.config.mjs
  98. +8 −0 packages/astro/test/fixtures/rewrite-404-invalid/package.json
  99. +3 −0 packages/astro/test/fixtures/rewrite-404-invalid/src/pages/rewrite-404.astro
  100. +9 −0 packages/astro/test/fixtures/rewrite-runtime-error/astro.config.mjs
  101. +8 −0 packages/astro/test/fixtures/rewrite-runtime-error/package.json
  102. +4 −0 packages/astro/test/fixtures/rewrite-runtime-error/src/pages/errors/from.astro
  103. +4 −0 packages/astro/test/fixtures/rewrite-runtime-error/src/pages/errors/to.astro
  104. +1 −1 packages/astro/test/middleware.test.js
  105. +30 −2 packages/astro/test/page-format.test.js
  106. +61 −6 packages/astro/test/rewrite.test.js
  107. +1 −1 packages/astro/test/ssr-locals.test.js
  108. +41 −16 packages/astro/test/test-adapter.js
  109. +59 −0 packages/astro/test/units/config/config-validate.test.js
  110. +1 −1 packages/astro/test/units/content-collections/frontmatter.test.js
  111. +254 −0 packages/astro/test/units/env/env-validators.test.js
  112. +24 −0 packages/integrations/lit/CHANGELOG.md
  113. +1 −1 packages/integrations/lit/package.json
  114. +8 −1 packages/integrations/lit/src/index.ts
  115. +24 −0 packages/integrations/mdx/CHANGELOG.md
  116. +1 −1 packages/integrations/mdx/package.json
  117. +8 −1 packages/integrations/mdx/src/index.ts
  118. +24 −0 packages/integrations/preact/CHANGELOG.md
  119. +1 −1 packages/integrations/preact/package.json
  120. +8 −1 packages/integrations/preact/src/index.ts
  121. +24 −0 packages/integrations/react/CHANGELOG.md
  122. +1 −1 packages/integrations/react/package.json
  123. +14 −1 packages/integrations/react/src/index.ts
  124. +24 −0 packages/integrations/solid/CHANGELOG.md
  125. +1 −1 packages/integrations/solid/package.json
  126. +13 −1 packages/integrations/solid/src/index.ts
  127. +24 −0 packages/integrations/svelte/CHANGELOG.md
  128. +1 −1 packages/integrations/svelte/package.json
  129. +8 −1 packages/integrations/svelte/src/index.ts
  130. +24 −0 packages/integrations/vue/CHANGELOG.md
  131. +1 −1 packages/integrations/vue/package.json
  132. +8 −1 packages/integrations/vue/src/index.ts
  133. +77 −47 pnpm-lock.yaml
2 changes: 1 addition & 1 deletion examples/basics/package.json
Original file line number Diff line number Diff line change
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.9.3"
"astro": "^4.10.0"
}
}
4 changes: 2 additions & 2 deletions examples/blog/package.json
Original file line number Diff line number Diff line change
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^3.0.1",
"@astrojs/mdx": "^3.1.0",
"@astrojs/rss": "^4.0.6",
"@astrojs/sitemap": "^3.1.5",
"astro": "^4.9.3"
"astro": "^4.10.0"
}
}
2 changes: 1 addition & 1 deletion examples/component/package.json
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^4.9.3"
"astro": "^4.10.0"
},
"peerDependencies": {
"astro": "^4.0.0"
4 changes: 2 additions & 2 deletions examples/container-with-vitest/package.json
Original file line number Diff line number Diff line change
@@ -12,8 +12,8 @@
"test": "vitest run"
},
"dependencies": {
"astro": "^4.9.3",
"@astrojs/react": "^3.4.0",
"astro": "^4.10.0",
"@astrojs/react": "^3.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vitest": "^1.6.0"
16 changes: 7 additions & 9 deletions examples/container-with-vitest/test/ReactWrapper.test.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
import { loadRenderers } from 'astro:container';
import { getContainerRenderer } from '@astrojs/react';
import { experimental_AstroContainer as AstroContainer } from 'astro/container';
import { expect, test } from 'vitest';
import ReactWrapper from '../src/components/ReactWrapper.astro';

const renderers = await loadRenderers([getContainerRenderer()]);
const container = await AstroContainer.create({
renderers,
});

test('ReactWrapper with react renderer', async () => {
const container = await AstroContainer.create({
renderers: [
{
name: '@astrojs/react',
clientEntrypoint: '@astrojs/react/client.js',
serverEntrypoint: '@astrojs/react/server.js',
},
],
});
const result = await container.renderToString(ReactWrapper);

expect(result).toContain('Counter');
2 changes: 1 addition & 1 deletion examples/framework-alpine/package.json
Original file line number Diff line number Diff line change
@@ -14,6 +14,6 @@
"@astrojs/alpinejs": "^0.4.0",
"@types/alpinejs": "^3.13.10",
"alpinejs": "^3.14.0",
"astro": "^4.9.3"
"astro": "^4.10.0"
}
}
4 changes: 2 additions & 2 deletions examples/framework-lit/package.json
Original file line number Diff line number Diff line change
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/lit": "^4.1.0",
"@astrojs/lit": "^4.2.0",
"@webcomponents/template-shadowroot": "^0.2.1",
"astro": "^4.9.3",
"astro": "^4.10.0",
"lit": "^3.1.3"
}
}
12 changes: 6 additions & 6 deletions examples/framework-multiple/package.json
Original file line number Diff line number Diff line change
@@ -11,14 +11,14 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^3.3.0",
"@astrojs/react": "^3.4.0",
"@astrojs/solid-js": "^4.2.0",
"@astrojs/svelte": "^5.4.0",
"@astrojs/vue": "^4.3.0",
"@astrojs/preact": "^3.4.0",
"@astrojs/react": "^3.5.0",
"@astrojs/solid-js": "^4.3.0",
"@astrojs/svelte": "^5.5.0",
"@astrojs/vue": "^4.4.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.9.3",
"astro": "^4.10.0",
"preact": "^10.22.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
4 changes: 2 additions & 2 deletions examples/framework-preact/package.json
Original file line number Diff line number Diff line change
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^3.3.0",
"@astrojs/preact": "^3.4.0",
"@preact/signals": "^1.2.3",
"astro": "^4.9.3",
"astro": "^4.10.0",
"preact": "^10.22.0"
}
}
4 changes: 2 additions & 2 deletions examples/framework-react/package.json
Original file line number Diff line number Diff line change
@@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.4.0",
"@astrojs/react": "^3.5.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.9.3",
"astro": "^4.10.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
4 changes: 2 additions & 2 deletions examples/framework-solid/package.json
Original file line number Diff line number Diff line change
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/solid-js": "^4.2.0",
"astro": "^4.9.3",
"@astrojs/solid-js": "^4.3.0",
"astro": "^4.10.0",
"solid-js": "^1.8.17"
}
}
4 changes: 2 additions & 2 deletions examples/framework-svelte/package.json
Original file line number Diff line number Diff line change
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/svelte": "^5.4.0",
"astro": "^4.9.3",
"@astrojs/svelte": "^5.5.0",
"astro": "^4.10.0",
"svelte": "^4.2.17"
}
}
4 changes: 2 additions & 2 deletions examples/framework-vue/package.json
Original file line number Diff line number Diff line change
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/vue": "^4.3.0",
"astro": "^4.9.3",
"@astrojs/vue": "^4.4.0",
"astro": "^4.10.0",
"vue": "^3.4.27"
}
}
2 changes: 1 addition & 1 deletion examples/hackernews/package.json
Original file line number Diff line number Diff line change
@@ -12,6 +12,6 @@
},
"dependencies": {
"@astrojs/node": "^8.2.5",
"astro": "^4.9.3"
"astro": "^4.10.0"
}
}
2 changes: 1 addition & 1 deletion examples/integration/package.json
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^4.9.3"
"astro": "^4.10.0"
},
"peerDependencies": {
"astro": "^4.0.0"
2 changes: 1 addition & 1 deletion examples/middleware/package.json
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
},
"dependencies": {
"@astrojs/node": "^8.2.5",
"astro": "^4.9.3",
"astro": "^4.10.0",
"html-minifier": "^4.0.0"
},
"devDependencies": {
2 changes: 1 addition & 1 deletion examples/minimal/package.json
Original file line number Diff line number Diff line change
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.9.3"
"astro": "^4.10.0"
}
}
2 changes: 1 addition & 1 deletion examples/non-html-pages/package.json
Original file line number Diff line number Diff line change
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.9.3"
"astro": "^4.10.0"
}
}
2 changes: 1 addition & 1 deletion examples/portfolio/package.json
Original file line number Diff line number Diff line change
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.9.3"
"astro": "^4.10.0"
}
}
4 changes: 2 additions & 2 deletions examples/ssr/package.json
Original file line number Diff line number Diff line change
@@ -13,8 +13,8 @@
},
"dependencies": {
"@astrojs/node": "^8.2.5",
"@astrojs/svelte": "^5.4.0",
"astro": "^4.9.3",
"@astrojs/svelte": "^5.5.0",
"astro": "^4.10.0",
"svelte": "^4.2.17"
}
}
2 changes: 1 addition & 1 deletion examples/starlog/package.json
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.9.3",
"astro": "^4.10.0",
"sass": "^1.77.3",
"sharp": "^0.33.3"
}
2 changes: 1 addition & 1 deletion examples/toolbar-app/package.json
Original file line number Diff line number Diff line change
@@ -15,6 +15,6 @@
"./app": "./dist/app.js"
},
"devDependencies": {
"astro": "^4.9.3"
"astro": "^4.10.0"
}
}
2 changes: 1 addition & 1 deletion examples/view-transitions/package.json
Original file line number Diff line number Diff line change
@@ -12,6 +12,6 @@
"devDependencies": {
"@astrojs/tailwind": "^5.1.0",
"@astrojs/node": "^8.2.5",
"astro": "^4.9.3"
"astro": "^4.10.0"
}
}
2 changes: 1 addition & 1 deletion examples/with-markdoc/package.json
Original file line number Diff line number Diff line change
@@ -12,6 +12,6 @@
},
"dependencies": {
"@astrojs/markdoc": "^0.11.0",
"astro": "^4.9.3"
"astro": "^4.10.0"
}
}
2 changes: 1 addition & 1 deletion examples/with-markdown-plugins/package.json
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/markdown-remark": "^5.1.0",
"astro": "^4.9.3",
"astro": "^4.10.0",
"hast-util-select": "^6.0.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
2 changes: 1 addition & 1 deletion examples/with-markdown-shiki/package.json
Original file line number Diff line number Diff line change
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.9.3"
"astro": "^4.10.0"
}
}
6 changes: 3 additions & 3 deletions examples/with-mdx/package.json
Original file line number Diff line number Diff line change
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^3.0.1",
"@astrojs/preact": "^3.3.0",
"astro": "^4.9.3",
"@astrojs/mdx": "^3.1.0",
"@astrojs/preact": "^3.4.0",
"astro": "^4.10.0",
"preact": "^10.22.0"
}
}
4 changes: 2 additions & 2 deletions examples/with-nanostores/package.json
Original file line number Diff line number Diff line change
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^3.3.0",
"@astrojs/preact": "^3.4.0",
"@nanostores/preact": "^0.5.1",
"astro": "^4.9.3",
"astro": "^4.10.0",
"nanostores": "^0.10.3",
"preact": "^10.22.0"
}
4 changes: 2 additions & 2 deletions examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
@@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^3.0.1",
"@astrojs/mdx": "^3.1.0",
"@astrojs/tailwind": "^5.1.0",
"@types/canvas-confetti": "^1.6.4",
"astro": "^4.9.3",
"astro": "^4.10.0",
"autoprefixer": "^10.4.19",
"canvas-confetti": "^1.9.3",
"postcss": "^8.4.38",
2 changes: 1 addition & 1 deletion examples/with-vitest/package.json
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
"astro": "^4.9.3",
"astro": "^4.10.0",
"vitest": "^1.6.0"
}
}
Loading