Skip to content

Commit 842b8c6

Browse files
Bump the development-dependencies group across 1 directory with 3 updates (#3663)
Bumps the development-dependencies group with 3 updates in the / directory: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) and [chai](https://github.com/chaijs/chai). Updates `@eslint/js` from 9.39.1 to 9.39.2 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v9.39.2/packages/js) Updates `typescript-eslint` from 8.49.0 to 8.50.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.50.1/packages/typescript-eslint) Updates `chai` from 6.2.1 to 6.2.2 - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](chaijs/chai@v6.2.1...v6.2.2) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.39.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: typescript-eslint dependency-version: 8.50.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: chai dependency-version: 6.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a254b11 commit 842b8c6

3 files changed

Lines changed: 76 additions & 76 deletions

File tree

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"remove-tagged-compat-features": "tsx scripts/remove-tagged-compat-features.ts && npm run format"
3939
},
4040
"devDependencies": {
41-
"@eslint/js": "^9.39.1",
41+
"@eslint/js": "^9.39.2",
4242
"@js-temporal/polyfill": "^0.5.1",
4343
"@mdn/browser-compat-data": "7.2.2",
4444
"@octokit/rest": "^22.0.1",
@@ -63,7 +63,7 @@
6363
"ts-json-schema-generator": "^2.4.0",
6464
"tsx": "^4.21.0",
6565
"typescript": "^5.9.3",
66-
"typescript-eslint": "^8.49.0",
66+
"typescript-eslint": "^8.50.1",
6767
"unified": "^11.0.5",
6868
"web-specs": "^3.74.0",
6969
"winston": "^3.19.0",

packages/compute-baseline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/chai": "^5.2.3",
3030
"@types/chai-jest-snapshot": "^1.3.8",
3131
"c8": "^10.1.3",
32-
"chai": "^6.2.1",
32+
"chai": "^6.2.2",
3333
"chai-jest-snapshot": "^2.0.0"
3434
},
3535
"peerDependencies": {

0 commit comments

Comments
 (0)