Skip to content

Commit 7f4eeef

Browse files
Bump the lint group across 1 directory with 8 updates
Bumps the lint group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [lint-staged](https://github.com/lint-staged/lint-staged) | `16.2.7` | `17.0.7` | | [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) | `0.47.0` | `0.48.0` | | [npm-package-json-lint](https://github.com/tclindner/npm-package-json-lint) | `9.1.0` | `10.4.0` | | [npm-package-json-lint-config-default](https://github.com/tclindner/npm-package-json-lint-config-default) | `8.0.1` | `9.0.1` | | [pkg-ok](https://github.com/abraham/pkg-ok) | `3.0.0` | `4.0.0` | | [prettier](https://github.com/prettier/prettier) | `3.7.4` | `3.8.3` | | [stylelint](https://github.com/stylelint/stylelint) | `16.26.1` | `17.12.0` | | [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) | `39.0.1` | `40.0.0` | Updates `lint-staged` from 16.2.7 to 17.0.7 - [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@v16.2.7...v17.0.7) Updates `markdownlint-cli` from 0.47.0 to 0.48.0 - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](igorshubovych/markdownlint-cli@v0.47.0...v0.48.0) Updates `npm-package-json-lint` from 9.1.0 to 10.4.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@v9.1.0...v10.4.0) Updates `npm-package-json-lint-config-default` from 8.0.1 to 9.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@v8.0.1...v9.0.1) Updates `pkg-ok` from 3.0.0 to 4.0.0 - [Release notes](https://github.com/abraham/pkg-ok/releases) - [Changelog](https://github.com/abraham/pkg-ok/blob/main/CHANGELOG.md) - [Commits](abraham/pkg-ok@v3.0.0...v4.0.0) Updates `prettier` from 3.7.4 to 3.8.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.7.4...3.8.3) Updates `stylelint` from 16.26.1 to 17.12.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.26.1...17.12.0) Updates `stylelint-config-standard` from 39.0.1 to 40.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@39.0.1...40.0.0) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 16.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: markdownlint-cli dependency-version: 0.48.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: npm-package-json-lint dependency-version: 10.2.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: lint - dependency-name: npm-package-json-lint-config-default dependency-version: 9.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: lint - dependency-name: pkg-ok dependency-version: 4.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: lint - dependency-name: prettier dependency-version: 3.8.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: stylelint dependency-version: 17.8.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: lint - dependency-name: stylelint-config-standard dependency-version: 40.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: lint ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 30bfcc7 commit 7f4eeef

2 files changed

Lines changed: 655 additions & 700 deletions

File tree

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -95,17 +95,17 @@
9595
"flow-bin": "^0.203.1",
9696
"husky": "^9.1.7",
9797
"jest-each": "^30.3.0",
98-
"lint-staged": "^16.2.7",
99-
"markdownlint-cli": "^0.47.0",
100-
"npm-package-json-lint": "^9.1.0",
101-
"npm-package-json-lint-config-default": "^8.0.1",
102-
"pkg-ok": "^3.0.0",
103-
"prettier": "^3.7.4",
98+
"lint-staged": "^17.0.7",
99+
"markdownlint-cli": "^0.48.0",
100+
"npm-package-json-lint": "^10.4.0",
101+
"npm-package-json-lint-config-default": "^9.0.1",
102+
"pkg-ok": "^4.0.0",
103+
"prettier": "^3.8.3",
104104
"redux-mock-store": "^1.5.5",
105105
"source-map-explorer": "^2.5.3",
106106
"storybook": "^10.2.10",
107-
"stylelint": "^16.26.1",
108-
"stylelint-config-standard": "^39.0.1",
107+
"stylelint": "^17.12.0",
108+
"stylelint-config-standard": "^40.0.0",
109109
"universal-cookie": "^8.1.0",
110110
"webpack": "^5.106.2"
111111
},

0 commit comments

Comments
 (0)