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

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

chore(deps): update all #10

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 17, 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.14.1 -> 3.20.0 age adoption passing confidence
docker/build-push-action action minor v2.6.1 -> v2.10.0 age adoption passing confidence
github.com/stretchr/testify require minor v1.7.0 -> v1.9.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.19.0 -> v1.27.0 age adoption passing confidence
golang stage minor 1.16.7-alpine -> 1.22.3-alpine age adoption passing confidence
goreleaser/goreleaser-action action minor v2.7.0 -> v2.9.1 age adoption passing confidence
markdownlint-cli dependencies minor 0.28.1 -> 0.41.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

stretchr/testify (github.com/stretchr/testify)

v1.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.8.4...v1.9.0

v1.8.4

Compare Source

v1.8.3

Compare Source

v1.8.2

Compare Source

v1.8.1

Compare Source

v1.8.0

Compare Source

v1.7.5

Compare Source

v1.7.4

Compare Source

v1.7.3

Compare Source

v1.7.2

Compare Source

v1.7.1

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.
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

igorshubovych/markdownlint-cli (markdownlint-cli)

v0.41.0

Compare Source

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](https://togithub.com/igorshubovych/markdownlint-cl


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 August 17, 2021 03:10
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Aug 17, 2021
@renovate renovate bot changed the title Update golang Docker tag to v1.17.0 Update all Aug 20, 2021
@renovate renovate bot changed the title Update all Update all Docker tags Aug 27, 2021
@renovate renovate bot changed the title Update all Docker tags chore(deps): update all docker tags Aug 30, 2021
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 0135b26 to ebadc57 Compare September 9, 2021 20:51
@renovate renovate bot changed the title chore(deps): update all docker tags chore(deps): update all Sep 22, 2021
@renovate renovate bot changed the title chore(deps): update all chore(deps): update all docker tags Sep 22, 2021
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from c76427d to ff6a23e Compare October 8, 2021 01:33
@renovate renovate bot changed the title chore(deps): update all docker tags chore(deps): update all Oct 19, 2021
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 3360b01 to 37723db Compare June 23, 2022 19:28
@socket-security
Copy link

socket-security bot commented Mar 24, 2023

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 45d84c6 to 733091b Compare August 8, 2023 22:36
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 3935770 to 1ec4f75 Compare September 6, 2023 21:34
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from d19b1e7 to 4ec10ca Compare September 28, 2023 22:51
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 0219d75 to 9a09304 Compare October 10, 2023 23:15
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 8f642d0 to 7b9243f Compare December 5, 2023 21:26
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 8a5b329 to 767d093 Compare December 9, 2023 07:54
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from be4a3a2 to 4294d96 Compare January 29, 2024 00:26
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from a3ef7ef to 495be58 Compare February 7, 2024 04:07
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 269b62a to ab3eb57 Compare March 5, 2024 22:14
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