diff --git a/android/app/build.gradle b/android/app/build.gradle index f8363ae6..ea098f52 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "app.myclub.defaultapp" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 4 - versionName "1.4.10" + versionCode 5 + versionName "1.4.11" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. diff --git a/capacitor.config.ts b/capacitor.config.ts index b6800644..3dbdd737 100644 --- a/capacitor.config.ts +++ b/capacitor.config.ts @@ -1,17 +1,17 @@ -import { CapacitorConfig } from '@capacitor/cli'; +import { CapacitorConfig } from "@capacitor/cli"; const config: CapacitorConfig = { - appId: 'app.myclub.defaultapp', - appName: 'myclub', - webDir: 'www', - "server": { - "allowNavigation": ["http://developers.google.com/*"] + appId: "app.myclub.defaultapp", + appName: "myclub", + webDir: "www/browser", + server: { + allowNavigation: ["http://developers.google.com/*"], }, android: { buildOptions: { - keystorePath: 'undefined', - keystoreAlias: 'undefined', - } + keystorePath: "undefined", + keystoreAlias: "undefined", + }, }, plugins: { PushNotifications: { diff --git a/ios/App/App.xcodeproj/project.pbxproj b/ios/App/App.xcodeproj/project.pbxproj index c7ad050c..fdf61a7e 100644 --- a/ios/App/App.xcodeproj/project.pbxproj +++ b/ios/App/App.xcodeproj/project.pbxproj @@ -375,12 +375,12 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = App/AppDebug.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 24; + CURRENT_PROJECT_VERSION = 25; DEVELOPMENT_TEAM = U7DQUX87VS; INFOPLIST_FILE = App/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 1.4.10; + MARKETING_VERSION = 1.4.11; OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\""; PRODUCT_BUNDLE_IDENTIFIER = app.myclub.default; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -397,12 +397,12 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = App/AppRelease.entitlements; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 24; + CURRENT_PROJECT_VERSION = 25; DEVELOPMENT_TEAM = U7DQUX87VS; INFOPLIST_FILE = App/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; - MARKETING_VERSION = 1.4.10; + MARKETING_VERSION = 1.4.11; PRODUCT_BUNDLE_IDENTIFIER = app.myclub.default; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_ACTIVE_COMPILATION_CONDITIONS = ""; diff --git a/package-lock.json b/package-lock.json index f222d1a2..d67c3b89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -84,7 +84,7 @@ "prettier": "3.2.5", "pretty-quick": "4.0.0", "tailwindcss": "^3.3.7", - "typescript": "5.4.2" + "typescript": "5.3.3" } }, "node_modules/@alloc/quick-lru": { @@ -18111,9 +18111,9 @@ } }, "node_modules/typescript": { - "version": "5.4.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz", - "integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==", + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", + "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 8bbbc0cc..a1a82bc9 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "prettier": "3.2.5", "pretty-quick": "4.0.0", "tailwindcss": "^3.3.7", - "typescript": "5.4.2" + "typescript": "5.3.3" }, "description": "myclub App", "scarfSettings": { diff --git a/project-summary.md b/project-summary.md index c3cb58c7..25ae57aa 100644 --- a/project-summary.md +++ b/project-summary.md @@ -1,104 +1,99 @@ ## Capacitor Plugins -### @capacitor -- **browser@5.0.1** -- **camera@5.0.1** -- **device@5.0.1** -- **geolocation@5.0.1** -- **google-maps@5.0.1** -- **haptics@5.0.1** -- **keyboard@5.0.1** -- **share@5.0.1** -- **splash-screen@5.0.1** -- **status-bar@5.0.1** +- 🟩 [@capacitor/browser@5.2.0](https://github.com/ionic-team/capacitor-plugins.git) +- 🟩 [@capacitor/camera@5.0.9](https://github.com/ionic-team/capacitor-plugins.git) +- 🟩 [@capacitor/device@5.0.7](https://github.com/ionic-team/capacitor-plugins.git) +- 🟩 [@capacitor/dialog@5.0.7](https://github.com/ionic-team/capacitor-plugins.git) +- 🟩 [@capacitor/geolocation@5.0.7](https://github.com/ionic-team/capacitor-plugins.git) +- 🟩 [@capacitor/google-maps@5.4.1](https://github.com/ionic-team/capacitor-plugins.git) +- 🟩 [@capacitor/haptics@5.0.7](https://github.com/ionic-team/capacitor-plugins.git) +- 🟩 [@capacitor/keyboard@5.0.8](https://github.com/ionic-team/capacitor-plugins.git) +- 🟩 [@capacitor/network@5.0.7](https://github.com/ionic-team/capacitor-plugins.git) +- 🟩 [@capacitor/preferences@5.0.7](https://github.com/ionic-team/capacitor-plugins.git) +- 🟩 [@capacitor/push-notifications@5.1.1](https://github.com/ionic-team/capacitor-plugins.git) +- 🟩 [@capacitor/share@5.0.7](https://github.com/ionic-team/capacitor-plugins.git) +- 🟩 [@capacitor/splash-screen@5.0.7](https://github.com/ionic-team/capacitor-plugins.git) +- 🟩 [@capacitor/status-bar@5.0.7](https://github.com/ionic-team/capacitor-plugins.git) + ## Cordova Plugins -### Other Dependencies -- **cordova-plugin-ionic@5.5.3** +- 🟧 [cordova-plugin-ionic@5.5.3](https://github.com/ionic-team/cordova-plugin-ionic.git) - May be unmaintained (1.5 years since last release) + ## Dependencies -### @angular-devkit -- **build-angular@15.2.6** - (Latest 16.0.0) -### @angular-eslint -- **builder@15.2.1** - (Latest 16.0.1) -- **eslint-plugin@15.2.1** - (Latest 16.0.1) -- **eslint-plugin-template@15.2.1** - (Latest 16.0.1) -- **schematics@15.2.1** - (Latest 16.0.1) -- **template-parser@15.2.1** - (Latest 16.0.1) -### @angular -- **cli@15.2.8** - (Latest 16.0.0) -- **common@15.2.8** - (Latest 16.0.0) -- **compiler@15.2.8** - (Latest 16.0.0) -- **compiler-cli@15.2.8** - (Latest 16.0.0) -- **core@15.2.9** - (Latest 16.0.0) -- **fire@7.5.0** -- **forms@15.2.8** - (Latest 16.0.0) -- **language-service@15.2.8** - (Latest 16.0.0) -- **localize@15.2.8** - (Latest 16.0.0) -- **platform-browser@15.2.8** - (Latest 16.0.0) -- **platform-browser-dynamic@15.2.8** - (Latest 16.0.0) -- **router@15.2.8** - (Latest 16.0.0) -- **service-worker@15.2.8** - (Latest 16.0.0) -### @capacitor -- **android@5.0.1** -- **assets@2.0.4** -- **cli@5.0.1** -- **core@5.0.1** - (Latest 5.0.1) -- **ios@5.0.1** -### @fortawesome -- **angular-fontawesome@0.12.1** - (Latest 0.13.0) -- **fontawesome-svg-core@6.4.0** -- **free-brands-svg-icons@6.4.0** -- **free-solid-svg-icons@6.4.0** -### @ionic -- **angular@7.0.5** -- **angular-toolkit@9.0.0** -- **cli@7.0.1** - (Latest 7.1.1) -- **pwa-elements@3.1.1** -### @tailwindcss -- **forms@0.5.3** -- **typography@0.5.9** -### @trapezedev -- **configure@7.0.8** -### @types -- **jasmine@4.3.1** -- **jasminewd2@2.0.10** -- **node@18.8.5** - (Latest 20.1.0) -### @typescript-eslint -- **eslint-plugin@5.57.0** - (Latest 5.59.2) -- **parser@5.57.0** - (Latest 5.59.2) -### Other Dependencies -- **autoprefixer@10.4.14** -- **cordova-res@0.15.4** -- **eslint@8.37.0** - (Latest 8.40.0) -- **eslint-config-standard-with-typescript@23.0.0** - (Latest 34.0.1) -- **eslint-plugin-import@2.27.5** -- **eslint-plugin-jsdoc@38.1.4** - (Latest 44.0.0) -- **eslint-plugin-n@15.7.0** -- **eslint-plugin-prefer-arrow@1.2.3** -- **eslint-plugin-promise@6.1.1** -- **firebase@9.19.1** - (Latest 9.21.0) -- **graphql@16.6.0** -- **husky@8.0.3** -- **husky-init@8.0.0** -- **jasmine-core@4.0.1** - (Latest 4.6.0) -- **jasmine-spec-reporter@7.0.0** -- **karma@6.4.2** -- **karma-chrome-launcher@3.1.1** - (Latest 3.2.0) -- **karma-coverage@2.0.3** - (Latest 2.2.0) -- **karma-coverage-istanbul-reporter@3.0.3** -- **karma-jasmine@4.0.2** - (Latest 5.1.0) -- **karma-jasmine-html-reporter@1.7.0** - (Latest 2.0.0) -- **postcss@8.4.23** -- **prettier@2.8.7** - (Latest 2.8.8) -- **pretty-quick@3.1.3** -- **rxjs@7.8.0** - (Latest 7.8.1) -- **tailwindcss@3.3.1** - (Latest 3.3.2) -- **typescript@4.9.5** - (Latest 5.0.4) -- **web-social-share@9.1.0** -- **zone.js@0.13.0** +- 🟩 [@angular-devkit/build-angular@17.2.3](https://github.com/angular/angular-cli.git) - (Latest 17.3.0) +- 🟩 [@angular/cli@17.2.3](https://github.com/angular/angular-cli.git) - (Latest 17.3.0) +- 🟩 [@angular/common@17.2.4](https://github.com/angular/angular.git) - (Latest 17.3.0) +- 🟩 [@angular/compiler@17.2.4](https://github.com/angular/angular.git) - (Latest 17.3.0) +- 🟩 [@angular/compiler-cli@17.2.4](https://github.com/angular/angular.git) - (Latest 17.3.0) +- 🟩 [@angular/core@17.2.4](https://github.com/angular/angular.git) - (Latest 17.3.0) +- 🟩 [@angular/fire@17.0.1](https://github.com/angular/angularfire.git) +- 🟩 [@angular/forms@17.2.4](https://github.com/angular/angular.git) - (Latest 17.3.0) +- 🟩 [@angular/language-service@17.3.0](https://github.com/angular/angular.git) +- 🟩 [@angular/localize@17.2.4](https://github.com/angular/angular.git) - (Latest 17.3.0) +- 🟩 [@angular/platform-browser@17.2.4](https://github.com/angular/angular.git) - (Latest 17.3.0) +- 🟩 [@angular/platform-browser-dynamic@17.2.4](https://github.com/angular/angular.git) - (Latest 17.3.0) +- 🟩 [@angular/router@17.2.4](https://github.com/angular/angular.git) - (Latest 17.3.0) +- 🟩 [@angular/service-worker@17.2.4](https://github.com/angular/angular.git) - (Latest 17.3.0) +- 🟩 [@capacitor/android@5.7.3](https://github.com/ionic-team/capacitor.git) +- 🟩 [@capacitor/assets@3.0.4](https://github.com/ionic-team/capacitor-assets.git) +- 🟩 [@capacitor/cli@5.7.3](https://github.com/ionic-team/capacitor.git) +- 🟩 [@capacitor/core@5.7.3](https://github.com/ionic-team/capacitor.git) +- 🟩 [@capacitor/ios@5.7.3](https://github.com/ionic-team/capacitor.git) +- 🟩 [@fortawesome/angular-fontawesome@0.14.1](https://github.com/FortAwesome/angular-fontawesome.git) +- 🟩 [@fortawesome/fontawesome-svg-core@6.5.1](https://github.com/FortAwesome/Font-Awesome.git) +- 🟩 [@fortawesome/free-brands-svg-icons@6.5.1](https://github.com/FortAwesome/Font-Awesome.git) +- 🟩 [@fortawesome/free-solid-svg-icons@6.5.1](https://github.com/FortAwesome/Font-Awesome.git) +- 🟩 [@ionic/angular@7.7.3](https://github.com/ionic-team/ionic-framework.git) - (Latest 7.8.0) +- 🟩 [@ionic/angular-toolkit@11.0.1](https://github.com/ionic-team/angular-toolkit.git) +- 🟩 [@ionic/cli@7.2.0](https://github.com/ionic-team/ionic-cli.git) +- 🟧 [@ionic/lab@3.2.15](https://github.com/ionic-team/ionic-cli.git) - May be unmaintained (1.2 years since last release) +- 🟩 [@ionic/pwa-elements@3.2.2](https://github.com/ionic-team/ionic-pwa-elements.git) +- 🟧 @ngx-translate/core@15.0.0 - Unable to find information on npm. +- 🟧 @ngx-translate/http-loader@8.0.0 - Unable to find information on npm. +- 🟩 [@tailwindcss/forms@0.5.7](https://github.com/tailwindlabs/tailwindcss-forms.git) +- 🟩 [@tailwindcss/typography@0.5.10](https://github.com/tailwindcss/typography.git) +- 🟩 [@trapezedev/configure@7.0.10](https://github.com/ionic-team/capacitor-configure.git) +- 🟧 [@types/jasmine@4.6.4](https://github.com/DefinitelyTyped/DefinitelyTyped.git) - (Latest 5.1.4) - Is behind 1 major version. +- 🟩 [@types/jasminewd2@2.0.13](https://github.com/DefinitelyTyped/DefinitelyTyped.git) +- 🟧 [@types/node@18.19.24](https://github.com/DefinitelyTyped/DefinitelyTyped.git) - (Latest 20.11.28) - Is behind 2 major versions. +- 🟩 [autoprefixer@10.4.18](https://github.com/postcss/autoprefixer.git) +- 🟥 [cordova-res@0.15.4](https://github.com/ionic-team/cordova-res.git) - Unmaintained (2.3 years since last release) +- 🟩 [firebase@10.9.0](https://github.com/firebase/firebase-js-sdk.git) +- 🟩 [graphql@16.8.1](https://github.com/graphql/graphql-js.git) +- 🟧 [husky@8.0.3](https://github.com/typicode/husky.git) - (Latest 9.0.11) - Is behind 1 major version. +- 🟧 [husky-init@8.0.0](https://github.com/typicode/husky-init.git) - May be unmaintained (1.9 years since last release) +- 🟧 [jasmine-core@4.6.0](https://github.com/jasmine/jasmine.git) - (Latest 5.1.2) - Is behind 1 major version. +- 🟥 [jasmine-spec-reporter@7.0.0](https://github.com/bcaudan/jasmine-spec-reporter.git) - Unmaintained (2.9 years since last release) +- 🟩 [karma@6.4.3](https://github.com/karma-runner/karma.git) +- 🟩 [karma-chrome-launcher@3.2.0](https://github.com/karma-runner/karma-chrome-launcher.git) +- 🟩 [karma-coverage@2.2.1](https://github.com/karma-runner/karma-coverage.git) +- 🟥 [karma-coverage-istanbul-reporter@3.0.3](https://github.com/mattlewis92/karma-coverage-istanbul-reporter.git) - Unmaintained (3.8 years since last release) +- 🟧 [karma-jasmine@4.0.2](https://github.com/karma-runner/karma-jasmine.git) - (Latest 5.1.0) - Is behind 1 major version. +- 🟧 [karma-jasmine-html-reporter@1.7.0](https://github.com/dfederm/karma-jasmine-html-reporter.git) - (Latest 2.1.0) - Is behind 1 major version. +- 🟩 [lottie-web@5.12.2](https://github.com/airbnb/lottie-web.git) +- 🟩 [ngx-lottie@11.0.1](https://github.com/ngx-lottie/ngx-lottie.git) +- 🟩 [postcss@8.4.35](https://github.com/postcss/postcss.git) +- 🟩 [prettier@3.2.5](https://github.com/prettier/prettier.git) +- 🟩 [pretty-quick@4.0.0](https://github.com/prettier/pretty-quick.git) +- 🟩 [rxjs@7.8.1](https://github.com/reactivex/rxjs.git) +- 🟩 [tailwindcss@3.4.1](https://github.com/tailwindlabs/tailwindcss.git) +- 🟩 [typescript@5.4.2](https://github.com/Microsoft/TypeScript.git) +- 🟧 [web-social-share@9.1.0](https://github.com/peterpeterparker/web-social-share.git) - (Latest 10.0.0) - Is behind 1 major version. +- 🟩 [zone.js@0.14.4](https://github.com/angular/angular.git) +### Maintenance Score + +60 out of 75 dependencies were up to date without issues. ## Nonstandard naming + The following files and folders do not follow the standard naming convention: +- /.DS_Store +- /app/.DS_Store +- /app/pages/.DS_Store +- /app/services/.DS_Store +- /assets/.DS_Store +- /custom-themes/app-kadetten-handball/.DS_Store +- /custom-themes/app-kadetten-handball/assets/.DS_Store