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

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

chore(deps): update all #3

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 31, 2023

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/cache action patch v3.3.1 -> v3.3.3 age adoption passing confidence
alpine final minor 3.18.2 -> 3.20.3 age adoption passing confidence
codecov/codecov-action action patch v3.1.4 -> v3.1.6 age adoption passing confidence
docker/build-push-action action minor v4.1.1 -> v4.2.1 age adoption passing confidence
github.com/tailscale/depaware require digest 720c4b4 -> 3d7f3b3 age adoption passing confidence
go.uber.org/goleak require minor v1.2.1 -> v1.3.0 age adoption passing confidence
golang stage minor 1.20-alpine -> 1.23-alpine age adoption passing confidence
goreleaser/goreleaser-action action minor v4.2.0 -> v4.6.0 age adoption passing confidence
markdownlint-cli dependencies minor 0.31.1 -> 0.42.0 age adoption passing confidence

Release Notes

actions/cache (actions/cache)

v3.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.3.3

v3.3.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.3.2

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

v3.1.6

Compare Source

Full Changelog: codecov/codecov-action@v3.1.5...v3.1.6

v3.1.5

Compare Source

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v3.1.4...v3.1.5

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

v4.2.1

Compare Source

Note

Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform images. This may introduce issues with registry and runtime support (e.g. Google Cloud Run and AWS Lambda). You can optionally disable the default provenance attestation functionality using provenance: false.

Full Changelog: docker/build-push-action@v4.2.0...v4.2.1

v4.2.0

Compare Source

Note

Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform images. This may introduce issues with registry and runtime support (e.g. Google Cloud Run and AWS Lambda). You can optionally disable the default provenance attestation functionality using provenance: false.

Full Changelog: docker/build-push-action@v4.1.1...v4.2.0

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
goreleaser/goreleaser-action (goreleaser/goreleaser-action)

v4.6.0

Compare Source

Reverts the change to node20 runtime.

Full Changelog: goreleaser/goreleaser-action@v4.5.0...v4.6.0

v4.5.0

Compare Source

What's Changed
New Contributors

Full Changelog: goreleaser/goreleaser-action@v4.4.0...v4.5.0

v4.4.0

Compare Source

What's Changed

Full Changelog: goreleaser/goreleaser-action@v4.3.0...v4.4.0

v4.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: goreleaser/goreleaser-action@v4.2.0...v4.3.0

igorshubovych/markdownlint-cli (markdownlint-cli)

v0.42.0

Compare Source

  • Update markdownlint dependency to 0.35.0
    • Add MD058/blanks-around-tables
    • Use micromark in MD001/MD003/MD009/MD010/MD013/MD014/MD019/MD021/MD023/MD024/MD025/MD039/MD042/MD043
    • Improve MD018/MD020/MD031/MD034/MD044
    • markdown-it parser no longer invoked by default
    • Improve performance
  • Update all dependencies via Dependabot

v0.41.0: 0.41.0

Compare Source

  • Change TOML parser to smol-toml which supports v1.0.0 of the specification
  • Update all dependencies via Dependabot

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

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from moul as a code owner July 31, 2023 13:25
@socket-security
Copy link

socket-security bot commented Jul 31, 2023

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

Package New capabilities Transitives Size Publisher
npm/markdownlint-cli@0.42.0 Transitive: environment, filesystem, shell +49 7.17 MB davidanson

🚮 Removed packages: npm/markdownlint-cli@0.31.1

View full report↗︎

@codecov
Copy link

codecov bot commented Jul 31, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 30.76%. Comparing base (952f7a3) to head (e05db73).
Report is 3 commits behind head on main.

Current head e05db73 differs from pull request most recent head 134b93c

Please upload reports for the commit 134b93c to get more accurate results.

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

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 all chore(deps): update all Aug 1, 2023
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Aug 1, 2023
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from a139c97 to dbfa242 Compare August 10, 2023 04:23
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from da6a4ac to 1e513cf Compare September 9, 2023 14:42
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from acc6022 to ca9eeae Compare September 29, 2023 04:52
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from aca10e4 to f7c3502 Compare December 8, 2023 05:34
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 857a4a1 to 0ae463e Compare January 31, 2024 05:27
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from cc498e7 to c031d36 Compare May 26, 2024 04:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔍 Ready for Review Pull Request is not reviewed yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants