Skip to content

Commit

Permalink
fix(typescript): graduate previews dorian, inertia, london, `ly…
Browse files Browse the repository at this point in the history
…dian`, `wyandotte` (#116)
  • Loading branch information
renovate[bot] committed Sep 24, 2021
1 parent 916a8bb commit f1e2416
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,7 +35,7 @@
"@octokit/core": "^3.5.1",
"@octokit/plugin-paginate-rest": "^2.16.0",
"@octokit/plugin-request-log": "^1.0.4",
"@octokit/plugin-rest-endpoint-methods": "5.11.1"
"@octokit/plugin-rest-endpoint-methods": "5.11.2"
},
"devDependencies": {
"@octokit/auth": "^3.0.3",
Expand Down
3 changes: 2 additions & 1 deletion test/scenarios/project-cards.test.ts
Expand Up @@ -11,7 +11,8 @@ describe("api.github.com", () => {
});
});

it("octokit.rest.projects.*ProjectCard()", () => {
// blocked by renovate/octokit-plugin-rest-endpoint-methods-5.x
it.skip("octokit.rest.projects.*ProjectCard()", () => {
return octokit.rest.projects
.createCard({
column_id: 1000,
Expand Down

0 comments on commit f1e2416

Please sign in to comment.