Skip to content

Commit dc8a675

Browse files
Bump the dev-dependencies group across 1 directory with 5 updates (#264)
Bumps the dev-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) | `5.9.0` | `5.10.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.56.1` | `8.58.0` | | [sinon](https://github.com/sinonjs/sinon) | `21.0.1` | `21.0.3` | | [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) | `21.0.0` | `21.0.1` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.57.2` | `8.58.0` | Updates `@stylistic/eslint-plugin` from 5.9.0 to 5.10.0 - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/v5.10.0/CHANGELOG.md) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v5.10.0/packages/eslint-plugin) Updates `@typescript-eslint/eslint-plugin` from 8.56.1 to 8.58.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.0/packages/eslint-plugin) Updates `sinon` from 21.0.1 to 21.0.3 - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](sinonjs/sinon@v21.0.1...v21.0.3) Updates `@types/sinon` from 21.0.0 to 21.0.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon) Updates `typescript-eslint` from 8.57.2 to 8.58.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.58.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@stylistic/eslint-plugin" dependency-version: 5.10.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.58.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: sinon dependency-version: 21.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@types/sinon" dependency-version: 21.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: typescript-eslint dependency-version: 8.58.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6cadee6 commit dc8a675

2 files changed

Lines changed: 128 additions & 240 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,21 @@
3737
"devDependencies": {
3838
"@eslint/js": "^9.39.3",
3939
"@protontech/eslint-plugin-enforce-uint8array-arraybuffer": "^2.0.0",
40-
"@stylistic/eslint-plugin": "^5.9.0",
40+
"@stylistic/eslint-plugin": "^5.10.0",
4141
"@types/bn.js": "^5.2.0",
4242
"@types/elliptic": "^6.4.18",
43-
"@types/sinon": "^21.0.0",
44-
"@typescript-eslint/eslint-plugin": "^8.56.1",
43+
"@types/sinon": "^21.0.1",
44+
"@typescript-eslint/eslint-plugin": "^8.58.0",
4545
"@vitest/browser-playwright": "^4.1.2",
4646
"bn.js": "^5.2.3",
4747
"elliptic": "^6.6.1",
4848
"eslint": "^9.39.3",
4949
"eslint-import-resolver-typescript": "^4.4.4",
5050
"eslint-plugin-import": "^2.32.0",
5151
"playwright": "^1.59.1",
52-
"sinon": "^21.0.1",
52+
"sinon": "^21.0.3",
5353
"typescript": "^6.0.2",
54-
"typescript-eslint": "^8.56.1",
54+
"typescript-eslint": "^8.58.0",
5555
"vitest": "^4.1.2",
5656
"web-streams-polyfill": "^3.3.3"
5757
},

0 commit comments

Comments
 (0)