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: readmeio/rdme
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.1.0
Choose a base ref
...
head repository: readmeio/rdme
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.1.1
Choose a head ref
  • 6 commits
  • 12 files changed
  • 3 contributors

Commits on Jan 16, 2025

  1. chore(deps-dev): bump vitest to 3.0, npm up (#1148)

    ## 🧰 Changes
    
    bumps `vitest` to 3.0, and also upgrades a bunch of other outdated deps.
    
    **before:**
    
    ```
    Package                                        Current          Wanted   Latest  Location                                             Depended by
    @oclif/core                                      4.2.1           4.2.3    4.2.3  node_modules/@oclif/core                             rdme
    @oclif/plugin-autocomplete                      3.2.16          3.2.17   3.2.17  node_modules/@oclif/plugin-autocomplete              rdme
    @oclif/plugin-help                              6.2.20          6.2.21   6.2.21  node_modules/@oclif/plugin-help                      rdme
    @oclif/plugin-not-found                         3.2.33          3.2.35   3.2.35  node_modules/@oclif/plugin-not-found                 rdme
    @oclif/plugin-warn-if-update-available          3.1.29          3.1.30   3.1.30  node_modules/@oclif/plugin-warn-if-update-available  rdme
    @oclif/test                                      4.1.6           4.1.7    4.1.7  node_modules/@oclif/test                             rdme
    @vitest/coverage-v8                              2.1.8           2.1.8    3.0.0  node_modules/@vitest/coverage-v8                     rdme
    @vitest/expect                                   2.1.8           2.1.8    3.0.0  node_modules/@vitest/expect                          rdme
    eslint                                          8.57.1          8.57.1   9.18.0  node_modules/eslint                                  rdme
    ignore                                           7.0.0           7.0.3    7.0.3  node_modules/ignore                                  rdme
    knip                                            5.41.1          5.42.1   5.42.1  node_modules/knip                                    rdme
    nock                                    14.0.0-beta.19  14.0.0-beta.19   13.5.6  node_modules/nock                                    rdme
    oclif                                          4.17.10         4.17.13  4.17.13  node_modules/oclif                                   rdme
    rollup                                          4.30.0          4.30.1   4.30.1  node_modules/rollup                                  rdme
    type-fest                                       4.31.0          4.32.0   4.32.0  node_modules/type-fest                               rdme
    typescript                                       5.7.2           5.7.3    5.7.3  node_modules/typescript                              rdme
    undici                                          5.28.4          5.28.5    7.2.3  node_modules/undici                                  rdme
    vitest                                           2.1.8           2.1.8    3.0.0  node_modules/vitest                                  rdme
    ```
    
    **after:**
    
    ```
    Package         Current          Wanted  Latest  Location             Depended by
    eslint           8.57.1          8.57.1  9.18.0  node_modules/eslint  rdme
    nock     14.0.0-beta.19  14.0.0-beta.19  13.5.6  node_modules/nock    rdme
    undici           5.28.5          5.28.5   7.2.3  node_modules/undici  rdme
    ```
    
    ## 🧬 QA & Testing
    
    do tests still pass?
    kanadgupta authored Jan 16, 2025
    Copy the full SHA
    ebe766b View commit details

Commits on Jan 17, 2025

  1. chore: smol refactors (#1149)

    ## 🧰 Changes
    
    - [x] forks `syncsDocsPath` logic and deprecates it (in favor of TBA)
    - [x] cleaner arg definitions in `baseCommand.ts`
    - [x] cleanups + improved response handling flexibility in
    `handleAPIv2Res`
    
    ## 🧬 QA & Testing
    
    does the build + tests still pass?
    kanadgupta authored Jan 17, 2025
    Copy the full SHA
    75ae118 View commit details

Commits on Jan 25, 2025

  1. fix(openapi): adding support for OpenAPI 3.1.1, 3.0.4 and basic auth …

    …fetches (#1153)
    
    | 🚥 Resolves #1152 |
    | :------------------- |
    
    ## 🧰 Changes
    
    This upgrades `oas-normalize` and `oas` in order to pull in updates made
    to our OpenAPI parser to support OpenAPI 3.0.4 and 3.1.1 definitions. I
    have also made a fix in `oas-normalize` to support basic auth
    credentials in URLs, which will fix #1152.
    
    Also upgraded `nock` to v14 while I'm here because that dropped today.
    erunion authored Jan 25, 2025
    Copy the full SHA
    6fad02b View commit details
  2. build(release): 🚀 v10.1.1-next.1 🦉

    ## [10.1.1-next.1](v10.1.0...v10.1.1-next.1) (2025-01-25)
    
    ### Bug Fixes
    
    * **openapi:** adding support for OpenAPI 3.1.1, 3.0.4 and basic auth fetches ([#1153](#1153)) ([6fad02b](6fad02b)), closes [#1152](#1152)
    
    [skip ci]
    semantic-release-bot committed Jan 25, 2025
    Copy the full SHA
    d91d535 View commit details

Commits on Jan 28, 2025

  1. chore(deps): npm up (#1155)

    ## 🧰 Changes
    
    Before:
    
    ```
    Package                                 Current   Wanted   Latest  Location                                             Depended by
    @oclif/core                               4.2.3    4.2.5    4.2.5  node_modules/@oclif/core                             rdme
    @oclif/plugin-autocomplete               3.2.17   3.2.18   3.2.18  node_modules/@oclif/plugin-autocomplete              rdme
    @oclif/plugin-help                       6.2.21   6.2.23   6.2.23  node_modules/@oclif/plugin-help                      rdme
    @oclif/plugin-not-found                  3.2.35   3.2.38   3.2.38  node_modules/@oclif/plugin-not-found                 rdme
    @oclif/plugin-warn-if-update-available   3.1.30   3.1.31   3.1.31  node_modules/@oclif/plugin-warn-if-update-available  rdme
    @oclif/test                               4.1.7    4.1.8    4.1.8  node_modules/@oclif/test                             rdme
    @vitest/coverage-v8                       3.0.0    3.0.4    3.0.4  node_modules/@vitest/coverage-v8                     rdme
    @vitest/expect                            3.0.0    3.0.4    3.0.4  node_modules/@vitest/expect                          rdme
    eslint                                   8.57.1   8.57.1   9.19.0  node_modules/eslint                                  rdme
    knip                                     5.42.1   5.43.6   5.43.6  node_modules/knip                                    rdme
    oclif                                   4.17.13  4.17.20  4.17.20  node_modules/oclif                                   rdme
    rollup                                   4.30.1   4.32.1   4.32.1  node_modules/rollup                                  rdme
    type-fest                                4.32.0   4.33.0   4.33.0  node_modules/type-fest                               rdme
    undici                                   5.28.5   5.28.5    7.3.0  node_modules/undici                                  rdme
    vitest                                    3.0.0    3.0.4    3.0.4  node_modules/vitest                                  rdme
    ```
    
    After:
    
    ```
    Package  Current  Wanted  Latest  Location             Depended by
    eslint    8.57.1  8.57.1  9.19.0  node_modules/eslint  rdme
    undici    5.28.5  5.28.5   7.3.0  node_modules/undici  rdme
    ```
    kanadgupta authored Jan 28, 2025
    Copy the full SHA
    cde5fd8 View commit details
  2. build(release): 🚀 v10.1.1 🦉

    ## [10.1.1](v10.1.0...v10.1.1) (2025-01-28)
    
    ### Bug Fixes
    
    * **openapi:** adding support for OpenAPI 3.1.1, 3.0.4 and basic auth fetches ([#1153](#1153)) ([6fad02b](6fad02b)), closes [#1152](#1152)
    
    [skip ci]
    semantic-release-bot committed Jan 28, 2025
    Copy the full SHA
    e770fc3 View commit details
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [10.1.1](https://github.com/readmeio/rdme/compare/v10.1.0...v10.1.1) (2025-01-28)


### Bug Fixes

* **openapi:** adding support for OpenAPI 3.1.1, 3.0.4 and basic auth fetches ([#1153](https://github.com/readmeio/rdme/issues/1153)) ([6fad02b](https://github.com/readmeio/rdme/commit/6fad02bd257337cd69deb8d12a8cb3bfd9cffc11)), closes [#1152](https://github.com/readmeio/rdme/issues/1152)

## [10.1.1-next.1](https://github.com/readmeio/rdme/compare/v10.1.0...v10.1.1-next.1) (2025-01-25)


### Bug Fixes

* **openapi:** adding support for OpenAPI 3.1.1, 3.0.4 and basic auth fetches ([#1153](https://github.com/readmeio/rdme/issues/1153)) ([6fad02b](https://github.com/readmeio/rdme/commit/6fad02bd257337cd69deb8d12a8cb3bfd9cffc11)), closes [#1152](https://github.com/readmeio/rdme/issues/1152)

# [10.1.0](https://github.com/readmeio/rdme/compare/v10.0.0...v10.1.0) (2025-01-14)


Loading