Skip to content

Commit

Permalink
chore(deps-dev): bump the lint group with 3 updates (#742)
Browse files Browse the repository at this point in the history
Bumps the lint group with 3 updates: [prettier](https://github.com/prettier/prettier), [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss).


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.12.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.12.0)

Updates `stylelint-config-standard-scss` from 13.1.0 to 14.0.0
- [Release notes](https://github.com/stylelint-scss/stylelint-config-standard-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-config-standard-scss/blob/main/CHANGELOG.md)
- [Commits](stylelint-scss/stylelint-config-standard-scss@v13.1.0...v14.0.0)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: lint
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: lint
- dependency-name: stylelint-config-standard-scss
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: lint
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2024
1 parent bcde64c commit fa0ae27
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 146 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.12.1",
"@sveltejs/vite-plugin-svelte": "^5.0.2",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"sass": "^1.83.0",
"svelte": "^5.14.3",
Expand Down
6 changes: 3 additions & 3 deletions manon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"sass": ">=1.77.6"
},
"devDependencies": {
"prettier": "^3.3.3",
"stylelint": "^16.10.0",
"stylelint-config-standard-scss": "^13.1.0"
"prettier": "^3.4.2",
"stylelint": "^16.12.0",
"stylelint-config-standard-scss": "^14.0.0"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit fa0ae27

Please sign in to comment.