341ef6578
Thanks @FredKSchott! - Track if the Astro CLI is running in a TTY
context.This information helps us better understand scripted use of Astro vs. direct terminal use of Astro CLI by a user, especially the astro dev
command.
#8737 6f60da805
Thanks @ematipico! - Add provenance statement when publishing the library from CI
#8729 21e0757ea
Thanks @lilnasy! - Removed an unnecessary dependency.
ed54d4644
Thanks @FredKSchott! - Improve config info telemetry0ce0720c7
Thanks @natemoo-re! - Wrap JSON.parse
in try
/catch
#8188 d0679a666
Thanks @ematipico! - Remove support for Node 16. The lowest supported version by Astro and all integrations is now v18.14.1. As a reminder, Node 16 will be deprecated on the 11th September 2023.
#8179 6011d52d3
Thanks @matthewp! - Astro 3.0 Release Candidate
#8234 0c7b42dc6
Thanks @natemoo-re! - Update telemetry notice
#8130 3e834293d
Thanks @Princesseuh! - Add some polyfills for Stackblitz until they support Node 18. Running Astro on Node 16 is still not officially supported, however.
#8188 b675acb2a
Thanks @ematipico! - Remove undici dependency
0c7b42dc6
Thanks @natemoo-re! - Update telemetry notice3e834293d
Thanks @Princesseuh! - Add some polyfills for Stackblitz until they support Node 18. Running Astro on Node 16 is still not officially supported, however.b675acb2a
Thanks @astrobot-houston! - Remove undici dependency1eae2e3f7
Thanks @Princesseuh! - Remove support for Node 16. The lowest supported version by Astro and all integrations is now v18.14.1. As a reminder, Node 16 will be deprecated on the 11th September 2023.afbbc4d5b
Thanks @Princesseuh! - Updated compilation settings to disable downlevelling for Node 145aa6580f7
Thanks @ematipico! - Update undici
to v5.20.01f92d64ea
Thanks @Princesseuh! - Remove support for Node 14. Minimum supported Node version is now >=16.12.01f92d64ea
`](https://github.com/withastro/astro/commit/1f92d64ea3
) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Remove support for Node 14. Minimum supported Node version is now >=16.12.0
812658ad2
Thanks @bluwy! - Add missing dependencies, support strict dependency installation (e.g. pnpm)04ad44563
- > Astro v1.0 is out! Read the official announcement post.No breaking changes. This package is now officially stable and compatible with astro@1.0.0
!
b48767985
Thanks @ran-dall! - Rollback supported node@16
version. Minimum versions are now node@14.20.0
or node@16.14.0
.1cc5b7890
Thanks @natemoo-re! - Update supported node
versions. Minimum versions are now node@14.20.0
or node@16.16.0
.eedb32c7
Thanks @FredKSchott! - Detect package manager, improve typese4b2dca1
Thanks @FredKSchott! - Fix an issue where handled error output was piped to the userdd176ca5
Thanks @FredKSchott! - Add basic error reporting to astro telemetrycabd9dcc
Thanks @FredKSchott! - Fix issue where project id fallback was not getting hashedebd7e7ad
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.9c8a7c0b
Thanks @okikio! - Fix telemetry crashing astro build/dev when using optional integrationsTelemetry will now ignore falsy integration values but will gather a count of how many integrations out of the total are now optional integrations
6d5ef41b
Thanks @FredKSchott! - fix "cannot exit astro" bug