Skip to content

Update Astro config to fix builds#883

Merged
willtheorangeguy merged 1 commit intomainfrom
astro-build
Mar 24, 2026
Merged

Update Astro config to fix builds#883
willtheorangeguy merged 1 commit intomainfrom
astro-build

Conversation

@willtheorangeguy
Copy link
Copy Markdown
Owner

Update Astro build issue.

to fix Astro build issues
Copilot AI review requested due to automatic review settings March 24, 2026 13:16
@willtheorangeguy willtheorangeguy merged commit bc9eab8 into main Mar 24, 2026
12 checks passed
@willtheorangeguy willtheorangeguy deleted the astro-build branch March 24, 2026 13:18
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Astro configuration and related dependencies to address build issues, alongside a routine refresh of cached Google Maps stats artifacts.

Changes:

  • Remove experimental.preserveScriptOrder from astro.config.ts.
  • Refresh cached Google Maps “lastUpdated” timestamps in TS + JSON.
  • Update package-lock.json with newer versions of Astro/Vite/ecosystem dependencies.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.

File Description
astro.config.ts Removes an experimental Astro config flag.
package-lock.json Updates locked dependency graph (Astro/Vite/Tailwind/ESLint/etc.).
src/utils/googleMapsCache.ts Regenerates cached stats timestamp for the TS cache export.
src/data/google-maps-stats.json Regenerates cached stats timestamp for the JSON data source.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 29 to 33
optimizeDeps: {
exclude: ["@resvg/resvg-js"],
},
},
experimental: {
preserveScriptOrder: true,
},
});
Copy link

Copilot AI Mar 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR title/description says this is an Astro config change to fix builds, but the diff also includes a large dependency/lockfile update and Google Maps stats cache refresh. Please update the PR description to reflect the dependency changes (or split into separate PRs) so reviewers can assess build-impacting version bumps independently.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants