Skip to content

Commit 07d998a

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) | `26.0.0` | `26.0.1` | | [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) | `2.10.38` | `2.10.40` | | [eslint](https://github.com/eslint/eslint) | `10.5.0` | `10.6.0` | | [prettier](https://github.com/prettier/prettier) | `3.8.4` | `3.9.4` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.62.0` | `8.62.1` | Updates `@types/node` from 26.0.0 to 26.0.1 - [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.38 to 2.10.40 - [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases) - [Commits](web-platform-dx/baseline-browser-mapping@v2.10.38...v2.10.40) Updates `eslint` from 10.5.0 to 10.6.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.5.0...v10.6.0) Updates `prettier` from 3.8.4 to 3.9.4 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.8.4...3.9.4) Updates `typescript-eslint` from 8.62.0 to 8.62.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.62.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 26.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: baseline-browser-mapping dependency-version: 2.10.40 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: eslint dependency-version: 10.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: prettier dependency-version: 3.9.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: typescript-eslint dependency-version: 8.62.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 73248c2 commit 07d998a

2 files changed

Lines changed: 108 additions & 108 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": "^10.0.1",
10-
"@types/node": "^26.0.0",
11-
"baseline-browser-mapping": "^2.10.38",
10+
"@types/node": "^26.0.1",
11+
"baseline-browser-mapping": "^2.10.40",
1212
"cspell": "^10.0.1",
13-
"eslint": "^10.5.0",
13+
"eslint": "^10.6.0",
1414
"eslint-plugin-simple-import-sort": "^13.0.0",
1515
"globals": "^17.7.0",
1616
"npm-run-all": "^4.1.5",
17-
"prettier": "^3.8.4",
17+
"prettier": "^3.9.4",
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": "^8.1.1",
2424
"typescript": "^6.0.3",
25-
"typescript-eslint": "^8.62.0"
25+
"typescript-eslint": "^8.62.1"
2626
},
2727
"engines": {
2828
"node": ">=22.21.1",

0 commit comments

Comments
 (0)