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/[email protected]
Minor Changes
ebd7e7ad
Thanks @FredKSchott! - Update telemetry to support a more anonymized project id.anonymousProjectId
is now hashed based on anonymous git data instead of your git remote URL.[email protected]
Patch Changes
#3715
4d6d8644
Thanks @FredKSchott! - Update "astro add" output to remove confusing multi-select prompt.#3715
4d6d8644
Thanks @FredKSchott! - Update the help output to improve formatting#3713
ebd7e7ad
Thanks @FredKSchott! - Update telemetry to support a more anonymized project id.anonymousProjectId
is now hashed based on anonymous git data instead of your git remote URL.Updated dependencies [
ebd7e7ad
]:@astrojs/[email protected]
Patch Changes
4acd245d
Thanks @bholmesdev! - Fix: append shim to top of built file to avoid "can't read process of undefined" issues@astrojs/[email protected]
Patch Changes
4acd245d
Thanks @bholmesdev! - Fix: append shim to top of built file to avoid "can't read process of undefined" issues@astrojs/[email protected]
Patch Changes
#3736
bd4dac0e
Thanks @tony-sull! - Adds a new@astrojs/prefetch
integration with the goal of adding near-instant page navigation for Astro projects. HTML and CSS for visible links marked withrel="prefetch"
will be preloaded in the browser when the browser is idle.astro.config.mjs
@astrojs/[email protected]
Patch Changes
52f75369
Thanks @alextim! - fix: ifserialize
function returnsundefined
for the passed entry, such entry will be excluded from sitemap@astrojs/[email protected]
Patch Changes
6360f474
Thanks @inwardmovement! - Marks the Tailwind integration config as optional to fix TypeScript validation warnings[email protected]
Patch Changes
fb9ef401
Thanks @bholmesdev! - Fix: avoid generating sourcemaps for dev builds of the monorepo - prevents Vite warning logs