Conversation
Upgrade Stylelint and Stylelint config SASS guidelines packages to their latest compatible versions (Stylelint config SASS guidelines states that is compatible with Styleling v17.1).
This was referenced Apr 2, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Upgrades Stylelint and the Sass guidelines config to the latest compatible v17 toolchain and applies formatting tweaks to SCSS files to satisfy new/updated lint rules.
Changes:
- Upgrade
stylelintto v17 andstylelint-config-sass-guidelinesto v13 (plus transitive lockfile updates). - Update Stylelint SCSS rule config to the newer
scss/load-no-partial-leading-underscorerule name. - Apply SCSS formatting/modern-Sass adjustments (selector wrapping, indentation,
sass:colormodule usage) to clear new lint violations.
Reviewed changes
Copilot reviewed 10 out of 15 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
yarn.lock |
Locks Stylelint v17-era dependency graph and transitive upgrades needed for compatibility. |
package.json |
Bumps Stylelint + Sass guidelines config versions used by sass:lint. |
app/assets/stylesheets/layouts/vacancies/index.scss |
Reformats multi-selector rule to satisfy updated linting expectations. |
app/assets/stylesheets/layouts/shared/_search-results.scss |
Reformats multi-selector rules for lint compliance. |
app/assets/stylesheets/layouts/hero.scss |
Fixes indentation/formatting to match style rules. |
app/assets/stylesheets/components/sidebar.scss |
Simplifies equivalent padding shorthand / formatting for lint compliance. |
app/assets/stylesheets/components/filters.scss |
Corrects indentation and block structure for lint compliance. |
app/assets/stylesheets/components/detail.scss |
Simplifies equivalent padding shorthand / formatting for lint compliance. |
app/assets/stylesheets/components/_status_tag.scss |
Minor formatting fix (closing brace alignment). |
app/assets/stylesheets/base/_mixins.scss |
Uses sass:color module and color.mix() (modern Sass) to satisfy linting/deprecation expectations. |
app/assets/stylesheets/base/_guide_card.scss |
Fixes spacing and selector wrapping for lint compliance. |
app/assets/stylesheets/base/_form.scss |
Adds missing whitespace before { for lint compliance. |
app/assets/stylesheets/application.scss |
Normalizes quoting to satisfy stylelint rules. |
app/assets/stylesheets/actiontext.scss |
Splits long selector list across lines for lint compliance. |
.stylelintrc.json |
Updates deprecated SCSS rule name and removes trailing whitespace. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
starswan
approved these changes
Apr 7, 2026
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.
Trello card URL
Fixing issues in Dependabot updates by grouping them into a single compatible update.
Fixed new style violations raised by the version upgrades.
Changes in this PR:
Upgrade Stylelint and Stylelint config SASS guidelines packages to their latest compatible versions (Stylelint config SASS guidelines states that is compatible with Stylelint v17.1).
Checklists:
Data & Schema Changes
If this PR modifies data structures or validations, check the following:
If any of the above options has changed then the author must check/resolve all of the following...
Integration Impact
Does this change affect any of these integrations?
User Experience & Data Integrity
Could this change impact: