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 Jul 1, 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
github.com/peterbourgon/ff/v3 require minor v3.0.0 -> v3.4.0 age adoption passing confidence
github.com/stretchr/testify require minor v1.7.0 -> v1.9.0 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.41.0 age adoption passing confidence
moul.io/u require minor v1.25.1 -> v1.27.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

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.

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

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.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: 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
moul/u (moul.io/u)

v1.27.0

Compare Source

Features

v1.26.0

Compare Source

Features

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 July 1, 2021 11:58
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Jul 1, 2021
@codecov
Copy link

codecov bot commented Jul 1, 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 changed the title Update module moul.io/u to v1.26.0 Update all Jul 7, 2021
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 4d33243 to 47f4138 Compare July 7, 2021 19:09
@renovate renovate bot changed the title Update all Update module github.com/peterbourgon/ff/v3 to v3.1.0 Jul 11, 2021
@renovate renovate bot changed the title Update module github.com/peterbourgon/ff/v3 to v3.1.0 Update all Jul 11, 2021
@renovate renovate bot changed the title Update all Update module github.com/peterbourgon/ff/v3 to v3.1.0 Jul 14, 2021
@renovate renovate bot changed the title Update module github.com/peterbourgon/ff/v3 to v3.1.0 Update all Jul 14, 2021
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 5fbdcd3 to 1b8ddfb Compare July 26, 2021 12:39
@renovate renovate bot changed the title Update all fix(deps): update all Aug 30, 2021
@auto-add-label auto-add-label bot added the bug Something isn't working label Aug 30, 2021
@renovate renovate bot changed the title fix(deps): update all chore(deps): update all Oct 18, 2021
@auto-add-label auto-add-label bot added dependencies and removed bug Something isn't working labels Oct 18, 2021
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from e656612 to 76b2ec7 Compare June 23, 2022 23:53
@socket-security
Copy link

socket-security bot commented Apr 3, 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 12, 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.41.0 Transitive: environment, filesystem, shell +47 6.97 MB davidanson

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

View full report↗︎

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