Skip to content

Bump go.bug.st/relaxed-semver from 0.10.1 to 0.10.2 #556

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

Merged
merged 4 commits into from
Jun 9, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 31, 2023

Bumps go.bug.st/relaxed-semver from 0.10.1 to 0.10.2.

Release notes

Sourced from go.bug.st/relaxed-semver's releases.

Release 0.10.2

What's Changed

Full Changelog: bugst/relaxed-semver@v0.10.1...v0.10.2

Commits
  • 8151b13 Merge pull request #15 from bugst/speedup
  • 7cce8cf Speedup in worst-case scenario
  • 9a0ab19 Added test for worst-case scenario
  • 6f443f0 resolver: Ensure that requested release is in the archive
  • See full diff 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)

@dependabot dependabot bot added the topic: infrastructure Related to project infrastructure label May 31, 2023
@codecov-commenter
Copy link

codecov-commenter commented May 31, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (414314c) 90.05% compared to head (0c61c31) 90.05%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #556   +/-   ##
=======================================
  Coverage   90.05%   90.05%           
=======================================
  Files          44       44           
  Lines        6800     6800           
=======================================
  Hits         6124     6124           
  Misses        553      553           
  Partials      123      123           
Flag Coverage Δ
unit 90.05% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@per1234 per1234 self-assigned this Jun 8, 2023
@per1234 per1234 added the type: enhancement Proposed improvement label Jun 8, 2023
dependabot bot and others added 2 commits June 8, 2023 16:31
Bumps [go.bug.st/relaxed-semver](https://github.com/bugst/relaxed-semver) from 0.10.1 to 0.10.2.
- [Release notes](https://github.com/bugst/relaxed-semver/releases)
- [Commits](bugst/relaxed-semver@v0.10.1...v0.10.2)

---
updated-dependencies:
- dependency-name: go.bug.st/relaxed-semver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
The bump of the dependency of the project's root `github.com/arduino/arduino-lint` module also requires updates to the
Go dependencies metadata of the project's modules which depend on `github.com/arduino/arduino-lint`.
@per1234 per1234 force-pushed the dependabot/go_modules/go.bug.st/relaxed-semver-0.10.2 branch from 6bf4856 to 0c61c31 Compare June 8, 2023 23:32
per1234 added 2 commits June 8, 2023 17:00
Go 1.17 has a different handling of dependencies. By default, it emulates the old behavior for compatibility with older
Go versions. The Dependabot PRs are produced in this manner.

This project now uses Go 1.17 exclusively, as is indicated by the `go` directive and by the contributor guide. There is
no need to provide compatibility with unsupported Go versions, so we use the `-compat=1.17` flag in the `go mod tidy`
command, as is done here.
@per1234 per1234 force-pushed the dependabot/go_modules/go.bug.st/relaxed-semver-0.10.2 branch from 0c61c31 to d300d14 Compare June 9, 2023 00:01
@per1234 per1234 merged commit da0bb57 into main Jun 9, 2023
@per1234 per1234 deleted the dependabot/go_modules/go.bug.st/relaxed-semver-0.10.2 branch June 9, 2023 00:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: infrastructure Related to project infrastructure type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants