This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [stylelint-config-recommended-vue](https://github.com/ota-meshi/stylelint-config-recommended-vue) | [`1.6.1` → `2.0.0`](https://renovatebot.com/diffs/npm/stylelint-config-recommended-vue/1.6.1/2.0.0) |  |  | --- ### Release Notes <details> <summary>ota-meshi/stylelint-config-recommended-vue (stylelint-config-recommended-vue)</summary> ### [`v2.0.0`](https://github.com/ota-meshi/stylelint-config-recommended-vue/blob/HEAD/CHANGELOG.md#200) [Compare Source](https://github.com/ota-meshi/stylelint-config-recommended-vue/compare/v1.6.1...v2.0.0) ##### Major Changes - [#​120](https://github.com/ota-meshi/stylelint-config-recommended-vue/pull/120) [`ad9d8a4`](https://github.com/ota-meshi/stylelint-config-recommended-vue/commit/ad9d8a493274fb2bfce0d1566f9ce93f181fc810) Thanks [@​ota-meshi](https://github.com/ota-meshi)! - Drop support for old Node.js versions. Node.js `^22.12 || >=24` is now required. - [#​125](https://github.com/ota-meshi/stylelint-config-recommended-vue/pull/125) [`701f17a`](https://github.com/ota-meshi/stylelint-config-recommended-vue/commit/701f17a6d91d188bbbb15db4035c9e46581b7e85) Thanks [@​ota-meshi](https://github.com/ota-meshi)! - Migrate the package to ESM. On the supported Node.js versions, the configs can still be loaded from CommonJS via `require()`. The package now also defines an `exports` field; the `/scss` deep import keeps working both with and without the `/index.js` suffix. - [#​124](https://github.com/ota-meshi/stylelint-config-recommended-vue/pull/124) [`b3a363c`](https://github.com/ota-meshi/stylelint-config-recommended-vue/commit/b3a363c842eec8a7b6c380d7031eec244886fb2d) Thanks [@​ota-meshi](https://github.com/ota-meshi)! - Move `stylelint-config-recommended` and `stylelint-config-html` from dependencies to peer dependencies, so that their versions are controlled by your project instead of always resolving to the latest release ([#​68](https://github.com/ota-meshi/stylelint-config-recommended-vue/issues/68)). The `stylelint-config-recommended-scss` config used by the `/scss` entry is now declared as an optional peer dependency. - [#​123](https://github.com/ota-meshi/stylelint-config-recommended-vue/pull/123) [`a12a429`](https://github.com/ota-meshi/stylelint-config-recommended-vue/commit/a12a429bcb10899668bf925a7b9d8820aa268fe2) Thanks [@​ota-meshi](https://github.com/ota-meshi)! - Update peer dependencies: `postcss-html` now requires `^2.0.0`, and `stylelint` now requires `>=16.0.0`. The `stylelint-config-html` dependency was also updated to require v2. </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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC41LjMiLCJ1cGRhdGVkSW5WZXIiOiI0NC41LjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=--> --------- Co-authored-by: Joakim Bodin <joakim@unbound.se> Reviewed-on: https://gitea.unbound.se/dancefinder/dancefinder-app/pulls/3015 Co-authored-by: Renovate Bot <renovate@unbound.se>
70 lines
2.1 KiB
JSON
70 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.2.1",
|
|
"@commitlint/config-conventional": "21.2.0",
|
|
"@graphql-codegen/cli": "7.2.0",
|
|
"@graphql-codegen/fragment-matcher": "7.1.0",
|
|
"@graphql-codegen/typescript": "6.1.0",
|
|
"@graphql-codegen/typescript-operations": "6.1.2",
|
|
"@graphql-codegen/typescript-vue-apollo": "5.0.1",
|
|
"@nuxt/devtools": "3.4.0",
|
|
"@nuxt/eslint": "1.16.0",
|
|
"@nuxtjs/i18n": "10.6.0",
|
|
"@stylistic/eslint-plugin": "5.10.0",
|
|
"@vue/test-utils": "2.4.11",
|
|
"esbuild": "0.28.1",
|
|
"eslint": "10.8.0",
|
|
"eslint-plugin-simple-import-sort": "14.0.0",
|
|
"eslint-plugin-vue": "10.10.0",
|
|
"nuxt": "4.5.1",
|
|
"postcss-html": "2.0.0",
|
|
"sass": "1.102.0",
|
|
"stylelint": "17.14.1",
|
|
"stylelint-config-recommended-vue": "2.0.0",
|
|
"stylelint-config-standard": "40.0.0",
|
|
"typescript": "6.0.3",
|
|
"typescript-eslint": "8.65.0",
|
|
"vite-plugin-vuetify": "2.1.3",
|
|
"vue": "3.5.40",
|
|
"vue-eslint-parser": "10.4.1",
|
|
"vue-router": "5.2.0",
|
|
"vuetify": "4.1.7"
|
|
},
|
|
"dependencies": {
|
|
"@apollo/client": "3.14.1",
|
|
"@auth0/auth0-vue": "2.9.0",
|
|
"@grafana/faro-web-sdk": "2.9.0",
|
|
"@grafana/faro-web-tracing": "2.9.0",
|
|
"@mdi/font": "7.4.47",
|
|
"@pinia/nuxt": "0.11.3",
|
|
"@vue/apollo-composable": "4.2.2",
|
|
"date-fns": "4.4.0",
|
|
"graphql": "16.14.2",
|
|
"graphql-tag": "2.12.7",
|
|
"pinia": "3.0.4",
|
|
"pinia-plugin-persistedstate": "4.7.1"
|
|
},
|
|
"engines": {
|
|
"node": "24"
|
|
},
|
|
"overrides": {
|
|
"@vue/server-renderer": "$vue"
|
|
}
|
|
}
|