1 Commits

Author SHA1 Message Date
renovate 4a4e49fac6 chore(deps): update dependency eslint to v10.2.0
renovate/stability-days Updates have met minimum release age requirement
schemas-app / build (pull_request) Failing after 1m52s
schemas-app / deploy-prod (pull_request) Has been skipped
2026-04-06 21:07:08 +00:00
4 changed files with 345 additions and 260 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ repos:
stages: [ commit-msg ] stages: [ commit-msg ]
additional_dependencies: [ '@commitlint/config-conventional' ] additional_dependencies: [ '@commitlint/config-conventional' ]
- repo: https://github.com/pre-commit/mirrors-eslint - repo: https://github.com/pre-commit/mirrors-eslint
rev: v10.2.0 rev: v10.1.0
hooks: hooks:
- id: eslint - id: eslint
types: [ file ] types: [ file ]
+1 -1
View File
@@ -12,7 +12,7 @@ RUN npm run postinstall && npm run generate && npm run lint && npm run test:cove
FROM scratch as export FROM scratch as export
COPY --from=builder /build/coverage / COPY --from=builder /build/coverage /
FROM amd64/nginx:1.29.8@sha256:b4c899988815cfc0fdff1151e28d8e97eff1291e153a912b787bfcd5e4b0a819 FROM amd64/nginx:1.29.7@sha256:03a679e99632afbbd7d56284e5b4125f223c94263f2a7b71ad85f4826401a981
MAINTAINER Joakim Olsson <joakim@unbound.se> MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf COPY ./nginx/nginx.conf /etc/nginx/nginx.conf
+332 -247
View File
File diff suppressed because it is too large Load Diff
+11 -11
View File
@@ -36,29 +36,29 @@
"devDependencies": { "devDependencies": {
"@commitlint/cli": "20.5.0", "@commitlint/cli": "20.5.0",
"@commitlint/config-conventional": "20.5.0", "@commitlint/config-conventional": "20.5.0",
"@graphql-codegen/cli": "6.3.0", "@graphql-codegen/cli": "6.2.1",
"@graphql-codegen/typed-document-node": "6.1.8", "@graphql-codegen/typed-document-node": "6.1.7",
"@graphql-codegen/typescript": "5.0.10", "@graphql-codegen/typescript": "5.0.9",
"@graphql-codegen/typescript-operations": "5.1.0", "@graphql-codegen/typescript-operations": "5.0.9",
"@graphql-codegen/typescript-vue-apollo": "5.0.0", "@graphql-codegen/typescript-vue-apollo": "5.0.0",
"@nuxt/devtools": "3.2.4", "@nuxt/devtools": "3.2.4",
"@nuxt/eslint": "1.15.2", "@nuxt/eslint": "1.15.2",
"@nuxtjs/stylelint-module": "5.2.1", "@nuxtjs/stylelint-module": "5.2.1",
"@stylistic/eslint-plugin": "5.10.0", "@stylistic/eslint-plugin": "5.10.0",
"@vitejs/plugin-vue": "6.0.6", "@vitejs/plugin-vue": "6.0.5",
"@vitest/coverage-v8": "4.1.4", "@vitest/coverage-v8": "4.1.2",
"@vue/test-utils": "2.4.6", "@vue/test-utils": "2.4.6",
"eslint": "10.2.0", "eslint": "10.2.0",
"eslint-plugin-simple-import-sort": "13.0.0", "eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-vue": "10.8.0", "eslint-plugin-vue": "10.8.0",
"jsdom": "29.0.2", "jsdom": "29.0.1",
"postcss-html": "1.8.1", "postcss-html": "1.8.1",
"stylelint": "17.7.0", "stylelint": "17.6.0",
"stylelint-config-recommended-vue": "1.6.1", "stylelint-config-recommended-vue": "1.6.1",
"stylelint-config-standard": "40.0.0", "stylelint-config-standard": "40.0.0",
"typescript": "6.0.2", "typescript": "6.0.2",
"typescript-eslint": "8.58.1", "typescript-eslint": "8.58.0",
"vitest": "4.1.4", "vitest": "4.1.2",
"vue-eslint-parser": "10.4.0" "vue-eslint-parser": "10.4.0"
} }
} }