chore: remove deprecated babel and stylelint dependencies#7659
Merged
martinjagodic merged 5 commits intodecaporg:mainfrom Nov 13, 2025
Merged
chore: remove deprecated babel and stylelint dependencies#7659martinjagodic merged 5 commits intodecaporg:mainfrom
martinjagodic merged 5 commits intodecaporg:mainfrom
Conversation
Member
martinjagodic
left a comment
There was a problem hiding this comment.
Thanks for the PR, please address my 2 comments.
.claude/settings.local.json
Outdated
Member
There was a problem hiding this comment.
agent instructions/permissions are quite personal - please add this file to gitignore
package.json
Outdated
| "lint": "run-p -c --aggregate-output \"lint:*\"", | ||
| "lint-quiet": "run-p -c --aggregate-output \"lint:* --quiet\"", | ||
| "lint:css": "stylelint --ignore-path .gitignore \"packages/**/*.{css,js,jsx,ts,tsx}\"", | ||
| "lint:css": "stylelint --ignore-path .gitignore \"packages/**/*.{css,scss}\"", |
Member
There was a problem hiding this comment.
A lot of style is in js,jsx,ts,tsx in this project (I don't like it, but that's the legacy we got). Are you sure we want to stop linting them?
Replace stylelint-processor-styled-components and stylelint-config-styled-components with postcss-styled-syntax to lint CSS-in-JS files. - Install postcss-styled-syntax - Update .stylelintrc to use postcss-styled-syntax - Re-enable linting for js,jsx,ts,tsx files in lint:css command - Disable stylelint rules incompatible with CSS-in-JS syntax 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
martinjagodic
approved these changes
Nov 13, 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.
Summary
Test plan
Checklist
A salamander from my garden ;-)