Skip to content

Commit 59a7fb5

Browse files
Bump the npm group with 8 updates (#1879)
Bumps the npm group with 8 updates: | Package | From | To | | --- | --- | --- | | [pnpm](https://github.com/pnpm/pnpm/tree/HEAD/pnpm) | `10.7.1` | `10.8.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.29.0` | `8.29.1` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.29.0` | `8.29.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.29.0` | `8.29.1` | | [@typescript-eslint/type-utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/type-utils) | `8.29.0` | `8.29.1` | | [@typescript-eslint/utils](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/utils) | `8.29.0` | `8.29.1` | | [@typescript-eslint/visitor-keys](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/visitor-keys) | `8.29.0` | `8.29.1` | | [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.5.132` | `1.5.134` | Updates `pnpm` from 10.7.1 to 10.8.0 - [Release notes](https://github.com/pnpm/pnpm/releases) - [Changelog](https://github.com/pnpm/pnpm/blob/main/pnpm/CHANGELOG.md) - [Commits](https://github.com/pnpm/pnpm/commits/v10.8.0/pnpm) Updates `typescript-eslint` from 8.29.0 to 8.29.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.29.1/packages/typescript-eslint) Updates `@typescript-eslint/eslint-plugin` from 8.29.0 to 8.29.1 - [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.29.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.29.0 to 8.29.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.29.1/packages/parser) Updates `@typescript-eslint/type-utils` from 8.29.0 to 8.29.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/type-utils/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.29.1/packages/type-utils) Updates `@typescript-eslint/utils` from 8.29.0 to 8.29.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.29.1/packages/utils) Updates `@typescript-eslint/visitor-keys` from 8.29.0 to 8.29.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/visitor-keys/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.29.1/packages/visitor-keys) Updates `electron-to-chromium` from 1.5.132 to 1.5.134 - [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md) - [Commits](Kilian/electron-to-chromium@v1.5.132...v1.5.134) --- updated-dependencies: - dependency-name: pnpm dependency-version: 10.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: typescript-eslint dependency-version: 8.29.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.29.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@typescript-eslint/parser" dependency-version: 8.29.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@typescript-eslint/type-utils" dependency-version: 8.29.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@typescript-eslint/utils" dependency-version: 8.29.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@typescript-eslint/visitor-keys" dependency-version: 8.29.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: npm - dependency-name: electron-to-chromium dependency-version: 1.5.134 dependency-type: indirect update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f6a93fd commit 59a7fb5

2 files changed

Lines changed: 81 additions & 81 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@
5050
"eslint-plugin-jsx-a11y": "^6.10.2",
5151
"eslint-plugin-react": "^7.37.5",
5252
"eslint-plugin-react-hooks": "^5.2.0",
53-
"pnpm": "^10.7.1",
53+
"pnpm": "^10.8.0",
5454
"rimraf": "^6.0.1",
5555
"typescript": "^5.8.3",
56-
"typescript-eslint": "^8.29.0"
56+
"typescript-eslint": "^8.29.1"
5757
},
5858
"packageManager": "pnpm@10.7.1+sha512.2d92c86b7928dc8284f53494fb4201f983da65f0fb4f0d40baafa5cf628fa31dae3e5968f12466f17df7e97310e30f343a648baea1b9b350685dafafffdf5808"
5959
}

0 commit comments

Comments
 (0)