Skip to content

Commit

Permalink
build(deps-dev): Bump the stylelint group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the stylelint group with 4 updates: [stylelint](https://github.com/stylelint/stylelint), [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard), [stylelint-media-use-custom-media](https://github.com/csstools/stylelint-media-use-custom-media) and [stylelint-value-no-unknown-custom-properties](https://github.com/csstools/stylelint-value-no-unknown-custom-properties).


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

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

Updates `stylelint-media-use-custom-media` from 3.0.0 to 4.0.0
- [Changelog](https://github.com/csstools/stylelint-media-use-custom-media/blob/master/CHANGELOG.md)
- [Commits](https://github.com/csstools/stylelint-media-use-custom-media/commits)

Updates `stylelint-value-no-unknown-custom-properties` from 5.0.0 to 6.0.1
- [Release notes](https://github.com/csstools/stylelint-value-no-unknown-custom-properties/releases)
- [Changelog](https://github.com/csstools/stylelint-value-no-unknown-custom-properties/blob/main/CHANGELOG.md)
- [Commits](csstools/stylelint-value-no-unknown-custom-properties@5.0.0...v6.0.1)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: stylelint
- dependency-name: stylelint-config-standard
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: stylelint
- dependency-name: stylelint-media-use-custom-media
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: stylelint
- dependency-name: stylelint-value-no-unknown-custom-properties
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: stylelint
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent b0b0a8e commit 5db9e9b
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 262 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@
"shx": "^0.3.2",
"size-limit": "^11.0.1",
"style-loader": "^3.3.4",
"stylelint": "^16.1.0",
"stylelint": "^16.2.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-media-use-custom-media": "^4.0.0",
"stylelint-use-logical": "^2.1.0",
"stylelint-value-no-unknown-custom-properties": "^5.0.0",
"stylelint-value-no-unknown-custom-properties": "^6.0.1",
"swc-loader": "^0.2.3",
"swc-plugin-css-modules": "0.1.7",
"swc-plugin-transform-remove-imports": "1.10.0",
Expand Down Expand Up @@ -123,9 +123,9 @@
"g:npm:version": "cd $INIT_CWD && npm version --no-workspaces-update --no-commit-hooks --no-git-tag-version"
},
"resolutions": {
"stylelint": "15.11.0",
"stylelint-config-standard": "34.0.0",
"stylelint-media-use-custom-media": "3.0.0"
"stylelint": "16.2.0",
"stylelint-config-standard": "36.0.0",
"stylelint-media-use-custom-media": "4.0.0"
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": [
Expand Down
Loading

0 comments on commit 5db9e9b

Please sign in to comment.