Skip to content

Commit

Permalink
chore(deps-dev): bump the linting group across 1 directory with 4 upd…
Browse files Browse the repository at this point in the history
…ates

Bumps the linting group with 4 updates in the /solid directory: [eslint](https://github.com/eslint/eslint), [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n), [eslint-plugin-solid](https://github.com/solidjs-community/eslint-plugin-solid) and [stylelint](https://github.com/stylelint/stylelint).


Updates `eslint` from 8.57.0 to 9.2.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v9.2.0)

Updates `eslint-plugin-n` from 16.6.2 to 17.7.0
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-n@16.6.2...v17.7.0)

Updates `eslint-plugin-solid` from 0.13.2 to 0.14.0
- [Release notes](https://github.com/solidjs-community/eslint-plugin-solid/releases)
- [Commits](solidjs-community/eslint-plugin-solid@v0.13.2...v0.14.0)

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

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: linting
- dependency-name: eslint-plugin-n
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: linting
- dependency-name: eslint-plugin-solid
  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]>
  • Loading branch information
dependabot[bot] authored May 17, 2024
1 parent ccaccf5 commit 84b5429
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 270 deletions.
8 changes: 4 additions & 4 deletions solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"@tailwindcss/typography": "^0.5.13",
"autoprefixer": "^10.4.19",
"concurrently": "^8.2.1",
"eslint": "^8.57.0",
"eslint": "^9.2.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-n": "^17.7.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-solid": "^0.13.2",
"eslint-plugin-solid": "^0.14.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"stylelint": "^16.3.1",
"stylelint": "^16.5.0",
"stylelint-config-standard": "^36.0.0",
"tailwindcss": "^3.4.3",
"unplugin-fonts": "^1.1.1",
Expand Down
Loading

0 comments on commit 84b5429

Please sign in to comment.