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

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

chore(deps): update all #1

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 8, 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
codecov/codecov-action action patch v1.5.0 -> v1.5.2 age adoption passing confidence
docker/build-push-action action minor v2.5.0 -> v2.10.0 age adoption passing confidence
github.com/pquerna/otp require minor v1.3.0 -> v1.4.0 age adoption passing confidence
github.com/tailscale/depaware require digest 77d1e97 -> 720c4b4 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
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

codecov/codecov-action (codecov/codecov-action)

v1.5.2

Compare Source

1.5.2

Fixes
  • fix: Import version properly as string not object

v1.5.1

Compare Source

1.5.1

Fixes
  • #​320 doc: add github actions badge
  • #​336 Update bash uploader to 1.0.3
  • #​339 fix: Add action version
Dependencies
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

pquerna/otp (github.com/pquerna/otp)

v1.4.0: : Minor Changes and Improvements

Compare Source

Functional changes

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.
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 8, 2021 17:25
@codecov
Copy link

codecov bot commented Jun 8, 2021

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 38.46%. Comparing base (0a4840a) to head (c1bf343).

Current head c1bf343 differs from pull request most recent head 53525e5

Please upload reports for the commit 53525e5 to get more accurate results.

Additional details and impacted files
@@           Coverage Diff           @@
##             main       #1   +/-   ##
=======================================
  Coverage   38.46%   38.46%           
=======================================
  Files           1        1           
  Lines          13       13           
=======================================
  Hits            5        5           
  Misses          5        5           
  Partials        3        3           
Flag Coverage Δ
unittests 38.46% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title Update codecov/codecov-action action to v1.5.1 Update codecov/codecov-action action to v1.5.2 Jun 9, 2021
@renovate renovate bot changed the title Update codecov/codecov-action action to v1.5.2 Update all Docker tags Jun 15, 2021
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from b3652c6 to 4d18ef8 Compare June 22, 2021 20:22
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Jun 22, 2021
@renovate renovate bot changed the title Update all Docker tags Update all Jul 2, 2021
@renovate renovate bot changed the title Update all Update all Docker tags Jul 2, 2021
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from ca7fab2 to 83ad728 Compare July 26, 2021 12:26
@renovate renovate bot changed the title Update all Docker tags Update all Jul 31, 2021
@renovate renovate bot changed the title Update all Update all Docker tags Aug 1, 2021
@renovate renovate bot changed the title Update all Docker tags chore(deps): update all Oct 18, 2021
@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↗︎

@socket-security
Copy link

socket-security bot commented Jun 9, 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 +303 5.93 MB wooorm
npm/markdownlint-cli@0.40.0 Transitive: environment, filesystem, shell +41 6.94 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 20c8e8f to 73a6d05 Compare September 7, 2023 05:44
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from de3d608 to c927ac7 Compare October 13, 2023 02:05
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from e1e8fb4 to 2c318d6 Compare December 10, 2023 05:21
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