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

[core] Add CSS lint in the CI #469

Merged
merged 1 commit into from
Oct 19, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Oct 18, 2020

Bumps stylelint from 13.7.1 to 13.7.2.

Release notes

Sourced from stylelint's releases.

13.7.2

  • Fixed: regression for disable commands and adjacent double-slash comments (#4950).
  • Fixed: use of full file path without converting it to glob (#4931).
Changelog

Sourced from stylelint's changelog.

13.7.2

  • Fixed: regression for disable commands and adjacent double-slash comments (#4950).
  • Fixed: use of full file path without converting it to glob (#4931).
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 40 PRs for your first few update runs. Once an update run creates fewer than 40 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Update of dependencies label Oct 18, 2020
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/stylelint-13.7.2 branch from 6adfe24 to 164c0b6 Compare October 18, 2020 20:49
@oliviertassinari oliviertassinari changed the title Bump stylelint from 13.7.1 to 13.7.2 [core] Add CSS lint in the CI Oct 18, 2020
@oliviertassinari oliviertassinari force-pushed the dependabot/npm_and_yarn/stylelint-13.7.2 branch from 164c0b6 to b4d3f39 Compare October 18, 2020 21:13
@oliviertassinari
Copy link
Member

Updated to match mui/material-ui#22976

@@ -1,9 +1,18 @@
// const baseline = require('@material-ui/monorepo/.stylelintrc');
Copy link
Member

Choose a reason for hiding this comment

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

Need #456 first in order to apply the change

@oliviertassinari oliviertassinari added core Infrastructure work going on behind the scenes test and removed dependencies Update of dependencies labels Oct 18, 2020
@dependabot-preview dependabot-preview bot merged commit 0c70d0b into master Oct 19, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/stylelint-13.7.2 branch October 19, 2020 10:12
dtassone pushed a commit to dtassone/material-ui-x that referenced this pull request Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Infrastructure work going on behind the scenes test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants