Skip to content

Commit e049c6f

Browse files
authored
Merge pull request #1013 from WatWowMap/develop
Sync dev to main
2 parents d270439 + 999a251 commit e049c6f

File tree

45 files changed

+368
-112
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+368
-112
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
1717
release:
1818
needs: [config, locales, lint]
19-
if: needs.locales.outputs.made_commit != 'true' && needs.config.outputs.made_commit != 'true'
19+
if: needs.locales.outputs.made_commit != 'true' && needs.config.outputs.made_commit != 'true' && always()
2020
uses: ./.github/workflows/release.yml
2121
docker:
2222
needs: [config, locales, lint]
23-
if: needs.locales.outputs.made_commit != 'true' && needs.config.outputs.made_commit != 'true'
23+
if: needs.locales.outputs.made_commit != 'true' && needs.config.outputs.made_commit != 'true' && always()
2424
uses: ./.github/workflows/docker.yml

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@
1414
"editor.defaultFormatter": "esbenp.prettier-vscode"
1515
},
1616
"editor.formatOnSave": true,
17-
"docwriter.style": "JSDoc"
17+
"docwriter.style": "JSDoc",
18+
"typescript.tsdk": "node_modules/typescript/lib"
1819
}

CHANGELOG.md

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,84 @@
1+
# [1.33.0-develop.7](https://github.com/WatWowMap/ReactMap/compare/v1.33.0-develop.6...v1.33.0-develop.7) (2024-05-11)
2+
3+
4+
### Bug Fixes
5+
6+
* update uicons lib ([8c82e8d](https://github.com/WatWowMap/ReactMap/commit/8c82e8dfe93f3341fdf76a8b925dda02e3519a1f))
7+
8+
# [1.33.0-develop.6](https://github.com/WatWowMap/ReactMap/compare/v1.33.0-develop.5...v1.33.0-develop.6) (2024-05-11)
9+
10+
11+
### Bug Fixes
12+
13+
* add   ([0cd5f0f](https://github.com/WatWowMap/ReactMap/commit/0cd5f0f3fc77464b6a175e277ef5fe6341c72b42))
14+
* add type to gpd object ([0501b8d](https://github.com/WatWowMap/ReactMap/commit/0501b8d8c531a46cc794760291b8a81f9240eea4))
15+
* no more react components ([1469280](https://github.com/WatWowMap/ReactMap/commit/1469280d98c2c530ec008b9555e02cd891ba7228))
16+
* use number instead ([38c3542](https://github.com/WatWowMap/ReactMap/commit/38c3542e4faff6507b3273cb68dee59e4fac064a))
17+
18+
19+
### Features
20+
21+
* support displaying best buddy badge in gym defenders ([5f53b8f](https://github.com/WatWowMap/ReactMap/commit/5f53b8f512539a971a9ffbe1c3561e40a901b660))
22+
23+
# [1.33.0-develop.5](https://github.com/WatWowMap/ReactMap/compare/v1.33.0-develop.4...v1.33.0-develop.5) (2024-05-11)
24+
25+
26+
### Bug Fixes
27+
28+
* possible fix edgecase scenario for missing `selectedWebhook` ([5f8d1c9](https://github.com/WatWowMap/ReactMap/commit/5f8d1c9a2ade62959894f1dda6d71e8d659aeefa))
29+
30+
# [1.33.0-develop.4](https://github.com/WatWowMap/ReactMap/compare/v1.33.0-develop.3...v1.33.0-develop.4) (2024-05-09)
31+
32+
33+
### Bug Fixes
34+
35+
* add JSON.parse as requested ([cadf5e9](https://github.com/WatWowMap/ReactMap/commit/cadf5e98accef4bc5ba3cd7dea65fefbbd8872ec))
36+
* add temp_evo to display as well ([02ce747](https://github.com/WatWowMap/ReactMap/commit/02ce747811a4c8ac3d505403e95ee475da1e234d))
37+
* assign to the correct object ([fffb64f](https://github.com/WatWowMap/ReactMap/commit/fffb64f164cc7ae13e8a70ea5ab7673e4f89e30b))
38+
* fix nullability as requested ([9e6692a](https://github.com/WatWowMap/ReactMap/commit/9e6692af8f75d145fe776154460652ea481d642d))
39+
* new variable just4u ([6fdc152](https://github.com/WatWowMap/ReactMap/commit/6fdc15267734fd247d98ebde4a38b4bac902e99d))
40+
* tyie ([0634d89](https://github.com/WatWowMap/ReactMap/commit/0634d8959a3543933a3f31e0817589c53e68272a))
41+
42+
43+
### Features
44+
45+
* add support for guarding_pokemon_display ([0579fc4](https://github.com/WatWowMap/ReactMap/commit/0579fc451f48795aa41f7253cb17592aa669ed31))
46+
47+
# [1.33.0-develop.3](https://github.com/WatWowMap/ReactMap/compare/v1.33.0-develop.2...v1.33.0-develop.3) (2024-04-27)
48+
49+
50+
### Bug Fixes
51+
52+
* pvp filter in when `all` is set ([2acf75f](https://github.com/WatWowMap/ReactMap/commit/2acf75fb107f2b06f31a9e195b1d3ae158c8368a))
53+
54+
# [1.33.0-develop.2](https://github.com/WatWowMap/ReactMap/compare/v1.33.0-develop.1...v1.33.0-develop.2) (2024-04-23)
55+
56+
57+
### Bug Fixes
58+
59+
* gym badge counts ([67f3b0d](https://github.com/WatWowMap/ReactMap/commit/67f3b0de9837924b0e6e37645a199f2b0b54e795))
60+
61+
# [1.33.0-develop.1](https://github.com/WatWowMap/ReactMap/compare/v1.32.1-develop.1...v1.33.0-develop.1) (2024-04-21)
62+
63+
64+
### Bug Fixes
65+
66+
* added migration for gym badges, fixed gold badge count not appearing on profile ([e9f9474](https://github.com/WatWowMap/ReactMap/commit/e9f947436d62e68b46ade0948441d2507dbf01d5))
67+
* fixed new badge type in profile, refactored ternary in a positive way ([8bd1f90](https://github.com/WatWowMap/ReactMap/commit/8bd1f905347933e68dd00d8708067cb7ea29dfe8))
68+
* updating translations based on feedback from Fabio1988 and lenisko ([7d9ec75](https://github.com/WatWowMap/ReactMap/commit/7d9ec75886b0fa0365b37d86c4377011ec39cd6c))
69+
70+
71+
### Features
72+
73+
* added "basic" level gym badge ([4c4d3a4](https://github.com/WatWowMap/ReactMap/commit/4c4d3a4ee131a65c5c55f1c42f3972245de54f0f))
74+
75+
## [1.32.1-develop.1](https://github.com/WatWowMap/ReactMap/compare/v1.32.0...v1.32.1-develop.1) (2024-04-12)
76+
77+
78+
### Bug Fixes
79+
80+
* ci ([6b4fa8a](https://github.com/WatWowMap/ReactMap/commit/6b4fa8a5316454d2da32c1999271835f83822a99))
81+
182
# [1.32.0](https://github.com/WatWowMap/ReactMap/compare/v1.31.0...v1.32.0) (2024-04-12)
283

384

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactmap",
3-
"version": "1.32.0",
3+
"version": "1.33.0-develop.7",
44
"private": true,
55
"description": "React based frontend map.",
66
"license": "MIT",
@@ -155,7 +155,7 @@
155155
"lodash": "^4.17.21",
156156
"moment-timezone": "^0.5.43",
157157
"morgan": "^1.10.0",
158-
"mysql2": "^3.4.0",
158+
"mysql2": "^3.9.7",
159159
"node-cache": "^5.1.2",
160160
"node-fetch": "2.6.7",
161161
"node-geocoder": "^4.2.0",
@@ -176,7 +176,7 @@
176176
"source-map": "^0.7.4",
177177
"suncalc": "^1.9.0",
178178
"supercluster": "^8.0.1",
179-
"uicons.js": "^1.1.1",
179+
"uicons.js": "^1.1.4",
180180
"zustand": "4.4.6"
181181
},
182182
"devDependencies": {

packages/config/.configref

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24122
1+
24145

packages/locales/lib/generated/de.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -466,9 +466,10 @@
466466
"timer_unverified": "Dieser Timer ist nicht verifiziert",
467467
"all": "Alle",
468468
"badge_0": "Keins",
469-
"badge_1": "Bronze",
470-
"badge_2": "Silber",
471-
"badge_3": "Gold",
469+
"badge_1": "Basis",
470+
"badge_2": "Bronze",
471+
"badge_3": "Silber",
472+
"badge_4": "Gold",
472473
"gym_badge_menu": "Fitness Abzeichen bearbeiten",
473474
"gym_badges": "Fitness Abzeichen",
474475
"gym_badge_diamonds": "Zeige Fitness Abzeichen",

packages/locales/lib/generated/es.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -466,9 +466,10 @@
466466
"timer_unverified": "Este Temporizador no está Verificado",
467467
"all": "Todos",
468468
"badge_0": "Ninguno",
469-
"badge_1": "Bronce",
470-
"badge_2": "Plata",
471-
"badge_3": "Oro",
469+
"badge_1": "Básico",
470+
"badge_2": "Bronce",
471+
"badge_3": "Plata",
472+
"badge_4": "Oro",
472473
"gym_badge_menu": "Editar Insignia de Gimnasio",
473474
"gym_badges": "Insignias de Gimnasio",
474475
"gym_badge_diamonds": "Mostrar Insignias de Gimnasio",

packages/locales/lib/generated/fr.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -466,9 +466,10 @@
466466
"timer_unverified": "Ce Minuteur n'est pas Vérifié",
467467
"all": "Tout",
468468
"badge_0": "Aucun",
469-
"badge_1": "Bronze",
470-
"badge_2": "Argent",
471-
"badge_3": "Or",
469+
"badge_1": "Basique",
470+
"badge_2": "Bronze",
471+
"badge_3": "Argent",
472+
"badge_4": "Or",
472473
"gym_badge_menu": "Modifier le Badge de Salle de Sport",
473474
"gym_badges": "Badges de Salle de Sport",
474475
"gym_badge_diamonds": "Afficher les Badges de Salle de Sport",

packages/locales/lib/generated/hi.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -466,9 +466,10 @@
466466
"timer_unverified": "यह टाइमर असत्यापित है",
467467
"all": "सभी",
468468
"badge_0": "कोई नहीं",
469-
"badge_1": "कांस्य",
470-
"badge_2": "रजत",
471-
"badge_3": "सोना",
469+
"badge_1": "मूल",
470+
"badge_2": "कांस्य",
471+
"badge_3": "रजत",
472+
"badge_4": "सोना",
472473
"gym_badge_menu": "जिम बैज संपादित करें",
473474
"gym_badges": "जिम बैज",
474475
"gym_badge_diamonds": "जिम बैज दिखाएं",

packages/locales/lib/generated/id.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -466,9 +466,10 @@
466466
"timer_unverified": "Timer ini Tidak Terverifikasi",
467467
"all": "Semua",
468468
"badge_0": "Tidak Ada",
469-
"badge_1": "Bronze",
470-
"badge_2": "Perak",
471-
"badge_3": "Emas",
469+
"badge_1": "Dasar",
470+
"badge_2": "Bronze",
471+
"badge_3": "Perak",
472+
"badge_4": "Emas",
472473
"gym_badge_menu": "Edit Lencana Gym",
473474
"gym_badges": "Lencana Gym",
474475
"gym_badge_diamonds": "Tampilkan Lencana Gym",

0 commit comments

Comments
 (0)