Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bperel committed Nov 19, 2024
1 parent efdc3a8 commit 32cf042
Show file tree
Hide file tree
Showing 16 changed files with 839 additions and 814 deletions.
2 changes: 1 addition & 1 deletion apps/dumili/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@prisma/client": "^5.22.0",
"@sentry/node": "^8.38.0",
"@sentry/node": "^8.39.0",
"axios": "^1.7.7",
"busboy": "^1.6.0",
"cloudinary": "^1.41.3",
Expand Down
12 changes: 6 additions & 6 deletions apps/dumili/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"dependencies": {
"@iconify-json/bi": "^1.2.1",
"@sentry/browser": "^8.38.0",
"@sentry/vue": "^8.38.0",
"@sentry/browser": "^8.39.0",
"@sentry/vue": "^8.39.0",
"@unhead/vue": "^1.11.11",
"@vueuse/core": "^11.2.0",
"@vueuse/integrations": "^11.2.0",
Expand All @@ -39,10 +39,10 @@
"~web": "workspace:*"
},
"devDependencies": {
"@antfu/eslint-config": "^3.9.1",
"@antfu/eslint-config": "^3.9.2",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@intlify/eslint-plugin-vue-i18n": "^3.0.0",
"@intlify/eslint-plugin-vue-i18n": "^3.1.0",
"@intlify/unplugin-vue-i18n": "^5.3.1",
"@types/js-cookie": "^3.0.6",
"@vitejs/plugin-vue": "^5.2.0",
Expand All @@ -55,8 +55,8 @@
"prettier": "^3.3.3",
"sass": "^1.81.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0",
"unplugin-auto-import": "^0.18.4",
"typescript-eslint": "^8.15.0",
"unplugin-auto-import": "^0.18.5",
"unplugin-icons": "^0.20.1",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.11",
Expand Down
2 changes: 1 addition & 1 deletion apps/edgecreator/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"prod:transfer-files-post": "pnpm -F '~ci' prod:transfer-files apps/edgecreator/api/docker-compose.yml:@apps/edgecreator/api/docker-compose.yml"
},
"dependencies": {
"@sentry/node": "^8.38.0",
"@sentry/node": "^8.39.0",
"@socket.io/admin-ui": "^0.5.1",
"@vueuse/integrations": "^11.2.0",
"axios": "^1.7.7",
Expand Down
4 changes: 2 additions & 2 deletions apps/edgecreator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.17.6",
"@types/vue-cropperjs": "^4.1.6",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@vitejs/plugin-vue": "^5.2.0",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^14.1.3",
Expand All @@ -72,7 +72,7 @@
"eslint-plugin-vue": "^9.31.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"unplugin-auto-import": "^0.18.4",
"unplugin-auto-import": "^0.18.5",
"unplugin-icons": "^0.20.1",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.11",
Expand Down
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@mapbox/mapbox-gl-geocoder": "^5.0.3",
"@popperjs/core": "^2.11.8",
"@sentry/tracing": "^7.114.0",
"@sentry/vue": "^8.38.0",
"@sentry/vue": "^8.39.0",
"@unhead/vue": "^1.11.11",
"@vueuse/core": "^11.2.0",
"bootstrap": "^5.3.3",
Expand All @@ -49,7 +49,7 @@
"~socket.io-services": "workspace:*"
},
"devDependencies": {
"@antfu/eslint-config": "^3.9.1",
"@antfu/eslint-config": "^3.9.2",
"@eslint/compat": "^1.2.3",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
Expand All @@ -74,8 +74,8 @@
"prettier": "^3.3.3",
"sass": "^1.81.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0",
"unplugin-auto-import": "^0.18.4",
"typescript-eslint": "^8.15.0",
"unplugin-auto-import": "^0.18.5",
"unplugin-icons": "^0.20.1",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.11",
Expand Down
6 changes: 3 additions & 3 deletions apps/whattheduck/histoire.setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ import '~/theme/global.scss';
import { defineSetupVue3 } from '@histoire/plugin-vue';
import { IonicVue } from '@ionic/vue';
import { createPinia } from 'pinia';

import { SocketClient } from '~socket.io-client-services/index';
import en from '~translations/en.json';
import sv from '~translations/sv.json';
import { i18n } from '~web';

import router from './src/router';

import en from '~translations/en.json';
import sv from '~translations/sv.json';

export const setupVue3 = defineSetupVue3(({ app }) => {
app
.use(IonicVue)
Expand Down
38 changes: 19 additions & 19 deletions apps/whattheduck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,27 @@
},
"dependencies": {
"@capacitor-community/camera-preview": "^6.0.0",
"@capacitor/android": "^6.1.2",
"@capacitor/app": "^6.0.1",
"@capacitor/camera": "^6.1.0",
"@capacitor/clipboard": "^6.0.1",
"@capacitor/core": "^6.1.2",
"@capacitor/device": "^6.0.1",
"@capacitor/haptics": "^6.0.1",
"@capacitor/ios": "^6.1.2",
"@capacitor/keyboard": "^6.0.2",
"@capacitor/preferences": "^6.0.2",
"@capacitor/status-bar": "^6.0.1",
"@capacitor/android": "^6.2.0",
"@capacitor/app": "^6.0.2",
"@capacitor/camera": "^6.1.1",
"@capacitor/clipboard": "^6.0.2",
"@capacitor/core": "^6.2.0",
"@capacitor/device": "^6.0.2",
"@capacitor/haptics": "^6.0.2",
"@capacitor/ios": "^6.2.0",
"@capacitor/keyboard": "^6.0.3",
"@capacitor/preferences": "^6.0.3",
"@capacitor/status-bar": "^6.0.2",
"@capawesome/capacitor-app-update": "^6.0.0",
"@capawesome/capacitor-file-picker": "^6.1.0",
"@capgo/capacitor-updater": "^6.3.17",
"@capgo/capacitor-updater": "^6.3.18",
"@ionic/pwa-elements": "^3.3.0",
"@ionic/storage": "^4.0.0",
"@ionic/vue": "^8.4.0",
"@ionic/vue-router": "^8.4.0",
"@nanoandrew4/vue3-carousel-3d": "^1.0.0",
"@sentry/capacitor": "^1.0.1",
"@sentry/vue": "^8.38.0",
"@sentry/capacitor": "^1.0.2",
"@sentry/vue": "^8.39.0",
"@vueuse/components": "^11.2.0",
"@vueuse/core": "^11.2.0",
"@vueuse/integrations": "^11.2.0",
Expand All @@ -67,13 +67,13 @@
},
"devDependencies": {
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^6.1.2",
"@capgo/cli": "^4.25.4",
"@capacitor/cli": "^6.2.0",
"@capgo/cli": "^4.25.6",
"@eslint/compat": "^1.2.3",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@histoire/plugin-vue": "^0.17.17",
"@intlify/eslint-plugin-vue-i18n": "^3.0.0",
"@intlify/eslint-plugin-vue-i18n": "^3.1.0",
"@intlify/unplugin-vue-i18n": "^5.3.1",
"@ionic/prettier-config": "^4.0.0",
"@sentry/cli": "^2.38.2",
Expand All @@ -97,8 +97,8 @@
"jsdom": "^24.1.3",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0",
"unplugin-auto-import": "^0.18.4",
"typescript-eslint": "^8.15.0",
"unplugin-auto-import": "^0.18.5",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.11",
"vite-plugin-static-copy": "^2.1.0",
Expand Down
7 changes: 4 additions & 3 deletions apps/whattheduck/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import '@ionic/vue/css/display.css';
import './theme/variables.scss';
import './theme/global.scss';
import 'vue-virtual-scroller/dist/vue-virtual-scroller.css';

import { Capacitor } from '@capacitor/core';
import { Device } from '@capacitor/device';
import { CapacitorUpdater } from '@capgo/capacitor-updater';
Expand All @@ -26,15 +27,15 @@ import * as Sentry from '@sentry/capacitor';
import * as SentryVue from '@sentry/vue';
import { createPinia } from 'pinia';
import VueVirtualScroller from 'vue-virtual-scroller';

import { SocketClient } from '~socket.io-client-services/index';
import en from '~translations/en.json';
import sv from '~translations/sv.json';
import { i18n } from '~web';

import App from './App.vue';
import router from './router';

import en from '~translations/en.json';
import sv from '~translations/sv.json';

CapacitorUpdater.notifyAppReady();

const socketUrl = ['web', 'ios'].includes(Capacitor.getPlatform())
Expand Down
4 changes: 2 additions & 2 deletions apps/whattheduck/src/stores/app.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { Capacitor } from '@capacitor/core';
import { bookmarkOutline, bookmarkSharp } from 'ionicons/icons';
import Cookies from 'js-cookie';
import { defineStore } from 'pinia';
import type useDmSocket from '~web/src/composables/useDmSocket';

import usePersistedData from '~/composables/usePersistedData';
import Cookies from 'js-cookie';
import type useDmSocket from '~web/src/composables/useDmSocket';

export interface FabOption {
id: string;
Expand Down
1 change: 1 addition & 0 deletions apps/whattheduck/src/stores/wtdcollection.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { defineStore } from 'pinia';
import type { ShallowRef } from 'vue';

import type { EntryPartInfo } from '~dm-types/EntryPartInfo';
import type { IssueWithIssuecodeOnly } from '~dm-types/IssueWithIssuecodeOnly';
import type { issue, purchase } from '~prisma-schemas/schemas/dm';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"type": "module",
"dependencies": {
"husky": "^9.1.6"
"husky": "^9.1.7"
},
"devDependencies": {
"turbo": "^2.3.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org bruno-perel --project dm-api ./dist && sentry-cli sourcemaps upload --org bruno-perel --project dm-api ./dist"
},
"dependencies": {
"@opentelemetry/instrumentation-socket.io": "^0.43.0",
"@opentelemetry/instrumentation-socket.io": "^0.44.0",
"@pusher/push-notifications-server": "^1.2.6",
"@sentry/node": "^8.38.0",
"@sentry/node": "^8.39.0",
"@socket.io/admin-ui": "^0.5.1",
"axios": "^1.7.7",
"cloudinary": "^1.41.3",
Expand All @@ -40,7 +40,7 @@
"@types/i18n": "^0.13.12",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^20.17.6",
"@types/nodemailer": "^6.4.16",
"@types/nodemailer": "^6.4.17",
"concurrently": "^9.1.0",
"nodemon": "^3.1.7",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/prisma-schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.3",
"prettier-plugin-prisma": "^5.0.0",
Expand Down
Loading

0 comments on commit 32cf042

Please sign in to comment.