Skip to content

Commit 6f0eb6c

Browse files
Bump the minor-and-patch group across 1 directory with 4 updates
Bumps the minor-and-patch group with 4 updates in the / directory: [@eslint/eslintrc](https://github.com/eslint/eslintrc), [prettier](https://github.com/prettier/prettier), [stylelint](https://github.com/stylelint/stylelint) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@eslint/eslintrc` from 3.3.1 to 3.3.3 - [Release notes](https://github.com/eslint/eslintrc/releases) - [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md) - [Commits](eslint/eslintrc@v3.3.1...eslintrc-v3.3.3) Updates `prettier` from 3.6.2 to 3.7.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.6.2...3.7.2) Updates `stylelint` from 16.26.0 to 16.26.1 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.26.0...16.26.1) Updates `typescript-eslint` from 8.47.0 to 8.48.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.48.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint/eslintrc" dependency-version: 3.3.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: prettier dependency-version: 3.7.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: stylelint dependency-version: 16.26.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: typescript-eslint dependency-version: 8.48.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 85005d4 commit 6f0eb6c

File tree

2 files changed

+102
-82
lines changed

2 files changed

+102
-82
lines changed

package-lock.json

Lines changed: 98 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"description": "Developer website for MaxMind",
77
"devDependencies": {
88
"@eslint/compat": "^2.0.0",
9-
"@eslint/eslintrc": "^3.3.1",
9+
"@eslint/eslintrc": "^3.3.3",
1010
"@eslint/js": "^9.39.1",
1111
"@types/node": "^24.10.1",
1212
"cspell": "^9.3.2",
@@ -16,15 +16,15 @@
1616
"eslint-plugin-simple-import-sort": "^12.1.1",
1717
"globals": "^16.5.0",
1818
"npm-run-all": "^4.1.5",
19-
"prettier": "^3.6.2",
19+
"prettier": "^3.7.3",
2020
"prettier-plugin-go-template": "^0.0.15",
21-
"stylelint": "^16.26.0",
21+
"stylelint": "^16.26.1",
2222
"stylelint-config-recommended": "^17.0.0",
2323
"stylelint-config-sass-guidelines": "^12.1.0",
2424
"stylelint-no-unsupported-browser-features": "^8.0.5",
2525
"stylelint-order": "^7.0.0",
2626
"typescript": "^5.9.3",
27-
"typescript-eslint": "^8.47.0"
27+
"typescript-eslint": "^8.48.0"
2828
},
2929
"engines": {
3030
"node": ">=22.21.1",

0 commit comments

Comments
 (0)