Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy Staging to Main branch (bugfix) #828

Merged
merged 4 commits into from
Jul 23, 2024
Merged

Deploy Staging to Main branch (bugfix) #828

merged 4 commits into from
Jul 23, 2024

Conversation

CodeWritingCow
Copy link
Collaborator

Deploying #827 to production. This PR reverts mapbox-gl from v3.5.2 back to v3.2.0 due to breaking changes. These changes were causing npm run build to fail, which caused all Vercel deployments to fail.

This PR also changes a property type from string[] to any due to another type error that caused npm run build to fail as well. This resulted from a recent update to an npm library in package.json unrelated to mapbox-gl.

Change property "options" type
from "string[]" to "any"
to fix the following error:
"Type error: Type 'string[]' is not assignable to type 'Iterable<object>'."
Revert to older version due to breaking changes in v3.5.2.
…ployment-failure-bug

822: Fix deployment failure bug — revert mapbox-gl to v3.2.0
@CodeWritingCow CodeWritingCow added the bug Something isn't working label Jul 23, 2024
Copy link

vercel bot commented Jul 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vacant-lots-proj ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 23, 2024 1:55am

@github-actions github-actions bot requested a review from zigouras July 23, 2024 01:56
@CodeWritingCow CodeWritingCow merged commit 1135698 into main Jul 23, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant