Skip to content

Commit 5ae1739

Browse files
Bump the minor-and-patch group across 1 directory with 5 updates
Bumps the minor-and-patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.5.0` | `25.6.0` | | [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) | `2.10.12` | `2.10.17` | | [eslint](https://github.com/eslint/eslint) | `10.1.0` | `10.2.0` | | [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.8.2` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.58.0` | `8.58.1` | Updates `@types/node` from 25.5.0 to 25.6.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `baseline-browser-mapping` from 2.10.12 to 2.10.17 - [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases) - [Commits](web-platform-dx/baseline-browser-mapping@v2.10.12...v2.10.17) Updates `eslint` from 10.1.0 to 10.2.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.1.0...v10.2.0) Updates `prettier` from 3.8.1 to 3.8.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.8.1...3.8.2) Updates `typescript-eslint` from 8.58.0 to 8.58.1 - [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.58.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: baseline-browser-mapping dependency-version: 2.10.17 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: eslint dependency-version: 10.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: prettier dependency-version: 3.8.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: typescript-eslint dependency-version: 8.58.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 399e493 commit 5ae1739

2 files changed

Lines changed: 151 additions & 132 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@
77
"devDependencies": {
88
"@eslint/eslintrc": "^3.3.5",
99
"@eslint/js": "^9.39.4",
10-
"@types/node": "^25.5.0",
11-
"baseline-browser-mapping": "^2.10.12",
10+
"@types/node": "^25.6.0",
11+
"baseline-browser-mapping": "^2.10.17",
1212
"cspell": "^9.7.0",
13-
"eslint": "^10.1.0",
13+
"eslint": "^10.2.0",
1414
"eslint-plugin-simple-import-sort": "^12.1.1",
1515
"globals": "^17.4.0",
1616
"npm-run-all": "^4.1.5",
17-
"prettier": "^3.8.1",
17+
"prettier": "^3.8.2",
1818
"prettier-plugin-go-template": "^0.0.15",
1919
"stylelint": "^16.26.1",
2020
"stylelint-config-recommended": "^17.0.0",
2121
"stylelint-config-sass-guidelines": "^12.1.0",
2222
"stylelint-no-unsupported-browser-features": "^8.1.1",
2323
"stylelint-order": "^7.0.1",
2424
"typescript": "^5.9.3",
25-
"typescript-eslint": "^8.58.0"
25+
"typescript-eslint": "^8.58.1"
2626
},
2727
"engines": {
2828
"node": ">=22.21.1",

0 commit comments

Comments
 (0)