Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: octokit/core.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.6.0
Choose a base ref
...
head repository: octokit/core.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 16 commits
  • 8 files changed
  • 6 contributors

Commits on Mar 25, 2022

  1. chore(deps): bump minimist from 1.2.5 to 1.2.6 (#461)

    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 25, 2022
    1
    Copy the full SHA
    9605da3 View commit details

Commits on Jun 17, 2022

  1. Create SECURITY.md

    nickfloyd authored Jun 17, 2022
    Copy the full SHA
    312c053 View commit details

Commits on Jun 21, 2022

  1. Copy the full SHA
    b9ce58b View commit details

Commits on Jun 23, 2022

  1. build(deps): update dependency ansi-regex [security] (#471)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 23, 2022
    Copy the full SHA
    1462540 View commit details
  2. build(deps): update dependency semver-regex to 3.1.4 [security] (#475)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 23, 2022
    Copy the full SHA
    2a2af8b View commit details
  3. chore(deps): update dependency prettier to v2.7.1 (#476)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 23, 2022
    Copy the full SHA
    0c47cfa View commit details

Commits on Jun 24, 2022

  1. chore(deps): update jest monorepo to v28 (#479)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 24, 2022
    Copy the full SHA
    f312141 View commit details
  2. chore(deps): update dependency @types/node to v16

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 24, 2022
    Copy the full SHA
    9777469 View commit details
  3. ci(action): update github/codeql-action action to v2 (#482)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 24, 2022
    Copy the full SHA
    00178c9 View commit details
  4. ci(action): update actions/setup-node action to v3 (#481)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 24, 2022
    Copy the full SHA
    6d6ea3e View commit details
  5. ci(action): update actions/checkout action to v3 (#480)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 24, 2022
    Copy the full SHA
    40a6a57 View commit details
  6. build(deps): update dependency semantic-release to 19.0.3 [security] (#…

    …474)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 24, 2022
    Copy the full SHA
    0e87319 View commit details
  7. build(deps): update dependency ansi-regex to 3.0.1 [security] (#483)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 24, 2022
    Copy the full SHA
    38368e8 View commit details

Commits on Jun 25, 2022

  1. Copy the full SHA
    e3ff923 View commit details

Commits on Jul 7, 2022

  1. ci(action): pin dependencies (#487)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 7, 2022
    Copy the full SHA
    a12d6bd View commit details
  2. ci: stop testing against NodeJS v10, v12 (#488)

    BREAKING CHANGE: Drop support for NodeJS v10, v12
    wolfy1339 authored Jul 7, 2022
    Copy the full SHA
    e54e6c3 View commit details
Showing with 4,933 additions and 7,150 deletions.
  1. +8 −6 .github/workflows/codeql.yml
  2. +2 −2 .github/workflows/release.yml
  3. +3 −5 .github/workflows/test.yml
  4. +2 −2 .github/workflows/update-prettier.yml
  5. +1 −1 README.md
  6. +12 −0 SECURITY.md
  7. +4,892 −7,127 package-lock.json
  8. +13 −7 package.json
14 changes: 8 additions & 6 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
name: Code scanning - action
"on":
push: null
pull_request: null
push:
branches-ignore:
- "dependabot/**"
pull_request:
schedule:
- cron: 0 19 * * 0
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
with:
fetch-depth: 2
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 # tag=v2
- name: Autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 # tag=v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@3f62b754e23e0dd60f91b744033e1dc1654c0ec6 # tag=v2
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -11,8 +11,8 @@ jobs:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
- uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
with:
node-version: 16
- run: npm ci
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -14,15 +14,13 @@ jobs:
strategy:
matrix:
node_version:
- 10
- 12
- 14
- 16

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v2
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
with:
node-version: ${{ matrix.node_version }}
cache: npm
@@ -33,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
needs: test_matrix
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
- run: npm ci
- run: npm run lint
- run: npm run test:typescript
4 changes: 2 additions & 2 deletions .github/workflows/update-prettier.yml
Original file line number Diff line number Diff line change
@@ -7,8 +7,8 @@ jobs:
update_prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
- uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
with:
version: 12
cache: npm
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -271,7 +271,7 @@ If you need a deep or conditional merge, you can pass a function instead.
```js
const MyOctokit = Octokit.defaults((options) => {
return {
foo: Object.assign({}, options.foo, { opt2: 1 }),
foo: Object.assign({}, options.foo, { opt1: 1 }),
};
});
const octokit = new MyOctokit({
12 changes: 12 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Security Policy

Thanks for helping make GitHub Open Source Software safe for everyone.

GitHub takes the security of our software products and services seriously, including all of the open source code repositories managed through our GitHub organizations, such as [Octokit](https://github.com/octokit).

Even though [open source repositories are outside of the scope of our bug bounty program](https://bounty.github.com/index.html#scope) and therefore not eligible for bounty rewards, we want to make sure that your finding gets passed along to the maintainers of this project for remediation.


## Reporting a Vulnerability

Since this source is part of [Octokit](https://github.com/octokit) (a GitHub organization) we ask that you follow the guidelines [here](https://github.com/github/.github/blob/master/SECURITY.md#reporting-security-issues) to report anything that you might've found.
Loading