fix(deps): update osv-scanner minor#392
Merged
another-rex merged 1 commit intogoogle:mainfrom Jun 6, 2023
Merged
Conversation
311b6a9 to
bd6775b
Compare
cf8aec5 to
be73a06
Compare
be73a06 to
ceb0221
Compare
ceb0221 to
ce1db0f
Compare
another-rex
approved these changes
Jun 6, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.2.1->v1.3.0v5.6.1->v5.7.0v0.5.0->v0.5.1v2.25.3->v2.25.5dd950f8->2e198f4v0.9.1->v0.9.3Release Notes
BurntSushi/toml
v1.3.0Compare 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_110environment variable to any value, which can be done either withos.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:
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).
omitemptystruct tag did not work for pointer values (#371).Fix encoding anonymous structs on 32bit systems (#374).
go-git/go-git
v5.7.0Compare Source
What's Changed
New Contributors
Full Changelog: go-git/go-git@v5.6.1...v5.7.0
spdx/tools-golang
v0.5.1Compare Source
What's Changed
copyrightText,licenseListVersion,packageVerificationCodeby @lumjjb in https://github.com/spdx/tools-golang/pull/215filesAnalyzedfield in JSON/YAML by @kzantow in https://github.com/spdx/tools-golang/pull/210New Contributors
Full Changelog: spdx/tools-golang@v0.5.0...v0.5.1
urfave/cli
v2.25.5Compare Source
What's Changed
Full Changelog: urfave/cli@v2.25.4...v2.25.5
v2.25.4Compare 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.
This PR has been generated by Mend Renovate. View repository job log here.