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

fix(deps): update osv-scanner minor #407

Merged
merged 1 commit into from
Jun 14, 2023

Conversation

renovate-bot
Copy link
Collaborator

@renovate-bot renovate-bot commented Jun 11, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/BurntSushi/toml require patch v1.3.0 -> v1.3.2
github.com/spdx/tools-golang require patch v0.5.1 -> v0.5.2
github.com/urfave/cli/v2 require patch v2.25.5 -> v2.25.6
golang.org/x/mod require minor v0.10.0 -> v0.11.0
golang.org/x/sync require minor v0.2.0 -> v0.3.0
golang.org/x/term require minor v0.8.0 -> v0.9.0

Release Notes

BurntSushi/toml

v1.3.2

Compare Source

Fix reading BURNTSUSHI_TOML_110 again 😅 The fix for 1.3.1 caused a race issue with multiple decodes being run in parallel.

v1.3.1

Compare Source

This fixes two small bugs:

  • The BURNTSUSHI_TOML_110 environment variable would be checked on package import, rather than Decode().

    This meant that setting os.Setenv("BURNTSUSHI_TOML_110", "") had no effect, as it happens after the import.

  • Fix order of Meta.Keys() for inline tables (this has been an issue since support for inline tables was added).

spdx/tools-golang

v0.5.2

Compare Source

What's Changed

Full Changelog: spdx/tools-golang@v0.5.1...v0.5.2

urfave/cli

v2.25.6

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.25.5...v2.25.6


Configuration

📅 Schedule: Branch creation - "before 6am on monday" in timezone Australia/Sydney, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Jun 11, 2023
@renovate-bot renovate-bot force-pushed the renovate/osv-scanner-minor branch 2 times, most recently from b41f97c to 8735bea Compare June 12, 2023 19:30
@renovate-bot renovate-bot force-pushed the renovate/osv-scanner-minor branch from 8735bea to 713e8e5 Compare June 14, 2023 16:43
@another-rex another-rex merged commit 51f4590 into google:main Jun 14, 2023
@renovate-bot renovate-bot deleted the renovate/osv-scanner-minor branch June 14, 2023 23:16
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.

2 participants