Skip to content

Commit a2d25dd

Browse files
dependabot[bot]michaelmior
authored andcommitted
Bump the lint group across 1 directory with 7 updates
Bumps the lint group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [lint-staged](https://github.com/lint-staged/lint-staged) | `15.5.0` | `16.1.2` | | [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) | `0.44.0` | `0.45.0` | | [npm-package-json-lint](https://github.com/tclindner/npm-package-json-lint) | `8.0.0` | `9.0.0` | | [npm-package-json-lint-config-default](https://github.com/tclindner/npm-package-json-lint-config-default) | `7.0.1` | `8.0.1` | | [prettier](https://github.com/prettier/prettier) | `3.5.3` | `3.6.2` | | [stylelint](https://github.com/stylelint/stylelint) | `16.18.0` | `16.23.0` | | [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) | `38.0.0` | `39.0.0` | Updates `lint-staged` from 15.5.0 to 16.1.2 - [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.5.0...v16.1.2) Updates `markdownlint-cli` from 0.44.0 to 0.45.0 - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](igorshubovych/markdownlint-cli@v0.44.0...v0.45.0) Updates `npm-package-json-lint` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/tclindner/npm-package-json-lint/releases) - [Changelog](https://github.com/tclindner/npm-package-json-lint/blob/master/CHANGELOG.md) - [Commits](tclindner/npm-package-json-lint@v8.0.0...v9.0.0) Updates `npm-package-json-lint-config-default` from 7.0.1 to 8.0.1 - [Release notes](https://github.com/tclindner/npm-package-json-lint-config-default/releases) - [Changelog](https://github.com/tclindner/npm-package-json-lint-config-default/blob/main/CHANGELOG.md) - [Commits](tclindner/npm-package-json-lint-config-default@v7.0.1...v8.0.1) Updates `prettier` from 3.5.3 to 3.6.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.5.3...3.6.2) Updates `stylelint` from 16.18.0 to 16.23.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.18.0...16.23.0) Updates `stylelint-config-standard` from 38.0.0 to 39.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@38.0.0...39.0.0) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 16.1.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: lint - dependency-name: markdownlint-cli dependency-version: 0.45.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: npm-package-json-lint dependency-version: 9.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: lint - dependency-name: npm-package-json-lint-config-default dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: lint - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: stylelint dependency-version: 16.23.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: stylelint-config-standard dependency-version: 39.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: lint ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 21fc1fd commit a2d25dd

File tree

2 files changed

+555
-644
lines changed

2 files changed

+555
-644
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,18 +100,18 @@
100100
"flow-bin": "^0.203.1",
101101
"husky": "^9.1.7",
102102
"jest-each": "^29.7.0",
103-
"lint-staged": "^15.5.0",
104-
"markdownlint-cli": "^0.44.0",
105-
"npm-package-json-lint": "^8.0.0",
106-
"npm-package-json-lint-config-default": "^7.0.1",
103+
"lint-staged": "^16.1.6",
104+
"markdownlint-cli": "^0.45.0",
105+
"npm-package-json-lint": "^9.0.0",
106+
"npm-package-json-lint-config-default": "^8.0.1",
107107
"pkg-ok": "^3.0.0",
108-
"prettier": "^3.5.3",
108+
"prettier": "^3.6.2",
109109
"react-test-renderer": "^18.3.1",
110110
"redux-mock-store": "^1.5.5",
111111
"source-map-explorer": "^2.5.3",
112112
"storybook": "^8.6.12",
113-
"stylelint": "^16.18.0",
114-
"stylelint-config-standard": "^38.0.0",
113+
"stylelint": "^16.24.0",
114+
"stylelint-config-standard": "^39.0.0",
115115
"universal-cookie": "^8.0.1",
116116
"webpack": "^5.101.3"
117117
},

0 commit comments

Comments
 (0)