Skip to content

Commit c715d49

Browse files
Bump the npm-development group across 1 directory with 5 updates
Bumps the npm-development group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.5.5` | `22.7.7` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.6.0` | `8.10.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.6.0` | `8.10.0` | | [@vercel/ncc](https://github.com/vercel/ncc) | `0.38.1` | `0.38.2` | | [typescript](https://github.com/microsoft/TypeScript) | `5.6.2` | `5.6.3` | Updates `@types/node` from 22.5.5 to 22.7.7 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 8.6.0 to 8.10.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.10.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.6.0 to 8.10.0 - [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.10.0/packages/parser) Updates `@vercel/ncc` from 0.38.1 to 0.38.2 - [Release notes](https://github.com/vercel/ncc/releases) - [Commits](vercel/ncc@0.38.1...0.38.2) Updates `typescript` from 5.6.2 to 5.6.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.6.2...v5.6.3) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: "@vercel/ncc" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0467e12 commit c715d49

File tree

2 files changed

+61
-61
lines changed

2 files changed

+61
-61
lines changed

package-lock.json

Lines changed: 56 additions & 56 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
@@ -71,10 +71,10 @@
7171
"devDependencies": {
7272
"@jest/globals": "^29.7.0",
7373
"@types/jest": "^29.5.13",
74-
"@types/node": "^22.5.5",
75-
"@typescript-eslint/eslint-plugin": "^8.6.0",
76-
"@typescript-eslint/parser": "^8.6.0",
77-
"@vercel/ncc": "^0.38.1",
74+
"@types/node": "^22.7.7",
75+
"@typescript-eslint/eslint-plugin": "^8.10.0",
76+
"@typescript-eslint/parser": "^8.10.0",
77+
"@vercel/ncc": "^0.38.2",
7878
"eslint": "^8.57.0",
7979
"eslint-plugin-jest": "^28.8.3",
8080
"eslint-plugin-jsonc": "^2.16.0",
@@ -84,6 +84,6 @@
8484
"prettier": "^3.3.3",
8585
"prettier-eslint": "^16.3.0",
8686
"ts-jest": "^29.2.5",
87-
"typescript": "^5.6.2"
87+
"typescript": "^5.6.3"
8888
}
8989
}

0 commit comments

Comments
 (0)