Skip to content

Commit b40a684

Browse files
authored
Bump octokit/types.ts to v8.1.0 (#603)
WIP octokit/openapi updated
1 parent 6e115ed commit b40a684

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

docs/search/code.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ Due to the complexity of searching code, there are a few restrictions on how sea
2424

2525
- Only the _default branch_ is considered. In most cases, this will be the `master` branch.
2626
- Only files smaller than 384 KB are searchable.
27-
- You must always include at least one search term when searching source code. For example, searching for [`language:go`](https://github.com/search?utf8=%E2%9C%93&q=language%3Ago&type=Code) is not valid, while [`amazing language:go`](https://github.com/search?utf8=%E2%9C%93&q=amazing+language%3Ago&type=Code) is.
27+
- You must always include at least one search term when searching source code. For example, searching for [`language:go`](https://github.com/search?utf8=%E2%9C%93&q=language%3Ago&type=Code) is not valid, while [`amazing
28+
language:go`](https://github.com/search?utf8=%E2%9C%93&q=amazing+language%3Ago&type=Code) is.
2829

2930
```js
3031
octokit.rest.search.code({

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"author": "Gregor Martynus (https://twitter.com/gr2m)",
2525
"license": "MIT",
2626
"dependencies": {
27-
"@octokit/types": "^8.0.0",
27+
"@octokit/types": "^8.1.0",
2828
"deprecation": "^2.3.1"
2929
},
3030
"devDependencies": {

0 commit comments

Comments
 (0)