Skip to content

Commit fed892a

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 | | --- | --- | --- | | [baseline-browser-mapping](https://github.com/web-platform-dx/baseline-browser-mapping) | `2.10.33` | `2.10.38` | | [eslint](https://github.com/eslint/eslint) | `10.4.1` | `10.5.0` | | [globals](https://github.com/sindresorhus/globals) | `17.6.0` | `17.7.0` | | [prettier](https://github.com/prettier/prettier) | `3.8.3` | `3.8.4` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.60.1` | `8.62.0` | Updates `baseline-browser-mapping` from 2.10.33 to 2.10.38 - [Release notes](https://github.com/web-platform-dx/baseline-browser-mapping/releases) - [Commits](web-platform-dx/baseline-browser-mapping@v2.10.33...v2.10.38) Updates `eslint` from 10.4.1 to 10.5.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.4.1...v10.5.0) Updates `globals` from 17.6.0 to 17.7.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v17.6.0...v17.7.0) Updates `prettier` from 3.8.3 to 3.8.4 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.8.3...3.8.4) Updates `typescript-eslint` from 8.60.1 to 8.62.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.62.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: baseline-browser-mapping dependency-version: 2.10.38 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: eslint dependency-version: 10.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: globals dependency-version: 17.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: prettier dependency-version: 3.8.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: typescript-eslint dependency-version: 8.62.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 880cd7b commit fed892a

2 files changed

Lines changed: 120 additions & 113 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@
88
"@eslint/eslintrc": "^3.3.5",
99
"@eslint/js": "^10.0.1",
1010
"@types/node": "^26.0.0",
11-
"baseline-browser-mapping": "^2.10.33",
11+
"baseline-browser-mapping": "^2.10.38",
1212
"cspell": "^10.0.1",
13-
"eslint": "^10.4.1",
13+
"eslint": "^10.5.0",
1414
"eslint-plugin-simple-import-sort": "^13.0.0",
15-
"globals": "^17.6.0",
15+
"globals": "^17.7.0",
1616
"npm-run-all": "^4.1.5",
17-
"prettier": "^3.8.3",
17+
"prettier": "^3.8.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.60.1"
25+
"typescript-eslint": "^8.62.0"
2626
},
2727
"engines": {
2828
"node": ">=22.21.1",

0 commit comments

Comments
 (0)