-
Notifications
You must be signed in to change notification settings - Fork 0
Promote DBot #498
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
Promote DBot #498
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR promotes dependency updates from DBot (likely Dependabot), including major and minor version bumps across the project. Key changes include upgrading React from 19.1.x to 19.2.0, Firebase from 11.7.1 to 12.6.0, Vite from 6.3.5 to 7.1.12, and Node.js runtime from version 20 to 22. The PR also adds security overrides to pnpm-workspace.yaml, updates the AGS_HOST URL, changes dependabot's update interval from monthly to quarterly, removes test data fields, and updates an e2e test selector.
- Updated numerous dependencies to their latest versions
- Added security vulnerability overrides in pnpm configuration
- Updated server hostname from wrimaps to dwr-maps
- Adjusted dependabot update frequency to quarterly
Reviewed changes
Copilot reviewed 12 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updated 20+ dependencies including React 19.2.0, Firebase 12.6.0, Vite 7.1.12, and various dev tools |
| functions/package.json | Updated Firebase dependencies and changed Node.js runtime from 20 to 22 |
| pnpm-workspace.yaml | Added security overrides for glob, js-yaml, and tmp packages |
| pnpm-lock.yaml | Lockfile updates reflecting all dependency changes |
| functions/.env | Changed AGS_HOST from wrimaps to dwr-maps |
| .github/workflows/release.yml | Updated AGS_HOST in workflow configuration |
| .github/workflows/pull_request.yml | Updated AGS_HOST and fixed YAML quote style |
| .github/dependabot.yml | Changed update interval from monthly to quarterly for all ecosystems |
| tests/data/NewCollectionEventData.json | Removed ANODE_SHAPE field and isTrusted field from test data |
| scripts/Scripts/TestData/NewCollectionEventData2.json | Removed isTrusted field from test data |
| e2e/submit_report.spec.js | Updated element selector from dynamic ID to static ID |
| README.md | Removed outdated deployment instruction about copying scripts |
| .vscode/settings.json | Added new spelling dictionary entries |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.