-
Notifications
You must be signed in to change notification settings - Fork 43
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: readmeio/rdme
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.1.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 12 files changed
- 3 contributors
Commits on Jan 16, 2025
-
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?
Configuration menu - View commit details
-
Copy full SHA for ebe766b - Browse repository at this point
Copy the full SHA ebe766bView commit details
Commits on Jan 17, 2025
-
## 🧰 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?
Configuration menu - View commit details
-
Copy full SHA for 75ae118 - Browse repository at this point
Copy the full SHA 75ae118View commit details
Commits on Jan 25, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 6fad02b - Browse repository at this point
Copy the full SHA 6fad02bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d91d535 - Browse repository at this point
Copy the full SHA d91d535View commit details
Commits on Jan 28, 2025
-
## 🧰 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 ```
Configuration menu - View commit details
-
Copy full SHA for cde5fd8 - Browse repository at this point
Copy the full SHA cde5fd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e770fc3 - Browse repository at this point
Copy the full SHA e770fc3View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v10.1.0...v10.1.1