Skip to content

Commit

Permalink
Bump the types-and-lint group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the types-and-lint group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@octokit/types](https://github.com/octokit/types.ts) | `12.0.0` | `12.1.1` |
| [@types/escape-html](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/escape-html) | `1.0.2` | `1.0.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.8.2` | `20.8.10` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.7.4` | `6.9.1` |
| [eslint](https://github.com/eslint/eslint) | `8.50.0` | `8.52.0` |


Updates `@octokit/types` from 12.0.0 to 12.1.1
- [Release notes](https://github.com/octokit/types.ts/releases)
- [Commits](octokit/types.ts@v12.0.0...v12.1.1)

Updates `@types/escape-html` from 1.0.2 to 1.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/escape-html)

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

Updates `@typescript-eslint/parser` from 6.7.4 to 6.9.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/v6.9.1/packages/parser)

Updates `eslint` from 8.50.0 to 8.52.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.50.0...v8.52.0)

---
updated-dependencies:
- dependency-name: "@octokit/types"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: types-and-lint
- dependency-name: "@types/escape-html"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: types-and-lint
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: types-and-lint
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: types-and-lint
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: types-and-lint
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent cf8c6c4 commit e212f94
Show file tree
Hide file tree
Showing 2 changed files with 169 additions and 111 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
"email-validator": "^2.0.4"
},
"devDependencies": {
"@octokit/types": "^12.0.0",
"@types/escape-html": "^1.0.2",
"@types/node": "^20.8.2",
"@typescript-eslint/parser": "^6.7.4",
"@octokit/types": "^12.1.1",
"@types/escape-html": "^1.0.3",
"@types/node": "^20.8.10",
"@typescript-eslint/parser": "^6.9.1",
"@vercel/ncc": "^0.38.0",
"escape-html": "^1.0.3",
"eslint": "^8.50.0",
"eslint": "^8.52.0",
"eslint-plugin-github": "^4.10.1",
"js-yaml": "^4.1.0",
"prettier": "^3.0.3",
Expand Down
Loading

0 comments on commit e212f94

Please sign in to comment.