Code Monkey home page Code Monkey logo

plugin-enterprise-compatibility.js's Introduction

plugin-enterprise-compatibility.js

Octokit plugin for improving GHE compatibility

@latest Build Status

The GitHub API teams is continuously improving existing APIs to make the overall platform more consistent. For example, the Add labels to an issue expected the label names array to be sent directly in the request body root, as you can still see in the documentation for GHE 2.15.

While consistency is great, changing like the above makes the current octokit.issues.addLabels() incompatible with GHE v2.15 and older. If you require compatibility with GHE versions, you can use the Enterprise rest plugin, but that will remove new endpoint methods that are not available on Enterprise yet.

As a compromise, this plugin is reverting changes such as the one above to remain compatible with currently supported GitHub enterprise versions.

Usage

Browsers

Load @octokit/plugin-enterprise-compatibility and @octokit/core (or core-compatible module) directly from esm.sh

<script type="module">
  import { Octokit } from "https://esm.sh/@octokit/core";
  import { enterpriseCompatibility } from "https://esm.sh/@octokit/plugin-enterprise-compatibility";
</script>
Node

Install with npm install @octokit/core @octokit/plugin-enterprise-compatibility. Optionally replace @octokit/core with a core-compatible module

import { Octokit } from "@octokit/core";
import { enterpriseCompatibility } from "@octokit/plugin-enterprise-compatibility";
const MyOctokit = Octokit.plugin(enterpriseCompatibility);
const octokit = new MyOctokit({
  auth: "token123",
});

octokit.request("POST /repos/{owner}/{repo}/issues/{issue_number}/labels", {
  owner,
  repo,
  number,
  labels: ["foo", "bar"],
});
// sends ["foo", "bar"] instead of {"labels":["foo", "bar"]} as request body

LICENSE

MIT

plugin-enterprise-compatibility.js's People

Contributors

renovate[bot] avatar dependabot[bot] avatar gr2m avatar greenkeeper[bot] avatar wolfy1339 avatar octokitbot avatar nickfloyd avatar kfcampbell avatar jovel avatar oscard0m avatar aarondewes avatar uzlopak avatar jsoref avatar renovate-bot avatar

Stargazers

horlar avatar  avatar

Watchers

 avatar James Cloos avatar Chris Opperwall avatar  avatar  avatar Ryan Gribble avatar  avatar

plugin-enterprise-compatibility.js's Issues

An in-range update of semantic-release is breaking the build 🚨

The devDependency semantic-release was updated from 17.0.2 to 17.0.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

semantic-release is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ test (12): There are 1 failures, 0 warnings, and 0 notices.
  • ❌ test (10): There are 2 failures, 0 warnings, and 0 notices.
  • ❌ test (8): There are 2 failures, 0 warnings, and 0 notices.

Release Notes for v17.0.3

17.0.3 (2020-02-13)

Bug Fixes

  • pass a branch name to getGitAuthUrl (e7bede1)
Commits

The new version differs by 6 commits.

  • e7bede1 fix: pass a branch name to getGitAuthUrl
  • 8426b42 chore(package): update tempy to version 0.4.0
  • 804fc2a docs(Troubleshooting): release not found in prereleases branch (e.g. beta) after rebase on master) (#1444)
  • 389e331 chore(package): update got to version 10.5.2
  • a93c96f revert: fix: allow plugins to set environment variables to be used by other plugins
  • 68f7e92 fix: allow plugins to set environment variables to be used by other plugins

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @octokit/rest is breaking the build 🚨

The devDependency @octokit/rest was updated from 16.28.8 to 16.28.9.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@octokit/rest is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for v16.28.9

16.28.9 (2019-09-03)

Bug Fixes

  • package: update universal-user-agent to version 4.0.0 (b5a96a9)
Commits

The new version differs by 3 commits.

  • ee57e51 refactor: adapt for universal-user-agent@v4
  • 981597d chore(package): update lockfile package-lock.json
  • b5a96a9 fix(package): update universal-user-agent to version 4.0.0

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @octokit/rest is breaking the build 🚨

The devDependency @octokit/rest was updated from 16.21.1 to 16.22.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@octokit/rest is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for v16.22.0

16.22.0 (2019-03-30)

Features

Commits

The new version differs by 1 commits.

  • 16a1a52 feat: .teams.getByName() (#1300)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Location: package.json
Error type: The renovate configuration file contains some invalid settings
Message: Configuration option 'packageRules[0].npm' should be a json object, Invalid configuration option: @pika/pack, Invalid configuration option: author, Invalid configuration option: jest, Invalid configuration option: keywords, Invalid configuration option: license, Invalid configuration option: name, Invalid configuration option: packageRules[0].@octokit/request-error, Invalid configuration option: packageRules[0].@octokit/types, Invalid configuration option: packageRules[0].i, Invalid configuration option: packageRules[1].@octokit/core, Invalid configuration option: packageRules[1].@octokit/rest, Invalid configuration option: packageRules[1].@pika/pack, Invalid configuration option: packageRules[1].@pika/plugin-build-node, Invalid configuration option: packageRules[1].@pika/plugin-build-web, Invalid configuration option: packageRules[1].@pika/plugin-ts-standard-pkg, Invalid configuration option: packageRules[1].@types/fetch-mock, Invalid configuration option: packageRules[1].@types/jest, Invalid configuration option: packageRules[1].@types/node, Invalid configuration option: packageRules[1].fetch-mock, Invalid configuration option: packageRules[1].jest, Invalid configuration option: packageRules[1].prettier, Invalid configuration option: packageRules[1].semantic-release, Invalid configuration option: packageRules[1].semantic-release-plugin-update-version-in-files, Invalid configuration option: packageRules[1].ts-jest, Invalid configuration option: packageRules[1].typescript, Invalid configuration option: publishConfig, Invalid configuration option: release, Invalid configuration option: renovate, Invalid configuration option: scripts, Invalid configuration option: version, The "npm" object can only be configured at the top level of a config but was found inside "packageRules[0]"

An in-range update of @octokit/rest is breaking the build 🚨

The devDependency @octokit/rest was updated from 16.41.2 to 16.42.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@octokit/rest is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ test (12): There are 1 failures, 0 warnings, and 0 notices.
  • ❌ test (10): null
  • ❌ test (8): null

Release Notes for v16.42.0

16.42.0 (2020-02-03)

Features

  • deprecate const Octokit = require("@octokit/rest") in favor of const { Octokit } = require("@octokit/rest") (bbc3e48)
Commits

The new version differs by 2 commits.

  • bbc3e48 feat: deprecate const Octokit = require("@octokit/rest") in favor of const { Octokit } = require("@octokit/rest")
  • d1ad161 test: deprecate const Octokit = require("@octokit/rest") in favor of const { Octokit } = require("@octokit/rest")

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Replace "cdn.pika.dev" with "cdn.skypack.dev" in README

πŸ†•πŸ₯☝ First Timers Only.

This issue is reserved for people who never contributed to Open Source before. We know that the process of creating a pull request is the biggest barrier for new contributors. This issue is for you πŸ’

About First Timers Only.

πŸ€” What you will need to know.

The Pika CDN is now Skypack, see https://www.pika.dev/cdn. The CDN at https://cdn.pika.dev/ no longer works, all URLs must be replaced with the new CDN: https://cdn.skypack.dev/. We currently recommend using cdn.pika.dev to import the library into the browser, but that no longer works. Replacing it with cdn.skypack.dev will make it work again.

πŸ“‹ Step by Step

  • πŸ™‹ Claim this issue: Comment below.

    More than one person can work on this issue, don't worry if it's already claimed.

  • πŸ“ Update the file \README.md (press the little pen Icon) and edit as shown below:

@@ -19,12 +19,12 @@ As a compromise, this plugin is reverting changes such as the one above to remai
 Browsers
 </th><td width=100%>
 
-Load `@octokit/plugin-enterprise-compatibility` and [`@octokit/core`](https://github.com/octokit/core.js) (or core-compatible module) directly from [cdn.pika.dev](https://cdn.pika.dev)
+Load `@octokit/plugin-enterprise-compatibility` and [`@octokit/core`](https://github.com/octokit/core.js) (or core-compatible module) directly from [cdn.skypack.dev](https://cdn.skypack.dev)
 
 ```html
 <script type="module">
-  import { Octokit } from "https://cdn.pika.dev/@octokit/core";
-  import { enterpriseCompatibility } from "https://cdn.pika.dev/@octokit/plugin-enterprise-compatibility";
+  import { Octokit } from "https://cdn.skypack.dev/@octokit/core";
+  import { enterpriseCompatibility } from "https://cdn.skypack.dev/@octokit/plugin-enterprise-compatibility";
 </script>
 ```
 
  • πŸ’Ύ Commit your changes

  • πŸ”€ Start a Pull Request. There are two ways how you can start a pull request:

    1. If you are familiar with the terminal or would like to learn it, here is a great tutorial on how to send a pull request using the terminal.
    2. You can edit files directly in your browser
  • 🏁 Done Ask for a review :)

If there are more than one pull requests with the correct change, we will merge the first one, but attribute the change to all authors who made the same change using @Co-authored-by, so yo can be sure your contribution will count.

πŸ€”β“ Questions

Leave a comment below!

This issue was created by First-Timers-Bot.

[email protected] incompatible with [email protected]

If the @octokit/plugin-enterprise-compatibility is installed at latest, on an existing probot 9.4.0 application, we begin seeing the following exception:

TypeError: pluginFunction is not a function
    at /usr/local/google/home/bencoe/google/repo-automation-bots/packages/gcf-utils/node_modules/@octokit/rest/lib/constructor.js:26:37
    at Array.forEach (<anonymous>)
    at new Octokit (/usr/local/google/home/bencoe/google/repo-automation-bots/packages/gcf-utils/node_modules/@octokit/rest/lib/constructor.js:26:11)
    at Object.GitHubAPI (/usr/local/google/home/bencoe/google/repo-automation-bots/packages/gcf-utils/node_modules/probot/lib/github/index.js:26:19)
    at /usr/local/google/home/bencoe/google/repo-automation-bots/packages/gcf-utils/build/test/gcf-utils.js:50:38
    at new Promise (<anonymous>)
    at Application.app.auth (/usr/local/google/home/bencoe/google/repo-automation-bots/packages/gcf-utils/build/test/gcf-utils.js:49:34)
    at Application.authenticateEvent (/usr/local/google/home/bencoe/google/repo-automation-bots/packages/gcf-utils/node_modules/probot/lib/application.js:247:25)
    at Application.<anonymous> (/usr/local/google/home/bencoe/google/repo-automation-bots/packages/gcf-utils/node_modules/probot/lib/application.js:149:55)
    at step (/usr/local/google/home/bencoe/google/repo-automation-bots/packages/gcf-utils/node_modules/probot/lib/application.js:43:23)
    at Object.next (/usr/local/google/home/bencoe/google/repo-automation-bots/packages/gcf-utils/node_modules/probot/lib/application.js:24:53)
    at /usr/local/google/home/bencoe/google/repo-automation-bots/packages/gcf-utils/node_modules/probot/lib/application.js:18:71
    at new Promise (<anonymous>)
    at __awaiter (/usr/local/google/home/bencoe/google/repo-automation-bots/packages/gcf-utils/node_modules/probot/lib/application.js:14:12)
    at EventEmitter.<anonymous> (/usr/local/google/home/bencoe/google/repo-automation-bots/packages/gcf-utils/node_modules/probot/lib/application.js:140:72)
    at /usr/local/google/home/bencoe/google/repo-automation-bots/packages/gcf-utils/node_modules/promise-events/emitter.js:119:65
    at /usr/local/google/home/bencoe/google/repo-automation-bots/packages/gcf-utils/node_modules/promise-events/emitter.js:351:67

Add @octokit/core as peerDependency

This is a follow up issue to octokit/plugin-paginate-rest.js#124 (comment)

We need to add @octokit/core as a peerDependency to address a problem with yarn 2. It is something I planned to do anyway, but wanted to figure out automated testing to assure compatibility of the plugins with the latest @octokit/core.

I only want to define compatibility with the lowest version, in this case v3. Compare pull request https://github.com/octokit/plugin-paginate-rest.js/pull/130/files.

I would appreciate help, this is a great issue for a first-time contributor

Add normalization of git reference responses

for api.github.com, the ambigious GET /repos/:owner/:repo/git/refs/:ref route was replaced by two new endpoints

  1. GET /repos/:owner/:repo/git/ref/:ref
  2. GET /repos/:owner/:repo/git/matching-refs/:ref

The new endpoints don't exist in 2.18 and older though (note the slight difference in the route, /refs/ instead of /ref/:

  1. https://developer.github.com/enterprise/2.18/v3/git/refs/#get-a-reference
  2. https://developer.github.com/enterprise/2.18/v3/git/refs/#get-all-references

For compatibility, the octokit.git.getRef and octokit.git.listRefs should be reverted to their previous behavior and their responses normalized as implemented in https://github.com/octokit/rest.js/blob/1794917eb8315d701320b456f444a45f66ca8419/plugins/normalize-git-reference-responses/index.js

An in-range update of @octokit/rest is breaking the build 🚨

The devDependency @octokit/rest was updated from 16.22.0 to 16.23.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@octokit/rest is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for v16.23.0

16.23.0 (2019-04-02)

Features

  • options.auth can be set to token without a prefix (736174e)
Commits

The new version differs by 7 commits.

  • 736174e feat: options.auth can be set to token without a prefix
  • 0e7ee78 build(package): atob-lite
  • a9e8fca docs(README): remove optional authorization prefixes from code examples
  • 7ec21b1 test: options.auth function returning string without basic/token/bearer prefix
  • 1a9d73a test: options.auth set to string without basic/token/bearer prefix
  • 1661493 build(package): lock file update
  • 48edead chore(package): update @octokit/routes to version 19.1.1

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @octokit/rest is breaking the build 🚨


☝️ Important announcement: Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency @octokit/rest was updated from 17.2.1 to 17.3.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@octokit/rest is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ test (13): There are 1 failures, 0 warnings, and 0 notices.
  • ❌ test (12): There are 1 failures, 0 warnings, and 0 notices.
  • ❌ test (10): There are 2 failures, 0 warnings, and 0 notices.

Release Notes for v17.3.0

Features

  • simpler pagination using endpoint methods as first argument (#1672) (548d65a)

Before

const options = octokit.issues.listForRepo.endpoint.merge({
  owner: "octokit",
  repo: "rest.js",
});
const issues = await octokit.paginate(options);

After

const issues = await octokit.paginate(octokit.issues.listForRepo, {
  owner: "octokit",
  repo: "rest.js",
});
FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of tap is breaking the build 🚨

The devDependency tap was updated from 13.1.9 to 13.1.10.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

tap is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Commits

The new version differs by 5 commits.

  • 6dc593a 13.1.10
  • a9bd8f3 Apply test-regex against unix-ified paths
  • 8e0a712 Add fastify-vhost to the 100 club
  • 50aa89c use git push --follow-tags instead of 2 git commands
  • de3882a document t.expectUncaughtException

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of fetch-mock is breaking the build 🚨


☝️ Important announcement: Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency fetch-mock was updated from 9.3.0 to 9.3.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

fetch-mock is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • βœ… test (12): There are 1 failures, 0 warnings, and 0 notices.
  • ❌ test (10): There are 2 failures, 0 warnings, and 0 notices.
  • ❌ test (8): There are 1 failures, 0 warnings, and 0 notices.

Commits

The new version differs by 7 commits.

  • d22e983 linked to cheatsheet EVERYWHERE
  • 1d2557d Merge pull request #524 from wheresrhys/cheatsheet
  • 1dfc6c2 completed cheatsheet
  • 7efa6c5 cheatsheet formatting
  • 438c835 refined set up/teardown section of cheatsheet
  • 6a2d449 midway through writing cheatsheet content
  • 633cf3e improve documentation for when to use a named matcher

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @octokit/rest is breaking the build 🚨

The devDependency @octokit/rest was updated from 16.27.0 to 16.27.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@octokit/rest is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for v16.27.1

16.27.1 (2019-05-29)

Bug Fixes

  • typo in deprecation message for .repos.getCommitRefSha() (ade2d00)
Commits

The new version differs by 7 commits.

  • ade2d00 fix: typo in deprecation message for .repos.getCommitRefSha()
  • 8f2d7d5 build(package): lock file
  • de94abf chore(package): update dependencies
  • 1855f06 chore: add Greenkeeper config file
  • 820f5eb docs: make search results scrollable (#1380)
  • 224f7ac build(package): lock file
  • e5bc143 build(package): @octokit/routes v20.4.2

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Dependency Dashboard

This issue contains a list of Renovate updates and their statuses.

Awaiting Schedule

These updates are awaiting their schedule. Click on a checkbox to ignore the schedule.

  • fix(deps): lock file maintenance

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

  • build(deps): update dependency jest to v26
  • build(deps): update dependency ts-jest to v26
  • build(deps): update dependency typescript to v4
  • Check this option to rebase all the above open PRs at once

  • Check this box to trigger a request for Renovate to run again on this repository

The automated release is failing 🚨

🚨 The automated release from the master branch failed. 🚨

I recommend you give this issue a high priority, so other packages depending on you could benefit from your bug fixes and new features.

You can find below the list of errors reported by semantic-release. Each one of them has to be resolved in order to automatically publish your package. I’m sure you can resolve this πŸ’ͺ.

Errors are usually caused by a misconfiguration or an authentication problem. With each error reported below you will find explanation and guidance to help you to resolve it.

Once all the errors are resolved, semantic-release will release your package the next time you push a commit to the master branch. You can also manually restart the failed CI job that runs semantic-release.

If you are not sure how to resolve this, here is some links that can help you:

If those don’t help, or if this issue is reporting something you think isn’t right, you can always ask the humans behind semantic-release.


Cannot push to the Git repository.

semantic-release cannot push the version tag to the branch master on the remote Git repository with URL https://x-access-token:[secure]@github.com/octokit/plugin-enterprise-compatibility.js.git.

This can be caused by:


Good luck with your project ✨

Your semantic-release bot πŸ“¦πŸš€

An in-range update of @octokit/core is breaking the build 🚨

The devDependency @octokit/core was updated from 2.4.0 to 2.4.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@octokit/core is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ test (12): There are 1 failures, 0 warnings, and 0 notices.
  • ❌ test (10): There are 1 failures, 0 warnings, and 0 notices.
  • ❌ test (8): There are 2 failures, 0 warnings, and 0 notices.

Release Notes for v2.4.1

2.4.1 (2020-02-18)

Bug Fixes

  • set options.request when custom authStrategy is set (#47) (781dc80)
FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @types/node is breaking the build 🚨

The devDependency @types/node was updated from 13.7.0 to 13.7.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@types/node is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ test (12): There are 1 failures, 0 warnings, and 0 notices.
  • ❌ test (10): There are 2 failures, 0 warnings, and 0 notices.
  • ❌ test (8): There are 2 failures, 0 warnings, and 0 notices.

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of @octokit/rest is breaking the build 🚨

The devDependency @octokit/rest was updated from 16.24.1 to 16.24.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@octokit/rest is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details

Release Notes for v16.24.2

16.24.2 (2019-04-16)

Bug Fixes

  • implement deprecation for parameters in .endpoint() and .endpoint.merge() (8cebbfa)
Commits

The new version differs by 79 commits.

  • 8cebbfa fix: implement deprecation for parameters in .endpoint() and .endpoint.merge()
  • ca20a20 test: .endpoint method aliases deprecated paramters
  • 6369463 chore(package): update lockfile package-lock.json
  • 54f68c5 chore(package): update @octokit/routes to version 20.0.1
  • b000228 chore(package): update lockfile package-lock.json
  • 1689387 chore(package): update nyc to version 14.0.0
  • a03066f build(generate-routes): remove workarounds that have been moved to octokit/routes
  • 3107c5c chore(package): update lockfile package-lock.json
  • 3f9a724 chore(package): update @octokit/routes to version 20.0.0
  • e15df6b docs: fix navigation overlapping search results
  • 0b46fdf docs: avoid anchors being hidden behind sticky header
  • c5ca0d8 docs: fix order of static documentation sections
  • 53e75fb docs: Position sticky navigation below the header
  • 62089df ci(workflow): actually run docs deploy action :)
  • a4a0eeb ci(workflow): replace custom action with npm flags magic

There are 79 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.