-
Notifications
You must be signed in to change notification settings - Fork 12
Comparing changes
Open a pull request
base repository: octokit/request-error.js
base: v6.1.4
head repository: octokit/request-error.js
compare: v6.1.5
- 16 commits
- 5 files changed
- 4 contributors
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f40602f - Browse repository at this point
Copy the full SHA f40602fView commit details
Commits on Jul 13, 2024
-
chore(deps): update dependency prettier to v3.3.3 (#447)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 24f2e6b - Browse repository at this point
Copy the full SHA 24f2e6bView commit details
Commits on Jul 16, 2024
-
build(deps): lock file maintenance (#448)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7c81450 - Browse repository at this point
Copy the full SHA 7c81450View commit details
Commits on Jul 23, 2024
-
build(deps): lock file maintenance (#449)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for beebcf2 - Browse repository at this point
Copy the full SHA beebcf2View commit details
Commits on Aug 2, 2024
-
build(deps): lock file maintenance (#450)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e4aa805 - Browse repository at this point
Copy the full SHA e4aa805View commit details
Commits on Aug 6, 2024
-
build(deps): lock file maintenance (#451)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1b925d7 - Browse repository at this point
Copy the full SHA 1b925d7View commit details
Commits on Aug 13, 2024
-
build(deps): lock file maintenance (#452)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3dc495e - Browse repository at this point
Copy the full SHA 3dc495eView commit details
Commits on Aug 21, 2024
-
build(deps): lock file maintenance (#453)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4593df0 - Browse repository at this point
Copy the full SHA 4593df0View commit details
Commits on Aug 27, 2024
-
build(deps): lock file maintenance (#454)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a54321b - Browse repository at this point
Copy the full SHA a54321bView commit details
Commits on Sep 3, 2024
-
build(deps): lock file maintenance (#455)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f2e4e1e - Browse repository at this point
Copy the full SHA f2e4e1eView commit details
Commits on Sep 13, 2024
-
build(deps): lock file maintenance (#456)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f58256f - Browse repository at this point
Copy the full SHA f58256fView commit details
Commits on Sep 17, 2024
-
build(deps): lock file maintenance (#457)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2300764 - Browse repository at this point
Copy the full SHA 2300764View commit details
Commits on Sep 18, 2024
-
build(deps): bump vite from 5.4.5 to 5.4.6 (#458)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.5 to 5.4.6. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.6/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fde3c81 - Browse repository at this point
Copy the full SHA fde3c81View commit details
Commits on Sep 23, 2024
-
chore(deps): update dependency esbuild to ^0.24.0 (#459)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d839320 - Browse repository at this point
Copy the full SHA d839320View commit details
Commits on Sep 24, 2024
-
build(deps): bump rollup from 4.21.3 to 4.22.4 (#460)
Bumps [rollup](https://github.com/rollup/rollup) from 4.21.3 to 4.22.4. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.21.3...v4.22.4) --- updated-dependencies: - dependency-name: rollup dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cd5dc6e - Browse repository at this point
Copy the full SHA cd5dc6eView commit details -
fix(types): add explicit
| undefined
to optional fields (#462)When typescript is used with the option `exactOptionalProperty: true`, this code fails to typecheck if `undefined` is passed in for the response value. This is because `exactOptionalProperty` makes tsc consider `?:..` different from `: ... | undefined` for more strictness.
Configuration menu - View commit details
-
Copy full SHA for 43fc3bd - Browse repository at this point
Copy the full SHA 43fc3bdView commit details
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 v6.1.4...v6.1.5