Skip to content

Commit 75990d7

Browse files
dependabot[bot]michaelmior
authored andcommitted
Bump the lint group across 1 directory with 6 updates
Bumps the lint group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [eslint-plugin-yaml](https://github.com/aminya/eslint-plugin-yaml) | `1.0.3` | `1.1.2` | | [lint-staged](https://github.com/lint-staged/lint-staged) | `15.3.0` | `15.5.0` | | [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) | `0.43.0` | `0.44.0` | | [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.5.3` | | [stylelint](https://github.com/stylelint/stylelint) | `16.12.0` | `16.17.0` | | [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) | `36.0.1` | `37.0.0` | Updates `eslint-plugin-yaml` from 1.0.3 to 1.1.2 - [Release notes](https://github.com/aminya/eslint-plugin-yaml/releases) - [Commits](aminya/eslint-plugin-yaml@v1.0.3...v1.1.2) Updates `lint-staged` from 15.3.0 to 15.5.0 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v15.3.0...v15.5.0) Updates `markdownlint-cli` from 0.43.0 to 0.44.0 - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](igorshubovych/markdownlint-cli@v0.43.0...v0.44.0) Updates `prettier` from 3.4.2 to 3.5.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.4.2...3.5.3) Updates `stylelint` from 16.12.0 to 16.17.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.12.0...16.17.0) Updates `stylelint-config-standard` from 36.0.1 to 37.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@36.0.1...37.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-yaml dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: markdownlint-cli dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - 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 dependency-type: direct:development update-type: version-update:semver-major dependency-group: lint ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3a712f6 commit 75990d7

File tree

2 files changed

+681
-285
lines changed

2 files changed

+681
-285
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,23 +97,23 @@
9797
"coveralls": "^3.1.1",
9898
"enzyme": "^3.11.0",
9999
"eslint-plugin-flowtype": "^8.0.3",
100-
"eslint-plugin-yaml": "^1.0.3",
100+
"eslint-plugin-yaml": "^1.1.2",
101101
"flow-bin": "^0.203.1",
102102
"husky": "9",
103103
"jest-each": "^29.7.0",
104104
"jest-enzyme": "^7.1.2",
105-
"lint-staged": "^15.3.0",
106-
"markdownlint-cli": "^0.43.0",
105+
"lint-staged": "^15.5.0",
106+
"markdownlint-cli": "^0.44.0",
107107
"npm-package-json-lint": "^8.0.0",
108108
"npm-package-json-lint-config-default": "^7.0.1",
109109
"pkg-ok": "^3.0.0",
110-
"prettier": "^3.4.2",
110+
"prettier": "^3.5.3",
111111
"react-test-renderer": "^18.3.1",
112112
"redux-mock-store": "^1.5.5",
113113
"source-map-explorer": "^2.5.3",
114114
"storybook": "^8.6.12",
115-
"stylelint": "^16.12.0",
116-
"stylelint-config-standard": "^36.0.1",
115+
"stylelint": "^16.18.0",
116+
"stylelint-config-standard": "^38.0.0",
117117
"universal-cookie": "^8.0.1",
118118
"webpack": "5"
119119
},

0 commit comments

Comments
 (0)