Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#489] Fix: Postcss not compatible with Node 16 #490

Merged
merged 3 commits into from
Dec 14, 2023

Conversation

malparty
Copy link
Member

@malparty malparty commented Dec 14, 2023

close #489

What happened 👀

It's faster to just update the needed dependencies rather than locking the template with outdated dependencies (with the cascading effect this can have).

Insight 📝

  • Rails 7.1.2
  • Node 18.19
  • Nimble Stylelint config 1.1.0 (required to lock stylelint to version 15 // version 16 raise an error)

Stylelint also came with new errors and I had to remove the global functions calls in favor of namespaced one.

Proof Of Work 📹

The tests should now pass. No behavior changed. ✅

@malparty malparty added this to the 5.11.0 milestone Dec 14, 2023
@malparty malparty self-assigned this Dec 14, 2023
@malparty malparty force-pushed the bug/gh489-fix-postcss-not-compatible-node-16 branch from 3dc8632 to 8e6a638 Compare December 14, 2023 03:18
@malparty malparty marked this pull request as ready for review December 14, 2023 03:37
@malparty malparty requested a review from a user December 14, 2023 03:37
@@ -3,7 +3,6 @@
"@nimblehq/stylelint-config-nimble"
],
"rules": {
"no-eol-whitespace": true,
Copy link
Contributor

@tyrro tyrro Dec 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for future reference: We've updated Stylelint to v15 in this PR and this rule is deprecated on Stylelint v15

@malparty malparty added this pull request to the merge queue Dec 14, 2023
Merged via the queue into develop with commit 6ca73a0 Dec 14, 2023
5 checks passed
@malparty malparty deleted the bug/gh489-fix-postcss-not-compatible-node-16 branch December 14, 2023 04:23
This was referenced Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix: Postcss not compatible with Node 16
6 participants