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

chore(deps): update all #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore(deps): update all #2

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 15, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/cache action patch v2.1.6 -> v2.1.8 age adoption passing confidence
actions/checkout action minor v2.3.4 -> v2.7.0 age adoption passing confidence
alex (source) dependencies patch 9.1.0 -> 9.1.1 age adoption passing confidence
alpine final minor 3.13 -> 3.20 age adoption passing confidence
docker/build-push-action action minor v2.5.0 -> v2.10.0 age adoption passing confidence
github.com/peterbourgon/ff/v3 require minor v3.0.0 -> v3.4.0 age adoption passing confidence
github.com/tailscale/depaware require digest 77d1e97 -> 720c4b4 age adoption passing confidence
gitlab.com/gomidi/rtmididrv require minor v0.13.0 -> v0.15.0 age adoption passing confidence
go.uber.org/goleak require minor v1.1.10 -> v1.3.0 age adoption passing confidence
go.uber.org/multierr require minor v1.7.0 -> v1.11.0 age adoption passing confidence
go.uber.org/zap require minor v1.17.0 -> v1.27.0 age adoption passing confidence
golang stage minor 1.16.5-alpine -> 1.22.3-alpine age adoption passing confidence
goreleaser/goreleaser-action action minor v2.6.1 -> v2.9.1 age adoption passing confidence
markdownlint-cli dependencies minor 0.27.1 -> 0.40.0 age adoption passing confidence

Release Notes

actions/cache (actions/cache)

v2.1.8: Updating actions/core to version 1.10.0

Compare Source

The ::save-state and ::set-output are deprecated. The newer version of actions/core >1.10.0 uses the new syntax for save and set output. After this change, customers using actions/cache@v2 won't see deprecation warning message.

v2.1.7

Compare Source

Support 10GB cache upload using the latest version 1.0.8 of @actions/cache

actions/checkout (actions/checkout)

v2.7.0

Compare Source

What's Changed

Full Changelog: actions/checkout@v2.6.0...v2.7.0

v2.6.0

Compare Source

What's Changed

Full Changelog: actions/checkout@v2.5.0...v2.6.0

v2.5.0

Compare Source

What's Changed

Full Changelog: actions/checkout@v2...v2.5.0

v2.4.2

Compare Source

What's Changed

Full Changelog: actions/checkout@v2...v2.4.2

v2.4.1

Compare Source

  • Fixed an issue where checkout failed to run in container jobs due to the new git setting safe.directory

v2.4.0

Compare Source

  • Convert SSH URLs like org-<ORG_ID>@&#8203;github.com: to https://github.com/ - pr

v2.3.5

Compare Source

Update dependencies

get-alex/alex (alex)

v9.1.1

Compare Source

Full Changelog: get-alex/alex@9.1.0...9.1.1

docker/build-push-action (docker/build-push-action)

v2.10.0

Compare Source

  • Add imageid output and use metadata to set digest output (#​569)
  • Add build-contexts input (#​563)
  • Enhance outputs display (#​559)

v2.9.0

Compare Source

  • add-hosts input (#​553 #​555)
  • Fix git context subdir example and improve README (#​552)
  • Add e2e tests for ACR (#​548)
  • Add description on github-token option to README (#​544)
  • Bump node-fetch from 2.6.1 to 2.6.7 (#​549)

v2.8.0

Compare Source

  • Allow specifying subdirectory with default git context (#​531)
  • Add cgroup-parent, shm-size, ulimit inputs (#​501)
  • Don't set outputs if empty or nil (#​470)
  • docs: example to sanitize tags with metadata-action (#​476)
  • docs: wrong syntax to sanitize repo slug (#​475)
  • docs: test before pushing your image (#​455)
  • readme: remove v1 section (#​500)
  • ci: virtual env file system info (#​510)
  • dev: update workflow (#​499)
  • Bump @​actions/core from 1.5.0 to 1.6.0 (#​160)
  • Bump ansi-regex from 5.0.0 to 5.0.1 (#​469)
  • Bump tmpl from 1.0.4 to 1.0.5 (#​465)
  • Bump csv-parse from 4.16.0 to 4.16.3 (#​451 #​459)

v2.7.0

Compare Source

v2.6.1

Compare Source

  • Small typo and ensure trimmed output (#​400)

v2.6.0

Compare Source

peterbourgon/ff (github.com/peterbourgon/ff/v3)

v3.4.0

Compare Source

What's Changed

Full Changelog: peterbourgon/ff@v3.3.2...v3.4.0

v3.3.2

Compare Source

This release adds the WithFilesystem option, allowing users to specify a filesystem other than the default host FS for e.g. config files. Thanks to @​piotrkowalczuk and #​103 for the inspiration.

v3.3.1

Compare Source

@​abhinav sent in #​106 which just improves the DefaultUsageFunc a bit, thanks bud!

v3.3.0

Compare Source

Changes!

What's Changed

New Contributors

Full Changelog: peterbourgon/ff@v3.1.2...v3.3.0

v3.1.2

Compare Source

The rehoming to major version 0 caused problems I was not able to quickly resolve. See #​86. This release restores everything to major version 3 until I can resolve those problems.

v3.1.1

Compare Source

v3.1.0

Compare Source

ffyaml now treats

key: 

as

-key=""

instead of an error.

gomidi/rtmididrv (gitlab.com/gomidi/rtmididrv)

v0.15.0

Compare Source

v0.14.0

Compare Source

uber-go/goleak (go.uber.org/goleak)

v1.3.0

Compare Source

Fixed
  • Built-in ignores now match function names more accurately.
    They will no longer ignore stacks because of file names
    that look similar to function names. (#​112)
Added
  • Add an IgnoreAnyFunction option to ignore stack traces
    that have the provided function anywhere in the stack. (#​113)
  • Ignore testing.runFuzzing and testing.runFuzzTests alongside
    other already-ignored test functions (testing.RunTests, etc). (#​105)
Changed

v1.2.1: v.1.2.1

Compare Source

[1.2.1]

Changed
  • Drop golang/x/lint dependency.

v1.2.0

Compare Source

Added
  • Add Cleanup option that can be used for registering cleanup callbacks. (#​78)
Changed
  • Mark VerifyNone as a test helper. (#​75)

Thanks to @​tallclair for their contribution to this release.

v1.1.12

Compare Source

Fixed
  • Fixed logic for ignoring trace related goroutines on Go versions 1.16 and above. (#​68)

v1.1.11

Compare Source

Fixed

  • Documentation fix on how to test.
  • Update dependency on stretchr/testify to v1.7.0. (#​59)
  • Update dependency on golang.org/x/tools to address CVE-2020-14040. (#​62)
uber-go/multierr (go.uber.org/multierr)

v1.11.0

Compare Source

====================

  • Errors now supports any error that implements multiple-error
    interface.
  • Add Every function to allow checking if all errors in the chain
    satisfies errors.Is against the target error.

v1.10.0

Compare Source

====================

  • Comply with Go 1.20's multiple-error interface.
  • Drop Go 1.18 support.
    Per the support policy, only Go 1.19 and 1.20 are supported now.
  • Drop all non-test external dependencies.

v1.9.0

Compare Source

===================

  • Add AppendFunc that allow passsing functions to similar to
    AppendInvoke.

  • Bump up yaml.v3 dependency to 3.0.1.

v1.8.0

Compare Source

===================

  • Combine: perform zero allocations when there are no errors.
uber-go/zap (go.uber.org/zap)

v1.27.0

Compare Source

Enhancements:

  • #​1378: Add WithLazy method for SugaredLogger.
  • #​1399: zaptest: Add NewTestingWriter for customizing TestingWriter with more flexibility than NewLogger.
  • #​1406: Add Log, Logw, Logln methods for SugaredLogger.
  • #​1416: Add WithPanicHook option for testing panic logs.

Thanks to @​defval, @​dimmo, @​arxeiss, and @​MKrupauskas for their contributions to this release.

v1.26.0

Compare Source

Enhancements:

  • #​1297: Add Dict as a Field.
  • #​1319: Add WithLazy method to Logger which lazily evaluates the structured
    context.
  • #​1350: String encoding is much (~50%) faster now.

Thanks to @​hhk7734, @​jquirke, @​cdvr1993 for their contributions to this release.

v1.25.0

Compare Source

This release contains several improvements including performance, API additions,
and two new experimental packages whose APIs are unstable and may change in the
future.

Enhancements:

  • #​1246: Add zap/exp/zapslog package for integration with slog.
  • #​1273: Add Name to Logger which returns the Logger's name if one is set.
  • #​1281: Add zap/exp/expfield package which contains helper methods
    Str and Strs for constructing String-like zap.Fields.
  • #​1310: Reduce stack size on Any.

Thanks to @​knight42, @​dzakaammar, @​bcspragu, and @​rexywork for their contributions
to this release.

v1.24.0

Compare Source

Enhancements:

  • #​1148: Add Level to both Logger and SugaredLogger that reports the
    current minimum enabled log level.
  • #​1185: SugaredLogger turns errors to zap.Error automatically.

Thanks to @​Abirdcfly, @​craigpastro, @​nnnkkk7, and @​sashamelentyev for their
contributions to this release.

v1.23.0

Compare Source

Enhancements:

  • #​1147: Add a zapcore.LevelOf function to determine the level of a
    LevelEnabler or Core.
  • #​1155: Add zap.Stringers field constructor to log arrays of objects
    that implement String() string.

v1.22.0

Compare Source

Enhancements:

  • #​1071: Add zap.Objects and zap.ObjectValues field constructors to log
    arrays of objects. With these two constructors, you don't need to implement
    zapcore.ArrayMarshaler for use with zap.Array if those objects implement
    zapcore.ObjectMarshaler.
  • #​1079: Add SugaredLogger.WithOptions to build a copy of an existing
    SugaredLogger with the provided options applied.
  • #​1080: Add *ln variants to SugaredLogger for each log level.
    These functions provide a string joining behavior similar to fmt.Println.
  • #​1088: Add zap.WithFatalHook option to control the behavior of the
    logger for Fatal-level log entries. This defaults to exiting the program.
  • #​1108: Add a zap.Must function that you can use with NewProduction or
    NewDevelopment to panic if the system was unable to build the logger.
  • #​1118: Add a Logger.Log method that allows specifying the log level for
    a statement dynamically.

Thanks to @​cardil, @​craigpastro, @​sashamelentyev, @​shota3506, and @​zhupeijun
for their contributions to this release.

v1.21.0

Compare Source

1.21.0 (7 Feb 2022)

Enhancements:

  • #​1047: Add zapcore.ParseLevel to parse a Level from a string.
  • #​1048: Add zap.ParseAtomicLevel to parse an AtomicLevel from a
    string.

Bugfixes:

  • #​1058: Fix panic in JSON encoder when EncodeLevel is unset.

Other changes:

  • #​1052: Improve encoding performance when the AddCaller and
    AddStacktrace options are used together.

Thanks to @​aerosol and @​Techassi for their contributions to this release.

v1.20.0

Compare Source

Enhancements:

  • #​989: Add EncoderConfig.SkipLineEnding flag to disable adding newline
    characters between log statements.
  • #​1039: Add EncoderConfig.NewReflectedEncoder field to customize JSON
    encoding of reflected log fields.

Bugfixes:

  • #​1011: Fix inaccurate precision when encoding complex64 as JSON.
  • #​554, #​1017: Close JSON namespaces opened in MarshalLogObject
    methods when the methods return.
  • #​1033: Avoid panicking in Sampler core if thereafter is zero.

Other changes:

Thanks to @​psrajat, @​lruggieri, @​sammyrnycreal for their contributions to this release.

v1.19.1

Compare Source

Fixed
  • #​1001: JSON: Fix complex number encoding with negative imaginary part. Thanks to @​hemantjadon.
  • #​1003: JSON: Fix inaccurate precision when encoding float32.

v1.19.0

Compare Source

Enhancements:

  • #​975: Avoid panicking in Sampler core if the level is out of bounds.
  • #​984: Reduce the size of BufferedWriteSyncer by aligning the fields
    better.

Thanks to @​lancoLiu and @​thockin for their contributions to this release.

v1.18.1

Compare Source

Bugfixes:

  • #​974: Fix nil dereference in logger constructed by zap.NewNop.

v1.18.0

Compare Source

Enhancements:

  • #​961: Add zapcore.BufferedWriteSyncer, a new WriteSyncer that buffers
    messages in-memory and flushes them periodically.
  • #​971: Add zapio.Writer to use a Zap logger as an io.Writer.
  • #​897: Add zap.WithClock option to control the source of time via the
    new zapcore.Clock interface.
  • #​949: Avoid panicking in zap.SugaredLogger when arguments of *w
    methods don't match expectations.
  • #​943: Add support for filtering by level or arbitrary matcher function to
    zaptest/observer.
  • #​691: Comply with io.StringWriter and io.ByteWriter in Zap's
    buffer.Buffer.

Thanks to @​atrn0, @​ernado, @​heyanfu, @​hnlq715, @​zchee
for their contributions to this release.

goreleaser/goreleaser-action (goreleaser/goreleaser-action)

v2.9.1

Compare Source

What's Changed

Full Changelog: goreleaser/goreleaser-action@v2...v2.9.1

v2.9.0

Compare Source

What's Changed

Full Changelog: goreleaser/goreleaser-action@v2.8.1...v2.9.0

v2.8.1

Compare Source

What's Changed

Full Changelog: goreleaser/goreleaser-action@v2.8.0...v2.8.1

v2.8.0

Compare Source

What's Changed

Full Changelog: goreleaser/goreleaser-action@v2.6.1...v2.8.0

v2.7.0

Compare Source

igorshubovych/markdownlint-cli (markdownlint-cli)

v0.40.0: 0.40.0

Compare Source

  • Update markdownlint dependency to 0.34.0
    • Use micromark in MD027/MD028/MD036/MD040/MD041/MD046/MD048
    • Improve MD013/MD034/MD049/MD050/MD051
  • Add support for TOML configuration files via --config
  • Add --configPointer argument for nested configuration
  • Update --ignore for directories to ignore all files within
  • Update all dependencies via Dependabot

v0.39.0: 0.39.0

Compare Source

  • Update markdownlint dependency to 0.33.0
    • Add MD055/table-pipe-style, MD056/table-column-count
    • Improve MD005/MD007/MD024/MD026/MD038
    • Incorporate micromark-extension-directive
    • Improve JSON schema, document validation
  • Handle trailing commas in JSONC configuration
  • Update all dependencies via Dependabot

v0.38.0: 0.38.0

Compare Source

  • Update markdownlint dependency to 0.32.1
    • Remove deprecated MD002/MD006
    • Remove rule aliases for "header"
    • Add MD054/link-image-style
    • Use micromark in MD005/MD007/MD030
    • Improve MD022/MD026/MD034/MD037/MD038/MD045/MD051
  • Remove support for end-of-life Node version 16
  • Update all dependencies via Dependabot

v0.37.0: 0.37.0

Compare Source

  • Update markdownlint dependency to 0.31.1
    • Improve MD032/MD034/MD037/MD043/MD044/MD051/MD052
    • Improve performance
  • Update all dependencies via Dependabot

v0.36.0: 0.36.0

Compare Source

  • Update markdownlint dependency to 0.30.0
    • Use micromark in MD022/MD026/MD032/MD037/MD045/MD051
    • Incorporate micromark-extension-math for math syntax
    • Allow custom rules to override information URL
  • Update all dependencies via Dependabot

v0.35.0: 0.35.0

Compare Source

  • Update markdownlint dependency to 0.29.0
    • Update micromark parser dependencies for better performance
    • Use micromark in MD049/MD050
    • Improve MD034/MD037/MD044/MD049/MD050
  • Update all dependencies via Dependabot

v0.34.0: 0.34.0

Compare Source

  • Update markdownlint dependency to 0.28.2
    • Introduce micromark parser for better positional data (internal only)
    • Use micromark in MD013/MD033/MD034/MD035/MD038/MD044/MD052/MD053
  • Update all dependencies via Dependabot

v0.33.0: 0.33.0

Compare Source

  • Update markdownlint dependency to 0.27.0
    • Improve MD011/MD013/MD022/MD031/MD032/MD033/MD034/MD040/MD043/MD051/MD053
    • Generate/separate documentation
    • Improve documentation
  • Publish Docker container images for both linux/amd64 and linux/arm64
  • Support JSONC and YAML inside markdownlint-configure-file comments
  • Update all dependencies via Dependabot

v0.32.2: 0.32.2

Compare Source

  • Update markdownlint dependency to 0.26.2
    • Improve MD037/MD051/MD053
  • Update all dependencies via Dependabot

v0.32.1: 0.32.1

Compare Source

  • Update markdownlint dependency to 0.26.1
    • Improve MD051
  • Update all dependencies via Dependabot

v0.32.0: 0.32.0

Compare Source

  • Update markdownlint dependency to 0.26.0
    • Add MD051/link-fragments: Link fragments should be valid
    • Add MD052/reference-links-images: Reference links and images should use a label that is defined
    • Add MD053/link-image-reference-definitions: Link and image reference definitions should be needed (auto-fixable)
    • Improve MD010/MD031/MD035/MD039/MD042/MD044/MD049/MD050
    • Add markdownlint-disable-line inline comment
    • Support ~ paths in configuration files
    • Improve performance
  • Add .markdownlint.jsonc to list of supported configuration files
  • Remove support for end-of-life Node version 12
  • Update all dependencies via Dependabot

v0.31.1: 0.31.1

Compare Source

  • Automatically publish Docker container image to GitHub Packages
  • Update all dependencies via Dependabot

v0.31.0: 0.31.0

Compare Source

  • Update markdownlint dependency to 0.25.0
    • Add MD049/MD050 for consistent emphasis/strong style (both auto-fixable)
    • Improve MD007/MD010/MD032/MD033/MD035/MD037/MD039
    • Support asynchronous custom rules
    • Improve performance
  • Update all dependencies via Dependabot

v0.30.0: 0.30.0

Compare Source

  • Add --enable/--disable params
  • Add --quiet param
  • Throw for bad config file
  • Update all dependencies via Dependabot

v0.29.0: 0.29.0

Compare Source

  • Update markdownlint dependency to 0.24.0
    • Improve MD010/MD011/MD037/MD043/MD044
  • Remove support for end-of-life Node version 10
  • Update all dependencies via Dependabot

v0.28.1: 0.28.1

Compare Source

v0.28.0: 0.28.0

Compare Source

  • Add --json option to output results in JSON format
  • Switch rc dependency to run-con to address CVE-2020-7788
  • Update all dependencies via Dependabot

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@renovate renovate bot requested a review from moul as a code owner June 15, 2021 22:44
@renovate renovate bot changed the title Update alpine Docker tag to v3.14 Update all Docker tags Jun 16, 2021
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Jun 22, 2021
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 5eb5308 to 97d293d Compare June 29, 2021 22:57
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 178bcbb to ca1ce17 Compare July 7, 2021 16:05
@codecov
Copy link

codecov bot commented Jul 7, 2021

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 521d6d1 to a7bba89 Compare July 13, 2021 01:59
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 40cbaf1 to e10d600 Compare July 26, 2021 12:23
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from d48fe4b to bc557f5 Compare August 9, 2021 17:21
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 4f84839 to c6332ce Compare August 20, 2021 11:04
@renovate renovate bot changed the title Update all Docker tags chore(deps): update all docker tags Aug 30, 2021
@renovate renovate bot changed the title chore(deps): update all docker tags chore(deps): update all Oct 18, 2021
@socket-security
Copy link

socket-security bot commented Jun 7, 2023

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/alex@9.1.1 Transitive: environment, eval, filesystem, network, shell, unsafe +292 5.77 MB wooorm
npm/markdownlint-cli@0.40.0 Transitive: environment, filesystem, shell +46 7 MB davidanson

🚮 Removed packages: npm/alex@9.1.0, npm/markdownlint-cli@0.27.1

View full report↗︎

@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 7fcdf45 to ba29667 Compare June 17, 2023 11:18
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 5c4f4ff to 5ebd208 Compare August 3, 2023 11:55
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 88703d6 to 69b8823 Compare September 7, 2023 14:56
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from b9c830c to 6c34ce8 Compare December 9, 2023 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies 🔍 Ready for Review Pull Request is not reviewed yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants