mirror of
https://github.com/gradle/wrapper-validation-action
synced 2024-11-23 17:22:01 +00:00
Bump the npm-dependencies group with 10 updates
Bumps the npm-dependencies group with 10 updates: | Package | Update | | --- | --- | | [typed-rest-client](https://github.com/Microsoft/typed-rest-client) | 1.8.9 to 1.8.11 | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | 5.53.0 to 6.1.0 | | [eslint](https://github.com/eslint/eslint) | 8.35.0 to 8.45.0 | | [eslint-plugin-github](https://github.com/github/eslint-plugin-github) | 4.6.1 to 4.9.2 | | [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | 27.2.1 to 27.2.3 | | [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) | 27.0.6 to 29.6.1 | | [nock](https://github.com/nock/nock) | 13.3.0 to 13.3.2 | | [prettier](https://github.com/prettier/prettier) | 2.8.4 to 3.0.0 | | [ts-jest](https://github.com/kulshekhar/ts-jest) | 27.0.4 to 29.1.1 | | [typescript](https://github.com/Microsoft/TypeScript) | 4.5.4 to 5.1.6 | Updates `typed-rest-client` from 1.8.9 to 1.8.11 - [Release notes](https://github.com/Microsoft/typed-rest-client/releases) - [Commits](https://github.com/Microsoft/typed-rest-client/commits) Updates `@typescript-eslint/parser` from 5.53.0 to 6.1.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/v6.1.0/packages/parser) Updates `eslint` from 8.35.0 to 8.45.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/compare/v8.35.0...v8.45.0) Updates `eslint-plugin-github` from 4.6.1 to 4.9.2 - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](https://github.com/github/eslint-plugin-github/compare/v4.6.1...v4.9.2) Updates `eslint-plugin-jest` from 27.2.1 to 27.2.3 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v27.2.1...v27.2.3) Updates `jest` from 27.0.6 to 29.6.1 - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.6.1/packages/jest) Updates `nock` from 13.3.0 to 13.3.2 - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](https://github.com/nock/nock/compare/v13.3.0...v13.3.2) Updates `prettier` from 2.8.4 to 3.0.0 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/2.8.4...3.0.0) Updates `ts-jest` from 27.0.4 to 29.1.1 - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/kulshekhar/ts-jest/compare/v27.0.4...v29.1.1) Updates `typescript` from 4.5.4 to 5.1.6 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.5.4...v5.1.6) --- updated-dependencies: - dependency-name: typed-rest-client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-dependencies - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: eslint-plugin-github dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: jest dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-dependencies - dependency-name: nock dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-dependencies - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-dependencies - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
9938a3cf2a
commit
67317ea21c
2 changed files with 4439 additions and 4880 deletions
9299
package-lock.json
generated
9299
package-lock.json
generated
File diff suppressed because it is too large
Load diff
20
package.json
20
package.json
|
@ -26,22 +26,22 @@
|
|||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "1.10.0",
|
||||
"typed-rest-client": "1.8.9",
|
||||
"typed-rest-client": "1.8.11",
|
||||
"unhomoglyph": "1.0.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "16.11.21",
|
||||
"@typescript-eslint/parser": "5.53.0",
|
||||
"@typescript-eslint/parser": "6.1.0",
|
||||
"@vercel/ncc": "0.36.1",
|
||||
"eslint": "8.35.0",
|
||||
"eslint-plugin-github": "4.6.1",
|
||||
"eslint-plugin-jest": "27.2.1",
|
||||
"eslint": "8.45.0",
|
||||
"eslint-plugin-github": "4.9.2",
|
||||
"eslint-plugin-jest": "27.2.3",
|
||||
"glob-parent": "6.0.2",
|
||||
"jest": "27.0.6",
|
||||
"jest": "29.6.1",
|
||||
"js-yaml": "4.1.0",
|
||||
"nock": "13.3.0",
|
||||
"prettier": "2.8.4",
|
||||
"ts-jest": "27.0.4",
|
||||
"typescript": "4.5.4"
|
||||
"nock": "13.3.2",
|
||||
"prettier": "3.0.0",
|
||||
"ts-jest": "29.1.1",
|
||||
"typescript": "5.1.6"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue