Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
Lint
  • Loading branch information
bperel committed Nov 7, 2024
1 parent 4cf3237 commit b74ce04
Show file tree
Hide file tree
Showing 21 changed files with 884 additions and 889 deletions.
2 changes: 1 addition & 1 deletion apps/coa-updater/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@types/bun": "latest",
"@types/node": "^20.17.5",
"@types/node": "^20.17.6",
"typescript": "^5.6.3"
},
"module": "index.ts",
Expand Down
2 changes: 1 addition & 1 deletion apps/duck-estimator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"~prisma-schemas": "workspace:*"
},
"devDependencies": {
"@types/node": "^20.17.5",
"@types/node": "^20.17.6",
"@types/yargs": "^17.0.33",
"tsc-alias": "^1.8.10",
"tsx": "^4.19.2",
Expand Down
10 changes: 5 additions & 5 deletions apps/dumili/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"prod:transfer-files-post": "pnpm -F '~ci' prod:transfer-files apps/dumili/api/docker-compose.yml:@apps/dumili/api/docker-compose.yml"
},
"dependencies": {
"@prisma/client": "^5.21.1",
"@sentry/node": "^8.36.0",
"@prisma/client": "^5.22.0",
"@sentry/node": "^8.37.1",
"axios": "^1.7.7",
"busboy": "^1.6.0",
"cloudinary": "^1.41.3",
Expand All @@ -43,9 +43,9 @@
"@types/busboy": "^1.5.4",
"@types/i18n": "^0.13.12",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^20.17.5",
"concurrently": "^9.0.1",
"prisma": "^5.21.1",
"@types/node": "^20.17.6",
"concurrently": "^9.1.0",
"prisma": "^5.22.0",
"typescript": "^5.6.3"
}
}
23 changes: 11 additions & 12 deletions apps/dumili/api/services/indexation/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ export default (io: Server) => {
.use(RequiredAuthMiddleware)
.use(getIndexationMiddleware)
.on("connection", (indexationSocket) => {

const setInferredEntryStoryKind = async (entryId: entry["id"]) => {
const indexation = indexationSocket.data.indexation;
const mostInferredStoryKind = (
Expand Down Expand Up @@ -187,11 +186,11 @@ export default (io: Server) => {
suggestionId === null
? { disconnect: true }
: {
connect: {
id: suggestionId,
indexationId: indexationSocket.data.indexation.id,
connect: {
id: suggestionId,
indexationId: indexationSocket.data.indexation.id,
},
},
},
},
where: {
id: indexationSocket.data.indexation.id,
Expand Down Expand Up @@ -313,7 +312,7 @@ export default (io: Server) => {
const page = indexation.pages.find(({ id }) => id === pageId)!;

await setKumikoInferredPageStoryKinds([page]);
const entry = (getEntryFromPage(indexation, pageId))!;
const entry = getEntryFromPage(indexation, pageId)!;
await setInferredEntryStoryKind(entry.id);

callback({ status: "OK" });
Expand Down Expand Up @@ -456,10 +455,10 @@ const acceptStorySuggestion = async (
suggestionId === null
? { disconnect: true }
: {
connect: {
id: suggestionId,
connect: {
id: suggestionId,
},
},
},
},
where: {
id: entryId,
Expand All @@ -476,10 +475,10 @@ const acceptStoryKindSuggestion = (
suggestionId === null
? { disconnect: true }
: {
connect: {
id: suggestionId,
connect: {
id: suggestionId,
},
},
},
},
where: {
id: entryId,
Expand Down
2 changes: 1 addition & 1 deletion apps/dumili/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import path from "node:path";
import { fileURLToPath } from "node:url";
import vueI18n from "@intlify/eslint-plugin-vue-i18n";

import { FlatCompat } from "@eslint/eslintrc";
import js from "@eslint/js";
import vueI18n from "@intlify/eslint-plugin-vue-i18n";
import typescriptEslint from "@typescript-eslint/eslint-plugin";
import parser from "vue-eslint-parser";

Expand Down
18 changes: 9 additions & 9 deletions apps/dumili/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
},
"dependencies": {
"@iconify-json/bi": "^1.2.1",
"@sentry/browser": "^8.36.0",
"@sentry/vue": "^8.36.0",
"@unhead/vue": "^1.11.10",
"@sentry/browser": "^8.37.1",
"@sentry/vue": "^8.37.1",
"@unhead/vue": "^1.11.11",
"@vueuse/core": "^11.2.0",
"@vueuse/integrations": "^11.2.0",
"bootstrap": "^5.3.3",
"bootstrap-vue-next": "^0.25.12",
"bootstrap-vue-next": "^0.25.13",
"dayjs": "^1.11.13",
"js-cookie": "^3.0.5",
"pinia": "^2.2.5",
"pinia": "^2.2.6",
"vue": "^3.5.12",
"vue-draggable-resizable": "^3.0.0",
"vue-i18n": "^9.14.1",
Expand All @@ -44,20 +44,20 @@
"@antfu/eslint-config": "^3.8.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@intlify/unplugin-vue-i18n": "^5.2.0",
"@intlify/eslint-plugin-vue-i18n": "^3.0.0",
"@intlify/unplugin-vue-i18n": "^5.2.0",
"@types/js-cookie": "^3.0.6",
"@vitejs/plugin-vue": "^5.1.4",
"concurrently": "^9.0.1",
"concurrently": "^9.1.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-prettier-vue": "^5.0.0",
"eslint-plugin-vue": "^9.30.0",
"prettier": "^3.3.3",
"sass": "^1.80.5",
"sass": "^1.80.6",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2",
"typescript-eslint": "^8.13.0",
"unplugin-auto-import": "^0.18.3",
"unplugin-icons": "^0.19.3",
"unplugin-vue-components": "^0.27.4",
Expand Down
3 changes: 2 additions & 1 deletion apps/dumili/src/stores/ui.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { FullIndexation } from "~dumili-services/indexation/types";
import type { FullIndexation } from "~dumili-services/indexation/types";
import { getEntryPages } from "~dumili-utils/entryPages";

import { suggestions } from "./suggestions";

export const ui = defineStore("ui", () => {
Expand Down
6 changes: 3 additions & 3 deletions 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.36.0",
"@sentry/node": "^8.37.1",
"@socket.io/admin-ui": "^0.5.1",
"@vueuse/integrations": "^11.2.0",
"axios": "^1.7.7",
Expand Down Expand Up @@ -40,8 +40,8 @@
"@types/jsdom": "^21.1.7",
"@types/jsonwebtoken": "^9.0.7",
"@types/multer": "^1.4.12",
"@types/node": "^20.17.5",
"concurrently": "^9.0.1",
"@types/node": "^20.17.6",
"concurrently": "^9.1.0",
"tsc-alias": "^1.8.10",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
Expand Down
12 changes: 6 additions & 6 deletions apps/edgecreator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@unhead/vue": "^1.11.10",
"@unhead/vue": "^1.11.11",
"@uppy/core": "^1.20.1",
"@uppy/dashboard": "^1.21.1",
"@uppy/drag-drop": "^1.4.31",
Expand All @@ -38,8 +38,8 @@
"cropperjs": "^1.6.2",
"interactjs": "^1.10.27",
"js-cookie": "^3.0.5",
"pinia": "^2.2.5",
"sass": "^1.80.5",
"pinia": "^2.2.6",
"sass": "^1.80.6",
"universal-cookie": "^7.2.2",
"vue": "^3.5.12",
"vue-cropperjs": "^5.0.0",
Expand All @@ -60,14 +60,14 @@
"@intlify/unplugin-vue-i18n": "^5.2.0",
"@rushstack/eslint-patch": "^1.10.4",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.17.5",
"@types/node": "^20.17.6",
"@types/vue-cropperjs": "^4.1.6",
"@types/xmldom": "^0.1.34",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^14.1.3",
"concurrently": "^9.0.1",
"concurrently": "^9.1.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier-vue": "^5.0.0",
Expand Down
3 changes: 2 additions & 1 deletion apps/web/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import type { PageFlip } from "page-flip";

import Book from "./src/components/Book.vue";
import Bookcase from "./src/components/Bookcase.vue";
import InducksStory from "./src/components/InducksStory.vue";
Expand All @@ -13,7 +15,6 @@ import { coa } from "./src/stores/coa";
import { collection } from "./src/stores/collection";
import { stats } from "./src/stores/stats";
import { users } from "./src/stores/users";
import type { PageFlip } from "page-flip";
export const stores = {
coa,
collection,
Expand Down
14 changes: 7 additions & 7 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
"@mapbox/mapbox-gl-geocoder": "^5.0.3",
"@popperjs/core": "^2.11.8",
"@sentry/tracing": "^7.114.0",
"@sentry/vue": "^8.36.0",
"@unhead/vue": "^1.11.10",
"@sentry/vue": "^8.37.1",
"@unhead/vue": "^1.11.11",
"@vueuse/core": "^11.2.0",
"bootstrap": "^5.3.3",
"bootstrap-vue-next": "^0.24.23",
"chart.js": "^4.4.6",
"dayjs": "^1.11.13",
"js-cookie": "^3.0.5",
"page-flip": "^2.0.7",
"pinia": "^2.2.5",
"pinia": "^2.2.6",
"timeago.js": "^4.0.2",
"v-contextmenu": "^3.2.0",
"vue": "^3.5.12",
Expand Down Expand Up @@ -62,8 +62,8 @@
"@vitejs/plugin-vue": "^5.1.4",
"@vue-macros/reactivity-transform": "^1.1.3",
"@vue/test-utils": "^2.4.6",
"concurrently": "^9.0.1",
"ejs-lint": "^2.0.0",
"concurrently": "^9.1.0",
"ejs-lint": "^2.0.1",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier-vue": "^5.0.0",
Expand All @@ -72,9 +72,9 @@
"eslint-plugin-vue": "^9.30.0",
"histoire": "^0.17.17",
"prettier": "^3.3.3",
"sass": "^1.80.5",
"sass": "^1.80.6",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2",
"typescript-eslint": "^8.13.0",
"unplugin-auto-import": "^0.18.3",
"unplugin-icons": "^0.19.3",
"unplugin-vue-components": "^0.27.4",
Expand Down
5 changes: 3 additions & 2 deletions apps/whattheduck/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import path from 'node:path';
import { fileURLToPath } from 'node:url';

import { fixupConfigRules, fixupPluginRules } from '@eslint/compat';
import { FlatCompat } from '@eslint/eslintrc';
import js from '@eslint/js';
import typescriptEslint from '@typescript-eslint/eslint-plugin';
import i18Next from 'eslint-plugin-i18next';
import _import from 'eslint-plugin-import';
import globals from 'globals';
import path from 'node:path';
import { fileURLToPath } from 'node:url';
import parser from 'vue-eslint-parser';

const __filename = fileURLToPath(import.meta.url);
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
24 changes: 12 additions & 12 deletions apps/whattheduck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"@capacitor/status-bar": "^6.0.1",
"@capawesome/capacitor-app-update": "^6.0.0",
"@capawesome/capacitor-file-picker": "^6.1.0",
"@capgo/capacitor-updater": "^6.3.10",
"@capgo/capacitor-updater": "^6.3.16",
"@ionic/pwa-elements": "^3.3.0",
"@ionic/storage": "^4.0.0",
"@ionic/vue": "^8.3.4",
"@ionic/vue-router": "^8.3.4",
"@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.36.0",
"@sentry/vue": "^8.37.1",
"@vueuse/components": "^11.2.0",
"@vueuse/core": "^11.2.0",
"@vueuse/integrations": "^11.2.0",
Expand All @@ -51,8 +51,8 @@
"ionicons": "^7.4.0",
"js-cookie": "^3.0.5",
"localforage-cordovasqlitedriver": "^1.8.0",
"pinia": "^2.2.5",
"sass": "^1.80.5",
"pinia": "^2.2.6",
"sass": "^1.80.6",
"universal-cookie": "^7.2.2",
"vue": "^3.5.12",
"vue-chartjs": "^5.3.2",
Expand All @@ -69,20 +69,20 @@
"devDependencies": {
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^6.1.2",
"@capgo/cli": "^4.23.0",
"@capgo/cli": "^4.24.1",
"@eslint/compat": "^1.2.2",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@histoire/plugin-vue": "^0.17.17",
"@ionic/prettier-config": "^4.0.0",
"@sentry/cli": "^2.38.1",
"@sentry/cli": "^2.38.2",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.17.5",
"@types/node": "^20.17.6",
"@vitejs/plugin-vue": "^5.1.4",
"@vue-macros/reactivity-transform": "^1.1.3",
"@vue/eslint-config-typescript": "^14.1.3",
"@vue/test-utils": "^2.4.6",
"concurrently": "^9.0.1",
"concurrently": "^9.1.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-i18next": "^6.1.0",
Expand All @@ -91,12 +91,12 @@
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.4",
"eslint-plugin-vue": "^9.30.0",
"globals": "^15.11.0",
"globals": "^15.12.0",
"histoire": "^0.17.17",
"jsdom": "^24.1.3",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2",
"typescript-eslint": "^8.13.0",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.10",
Expand Down
Loading

0 comments on commit b74ce04

Please sign in to comment.