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 #392

Merged
merged 1 commit into from Jun 6, 2023

Conversation

renovate-bot
Copy link
Collaborator

@renovate-bot renovate-bot commented May 21, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/BurntSushi/toml require minor v1.2.1 -> v1.3.0
github.com/go-git/go-git/v5 require minor v5.6.1 -> v5.7.0
github.com/spdx/tools-golang require patch v0.5.0 -> v0.5.1
github.com/urfave/cli/v2 require patch v2.25.3 -> v2.25.5
golang.org/x/exp require digest dd950f8 -> 2e198f4
golang.org/x/tools require patch v0.9.1 -> v0.9.3

Release Notes

BurntSushi/toml

v1.3.0

Compare Source

New features:

  • Support upcoming TOML 1.1

    While it looks like TOML 1.1 is mostly stable and I don't expect any further major changes, there are NO compatibility guarantees as it is NOT yet released and anything can still change.

    To use it, set the BURNTSUSHI_TOML_110 environment variable to any value, which can be done either with os.SetEnv() or by the user running a program.

    A full list is changes is available in the TOML ChangeLog; the two most notable ones are that newlines and trailing commas are now allowed in inline tables, and Unicode in bare keys can now be used – this is now a valid document:

    lëttërs = {
      ä = "a with diaeresis",
      è = "e with accent grave",
    }
    
  • Allow MarshalTOML and MarshalText to be used on the document type itself, instead of only fields (#​383).

Bufixes:

  • \ escapes at the end of line weren't processed correctly in multiline strings (#​372).

  • Read over UTF-8 BOM (#​381).

  • omitempty struct tag did not work for pointer values (#​371).

  • Fix encoding anonymous structs on 32bit systems (#​374).

go-git/go-git

v5.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-git/go-git@v5.6.1...v5.7.0

spdx/tools-golang

v0.5.1

Compare Source

What's Changed

New Contributors

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

urfave/cli

v2.25.5

Compare Source

What's Changed

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

v2.25.4

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.25.3...v2.25.4


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 May 21, 2023
@renovate-bot renovate-bot changed the title fix(deps): update golang.org/x/exp digest to 03e9162 fix(deps): update golang.org/x/exp digest to 2e198f4 May 22, 2023
@renovate-bot renovate-bot changed the title fix(deps): update golang.org/x/exp digest to 2e198f4 fix(deps): update osv-scanner minor May 23, 2023
@renovate-bot renovate-bot force-pushed the renovate/osv-scanner-minor branch 5 times, most recently from cf8aec5 to be73a06 Compare May 30, 2023 15:50
@another-rex another-rex merged commit b4a32fe into google:main Jun 6, 2023
5 checks passed
@renovate-bot renovate-bot deleted the renovate/osv-scanner-minor branch June 6, 2023 01:22
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

2 participants