Skip to content

Commit

Permalink
⬆️ Bump the dependencies group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [eslint](https://github.com/eslint/eslint) | `8.54.0` | `8.55.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.10.1` | `20.10.3` |
| [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) | `5.1.1` | `6.0.0` |
| [@octokit/plugin-paginate-rest](https://github.com/octokit/plugin-paginate-rest.js) | `2.21.3` | `9.1.4` |
| [@octokit/types](https://github.com/octokit/types.ts) | `6.41.0` | `12.3.0` |
| [@octokit/webhooks](https://github.com/octokit/webhooks.js) | `12.0.8` | `12.0.10` |


Updates `eslint` from 8.54.0 to 8.55.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.54.0...v8.55.0)

Updates `@types/node` from 20.10.1 to 20.10.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@actions/github` from 5.1.1 to 6.0.0
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github)

Updates `@octokit/plugin-paginate-rest` from 2.21.3 to 9.1.4
- [Release notes](https://github.com/octokit/plugin-paginate-rest.js/releases)
- [Commits](octokit/plugin-paginate-rest.js@v2.21.3...v9.1.4)

Updates `@octokit/types` from 6.41.0 to 12.3.0
- [Release notes](https://github.com/octokit/types.ts/releases)
- [Commits](octokit/types.ts@v6.41.0...v12.3.0)

Updates `@octokit/webhooks` from 12.0.8 to 12.0.10
- [Release notes](https://github.com/octokit/webhooks.js/releases)
- [Commits](octokit/webhooks.js@v12.0.8...v12.0.10)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@actions/github"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@octokit/plugin-paginate-rest"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@octokit/types"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@octokit/webhooks"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tiulpin committed Dec 5, 2023
1 parent d649a11 commit 8815261
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 154 deletions.
4 changes: 2 additions & 2 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"cli.json"
],
"devDependencies": {
"@types/node": "^20.10.1",
"@types/node": "^20.10.3",
"@typescript-eslint/parser": "^6.13.1",
"eslint": "^8.54.0",
"eslint": "^8.55.0",
"eslint-plugin-github": "^4.10.1",
"eslint-plugin-jest": "^27.6.0",
"jest": "^29.7.0",
Expand Down
195 changes: 47 additions & 148 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions scan/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@actions/cache": "^3.2.2",
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.0",
"@actions/github": "^5.1.1",
"@actions/github": "^6.0.0",
"@actions/tool-cache": "^2.0.1",
"@octokit/plugin-paginate-rest": "latest",
"@octokit/rest": "latest",
Expand All @@ -30,7 +30,7 @@
},
"devDependencies": {
"@types/jest": "^29.5.10",
"@types/node": "^20.10.1",
"@types/node": "^20.10.3",
"@typescript-eslint/parser": "latest",
"axios": "^1.6.2",
"esbuild": "0.19.8",
Expand Down
4 changes: 2 additions & 2 deletions vsts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"azure-pipelines-tool-lib": "^2.0.7"
},
"devDependencies": {
"@types/node": "^20.10.1",
"@types/node": "^20.10.3",
"@typescript-eslint/parser": "^6.13.1",
"esbuild": "0.19.8",
"eslint": "^8.54.0",
"eslint": "^8.55.0",
"eslint-plugin-github": "^4.10.1",
"eslint-plugin-jest": "^27.6.0",
"jest": "^29.7.0",
Expand Down

0 comments on commit 8815261

Please sign in to comment.