node-github-publish icon indicating copy to clipboard operation
node-github-publish copied to clipboard

Publishes a file to a repository through the GitHub Contents API

Results 17 node-github-publish issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/voxpelli/node-github-publish). ## Awaiting Schedule The following updates are...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`^8.52.0` -> `^9.2.0`](https://renovatebot.com/diffs/npm/eslint/8.52.0/9.2.0) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`^8.52.0` -> `^8.57.0`](https://renovatebot.com/diffs/npm/eslint/8.52.0/8.57.0) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [type-coverage](https://togithub.com/plantain-00/type-coverage) | [`^2.27.0` -> `^2.28.2`](https://renovatebot.com/diffs/npm/type-coverage/2.27.0/2.28.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/type-coverage/2.28.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/chai](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chai) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai)) | [`^4.3.16` -> `^4.3.20`](https://renovatebot.com/diffs/npm/@types%2fchai/4.3.16/4.3.20) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fchai/4.3.20?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [undici](https://undici.nodejs.org) ([source](https://togithub.com/nodejs/undici)) | [`^5.0.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/undici/5.28.3/6.7.1) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@voxpelli/tsconfig](https://togithub.com/voxpelli/tsconfig) | [`^9.0.0` -> `^12.0.0`](https://renovatebot.com/diffs/npm/@voxpelli%2ftsconfig/9.0.0/12.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@voxpelli%2ftsconfig/12.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [c8](https://togithub.com/bcoe/c8) | [`^8.0.1` -> `^9.1.0`](https://renovatebot.com/diffs/npm/c8/8.0.1/9.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/c8/9.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

As suggested in: https://github.com/paulrobertlloyd/indiekit/issues/1#issuecomment-466450130 This makes a lot of sense, so adding it here to track it and also to point out that @paulrobertlloyd has shown interest in trying to...

enhancement

👋 Add support for `options.author` : ```js publisher.publish("log-YYMMAA", logContent, { message: 'some commit message', author: { name: 'Clint', email: '[email protected]' } }) ```