Skip to content

Commit

Permalink
Bump the development-dependencies group with 2 updates (#57)
Browse files Browse the repository at this point in the history
* Bump the development-dependencies group with 2 updates

Bumps the development-dependencies group with 2 updates: [eslint-config-stylelint](https://github.com/stylelint/eslint-config-stylelint) and [yaml](https://github.com/eemeli/yaml).


Updates `eslint-config-stylelint` from 22.0.0 to 23.0.0
- [Release notes](https://github.com/stylelint/eslint-config-stylelint/releases)
- [Changelog](https://github.com/stylelint/eslint-config-stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/eslint-config-stylelint@22.0.0...23.0.0)

Updates `yaml` from 2.5.1 to 2.6.0
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.5.1...v2.6.0)

---
updated-dependencies:
- dependency-name: eslint-config-stylelint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: yaml
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* update eslint

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Romain Menke <[email protected]>
  • Loading branch information
dependabot[bot] and romainmenke authored Nov 5, 2024
1 parent f435364 commit 98c2e1a
Show file tree
Hide file tree
Showing 3 changed files with 393 additions and 375 deletions.
3 changes: 3 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import stylelintConfig from 'eslint-config-stylelint';

export default [...stylelintConfig];
Loading

0 comments on commit 98c2e1a

Please sign in to comment.