Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 688f86a

Browse filesBrowse files
fix(deps): update dependency @octokit/plugin-request-log to v4 (#322)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@octokit/plugin-request-log](https://togithub.com/octokit/plugin-request-log.js) | [`^1.0.4` -> `^4.0.0`](https://renovatebot.com/diffs/npm/@octokit%2fplugin-request-log/1.0.4/4.0.0) | [![age](https://badges.renovateapi.com/packages/npm/@octokit%2fplugin-request-log/4.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@octokit%2fplugin-request-log/4.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@octokit%2fplugin-request-log/4.0.0/compatibility-slim/1.0.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@octokit%2fplugin-request-log/4.0.0/confidence-slim/1.0.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>octokit/plugin-request-log.js (@&#8203;octokit/plugin-request-log)</summary> ### [`v4.0.0`](https://togithub.com/octokit/plugin-request-log.js/releases/tag/v4.0.0) [Compare Source](https://togithub.com/octokit/plugin-request-log.js/compare/v3.0.0...v4.0.0) ##### chore - **deps:** update dependency [@&#8203;octokit/core](https://togithub.com/octokit/core) to v5 ([#&#8203;332](https://togithub.com/octokit/plugin-request-log.js/issues/332)) ([ba7dbc0](https://togithub.com/octokit/plugin-request-log.js/commit/ba7dbc09c68ee001498abae76f15bfe5a0fb2733)) ##### BREAKING CHANGES - **deps:** require `@octokit/core` > 5 ### [`v3.0.0`](https://togithub.com/octokit/plugin-request-log.js/releases/tag/v3.0.0) [Compare Source](https://togithub.com/octokit/plugin-request-log.js/compare/v2.0.1...v3.0.0) ##### Continuous Integration - stop testing against NodeJS v14, v16 ([#&#8203;321](https://togithub.com/octokit/plugin-request-log.js/issues/321)) ([e18ea9d](https://togithub.com/octokit/plugin-request-log.js/commit/e18ea9db6d9a20af4d2c51821449b8dfc66e1e97)) ##### BREAKING CHANGES - Drop support for NodeJS v14, v16 - ci: stop testing against NodeJS v14, v16 - ci: stop testing against NodeJS v14, v16 - ci: stop testing against NodeJS v14, v16 - ci: stop testing against NodeJS v14, v16 - ci: stop testing against NodeJS v14, v16 - Update build.mjs ### [`v2.0.1`](https://togithub.com/octokit/plugin-request-log.js/releases/tag/v2.0.1) [Compare Source](https://togithub.com/octokit/plugin-request-log.js/compare/v1.0.4...v2.0.1) ##### Bug Fixes - **build:** switch to esbuild ([#&#8203;326](https://togithub.com/octokit/plugin-request-log.js/issues/326)) ([ef0f893](https://togithub.com/octokit/plugin-request-log.js/commit/ef0f89357601a19003c8d229063214c305aadd9b)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/octokit/rest.js). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMjYuMCIsInVwZGF0ZWRJblZlciI6IjM2LjUuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5429dfd commit 688f86a
Copy full SHA for 688f86a

File tree

Expand file treeCollapse file tree

2 files changed

+9
-6
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+9
-6
lines changed

‎package-lock.json

Copy file name to clipboardExpand all lines: package-lock.json
+8-5Lines changed: 8 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"dependencies": {
3535
"@octokit/core": "^5.0.0",
3636
"@octokit/plugin-paginate-rest": "^8.0.0",
37-
"@octokit/plugin-request-log": "^1.0.4",
37+
"@octokit/plugin-request-log": "^4.0.0",
3838
"@octokit/plugin-rest-endpoint-methods": "^9.0.0"
3939
},
4040
"devDependencies": {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.