Skip to content

Commit 2ff8aa4

Browse files
Bump the development-dependencies group across 2 directories with 4 updates (#3280)
Updates the requirements on [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [tsx](https://github.com/privatenumber/tsx), [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) and [chai](https://github.com/chaijs/chai) to permit the latest version. Updates `@eslint/js` from 9.33.0 to 9.34.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.34.0/packages/js) Updates `tsx` from 4.20.4 to 4.20.5 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.20.4...v4.20.5) Updates `typescript-eslint` from 8.40.0 to 8.41.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.41.0/packages/typescript-eslint) Updates `chai` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](chaijs/chai@v6.0.0...v6.0.1) Updates `chai` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](chaijs/chai@v6.0.0...v6.0.1) Updates `chai` to 6.0.1 - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](chaijs/chai@v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.34.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: tsx dependency-version: 4.20.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: typescript-eslint dependency-version: 8.41.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: chai dependency-version: 6.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: chai dependency-version: 6.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: chai dependency-version: 6.0.1 dependency-type: direct:development 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 59ed9f6 commit 2ff8aa4

File tree

3 files changed

+78
-78
lines changed

3 files changed

+78
-78
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 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.33.0",
41+
"@eslint/js": "^9.34.0",
4242
"@js-temporal/polyfill": "^0.5.1",
4343
"@mdn/browser-compat-data": "^6.1.5",
4444
"@octokit/rest": "^22.0.0",
@@ -57,9 +57,9 @@
5757
"remark-parse": "^11.0.0",
5858
"remark-rehype": "^11.1.2",
5959
"ts-json-schema-generator": "^2.4.0",
60-
"tsx": "^4.20.4",
60+
"tsx": "^4.20.5",
6161
"typescript": "^5.9.2",
62-
"typescript-eslint": "^8.40.0",
62+
"typescript-eslint": "^8.41.0",
6363
"unified": "^11.0.5",
6464
"web-specs": "^3.60.0",
6565
"winston": "^3.17.0",

packages/compute-baseline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@types/chai-jest-snapshot": "^1.3.8",
3131
"@types/mocha": "^10.0.10",
3232
"c8": "^10.1.3",
33-
"chai": "^6.0.0",
33+
"chai": "^6.0.1",
3434
"chai-jest-snapshot": "^2.0.0",
3535
"mocha": "^11.7.1"
3636
},

0 commit comments

Comments
 (0)