From def15d669c7634936e7e2a5186b0e4c209c10747 Mon Sep 17 00:00:00 2001 From: ernscht Date: Tue, 15 Oct 2024 20:41:02 +0200 Subject: [PATCH] chore: downgrade stylelint due to issues --- package-lock.json | 128 ++++++++---------- .../app/templates/CUTAWAYpackage.json | 2 +- packages/project-nitro-twig/package.json | 2 +- .../project-nitro-typescript/package.json | 2 +- packages/project-nitro/package.json | 2 +- 5 files changed, 57 insertions(+), 79 deletions(-) diff --git a/package-lock.json b/package-lock.json index 794e7434..e7c4c8ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11386,13 +11386,12 @@ "license": "MIT" }, "node_modules/css-tree": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-3.0.0.tgz", - "integrity": "sha512-o88DVQ6GzsABn1+6+zo2ct801dBO5OASVyxbbvA2W20ue2puSh/VOuqUj90eUeMSX/xqGqBmOKiRQN7tJOuBXw==", - "dev": true, + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz", + "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==", "license": "MIT", "dependencies": { - "mdn-data": "2.10.0", + "mdn-data": "2.0.30", "source-map-js": "^1.0.1" }, "engines": { @@ -25308,10 +25307,9 @@ } }, "node_modules/mdn-data": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.10.0.tgz", - "integrity": "sha512-qq7C3EtK3yJXMwz1zAab65pjl+UhohqMOctTgcqjLOWABqmwj+me02LSsCuEUxnst9X1lCBpoE0WArGKgdGDzw==", - "dev": true, + "version": "2.0.30", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz", + "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==", "license": "CC0-1.0" }, "node_modules/mdurl": { @@ -35717,9 +35715,9 @@ } }, "node_modules/stylelint": { - "version": "16.10.0", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.10.0.tgz", - "integrity": "sha512-z/8X2rZ52dt2c0stVwI9QL2AFJhLhbPkyfpDFcizs200V/g7v+UYY6SNcB9hKOLcDDX/yGLDsY/pX08sLkz9xQ==", + "version": "16.9.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.9.0.tgz", + "integrity": "sha512-31Nm3WjxGOBGpQqF43o3wO9L5AC36TPIe6030Lnm13H3vDMTcS21DrLh69bMX+DBilKqMMVLian4iG6ybBoNRQ==", "dev": true, "funding": [ { @@ -35741,17 +35739,17 @@ "balanced-match": "^2.0.0", "colord": "^2.9.3", "cosmiconfig": "^9.0.0", - "css-functions-list": "^3.2.3", - "css-tree": "^3.0.0", - "debug": "^4.3.7", + "css-functions-list": "^3.2.2", + "css-tree": "^2.3.1", + "debug": "^4.3.6", "fast-glob": "^3.3.2", "fastest-levenshtein": "^1.0.16", - "file-entry-cache": "^9.1.0", + "file-entry-cache": "^9.0.0", "global-modules": "^2.0.0", "globby": "^11.1.0", "globjoin": "^0.1.4", "html-tags": "^3.3.1", - "ignore": "^6.0.2", + "ignore": "^5.3.2", "imurmurhash": "^0.1.4", "is-plain-object": "^5.0.0", "known-css-properties": "^0.34.0", @@ -35760,13 +35758,14 @@ "micromatch": "^4.0.8", "normalize-path": "^3.0.0", "picocolors": "^1.0.1", - "postcss": "^8.4.47", + "postcss": "^8.4.41", "postcss-resolve-nested-selector": "^0.1.6", - "postcss-safe-parser": "^7.0.1", + "postcss-safe-parser": "^7.0.0", "postcss-selector-parser": "^6.1.2", "postcss-value-parser": "^4.2.0", "resolve-from": "^5.0.0", "string-width": "^4.2.3", + "strip-ansi": "^7.1.0", "supports-hyperlinks": "^3.1.0", "svg-tags": "^1.0.0", "table": "^6.8.2", @@ -35897,27 +35896,6 @@ "stylelint": "^16.0.2" } }, - "node_modules/stylelint-scss/node_modules/css-tree": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz", - "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==", - "dev": true, - "license": "MIT", - "dependencies": { - "mdn-data": "2.0.30", - "source-map-js": "^1.0.1" - }, - "engines": { - "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" - } - }, - "node_modules/stylelint-scss/node_modules/mdn-data": { - "version": "2.0.30", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz", - "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==", - "dev": true, - "license": "CC0-1.0" - }, "node_modules/stylelint-scss/node_modules/postcss-resolve-nested-selector": { "version": "0.1.6", "resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.6.tgz", @@ -35925,6 +35903,19 @@ "dev": true, "license": "MIT" }, + "node_modules/stylelint/node_modules/ansi-regex": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, "node_modules/stylelint/node_modules/balanced-match": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz", @@ -35987,16 +35978,6 @@ "node": ">=6" } }, - "node_modules/stylelint/node_modules/ignore": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-6.0.2.tgz", - "integrity": "sha512-InwqeHHN2XpumIkMvpl/DCJVrAHgCsG5+cn1XlnLWGwtZBm8QJfSusItfrwx81CTp5agNZqpKU2J/ccC5nGT4A==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 4" - } - }, "node_modules/stylelint/node_modules/ini": { "version": "1.3.8", "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", @@ -36024,6 +36005,22 @@ "dev": true, "license": "MIT" }, + "node_modules/stylelint/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, "node_modules/stylelint/node_modules/which": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", @@ -36361,25 +36358,6 @@ "node": ">= 10" } }, - "node_modules/svgo/node_modules/css-tree": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz", - "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==", - "license": "MIT", - "dependencies": { - "mdn-data": "2.0.30", - "source-map-js": "^1.0.1" - }, - "engines": { - "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" - } - }, - "node_modules/svgo/node_modules/mdn-data": { - "version": "2.0.30", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz", - "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==", - "license": "CC0-1.0" - }, "node_modules/svgpath": { "version": "2.6.0", "resolved": "https://registry.npmjs.org/svgpath/-/svgpath-2.6.0.tgz", @@ -38032,9 +38010,9 @@ } }, "node_modules/tslib": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", - "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.0.tgz", + "integrity": "sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==", "license": "0BSD" }, "node_modules/tsscmp": { @@ -46321,7 +46299,7 @@ "npm-run-all": "4.1.5", "prettier": "3.3.3", "rimraf": "5.0.10", - "stylelint": "16.10.0", + "stylelint": "16.9.0", "webpack-cli": "4.10.0", "yo": "5.0.0" }, @@ -46381,7 +46359,7 @@ "npm-run-all": "4.1.5", "prettier": "3.3.3", "rimraf": "5.0.10", - "stylelint": "16.10.0", + "stylelint": "16.9.0", "webpack-cli": "4.10.0", "yo": "5.0.0" }, @@ -46462,7 +46440,7 @@ "npm-run-all": "4.1.5", "prettier": "3.3.3", "rimraf": "5.0.10", - "stylelint": "16.10.0", + "stylelint": "16.9.0", "typescript": "5.6.3", "webpack-cli": "4.10.0", "yo": "5.0.0" diff --git a/packages/generator-nitro/generators/app/templates/CUTAWAYpackage.json b/packages/generator-nitro/generators/app/templates/CUTAWAYpackage.json index 3a982adc..1704244d 100644 --- a/packages/generator-nitro/generators/app/templates/CUTAWAYpackage.json +++ b/packages/generator-nitro/generators/app/templates/CUTAWAYpackage.json @@ -131,7 +131,7 @@ "npm-run-all": "4.1.5", "prettier": "3.3.3", "rimraf": "5.0.10", - "stylelint": "16.10.0",<% if (options.jsCompiler === 'ts') { %> + "stylelint": "16.9.0",<% if (options.jsCompiler === 'ts') { %> "typescript": "5.6.3",<% } %> "webpack-cli": "4.10.0", "yo": "5.0.0" diff --git a/packages/project-nitro-twig/package.json b/packages/project-nitro-twig/package.json index f4041ed9..0f93b211 100644 --- a/packages/project-nitro-twig/package.json +++ b/packages/project-nitro-twig/package.json @@ -118,7 +118,7 @@ "npm-run-all": "4.1.5", "prettier": "3.3.3", "rimraf": "5.0.10", - "stylelint": "16.10.0", + "stylelint": "16.9.0", "webpack-cli": "4.10.0", "yo": "5.0.0" }, diff --git a/packages/project-nitro-typescript/package.json b/packages/project-nitro-typescript/package.json index 2b0cd8a5..f4368487 100644 --- a/packages/project-nitro-typescript/package.json +++ b/packages/project-nitro-typescript/package.json @@ -120,7 +120,7 @@ "npm-run-all": "4.1.5", "prettier": "3.3.3", "rimraf": "5.0.10", - "stylelint": "16.10.0", + "stylelint": "16.9.0", "typescript": "5.6.3", "webpack-cli": "4.10.0", "yo": "5.0.0" diff --git a/packages/project-nitro/package.json b/packages/project-nitro/package.json index 124c43ba..38f63602 100644 --- a/packages/project-nitro/package.json +++ b/packages/project-nitro/package.json @@ -126,7 +126,7 @@ "npm-run-all": "4.1.5", "prettier": "3.3.3", "rimraf": "5.0.10", - "stylelint": "16.10.0", + "stylelint": "16.9.0", "webpack-cli": "4.10.0", "yo": "5.0.0" },