Skip to content

Commit b218cb8

Browse files
Merge pull request #671 from eliashaeussler/renovate/stylelint-header-2.x
[TASK] Update stylelint-header to v2
2 parents ea35f08 + 35a9edc commit b218cb8

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Resources/Private/Frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"eslint": "^9.0.0",
3131
"eslint-plugin-license-header": "^0.6.1",
3232
"lit": "^3.0.0",
33-
"lodash": "^4.17.21",
33+
"lodash-es": "^4.17.21",
3434
"npm-run-all": "^4.1.5",
3535
"postcss": "^8.4.24",
3636
"rollup": "^4.0.0",
@@ -42,7 +42,7 @@
4242
"stylelint": "^16.0.0",
4343
"stylelint-config-sass-guidelines": "^11.0.0",
4444
"stylelint-copyright": "^3.2.1",
45-
"stylelint-header": "^1.0.0",
45+
"stylelint-header": "^2.0.0",
4646
"tslib": "^2.6.0",
4747
"typescript": "^5.0.4",
4848
"typescript-eslint": "^7.6.0"

Resources/Private/Frontend/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2035,6 +2035,11 @@ locate-path@^6.0.0:
20352035
dependencies:
20362036
p-locate "^5.0.0"
20372037

2038+
lodash-es@^4.17.21:
2039+
version "4.17.21"
2040+
resolved "https://registry.yarnpkg.com/lodash-es/-/lodash-es-4.17.21.tgz#43e626c46e6591b7750beb2b50117390c609e3ee"
2041+
integrity sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==
2042+
20382043
lodash.camelcase@^4.3.0:
20392044
version "4.3.0"
20402045
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
@@ -2060,11 +2065,6 @@ lodash.uniq@^4.5.0:
20602065
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
20612066
integrity sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==
20622067

2063-
lodash@^4.17.21:
2064-
version "4.17.21"
2065-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
2066-
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
2067-
20682068
lru-cache@^6.0.0:
20692069
version "6.0.0"
20702070
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
@@ -3247,10 +3247,10 @@ stylelint-copyright@^3.2.1:
32473247
stylelint "^14.16.1"
32483248
tslib "^2.6.0"
32493249

3250-
stylelint-header@^1.0.0:
3251-
version "1.0.0"
3252-
resolved "https://registry.yarnpkg.com/stylelint-header/-/stylelint-header-1.0.0.tgz#a58f8e1995a822d8b3b1d1ceaddaf0884ece6895"
3253-
integrity sha512-1LB2SNSjaTj4doUDKbH65ic6OkfKCWML1eL6ANYeREDvq12mA7M8SIx7dAlpufEFYyzJEqBkN7A8+r/oOHAyvA==
3250+
stylelint-header@^2.0.0:
3251+
version "2.0.1"
3252+
resolved "https://registry.yarnpkg.com/stylelint-header/-/stylelint-header-2.0.1.tgz#b467c493e4c2759b338168e71187b4fe0bd8c266"
3253+
integrity sha512-3V7+jXceM/c5d6EdcWb2zqaNuj0Hh37HlUFoSDFEgSqKPVUZka8sgntgbSkdf/AbUT6yEx3F/c1FkaG+eRxQtQ==
32543254
dependencies:
32553255
string-similarity "^4.0.4"
32563256

0 commit comments

Comments
 (0)