Skip to content

Commit 820db87

Browse files
Bump the minor-and-patch group across 1 directory with 6 updates
Bumps the minor-and-patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.9` | `25.0.10` | | [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) | `2.9.15` | `2.9.18` | | [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) | `9.6.0` | `9.6.2` | | [globals](https://github.com/sindresorhus/globals) | `17.0.0` | `17.1.0` | | [prettier](https://github.com/prettier/prettier) | `3.8.0` | `3.8.1` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.53.1` | `8.54.0` | Updates `@types/node` from 25.0.9 to 25.0.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `baseline-browser-mapping` from 2.9.15 to 2.9.18 - [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases) - [Commits](web-platform-dx/baseline-browser-mapping@v2.9.15...v2.9.18) Updates `cspell` from 9.6.0 to 9.6.2 - [Release notes](https://github.com/streetsidesoftware/cspell/releases) - [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell/commits/v9.6.2/packages/cspell) Updates `globals` from 17.0.0 to 17.1.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v17.0.0...v17.1.0) Updates `prettier` from 3.8.0 to 3.8.1 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.8.0...3.8.1) Updates `typescript-eslint` from 8.53.1 to 8.54.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.54.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.0.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: baseline-browser-mapping dependency-version: 2.9.18 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: cspell dependency-version: 9.6.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: globals dependency-version: 17.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: prettier dependency-version: 3.8.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: typescript-eslint dependency-version: 8.54.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 517634d commit 820db87

File tree

2 files changed

+253
-235
lines changed

2 files changed

+253
-235
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,24 @@
88
"@eslint/compat": "^2.0.1",
99
"@eslint/eslintrc": "^3.3.3",
1010
"@eslint/js": "^9.39.2",
11-
"@types/node": "^25.0.9",
12-
"baseline-browser-mapping": "^2.9.15",
13-
"cspell": "^9.6.0",
11+
"@types/node": "^25.1.0",
12+
"baseline-browser-mapping": "^2.9.19",
13+
"cspell": "^9.6.2",
1414
"eslint": "^9.39.2",
1515
"eslint-config-prettier": "^10.1.8",
1616
"eslint-plugin-security": "^3.0.1",
1717
"eslint-plugin-simple-import-sort": "^12.1.1",
18-
"globals": "^17.0.0",
18+
"globals": "^17.2.0",
1919
"npm-run-all": "^4.1.5",
20-
"prettier": "^3.8.0",
20+
"prettier": "^3.8.1",
2121
"prettier-plugin-go-template": "^0.0.15",
2222
"stylelint": "^16.26.1",
2323
"stylelint-config-recommended": "^17.0.0",
2424
"stylelint-config-sass-guidelines": "^12.1.0",
2525
"stylelint-no-unsupported-browser-features": "^8.0.5",
2626
"stylelint-order": "^7.0.1",
2727
"typescript": "^5.9.3",
28-
"typescript-eslint": "^8.53.1"
28+
"typescript-eslint": "^8.54.0"
2929
},
3030
"engines": {
3131
"node": ">=22.21.1",

0 commit comments

Comments
 (0)