Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
9645fe0673
|
@@ -11,7 +11,7 @@ repos:
|
||||
- --allow-multiple-documents
|
||||
- id: check-added-large-files
|
||||
- repo: https://github.com/markdownlint/markdownlint
|
||||
rev: v0.17.0
|
||||
rev: v0.15.0
|
||||
hooks:
|
||||
- id: markdownlint
|
||||
- repo: https://gitlab.com/devopshq/gitlab-ci-linter
|
||||
@@ -22,13 +22,13 @@ repos:
|
||||
- --project
|
||||
- unboundsoftware/schemas-app
|
||||
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
|
||||
rev: v9.25.0
|
||||
rev: v9.24.0
|
||||
hooks:
|
||||
- id: commitlint
|
||||
stages: [ commit-msg ]
|
||||
additional_dependencies: [ '@commitlint/config-conventional' ]
|
||||
- repo: https://github.com/pre-commit/mirrors-eslint
|
||||
rev: v10.4.1
|
||||
rev: v10.0.3
|
||||
hooks:
|
||||
- id: eslint
|
||||
types: [ file ]
|
||||
|
||||
+2
-2
@@ -1,4 +1,4 @@
|
||||
FROM cypress/base:26.0.0@sha256:446be8fcb63e3cad2f9a4e14720e3d8e35993e12f36da541e09f5740a4c2477c as builder
|
||||
FROM cypress/base:25.0.0@sha256:43bc659f825c1a9e4aa540fcdf35065de3e20e0b463589bfccd1ecb717cfc0fb as builder
|
||||
WORKDIR /build
|
||||
|
||||
RUN npm install --global node-gyp && \
|
||||
@@ -12,7 +12,7 @@ RUN npm run postinstall && npm run generate && npm run lint && npm run test:cove
|
||||
FROM scratch as export
|
||||
COPY --from=builder /build/coverage /
|
||||
|
||||
FROM amd64/nginx:1.31.1@sha256:c81b9fbaf3132ca4bc93bce39d423fae676b4fe3ffc6368d8585b38f515f251a
|
||||
FROM amd64/nginx:1.29.6@sha256:5791d1ada3441acfb642e2519ab8becfb37e07e8663116aa1fa8bfea73703f17
|
||||
MAINTAINER Joakim Olsson <joakim@unbound.se>
|
||||
|
||||
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
Generated
+2900
-4326
File diff suppressed because it is too large
Load Diff
+26
-29
@@ -18,13 +18,13 @@
|
||||
"lintfix": "eslint --fix . && npm run lint:style --fix"
|
||||
},
|
||||
"dependencies": {
|
||||
"@apollo/client": "4.2.3",
|
||||
"@auth0/auth0-vue": "2.7.0",
|
||||
"@apollo/client": "3.14.1",
|
||||
"@auth0/auth0-vue": "2.5.0",
|
||||
"@vue/apollo-composable": "4.2.2",
|
||||
"graphql": "16.14.1",
|
||||
"graphql-ws": "6.0.8",
|
||||
"nuxt": "4.4.8",
|
||||
"vue": "3.5.35",
|
||||
"graphql": "16.13.1",
|
||||
"graphql-ws": "6.0.7",
|
||||
"nuxt": "4.3.1",
|
||||
"vue": "3.5.30",
|
||||
"vuetify-nuxt-module": "0.19.5"
|
||||
},
|
||||
"version": "1.0.0",
|
||||
@@ -34,34 +34,31 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "21.0.2",
|
||||
"@commitlint/config-conventional": "21.0.2",
|
||||
"@graphql-codegen/cli": "7.1.2",
|
||||
"@graphql-codegen/typed-document-node": "7.0.3",
|
||||
"@graphql-codegen/typescript": "6.0.2",
|
||||
"@graphql-codegen/typescript-operations": "6.0.3",
|
||||
"@graphql-codegen/typescript-vue-apollo": "5.0.1",
|
||||
"@nuxt/devtools": "3.2.4",
|
||||
"@commitlint/cli": "20.4.4",
|
||||
"@commitlint/config-conventional": "20.4.4",
|
||||
"@graphql-codegen/cli": "6.2.1",
|
||||
"@graphql-codegen/typed-document-node": "6.1.7",
|
||||
"@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/stylelint-module": "5.2.1",
|
||||
"@stylistic/eslint-plugin": "5.10.0",
|
||||
"@vitejs/plugin-vue": "6.0.7",
|
||||
"@vitest/coverage-v8": "4.1.8",
|
||||
"@vue/test-utils": "2.4.11",
|
||||
"eslint": "10.4.1",
|
||||
"eslint-plugin-simple-import-sort": "13.0.0",
|
||||
"eslint-plugin-vue": "10.9.2",
|
||||
"jsdom": "29.1.1",
|
||||
"@vitejs/plugin-vue": "6.0.5",
|
||||
"@vitest/coverage-v8": "4.1.0",
|
||||
"@vue/test-utils": "2.4.6",
|
||||
"eslint": "10.0.3",
|
||||
"eslint-plugin-simple-import-sort": "12.1.1",
|
||||
"eslint-plugin-vue": "10.8.0",
|
||||
"jsdom": "29.0.0",
|
||||
"postcss-html": "1.8.1",
|
||||
"stylelint": "17.13.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.61.0",
|
||||
"vitest": "4.1.8",
|
||||
"vue-eslint-parser": "10.4.1"
|
||||
},
|
||||
"overrides": {
|
||||
"@vue/server-renderer": "$vue"
|
||||
"typescript": "5.9.3",
|
||||
"typescript-eslint": "8.57.0",
|
||||
"vitest": "4.1.0",
|
||||
"vue-eslint-parser": "10.4.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,9 @@
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"constraints": {
|
||||
"node": ">=24"
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": [
|
||||
|
||||
Reference in New Issue
Block a user