Conversation
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.3.5 to 6.3.6. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.3.6/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.3.6/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.3.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
…6.3.6 chore(deps-dev): bump vite from 6.3.5 to 6.3.6
## [1.38.1-develop.1](v1.38.0...v1.38.1-develop.1) (2025-09-15) ### Bug Fixes * relative timer not updating ([72b0a8c](72b0a8c))
# [1.39.0-develop.1](v1.38.1-develop.1...v1.39.0-develop.1) (2025-09-16) ### Features * route share code ([4ac76d0](4ac76d0))
# [1.39.0-develop.2](v1.39.0-develop.1...v1.39.0-develop.2) (2025-09-16) ### Bug Fixes * skip updated filtering if shortcode is present ([b0cfe13](b0cfe13))
# [1.39.0-develop.3](v1.39.0-develop.2...v1.39.0-develop.3) (2025-09-22) ### Features * display actual battle bonus via stationed pokemon ([ba51f47](ba51f47))
# [1.39.0-develop.4](v1.39.0-develop.3...v1.39.0-develop.4) (2025-09-23) ### Features * Compact Route View ([#1131](#1131)) ([795976e](795976e))
# [1.39.0-develop.5](v1.39.0-develop.4...v1.39.0-develop.5) (2025-09-23) ### Bug Fixes * localization ([f02e8cd](f02e8cd)) * refinements to interaction between gyms/stops and routes ([8c0ba37](8c0ba37))
# [1.39.0-develop.6](v1.39.0-develop.5...v1.39.0-develop.6) (2025-09-23) ### Bug Fixes * translation ([5a02a6b](5a02a6b))
* feat: estimated shiny probability for pokemon * feat: shiny since date * feat: lazy load shiny rates NB The database holding the spawnpoint table will be used to query pokemon_shiny_stats.
# [1.39.0-develop.7](v1.39.0-develop.6...v1.39.0-develop.7) (2025-09-24) ### Features * estimated shiny probability for pokemon ([#1133](#1133)) ([d44a3df](d44a3df))
# [1.39.0-develop.8](v1.39.0-develop.7...v1.39.0-develop.8) (2025-09-24) ### Bug Fixes * ditto filtering ([2fe3af3](2fe3af3))
There was a problem hiding this comment.
Pull Request Overview
This PR syncs development branch changes to main, adding route enhancements, Pokemon shiny statistics, and various UI improvements including a compact route view, route sharing codes, improved battle bonuses, and bug fixes for Ditto filtering and relative timers.
- Introduces compact route view with interactive POI selection and directional indicators
- Adds Pokemon shiny probability statistics with historical data aggregation
- Implements route sharing via shortcode system with clipboard functionality
Reviewed Changes
Copilot reviewed 36 out of 39 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| src/utils/readableProbability.js | New utility for converting probability values to human-readable format |
| src/utils/getAttackBonus.js | Adds station damage boost calculation function |
| src/store/useMemory.js | Adds feature flag for shiny stats support |
| src/services/queries/route.js | Adds fort IDs and shortcode to route queries |
| src/services/queries/pokemon.js | Removes ditto_form field and adds shiny stats query |
| src/services/queries/available.js | Adds shiny stats support flag to available data |
| src/pages/map/components/QueryData.jsx | Implements special route layer handling and refactors filtering |
| src/hooks/useRelativeTime.js | Fixes duplicate useEffect causing timer issues |
| src/hooks/useMapData.js | Adds shiny stats feature flag handling |
| src/features/route/ | Multiple new files implementing compact route view system |
| src/features/pokestop/PokestopTile.jsx | Adds route interaction support |
| src/features/pokemon/PokemonPopup.jsx | Implements shiny probability display with tooltip |
| src/features/gym/GymTile.jsx | Adds route interaction support |
| src/features/station/StationPopup.jsx | Updates battle bonus display with actual damage values |
| src/features/drawer/Routes.jsx | Adds compact view toggle setting |
| server/src/models/ | Backend support for shiny stats and route shortcodes |
| packages/vite-plugins/package.json | Updates vite dependency version |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
🎉 This PR is included in version 1.39.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.