chore: bump declaration-strict-value and reconfigure it - #39080
Merged
Conversation
Neither at-rule is an element context, so var() has nothing to resolve against and enforcing a variable there is a footgun. This drops the per-line disables on every @font-face font-weight descriptor. Needs stylelint-declaration-strict-value 1.12.0 for ignoreAtRules. Assisted-by: Claude Code:claude-opus-5
declaration-strict-value and reconfigure it
declaration-strict-value and reconfigure itdeclaration-strict-value and reconfigure it
lunny
approved these changes
Aug 24, 2026
1.12.1 fixes the missing array check, so the at-rules can be listed directly instead of via the property hash. Assisted-by: Claude Code:claude-opus-5
bircni
approved these changes
Aug 24, 2026
bircni
enabled auto-merge (squash)
August 24, 2026 20:01
silverwind
added a commit
to silverwind/gitea
that referenced
this pull request
Aug 24, 2026
* 'main' of github.com:go-gitea/gitea: (77 commits) chore: bump `declaration-strict-value` and reconfigure it (go-gitea#39080) fix(git): parse co-author trailers that are not RFC 5322 addresses (go-gitea#39076) fix(pull): name the head repository in default compare links (go-gitea#39075) chore: misc go 1.27 tweaks (go-gitea#39069) fix(packages/npm): use PathEscape for package name in tarball URL (go-gitea#39061) fix(attachments): enforce owning repository path (go-gitea#39048) chore(deps): update dependencies (go-gitea#39066) chore: add modelmigration to GO_DIRS (go-gitea#39072) chore: update Go to v1.27 (go-gitea#39068) [skip ci] Updated translations via Crowdin feat(diff): Add search and extension filter to diff sidebar (go-gitea#37068) fix(auth): record last sign-in on reverse proxy login (go-gitea#38672) fix(db): make paginated database reads always require "order" option (go-gitea#39017) fix(packages): restrict limited owner package access (go-gitea#39043) fix(api): enforce organization listing token scope (go-gitea#39041) fix(actions): enforce workflow badge token scope (go-gitea#39044) fix(repo): require organization owners for team access (go-gitea#39046) fix(org): hide limited organizations from restricted users (go-gitea#39047) [skip ci] Updated translations via Crowdin feat(actions)!: add RUN_RETENTION_DAYS to delete old action runs (go-gitea#38855) ... # Conflicts: # modelmigration/migrations.go # modelmigration/v28/v349.go # modelmigration/v28/v349_test.go # services/release/release_test.go
zjjhot
added a commit
to zjjhot/gitea
that referenced
this pull request
Aug 26, 2026
* 'main' of https://github.com/go-gitea/gitea: [skip ci] Updated translations via Crowdin chore: repo compare link (go-gitea#39088) fix(pull): keep the merged state in sync with git (go-gitea#39062) chore: anchor golangci exclusion paths to directories (go-gitea#39116) fix(asymkey): do not verify OpenPGP signatures with an SSH instance key, require git 2.18 (go-gitea#39073) fix(repo): prevent MarkAsBrokenEmpty when repository is being migrated (go-gitea#39091) [skip ci] Updated translations via Crowdin chore: bump `declaration-strict-value` and reconfigure it (go-gitea#39080) fix(git): parse co-author trailers that are not RFC 5322 addresses (go-gitea#39076) fix(pull): name the head repository in default compare links (go-gitea#39075) chore: misc go 1.27 tweaks (go-gitea#39069) fix(packages/npm): use PathEscape for package name in tarball URL (go-gitea#39061) fix(attachments): enforce owning repository path (go-gitea#39048) chore(deps): update dependencies (go-gitea#39066) chore: add modelmigration to GO_DIRS (go-gitea#39072) chore: update Go to v1.27 (go-gitea#39068)
zjjhot
added a commit
to zjjhot/gitea
that referenced
this pull request
Aug 26, 2026
* main: [skip ci] Updated translations via Crowdin chore: repo compare link (go-gitea#39088) fix(pull): keep the merged state in sync with git (go-gitea#39062) chore: anchor golangci exclusion paths to directories (go-gitea#39116) fix(asymkey): do not verify OpenPGP signatures with an SSH instance key, require git 2.18 (go-gitea#39073) fix(repo): prevent MarkAsBrokenEmpty when repository is being migrated (go-gitea#39091) [skip ci] Updated translations via Crowdin chore: bump `declaration-strict-value` and reconfigure it (go-gitea#39080) fix(git): parse co-author trailers that are not RFC 5322 addresses (go-gitea#39076) fix(pull): name the head repository in default compare links (go-gitea#39075) chore: misc go 1.27 tweaks (go-gitea#39069) fix(packages/npm): use PathEscape for package name in tarball URL (go-gitea#39061) fix(attachments): enforce owning repository path (go-gitea#39048) chore(deps): update dependencies (go-gitea#39066) chore: add modelmigration to GO_DIRS (go-gitea#39072) chore: update Go to v1.27 (go-gitea#39068)
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.
Bump https://github.com/AndyOGo/stylelint-declaration-strict-value and configure it to avoid needing these lint exclusions.
Related: AndyOGo/stylelint-declaration-strict-value#201