-
Notifications
You must be signed in to change notification settings - Fork 477
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] <support@github.com>
|
🤖 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
3d7258fchore(deps): update octokit monorepo (major) (#450)fcdd721chore(deps): update dependency prettier to v3 (#449)7ae9006fix: do not retry status code 451 by default (#447)5cda721build(deps): lock file maintenance3305496build(deps): lock file maintenance8671f97fix(deps): update dependency@octokit/typesto v10 (#443)e328cccdocs: replace references to Skypack CDN with esm.sh (#444)0396e2dfix(deps): add@octokit/request-erroras a runtime dependency (#440)5c06bd5build(deps): lock file maintenance1b61602chore(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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.pyfile.db_init.pyscript.New Feature:
usernameandemailfields in the User model./usersendpoint.Bug fix:
Security: