Skip to content

Commit fa0ae27

Browse files
chore(deps-dev): bump the lint group with 3 updates (#742)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bcde64c commit fa0ae27

File tree

3 files changed

+109
-146
lines changed

3 files changed

+109
-146
lines changed

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@sveltejs/adapter-static": "^3.0.6",
2020
"@sveltejs/kit": "^2.12.1",
2121
"@sveltejs/vite-plugin-svelte": "^5.0.2",
22-
"prettier": "^3.4.1",
22+
"prettier": "^3.4.2",
2323
"prettier-plugin-svelte": "^3.3.2",
2424
"sass": "^1.83.0",
2525
"svelte": "^5.14.3",

manon/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"sass": ">=1.77.6"
1919
},
2020
"devDependencies": {
21-
"prettier": "^3.3.3",
22-
"stylelint": "^16.10.0",
23-
"stylelint-config-standard-scss": "^13.1.0"
21+
"prettier": "^3.4.2",
22+
"stylelint": "^16.12.0",
23+
"stylelint-config-standard-scss": "^14.0.0"
2424
},
2525
"repository": {
2626
"type": "git",

0 commit comments

Comments
 (0)