chore: update dependency stylelint-config-standard to v38#328
Merged
Conversation
14e3e2a to
d2f852d
Compare
eed25a2 to
df2c8fd
Compare
df2c8fd to
bc17e4c
Compare
Contributor
stylelint-config-standardの36.0.1から38.0.0へのアップデート内容バージョン37.0.0の変更点
ref. stylelint/stylelint-config-standard リリースページ(37.0.0) バージョン38.0.0の変更点
ref. stylelint/stylelint-config-standard リリースページ(38.0.0) 影響についてこのアップデートによる当プロジェクトへの影響はありません。 1. 依存関係の要件は満たしている現在のpackage.jsonでは既にstylelint v16.19.0を使用しており、新しい要件を満たしています。 エビデンス: // package.json(一部抜粋)
{
"stylelint": "^16.19.0",
"stylelint-config-standard": "^38.0.0"
}2. 新ルール(container-name-pattern, layer-name-pattern)の影響はないプロジェクト内でCSSコンテナクエリ( プロジェクト全体の検索結果 3. color-function-alias-notationルールの影響はない現在のstylelint設定では、既に // stylelint.config.cjs(一部抜粋)
module.exports = {
extends: ['stylelint-config-standard'],
// ...
rules: {
// ...
'color-function-notation': 'legacy',
// ...
},
};以上の理由から、stylelint-config-standardを38.0.0にアップデートしてもプロジェクトに影響はなく、安全に更新できると判断します。 |
mkmn
approved these changes
May 2, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^36.0.1->^38.0.0Release Notes
stylelint/stylelint-config-standard (stylelint-config-standard)
v38.0.0Compare Source
stylelintless than16.18.0from peer dependencies.stylelint-config-recommended@16.0.0.color-function-alias-notation: "without-alpha"rule.container-name-pattern(kebab-case with optional--prefix) rule.layer-name-pattern(kebab-case) rule.v37.0.0Compare Source
stylelintless than16.13.0from peer dependencies.stylelint-config-recommended@15.0.0.Configuration
📅 Schedule: Branch creation - "after 8am and before 5pm every weekday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.