-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Comparing changes
Open a pull request
base repository: withastro/astro
base: @astrojs/sitemap@3.1.5
head repository: withastro/astro
compare: @astrojs/sitemap@3.1.6
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 05ef10c - Browse repository at this point
Copy the full SHA 05ef10cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1884ea - Browse repository at this point
Copy the full SHA e1884eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6988f1d - Browse repository at this point
Copy the full SHA 6988f1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3675e5 - Browse repository at this point
Copy the full SHA a3675e5View commit details -
feat: make i18n domains stable (#11022)
* feat: make i18n domains stable * update tst * Update .changeset/five-crabs-rhyme.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * fix regression --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Configuration menu - View commit details
-
Copy full SHA for be68ab4 - Browse repository at this point
Copy the full SHA be68ab4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c30a415 - Browse repository at this point
Copy the full SHA c30a415View commit details -
feat: make CSRF protection stable (#11021)
* feat: make CSRF protection stable * revert change * 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> * Update packages/astro/src/@types/astro.ts Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * beef up changeset * Update .changeset/chatty-experts-smell.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/chatty-experts-smell.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * move section * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Configuration menu - View commit details
-
Copy full SHA for 2d4c8fa - Browse repository at this point
Copy the full SHA 2d4c8faView commit details -
feat: prefer using x-forwarded-for as clientAddress (#11101)
* feat: change node clientAddress use x-forwarded-for when ``` adapter: node({ mode: 'standalone', }) ``` * feat: prefer using x-forwarded-for as clientAddress * Update .changeset/healthy-planets-dream.md Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * Update .changeset/healthy-planets-dream.md Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * Apply suggestions from code review --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a6916e4 - Browse repository at this point
Copy the full SHA a6916e4View commit details -
* feat: container APIs * chore: handle runtime mode * chore: render slots * more prototyping * Adding a changeset * fix some weirdness around types * feat: allow to inject the manifest * feat: accept a manifest * more APIs * add `route` to the options * chore * fix component instance * chore: document stuff * remove commented code * chore: add test for renderers and fixed its types * fix: update name of the example * fix regression inside tests * use `experimental_` * remove errors * need to understand the types here * remove some options that I don't deem necessary for this phase * remove superfluous comments * chore: remove useless `@ts-ignore` directive * chore: address feedback * fix regression and remove astro config * chore: fix regression * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * ooops * restore changes --------- Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Configuration menu - View commit details
-
Copy full SHA for 12a1bcc - Browse repository at this point
Copy the full SHA 12a1bccView commit details -
Configuration menu - View commit details
-
Copy full SHA for b15949f - Browse repository at this point
Copy the full SHA b15949fView commit details -
Actions: restore api context param (#11112)
* feat: expose APIContext from the second handler param * refactor: use second param from test * chore: changeset * edit: minor -> patch * edit: apiContext -> context Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> * refactor: apiContext -> context Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> * refactor: apiContext -> context Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
Configuration menu - View commit details
-
Copy full SHA for 29a8650 - Browse repository at this point
Copy the full SHA 29a8650View commit details -
Configuration menu - View commit details
-
Copy full SHA for a687a17 - Browse repository at this point
Copy the full SHA a687a17View commit details -
feat(vue): add support vue devtools options (#11055)
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com> Co-authored-by: Jan-Niklas Wortmann <jan-niklas.wortmann@jetbrains.com> Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
Configuration menu - View commit details
-
Copy full SHA for b92de22 - Browse repository at this point
Copy the full SHA b92de22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dd57f6 - Browse repository at this point
Copy the full SHA 3dd57f6View commit details -
Actions: React 19 progressive enhancement support (#11071)
* deps: react 19 * feat: react progressive enhancement with useActionState * refactor: revert old action state implementation * feat(test): react 19 action with useFormStatus * fix: remove unused context arg * fix: wrote actions to wrong test fixture! * deps: revert react 19 beta to 18 for actions-blog fixture * chore: remove unused overrides * chore: remove unused actions export * chore: spaces vs tabs ugh * chore: fix conflicting fixture names * chore: changeset * chore: bump changeset to minor * Actions: support React 19 `useActionState()` with progressive enhancement (#11074) * feat(ex): Like with useActionState * feat: useActionState progressive enhancement! * feat: getActionState utility * chore: revert actions-blog fixture experimentation * fix: add back actions.ts export * feat(test): Like with use action state test * fix: stub form state client-side to avoid hydration error * fix: bad .safe chaining * fix: update actionState for client call * fix: correctly resume form state client side * refactor: unify and document reactServerActionResult * feat(test): useActionState assertions * feat(docs): explain my mess * refactor: add experimental_ prefix * refactor: move all react internals to integration * chore: remove unused getIslandProps * chore: remove unused imports * chore: undo format changes * refactor: get actionResult from middleware directly * refactor: remove bad result type * fix: like button disabled timeout * chore: changeset * refactor: remove request cloning * Update .changeset/gentle-windows-enjoy.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * changeset grammar tense --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Configuration menu - View commit details
-
Copy full SHA for 8ca7c73 - Browse repository at this point
Copy the full SHA 8ca7c73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7be7b1a - Browse repository at this point
Copy the full SHA 7be7b1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cb68d8 - Browse repository at this point
Copy the full SHA 5cb68d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae42bf3 - Browse repository at this point
Copy the full SHA ae42bf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7386ef - Browse repository at this point
Copy the full SHA c7386efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bfe8aa - Browse repository at this point
Copy the full SHA 7bfe8aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e71348e - Browse repository at this point
Copy the full SHA e71348eView commit details -
Actions: Allow actions to be called on the server (#11088)
* wip: consume async local storage from `defineAction()` * fix: move async local storage to middleware. It works! * refactor: remove content-type check on JSON. Not needed * chore: remove test * feat: support server action calls * refactor: parse path keys within getAction * feat(test): server-side action call * chore: changeset * fix: reapply context on detected rewrite * feat(test): action from server with rewrite * chore: stray import change * feat(docs): add endpoints to changeset * chore: minor -> patch * fix: move rewrite check to start of middleware * fix: bad getApiContext() import --------- Co-authored-by: bholmesdev <bholmesdev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9566fa0 - Browse repository at this point
Copy the full SHA 9566fa0View commit details
Commits on May 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9a0e94b - Browse repository at this point
Copy the full SHA 9a0e94bView commit details -
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5077592 - Browse repository at this point
Copy the full SHA 5077592View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bb9269 - Browse repository at this point
Copy the full SHA 4bb9269View commit details -
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4c7949d - Browse repository at this point
Copy the full SHA 4c7949dView commit details
Commits on May 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aaf0635 - Browse repository at this point
Copy the full SHA aaf0635View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98e0372 - Browse repository at this point
Copy the full SHA 98e0372View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5af99dc - Browse repository at this point
Copy the full SHA 5af99dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33902e7 - Browse repository at this point
Copy the full SHA 33902e7View commit details
Commits on May 27, 2024
-
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cdf89a1 - Browse repository at this point
Copy the full SHA cdf89a1View commit details -
fix(assets): ensure valid mime types in picture component (#11147)
* test: Add test for Picture MIME types * fix(assets): Fix MIME type generation in Picture component * chore: changeset * fix: Trust mrmime to handle an undefined lookup argument * fix: Use image.src as fallback argument to mrmime --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2d93902 - Browse repository at this point
Copy the full SHA 2d93902View commit details
Commits on May 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fdd4f92 - Browse repository at this point
Copy the full SHA fdd4f92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b97634 - Browse repository at this point
Copy the full SHA 6b97634View commit details
Commits on May 29, 2024
-
fix(runtime): check head+content component before throwing an error (#…
…11141) * fix(runtime): check head+content component before throwing an error * add test
Configuration menu - View commit details
-
Copy full SHA for 19df89f - Browse repository at this point
Copy the full SHA 19df89fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 369069a - Browse repository at this point
Copy the full SHA 369069aView commit details -
🐛 removed deprecated items from lit integration (#11164)
* 🐛 removed deprecated items from lit integration * 🚀 update minified * 🐛 need `Document`
Configuration menu - View commit details
-
Copy full SHA for cf9b2ff - Browse repository at this point
Copy the full SHA cf9b2ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a93b53 - Browse repository at this point
Copy the full SHA 6a93b53View commit details
Commits on May 30, 2024
-
fix(deps): update all non-major dependencies (#11151)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 464b0a1 - Browse repository at this point
Copy the full SHA 464b0a1View commit details
Commits on May 31, 2024
-
fix: guard asset global usage (#11171)
* fix: guard global usage * chore: changeset
Configuration menu - View commit details
-
Copy full SHA for ff8004f - Browse repository at this point
Copy the full SHA ff8004fView commit details
Commits on Jun 4, 2024
-
Retain client scripts in content cache (#11170)
* Retain client scripts in content cache * Add test
Configuration menu - View commit details
-
Copy full SHA for ba20c71 - Browse repository at this point
Copy the full SHA ba20c71View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf013cb - Browse repository at this point
Copy the full SHA bf013cbView commit details -
Update install-package.ts (#11183)
pnpx was removed in pnpm v7 and replaced by pnpm exec and pnpm dlx. pnpm dlx works the same as yarn dlx.
Configuration menu - View commit details
-
Copy full SHA for 3cfa2ac - Browse repository at this point
Copy the full SHA 3cfa2acView commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1734c49 - Browse repository at this point
Copy the full SHA 1734c49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13c0010 - Browse repository at this point
Copy the full SHA 13c0010View commit details -
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 587e75f - Browse repository at this point
Copy the full SHA 587e75fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 803dd80 - Browse repository at this point
Copy the full SHA 803dd80View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 2668ef9 - Browse repository at this point
Copy the full SHA 2668ef9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b24838f - Browse repository at this point
Copy the full SHA b24838fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 40b0b4d - Browse repository at this point
Copy the full SHA 40b0b4dView commit details
There are no files selected for viewing