Skip to content

Commit

Permalink
Bump the linting group across 1 directory with 3 updates (#559)
Browse files Browse the repository at this point in the history
* Bump the linting group across 1 directory with 3 updates

Bumps the linting group with 3 updates in the / directory: [eslint](https://github.com/eslint/eslint), [prettier](https://github.com/prettier/prettier) and [stylelint](https://github.com/stylelint/stylelint).


Updates `eslint` from 9.14.0 to 9.17.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.14.0...v9.17.0)

Updates `prettier` from 3.3.3 to 3.4.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.3...3.4.2)

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

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: linting
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: linting
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: linting
...

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

* Update yarn.nix

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: robbe[bot] <[email protected]>
  • Loading branch information
dependabot[bot] and robbe[bot] authored Dec 14, 2024
1 parent 380ae7a commit c7fbae3
Show file tree
Hide file tree
Showing 3 changed files with 201 additions and 197 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"devDependencies": {
"@tree-company/eslint-config": "^0.4.3",
"@tree-company/stylelint-config": "^0.4.3",
"eslint": "^9.14.0",
"prettier": "^3.3.3",
"stylelint": "^16.10.0"
"eslint": "^9.17.0",
"prettier": "^3.4.2",
"stylelint": "^16.11.0"
},
"stylelint": {
"extends": [
Expand Down
216 changes: 110 additions & 106 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c7fbae3

Please sign in to comment.