Skip to content

Commit 9217c10

Browse files
chore(deps-dev): bump stylelint-config-standard in /web
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 24.0.0 to 25.0.0. - [Release notes](https://github.com/stylelint/stylelint-config-standard/releases) - [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint-config-standard@24.0.0...25.0.0) --- updated-dependencies: - dependency-name: stylelint-config-standard dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c81bd0d commit 9217c10

3 files changed

Lines changed: 17 additions & 40 deletions

File tree

web/package-lock.json

Lines changed: 10 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"stylelint": "^14.1.0",
6666
"stylelint-config-prettier": "^9.0.3",
6767
"stylelint-config-recommended-vue": "^1.1.0",
68-
"stylelint-config-standard": "^24.0.0",
68+
"stylelint-config-standard": "^25.0.0",
6969
"ts-jest": "^27.1.1",
7070
"vue-jest": "^3.0.4"
7171
}

web/yarn.lock

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10472,19 +10472,16 @@ stylelint-config-recommended-vue@^1.1.0:
1047210472
stylelint-config-html ">=1.0.0"
1047310473
stylelint-config-recommended ">=6.0.0"
1047410474

10475-
stylelint-config-recommended@>=6.0.0:
10475+
stylelint-config-recommended@>=6.0.0, stylelint-config-recommended@^7.0.0:
1047610476
version "7.0.0"
1047710477
resolved "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-7.0.0.tgz"
1047810478

10479-
stylelint-config-recommended@^6.0.0:
10480-
version "6.0.0"
10481-
resolved "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-6.0.0.tgz"
10482-
10483-
stylelint-config-standard@^24.0.0:
10484-
version "24.0.0"
10485-
resolved "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-24.0.0.tgz"
10479+
stylelint-config-standard@^25.0.0:
10480+
version "25.0.0"
10481+
resolved "https://registry.yarnpkg.com/stylelint-config-standard/-/stylelint-config-standard-25.0.0.tgz#2c916984e6655d40d6e8748b19baa8603b680bff"
10482+
integrity sha512-21HnP3VSpaT1wFjFvv9VjvOGDtAviv47uTp3uFmzcN+3Lt+RYRv6oAplLaV51Kf792JSxJ6svCJh/G18E9VnCA==
1048610483
dependencies:
10487-
stylelint-config-recommended "^6.0.0"
10484+
stylelint-config-recommended "^7.0.0"
1048810485

1048910486
stylelint-webpack-plugin@^2.3.1:
1049010487
version "2.4.0"

0 commit comments

Comments
 (0)