Skip to content

Commit d44d949

Browse files
authored
Merge pull request #937 from XCCup/ausschreibung-2026
Ausschreibung 2026
2 parents e7a3b68 + b74ddad commit d44d949

23 files changed

Lines changed: 4469 additions & 3032 deletions

client/auto-imports.d.ts

Lines changed: 334 additions & 310 deletions
Large diffs are not rendered by default.

client/components.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
/* eslint-disable */
22
// @ts-nocheck
3+
// biome-ignore lint: disable
4+
// oxlint-disable
5+
// ------
36
// Generated by unplugin-vue-components
47
// Read more: https://github.com/vuejs/core/pull/3399
8+
59
export {}
610

711
/* prettier-ignore */

client/cypress.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { defineConfig } from "cypress";
2-
import installLogsPrinter from "cypress-terminal-report/src/installLogsPrinter";
2+
import installLogsPrinter from "cypress-terminal-report/src/installLogsPrinter.js";
33

44
export default defineConfig({
55
viewportWidth: 1600,

client/cypress/e2e/pages/flightupload.cy.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -241,10 +241,10 @@ describe("check flight upload page", () => {
241241
const expectedMailContent =
242242
"Herzlichen Glückwunsch zur neuen persönlichen Bestleistung";
243243

244-
const expectedFirstMetar =
245-
"METAR EDVK 221050Z 35006KT 320V030 9999 SCT041 17/08 Q1016";
246-
const expectedLastMetar =
247-
"METAR EDVK 221550Z VRB03KT 9999 FEW048 20/08 Q1014";
244+
// const expectedFirstMetar =
245+
// "METAR EDVK 221050Z 35006KT 320V030 9999 SCT041 17/08 Q1016";
246+
// const expectedLastMetar =
247+
// "METAR EDVK 221550Z VRB03KT 9999 FEW048 20/08 Q1014";
248248

249249
// Test another file to NOT be the personal best
250250
const igcFileName2 = "fai_60km42_3h53m.igc";
@@ -278,14 +278,14 @@ describe("check flight upload page", () => {
278278
cy.wait("@update-flight");
279279
cy.wait("@get-flight");
280280

281-
cy.get("[data-cy=METAR-Stats]").contains("Wetter (Beta)");
282-
cy.get("#metarButton").click();
283-
cy.get("#metarDetailsCollapse > :nth-child(1)").contains(
284-
expectedFirstMetar
285-
);
286-
cy.get("#metarDetailsCollapse > :nth-child(19)").contains(
287-
expectedLastMetar
288-
);
281+
// cy.get("[data-cy=METAR-Stats]").contains("Wetter (Beta)");
282+
// cy.get("#metarButton").click();
283+
// cy.get("#metarDetailsCollapse > :nth-child(1)").contains(
284+
// expectedFirstMetar
285+
// );
286+
// cy.get("#metarDetailsCollapse > :nth-child(19)").contains(
287+
// expectedLastMetar
288+
// );
289289

290290
// Expect to be redirected to flight view after submitting
291291
cy.get("[data-cy=flight-details-pilot]")

client/cypress/e2e/pages/home.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,6 @@ describe("check landing page", () => {
188188
});
189189

190190
cy.get("#goldSponsors").find(".cy-sponsor").its("length").should("eq", 3);
191-
cy.get("#otherSponsors").find(".cy-sponsor").its("length").should("eq", 17);
191+
cy.get("#otherSponsors").find(".cy-sponsor").its("length").should("eq", 16);
192192
});
193193
});

client/cypress/e2e/pages/userregister.cy.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ describe("check users register page", () => {
2121

2222
cy.get("#birthday").click();
2323
cy.get(".v3dp__heading__button").first().click();
24+
cy.get(".v3dp__heading__button").first().click();
2425
cy.get(".v3dp__elements").find("button").contains("1994").click();
2526
cy.get(".v3dp__elements").find("button").contains("Mai").click();
2627
cy.get(".v3dp__elements").find("button").contains("01").click();
@@ -78,6 +79,7 @@ describe("check users register page", () => {
7879

7980
cy.get("#birthday").click();
8081
cy.get(".v3dp__heading__button").first().click();
82+
cy.get(".v3dp__heading__button").first().click();
8183
cy.get(".v3dp__elements").find("button").contains("1996").click();
8284
cy.get(".v3dp__elements").find("button").contains("Feb").click();
8385
cy.get(".v3dp__elements").find("button").contains("28").click();

client/package.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -19,62 +19,62 @@
1919
"up": "npx taze -I"
2020
},
2121
"dependencies": {
22-
"@sentry/tracing": "^7.114.0",
23-
"@sentry/vue": "^8.47.0",
22+
"@sentry/tracing": "^7.120.4",
23+
"@sentry/vue": "^10.37.0",
2424
"@vue-leaflet/vue-leaflet": "^0.10.1",
25-
"@vueuse/core": "^12.3.0",
26-
"@vueuse/integrations": "^12.3.0",
27-
"axios": "^1.7.9",
28-
"bootstrap": "^5.3.3",
29-
"bootstrap-icons": "^1.11.3",
30-
"chart.js": "^4.4.7",
25+
"@vueuse/core": "^14.1.0",
26+
"@vueuse/integrations": "^14.1.0",
27+
"axios": "^1.13.3",
28+
"bootstrap": "^5.3.8",
29+
"bootstrap-icons": "^1.13.1",
30+
"chart.js": "^4.5.1",
3131
"chartjs-adapter-luxon": "^1.3.1",
3232
"date-fns": "^4.1.0",
3333
"date-fns-tz": "^3.2.0",
34-
"glightbox": "^3.3.0",
34+
"glightbox": "^3.3.1",
3535
"jwt-decode": "^4.0.0",
3636
"leaflet": "^1.9.4",
3737
"leaflet-gesture-handling": "^1.2.2",
38-
"lodash-es": "^4.17.21",
39-
"luxon": "^3.5.0",
40-
"marked": "^15.0.4",
38+
"lodash-es": "^4.17.23",
39+
"luxon": "^3.7.2",
40+
"marked": "^17.0.1",
4141
"metar-parser": "^1.0.1",
4242
"nprogress": "^0.2.0",
43-
"sweetalert2": "^11.15.3",
43+
"sweetalert2": "^11.26.17",
4444
"v-plausible": "^1.2.0",
45-
"vue": "^3.5.13",
45+
"vue": "^3.5.27",
4646
"vue-avatar-editor-improved": "^1.0.7",
4747
"vue-demi": "^0.14.10",
48-
"vue-router": "^4.5.0",
48+
"vue-router": "^4.6.4",
4949
"vue3-datepicker": "^0.4.0",
5050
"vue3-emoji-picker": "^1.1.8"
5151
},
5252
"devDependencies": {
53-
"@sentry/vite-plugin": "^2.22.7",
53+
"@sentry/vite-plugin": "^4.8.0",
5454
"@types/bootstrap": "^5.2.10",
55-
"@types/geojson": "^7946.0.15",
56-
"@types/leaflet": "^1.9.15",
55+
"@types/geojson": "^7946.0.16",
56+
"@types/leaflet": "^1.9.21",
5757
"@types/lodash-es": "^4.17.12",
58-
"@types/node": "^20.17.10",
59-
"@vitejs/plugin-vue": "^5.2.1",
60-
"@vue/eslint-config-typescript": "^13.0.0",
61-
"autoprefixer": "^10.4.20",
62-
"cypress": "^13.15.0",
58+
"@types/node": "^25.0.10",
59+
"@vitejs/plugin-vue": "^6.0.3",
60+
"@vue/eslint-config-typescript": "^14.6.0",
61+
"autoprefixer": "^10.4.23",
62+
"cypress": "^15.9.0",
6363
"cypress-file-upload": "^5.0.8",
64-
"cypress-terminal-report": "^7.1.0",
64+
"cypress-terminal-report": "^7.3.3",
6565
"eslint": "^8.57.1",
66-
"eslint-config-prettier": "^9.1.0",
67-
"eslint-plugin-cypress": "^3.6.0",
68-
"eslint-plugin-prettier": "^5.2.1",
69-
"eslint-plugin-vue": "^9.28.0",
70-
"prettier": "^3.4.2",
71-
"rollup-plugin-visualizer": "^5.13.1",
72-
"sass": "^1.83.0",
73-
"typescript": "^5.7.2",
74-
"unplugin-auto-import": "^0.19.0",
75-
"unplugin-vue-components": "^0.27.5",
76-
"vite": "^5.4.11",
77-
"vue-tsc": "^2.2.0"
66+
"eslint-config-prettier": "^10.1.8",
67+
"eslint-plugin-cypress": "^5.2.1",
68+
"eslint-plugin-prettier": "^5.5.5",
69+
"eslint-plugin-vue": "^10.7.0",
70+
"prettier": "^3.8.1",
71+
"rollup-plugin-visualizer": "^6.0.5",
72+
"sass": "^1.97.3",
73+
"typescript": "^5.9.3",
74+
"unplugin-auto-import": "^21.0.0",
75+
"unplugin-vue-components": "^31.0.0",
76+
"vite": "^7.3.1",
77+
"vue-tsc": "^3.2.4"
7878
},
7979
"engines": {
8080
"node": ">=20"

0 commit comments

Comments
 (0)