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

Loads of deprecation warnings? #59

Closed
mattdell opened this issue Feb 9, 2023 · 2 comments · Fixed by #66
Closed

Loads of deprecation warnings? #59

mattdell opened this issue Feb 9, 2023 · 2 comments · Fixed by #66

Comments

@mattdell
Copy link

mattdell commented Feb 9, 2023

I'm getting these warnings on a brand new setup.

Screenshot 2023-02-09 at 17 05 40

My .stylelintrc.js file is the following

module.exports = {
  extends: 'stylelint-config-standard-scss',
};

I am using these versions of the linter / config:

"stylelint": "^15.0.0",
"stylelint-config-standard-scss": "^6.1.0",

I'm surprised to see depcrecation warnings on the latest version of the config. Any ideas?

@mattdell
Copy link
Author

mattdell commented Feb 9, 2023

Appears to be related: stylelint/stylelint#6561

@kristerkari
Copy link
Contributor

There is no support for stylelint v15 yet, but will try to get the dependencies/configs updated this weekend to get rid of the warnings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants