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

build(deps): bump stylelint-config-team23-standard from v1.0.0-rc9 to v1.0.1 #7

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2022

Bumps stylelint-config-team23-standard from v1.0.0-rc9 to v1.0.1.

Changelog

Sourced from stylelint-config-team23-standard's changelog.

1.0.1

  • updates to stylelint from 14.5.1 to 14.6.0

1.0.0

Dependencies

  • updated stylelint from ^13.7.2 to ^14.5.0
  • updated stylelint-config-standard from ^20.0.0 to ^25.0.0
  • updated stylelint peer dependency to ^14.4.0, i.e. removed support for older versions
  • added stylelint-config-prettier dependency

Changes to linting rules

  • increased max-nesting-depth to 4.

  • added rules:

'at-rule-disallowed-list': ['debug'],
'selector-type-no-unknown': null,
'function-no-unknown': null,
'no-empty-source': null,
  • removed duplicate rules that were or became standard in stylelint-config-standard or stylelint-config-recommended:
'property-no-vendor-prefix': true,
'at-rule-no-vendor-prefix': true,
'selector-no-vendor-prefix': true,
'value-no-vendor-prefix': true,
'function-url-quotes': 'always',
'font-family-name-quotes': 'always-where-recommended',
'selector-attribute-quotes': 'always',
  • by adding stylelint-config-prettier, all rules that might cause conflict when using prettier are disabled.

  • disabled all stylistic rules as recommended by stylelint here, by changing

'max-empty-lines': 2,
'string-quotes': 'single',
'value-keyword-case': [
  'lower',
  {
    ignoreProperties: ['font-family', '/^\\$font-family-.*/']
  }
</tr></table> 

... (truncated)

Commits
  • 607808d v1.0.1
  • edf3c34 docs: update changelog
  • 51cc901 Merge pull request #7 from team23/dependabot/npm_and_yarn/stylelint-14.6.0
  • 3a0db29 build(deps-dev): bump stylelint from 14.5.1 to 14.6.0
  • 8b8c151 Merge pull request #6 from team23/dependabot/npm_and_yarn/prettier-2.6.0
  • 3b98fb7 Merge pull request #5 from team23/dependabot/npm_and_yarn/eslint-8.11.0
  • 136a71c Merge pull request #4 from team23/dependabot/npm_and_yarn/lint-staged-12.3.7
  • b9ea384 build(deps-dev): bump prettier from 2.5.1 to 2.6.0
  • ff71041 build(deps-dev): bump eslint from 8.9.0 to 8.11.0
  • 721be34 build(deps-dev): bump lint-staged from 12.3.4 to 12.3.7
  • Additional commits viewable in compare view

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.


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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [stylelint-config-team23-standard](https://github.com/team23/stylelint-config-team23-standard) from v1.0.0-rc9 to v1.0.1.
- [Release notes](https://github.com/team23/stylelint-config-team23-standard/releases)
- [Changelog](https://github.com/team23/stylelint-config-team23-standard/blob/master/CHANGELOG.md)
- [Commits](team23/stylelint-config-team23-standard@d235161...607808d)

---
updated-dependencies:
- dependency-name: stylelint-config-team23-standard
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 18, 2022
@goester-team23 goester-team23 merged commit 6e1e522 into master Mar 18, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/stylelint-config-team23-standard-v1.0.1 branch March 18, 2022 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant