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/plugin-rest-endpoint-methods.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.0.0
Choose a base ref
...
head repository: octokit/plugin-rest-endpoint-methods.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.0.1
Choose a head ref
  • 4 commits
  • 13 files changed
  • 5 contributors

Commits on Sep 27, 2023

  1. ci(action): update peter-evans/create-or-update-comment digest to ddf…

    …f993 (#680)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    15fff46 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. build: update scripts to ESM, cleanup deps (#681)

    * build: remove obsolete script
    
    * build: convert scripts to ESM
    
    * build: update scripts to use new file names
    
    * build: lint scripts
    
    * build(deps): remove unused dependency
    
    * build: upgrade `sort-keys` to v5
    
    * build(deps): use `@gr2m/fetch-mock`
    
    * build(deps): remove `fs-extra`
    
    * build: update `package-lock.json`
    
    * style: prettier
    wolfy1339 authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    82a26ac View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. [maint]: Updated immediate response workflows via automation (#682)

    * Updates for workflows
    
    * Update .github/workflows/add_to_octokit_project.yml
    
    ---------
    
    Co-authored-by: Nick Floyd <139819+nickfloyd@users.noreply.github.com>
    octokitbot and nickfloyd authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    d39cea9 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. fix: implement setters, descriptors and more Proxy traps (#684)

    The implementation of #622 only implemented a `get` Proxy trap.
    This worked fine for the simple use-case of invoking the methods, but
    failed when users tried to mock functions with Jest or Sinon.
    It also did not list all functions anymore, when pressing tab-tab in a
    REPL.
    
    This commit implements further Proxy traps which are required for those
    use-cases and it uses the cache object for mutating operations.
    
    Fixes: #683
    ZauberNerd authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a1dcf83 View commit details
    Browse the repository at this point in the history
Loading