-
Notifications
You must be signed in to change notification settings - Fork 307
Bump @octokit/plugin-retry from 4.1.3 to 6.0.0 #359
Bump @octokit/plugin-retry from 4.1.3 to 6.0.0 #359
Conversation
Bumps [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js) from 4.1.3 to 6.0.0. - [Release notes](https://github.com/octokit/plugin-retry.js/releases) - [Commits](octokit/plugin-retry.js@v4.1.3...v6.0.0) --- updated-dependencies: - dependency-name: "@octokit/plugin-retry" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
🤖 OpenAI The proposed changes aim to enhance the security, maintainability, and performance of a Python Flask application. They include reorganizing code into separate modules, improving error handling, implementing secure password hashing and authentication mechanisms, adding input validation, and introducing database optimizations.
Chat with 🤖 OpenAI Bot (
|
} | ||
}, | ||
"node_modules/@octokit/plugin-retry": { | ||
"version": "4.1.3", | ||
"resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-4.1.3.tgz", | ||
"integrity": "sha512-3YKBj7d0J/4mpEc4xzMociWsMNl5lZqrpAnYcW6mqiSGF3wFjU+c6GHih6GLClk31JNvKDr0x9jc5cfm7evkZg==", | ||
"version": "6.0.0", | ||
"resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-6.0.0.tgz", | ||
"integrity": "sha512-a1/A4A+PB1QoAHQfLJxGHhLfSAT03bR1jJz3GgQJZvty2ozawFWs93MiBQXO7SL2YbO7CIq0Goj4qLOBj8JeMQ==", | ||
"dependencies": { | ||
"@octokit/types": "^9.0.0", | ||
"@octokit/request-error": "^5.0.0", | ||
"@octokit/types": "^11.0.0", | ||
"bottleneck": "^2.15.3" | ||
}, | ||
"engines": { | ||
"node": ">= 14" | ||
"node": ">= 18" | ||
}, | ||
"peerDependencies": { | ||
"@octokit/core": ">=3" | ||
"@octokit/core": ">=5" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤖 OpenAI
The updated version of @octokit/plugin-retry
requires Node.js version 18 or higher and @octokit/core
version 5 or higher. Please ensure that your project meets these requirements before merging this PR to avoid compatibility issues.
Superseded by #467. |
Bumps @octokit/plugin-retry from 4.1.3 to 6.0.0.
Release notes
Sourced from
@octokit/plugin-retry
's releases.... (truncated)
Commits
3d7258f
chore(deps): update octokit monorepo (major) (#450)fcdd721
chore(deps): update dependency prettier to v3 (#449)7ae9006
fix: do not retry status code 451 by default (#447)5cda721
build(deps): lock file maintenance3305496
build(deps): lock file maintenance8671f97
fix(deps): update dependency@octokit/types
to v10 (#443)e328ccc
docs: replace references to Skypack CDN with esm.sh (#444)0396e2d
fix(deps): add@octokit/request-error
as a runtime dependency (#440)5c06bd5
build(deps): lock file maintenance1b61602
chore(deps): update dependency esbuild to ^0.18.0 (#441)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Refactor:
app.py
.config.py
file.db_init.py
script.New Feature:
username
andemail
fields in the User model./users
endpoint.Bug fix:
Security: