Skip to content

Commit 35e160c

Browse files
chore(deps-dev): bump the npm-development group with 5 updates
Bumps the npm-development group with 5 updates: | Package | From | To | | --- | --- | --- | | [eslint](https://github.com/eslint/eslint) | `10.2.0` | `10.3.0` | | [globals](https://github.com/sindresorhus/globals) | `17.5.0` | `17.6.0` | | [prettier](https://github.com/prettier/prettier) | `3.8.2` | `3.8.3` | | [typescript](https://github.com/microsoft/TypeScript) | `6.0.2` | `6.0.3` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.58.2` | `8.59.1` | Updates `eslint` from 10.2.0 to 10.3.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.2.0...v10.3.0) Updates `globals` from 17.5.0 to 17.6.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v17.5.0...v17.6.0) Updates `prettier` from 3.8.2 to 3.8.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.8.2...3.8.3) Updates `typescript` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v6.0.2...v6.0.3) Updates `typescript-eslint` from 8.58.2 to 8.59.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.59.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: globals dependency-version: 17.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: prettier dependency-version: 3.8.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: typescript-eslint dependency-version: 8.59.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b98a251 commit 35e160c

2 files changed

Lines changed: 88 additions & 87 deletions

File tree

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,17 @@
4747
"@types/jest": "^30.0.0",
4848
"@types/node": "^25.6.0",
4949
"@vercel/ncc": "^0.38.4",
50-
"eslint": "^10.2.0",
50+
"eslint": "^10.3.0",
5151
"eslint-plugin-jest": "^29.15.2",
5252
"eslint-plugin-jsonc": "^3.1.2",
5353
"eslint-plugin-prettier": "^5.5.5",
54-
"globals": "^17.5.0",
54+
"globals": "^17.6.0",
5555
"jest": "^30.3.0",
56-
"prettier": "^3.8.2",
56+
"prettier": "^3.8.3",
5757
"prettier-eslint": "^16.4.2",
5858
"ts-jest": "^29.4.9",
59-
"typescript": "^6.0.2",
60-
"typescript-eslint": "^8.58.2"
59+
"typescript": "^6.0.3",
60+
"typescript-eslint": "^8.59.1"
6161
},
6262
"jest": {
6363
"preset": "ts-jest",

0 commit comments

Comments
 (0)