Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@astrojs/lit@2.0.0
Major Changes
4b077318f
Thanks @e111077! - Update to use@lit-labs/ssr@^3
[BREAKING] DOM shim required for Lit SSR has been greatly reduced.
window
,document
, and other objects are no longer available in global. Most SSR-ready component code should not be affected but, if so, they can be fixed with optional chaining or by using theisServer
environment checker from thelit
package. See [lit.dev docs on authoring components for SSR].(https://lit.dev/docs/ssr/authoring/#browser-only-code)[BREAKING] Adds compatibility with
lit@2.7.0
hydration behavior. Do not update if you're usinglit@2.6.1
or lower.Includes support for template[shadowrootmode] support.
astro@2.1.9
Patch Changes
#6693
c0b7864a4
Thanks @bholmesdev! - Fix: avoid callingastro:server:setup
integration hook in production#6676
5e33c51a9
Thanks @bholmesdev! - Fix next and previous links for index routes when using pagination#6717
c2d4ae1cb
Thanks @Princesseuh! - Dynamically import check command to improve startup speed and prevent Astro from crashing due to language-server stuff#6679
08e92f4f8
Thanks @fcFn! - Fix incorrect path to file in error overlay on Win#6649
f0b732d32
Thanks @Princesseuh! - Improve error handling when usingastro:assets
#6710
a0bdf4ce2
Thanks @Princesseuh! - Fix multiple Image / getImage calls with the same image causing multiple duplicate images to be generated#6711
c04ea0d43
Thanks @Princesseuh! - Fix InferGetStaticParamsType and InferGetStaticPropsType not working when getStaticPaths wasn't async#6701
46ecf4662
Thanks @Princesseuh! - Remove unnecessary.wasm
files inside build output when possible@astrojs/rss@2.3.2
Patch Changes
b1b9b1390
Thanks @aivarsliepa! - FixesRSSOptions
type error when usingstrictest
Typescript tsconfig@astrojs/image@0.16.4
Patch Changes
#6701
46ecf4662
Thanks @Princesseuh! - Remove unnecessary.wasm
files inside build output when possibleUpdated dependencies [
c0b7864a4
,5e33c51a9
,c2d4ae1cb
,08e92f4f8
,f0b732d32
,a0bdf4ce2
,c04ea0d43
,46ecf4662
]:@astrojs/react@2.1.1
Patch Changes
#6698
fc71c3f18
Thanks @bholmesdev! - Update React README to reference the new React docs#6696
239b9a2fb
Thanks @matthewp! - Add use-immer as a noExternal module