d556ca563d
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@commitlint/cli](https://commitlint.js.org/) ([source](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli)) | [`20.5.3` → `21.0.0`](https://renovatebot.com/diffs/npm/@commitlint%2fcli/20.5.3/21.0.0) |  |  | | [@commitlint/config-conventional](https://commitlint.js.org/) ([source](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional)) | [`20.5.3` → `21.0.0`](https://renovatebot.com/diffs/npm/@commitlint%2fconfig-conventional/20.5.3/21.0.0) |  |  | --- ### Release Notes <details> <summary>conventional-changelog/commitlint (@​commitlint/cli)</summary> ### [`v21.0.0`](https://github.com/conventional-changelog/commitlint/blob/HEAD/@​commitlint/cli/CHANGELOG.md#2100-2026-05-08) [Compare Source](https://github.com/conventional-changelog/commitlint/compare/v20.5.3...v21.0.0) - chore!: minimum node version v22 ([#​4679](https://github.com/conventional-changelog/commitlint/issues/4679)) ([ac2b3f4](https://github.com/conventional-changelog/commitlint/commit/ac2b3f4a947670e46af9a738881ba14158f0987a)), closes [#​4679](https://github.com/conventional-changelog/commitlint/issues/4679) ##### BREAKING CHANGES - drop node v18 and v20 support * Bump engines to >=v22 in all 39 package.json files * Update [@​types/node](https://github.com/types/node) to ^22.0.0 * Update CI matrix to \[22, 24] * Update Ubuntu baseline job to ubuntu:26.04 * Update Dockerfile.ci, .mise.toml, .codesandbox/ci.json * Update pre-commit hook to use --ignore-engines * Update README and docs Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> #### [20.5.3](https://github.com/conventional-changelog/commitlint/compare/v20.5.2...v20.5.3) (2026-04-30) **Note:** Version bump only for package [@​commitlint/cli](https://github.com/commitlint/cli) #### [20.5.2](https://github.com/conventional-changelog/commitlint/compare/v20.5.1...v20.5.2) (2026-04-25) **Note:** Version bump only for package [@​commitlint/cli](https://github.com/commitlint/cli) </details> <details> <summary>conventional-changelog/commitlint (@​commitlint/config-conventional)</summary> ### [`v21.0.0`](https://github.com/conventional-changelog/commitlint/blob/HEAD/@​commitlint/config-conventional/CHANGELOG.md#2100-2026-05-08) [Compare Source](https://github.com/conventional-changelog/commitlint/compare/v20.5.3...v21.0.0) - chore!: minimum node version v22 ([#​4679](https://github.com/conventional-changelog/commitlint/issues/4679)) ([ac2b3f4](https://github.com/conventional-changelog/commitlint/commit/ac2b3f4a947670e46af9a738881ba14158f0987a)), closes [#​4679](https://github.com/conventional-changelog/commitlint/issues/4679) ##### BREAKING CHANGES - drop node v18 and v20 support * Bump engines to >=v22 in all 39 package.json files * Update [@​types/node](https://github.com/types/node) to ^22.0.0 * Update CI matrix to \[22, 24] * Update Ubuntu baseline job to ubuntu:26.04 * Update Dockerfile.ci, .mise.toml, .codesandbox/ci.json * Update pre-commit hook to use --ignore-engines * Update README and docs Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> #### [20.5.3](https://github.com/conventional-changelog/commitlint/compare/v20.5.2...v20.5.3) (2026-04-30) **Note:** Version bump only for package [@​commitlint/config-conventional](https://github.com/commitlint/config-conventional) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE2OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: https://gitea.unbound.se/dancefinder/dancefinder-app/pulls/2900 Co-authored-by: Renovate Bot <renovate@unbound.se> Co-committed-by: Renovate Bot <renovate@unbound.se>
68 lines
2.1 KiB
JSON
68 lines
2.1 KiB
JSON
{
|
|
"name": "dancefinder-app",
|
|
"version": "1.0.0",
|
|
"author": "Joakim Olsson <joakim@unbound.se>",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare",
|
|
"lint:js": "eslint .",
|
|
"lint:style": "stylelint \"**/*.{css,scss,sass,html,vue}\" --ignore-path .gitignore",
|
|
"lint": "npm run lint:js && npm run lint:style",
|
|
"lintfix": "eslint --fix . && npm run lint:style --fix",
|
|
"codegen": "graphql-codegen && eslint graphql/generated/operations.ts --fix"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "21.0.0",
|
|
"@commitlint/config-conventional": "21.0.0",
|
|
"@graphql-codegen/cli": "7.0.0",
|
|
"@graphql-codegen/fragment-matcher": "7.0.0",
|
|
"@graphql-codegen/typescript": "6.0.1",
|
|
"@graphql-codegen/typescript-operations": "6.0.1",
|
|
"@graphql-codegen/typescript-vue-apollo": "5.0.1",
|
|
"@nuxt/devtools": "3.2.4",
|
|
"@nuxt/eslint": "1.15.2",
|
|
"@nuxtjs/i18n": "10.3.0",
|
|
"@stylistic/eslint-plugin": "5.10.0",
|
|
"@vue/test-utils": "2.4.10",
|
|
"esbuild": "0.28.0",
|
|
"eslint": "10.3.0",
|
|
"eslint-plugin-simple-import-sort": "13.0.0",
|
|
"eslint-plugin-vue": "10.9.1",
|
|
"nuxt": "4.4.4",
|
|
"postcss-html": "1.8.1",
|
|
"sass": "1.99.0",
|
|
"stylelint": "17.11.0",
|
|
"stylelint-config-recommended-vue": "1.6.1",
|
|
"stylelint-config-standard": "40.0.0",
|
|
"typescript": "6.0.3",
|
|
"typescript-eslint": "8.59.2",
|
|
"vite-plugin-vuetify": "2.1.3",
|
|
"vue": "3.5.33",
|
|
"vue-eslint-parser": "10.4.0",
|
|
"vue-router": "5.0.6",
|
|
"vuetify": "4.0.7"
|
|
},
|
|
"dependencies": {
|
|
"@apollo/client": "3.14.1",
|
|
"@auth0/auth0-vue": "2.7.0",
|
|
"@grafana/faro-web-sdk": "2.5.0",
|
|
"@grafana/faro-web-tracing": "2.5.0",
|
|
"@mdi/font": "7.4.47",
|
|
"@pinia/nuxt": "0.11.3",
|
|
"@vue/apollo-composable": "4.2.2",
|
|
"date-fns": "4.1.0",
|
|
"graphql": "16.14.0",
|
|
"graphql-tag": "2.12.6",
|
|
"pinia": "3.0.4",
|
|
"pinia-plugin-persistedstate": "4.7.1",
|
|
"subscriptions-transport-ws": "0.11.0"
|
|
},
|
|
"engines": {
|
|
"node": "24"
|
|
}
|
|
}
|