Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump robotframework from 5.0.1 to 6.0.1 in /tests/packages/rf-stable5 #757

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2022

Bumps robotframework from 5.0.1 to 6.0.1.

Release notes

Sourced from robotframework's releases.

Robot Framework 6.0.1 is the first bug fix release in the RF 6.0 series. It mainly fixes a bug in using localized BDD prefixes consisting of more than one word (#4515) as well as a regression related to the library search order (#4516).

For more details see the full release notes.

Robot Framework 6.0 is a new major release that starts Robot Framework's localization efforts. In addition to that, it contains several nice enhancements related to, for example, automatic argument conversion and using embedded arguments. Initially it had version 5.1 and was considered a feature release, but it grow so big that we decided to call it a major release instead.

For more details see the full release notes.

Robot Framework 6.0 rc 2

Robot Framework 6.0 is a new major release that starts Robot Framework's localization efforts. In addition to that, it contains several nice enhancements related to, for example, automatic argument conversion and using embedded arguments. Robot Framework 6.0 rc 2 is the second and hopefully the last release candidate containing all features and fixes planned to be included in the final release.

Robot Framework 6.0 was initially labeled Robot Framework 5.1 and considered a feature release. In the end it grow so big that we decided to make it a major release instead.

For more details see the full release notes.

Robot Framework 6.0 rc 1

Robot Framework 6.0 is a new major release that starts Robot Framework's localization efforts. In addition to that, it contains several nice enhancements related to, for example, automatic argument conversion and using embedded arguments. Robot Framework 6.0 rc 1 is the first and hopefully also the last release candidate containing all features and fixes planned to be included in the final release.

Robot Framework 6.0 was initially labeled Robot Framework 5.1 and considered a feature release. In the end it grow so big that we decided to make it a major release instead.

For more details see the full release notes.

Robot Framework 5.1 beta 2

Robot Framework 5.1 is a new feature release that starts Robot Framework's localization efforts and also brings in other nice enhancements. Robot Framework 5.1 preview releases are targeted especially for people interested in translations.

For more details see the full release notes.

Robot Framework 5.1 beta 1

Robot Framework 5.1 is a new feature release that starts Robot Framework's localization efforts and also brings in other nice enhancements. Robot Framework 5.1 preview releases are targeted especially for people interested in translations.

For more details see the full release notes.

Robot Framework 5.1 alpha 2

Robot Framework 5.1 is a new feature release that starts Robot Framework's localization efforts and also brings in other nice enhancements. Robot Framework 5.1 alpha releases are targeted especially for people interested in translations.

For more details see the full release notes.

Robot Framework 5.1 alpha 1

Robot Framework 5.1 is a new feature release that starts Robot Framework's localization efforts and also brings in other nice enhancements. Robot Framework 5.1 alpha 1 is the first preview release targeted especially for people interested in translations.

For more details see the full release notes.

Commits
  • 677976a Updated version to 6.0.1
  • 03f0119 Release notes for 6.0.1
  • a5b698d Fix version numbers in docs and in a warning. Fixes #4525.
  • 628b44b Fix unit test failing around DST. Fixes #4523.
  • e1ccafe Add timedelta support to timestr_to_secs.
  • e4bdf02 Fix DocumentationBuilder w/ resource files having .robot extension.
  • 6c92dd4 Enhance docs of Libdoc's public API. Fixes #4520.
  • acc61b8 Fix search order w/ two matches when one is from std lib.
  • 886ffcf Fix multipart BDD prefixes. #4515
  • 314f398 API doc typo fix
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [robotframework](https://github.com/robotframework/robotframework) from 5.0.1 to 6.0.1.
- [Release notes](https://github.com/robotframework/robotframework/releases)
- [Commits](robotframework/robotframework@v5.0.1...v6.0.1)

---
updated-dependencies:
- dependency-name: robotframework
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 8, 2022
@codecov-commenter
Copy link

codecov-commenter commented Nov 8, 2022

Codecov Report

Base: 93.54% // Head: 94.57% // Increases project coverage by +1.03% 🎉

Coverage data is based on head (5a4834e) compared to base (46e3dbd).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #757      +/-   ##
==========================================
+ Coverage   93.54%   94.57%   +1.03%     
==========================================
  Files          22       22              
  Lines        3189     3189              
==========================================
+ Hits         2983     3016      +33     
+ Misses        206      173      -33     
Impacted Files Coverage Δ
robocop/checkers/spacing.py 94.02% <0.00%> (+0.24%) ⬆️
robocop/checkers/naming.py 94.71% <0.00%> (+0.40%) ⬆️
robocop/checkers/lengths.py 97.51% <0.00%> (+0.49%) ⬆️
robocop/run.py 89.65% <0.00%> (+0.57%) ⬆️
robocop/checkers/misc.py 83.98% <0.00%> (+2.16%) ⬆️
robocop/checkers/errors.py 94.25% <0.00%> (+2.29%) ⬆️
robocop/checkers/__init__.py 93.97% <0.00%> (+2.40%) ⬆️
robocop/checkers/comments.py 98.21% <0.00%> (+2.67%) ⬆️
robocop/checkers/documentation.py 96.77% <0.00%> (+3.22%) ⬆️
robocop/utils/misc.py 98.64% <0.00%> (+4.05%) ⬆️
... and 1 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 9, 2023

Superseded by #760.

@dependabot dependabot bot closed this Jan 9, 2023
@dependabot dependabot bot deleted the dependabot/pip/tests/packages/rf-stable5/robotframework-6.0.1 branch January 9, 2023 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant