1 Commits

Author SHA1 Message Date
renovate 493eb9e90f chore(deps): update dependency vue-router to v5
dancefinder-app / build (pull_request) Failing after 52s
dancefinder-app / deploy-prod (pull_request) Has been skipped
2026-03-12 04:10:29 +00:00
5 changed files with 2033 additions and 3779 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ COPY . /build
RUN npm run postinstall && npm run generate && npm run lint
#RUN yarn start:ci & yarn wait && yarn test:cypress
FROM amd64/nginx:1.30.0@sha256:67c70b6b05c46c8b52c9b8a7575edb95bf8f920de4cb3b5be5aff66cdea4efa8
FROM amd64/nginx:1.29.6@sha256:5791d1ada3441acfb642e2519ab8becfb37e07e8663116aa1fa8bfea73703f17
MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY --from=builder /build/.output/public/ /usr/share/nginx/html/
-16
View File
@@ -66,22 +66,6 @@ export default defineNuxtConfig({
},
},
},
optimizeDeps: {
include: [
'@vue/devtools-core',
'@vue/devtools-kit',
'@auth0/auth0-vue',
'@apollo/client/core',
'@apollo/client/link/context',
'@apollo/client/link/ws',
'@apollo/client/utilities',
'@opentelemetry/api',
'@vue/apollo-composable',
'@grafana/faro-web-sdk',
'@grafana/faro-web-tracing',
'@opentelemetry/instrumentation-fetch',
],
},
resolve: {
dedupe: ['pinia'],
},
+2005 -3732
View File
File diff suppressed because it is too large Load Diff
+26 -26
View File
@@ -16,46 +16,46 @@
"codegen": "graphql-codegen && eslint graphql/generated/operations.ts --fix"
},
"devDependencies": {
"@commitlint/cli": "20.5.2",
"@commitlint/config-conventional": "20.5.0",
"@graphql-codegen/cli": "6.3.1",
"@graphql-codegen/fragment-matcher": "6.0.1",
"@graphql-codegen/typescript": "5.0.10",
"@graphql-codegen/typescript-operations": "5.1.0",
"@graphql-codegen/typescript-vue-apollo": "5.0.1",
"@nuxt/devtools": "3.2.4",
"@commitlint/cli": "20.4.3",
"@commitlint/config-conventional": "20.4.3",
"@graphql-codegen/cli": "6.1.3",
"@graphql-codegen/fragment-matcher": "6.0.0",
"@graphql-codegen/typescript": "5.0.9",
"@graphql-codegen/typescript-operations": "5.0.9",
"@graphql-codegen/typescript-vue-apollo": "5.0.0",
"@nuxt/devtools": "3.2.3",
"@nuxt/eslint": "1.15.2",
"@nuxtjs/i18n": "10.3.0",
"@nuxtjs/i18n": "10.2.3",
"@stylistic/eslint-plugin": "5.10.0",
"@vue/test-utils": "2.4.8",
"esbuild": "0.28.0",
"eslint": "10.2.1",
"eslint-plugin-simple-import-sort": "13.0.0",
"eslint-plugin-vue": "10.9.0",
"nuxt": "4.4.2",
"@vue/test-utils": "2.4.6",
"esbuild": "0.27.3",
"eslint": "10.0.3",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-vue": "10.8.0",
"nuxt": "4.3.1",
"postcss-html": "1.8.1",
"sass": "1.99.0",
"stylelint": "17.9.0",
"sass": "1.98.0",
"stylelint": "17.4.0",
"stylelint-config-recommended-vue": "1.6.1",
"stylelint-config-standard": "40.0.0",
"typescript": "6.0.3",
"typescript-eslint": "8.59.0",
"typescript": "5.9.3",
"typescript-eslint": "8.57.0",
"vite-plugin-vuetify": "2.1.3",
"vue": "3.5.33",
"vue": "3.5.30",
"vue-eslint-parser": "10.4.0",
"vue-router": "4.6.4",
"vuetify": "4.0.6"
"vue-router": "5.0.3",
"vuetify": "3.12.3"
},
"dependencies": {
"@apollo/client": "3.14.1",
"@apollo/client": "3.14.0",
"@auth0/auth0-vue": "2.5.0",
"@grafana/faro-web-sdk": "2.4.0",
"@grafana/faro-web-tracing": "2.4.0",
"@grafana/faro-web-sdk": "2.2.4",
"@grafana/faro-web-tracing": "2.2.4",
"@mdi/font": "7.4.47",
"@pinia/nuxt": "0.11.3",
"@vue/apollo-composable": "4.2.2",
"date-fns": "4.1.0",
"graphql": "16.13.2",
"graphql": "16.13.1",
"graphql-tag": "2.12.6",
"pinia": "3.0.4",
"pinia-plugin-persistedstate": "4.7.1",
+1 -4
View File
@@ -17,8 +17,5 @@
"stylelint-config-standard"
]
}
],
"constraints": {
"node": ">=24"
}
]
}