Skip to content

chore: update dependency stylelint-header to v3 #5456

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"storybook": "^8.6.12",
"stylelint": "^16.19.1",
"stylelint-config-standard": "^38.0.0",
"stylelint-header": "^2.1.0",
"stylelint-header": "^3.0.0",
"tachometer": "^0.7.1",
"tar-stream": "^3.0.0",
"terser": "^4.8.1",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ __metadata:
storybook: "npm:^8.6.12"
stylelint: "npm:^16.19.1"
stylelint-config-standard: "npm:^38.0.0"
stylelint-header: "npm:^2.1.0"
stylelint-header: "npm:^3.0.0"
tachometer: "npm:^0.7.1"
tar-stream: "npm:^3.0.0"
terser: "npm:^4.8.1"
Expand Down Expand Up @@ -32468,15 +32468,15 @@ __metadata:
languageName: node
linkType: hard

"stylelint-header@npm:^2.1.0":
version: 2.1.0
resolution: "stylelint-header@npm:2.1.0"
"stylelint-header@npm:^3.0.0":
version: 3.0.0
resolution: "stylelint-header@npm:3.0.0"
dependencies:
lodash-es: "npm:^4.17.21"
string-similarity: "npm:^4.0.4"
peerDependencies:
stylelint: ^15.0.0 || ^16.0.0
checksum: 10c0/e2fb17dcc0142ac48b88d31d7f6ede23bb2d3df77cc18f69ae9638814de656680808f8edb8efd8f0e60a7c6dbec0399b85fdc644b8ebf6e1ebc3f2eb80496a80
stylelint: ">=16"
checksum: 10c0/d52c1b6a266772d1d5e484e655eee3e6fccf95b69ba743e75398d11e22df4383b01b0e9dab676d599de3d2a9f3b0c3a82aa86df94ad72575463becc3f10688ba
languageName: node
linkType: hard

Expand Down
Loading