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 config-no-service #26

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 2, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
docker/build-push-action action minor v5.0.0 -> v5.4.0 age adoption passing confidence
ghcr.io/open-feature/flagd minor v0.10.1 -> v0.12.3 age adoption passing confidence
gradle/wrapper-validation-action action minor v3.3.2 -> v3.5.0 age adoption passing confidence
markdown-link-check devDependencies minor 3.11.2 -> 3.13.7 age adoption passing confidence
markdownlint-cli devDependencies minor 0.37.0 -> 0.44.0 age adoption passing confidence
nginx final minor 1.25.3 -> 1.27.4 age adoption passing confidence

Release Notes

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

v5.4.0

Compare Source

Full Changelog: docker/build-push-action@v5.3.0...v5.4.0

v5.3.0

Compare Source

Full Changelog: docker/build-push-action@v5.2.0...v5.3.0

v5.2.0

Compare Source

Full Changelog: docker/build-push-action@v5.1.0...v5.2.0

v5.1.0

Compare Source

Full Changelog: docker/build-push-action@v5.0.0...v5.1.0

open-feature/flagd (ghcr.io/open-feature/flagd)

v0.12.2: flagd: v0.12.2

🐛 Bug Fixes
  • deps: update module buf.build/gen/go/open-feature/flagd/protocolbuffers/go to v1.36.5-20250127221518-be6d1143b690.1 (#​1549) (d3eb44e)
  • deps: update module github.com/open-feature/flagd/core to v0.11.1 (#​1545) (ca663b5)
  • deps: update module github.com/prometheus/client_golang to v1.21.0 (#​1568) (a3d4162)
  • deps: update module github.com/spf13/cobra to v1.9.0 (#​1564) (345d2a9)
  • deps: update module github.com/spf13/cobra to v1.9.1 (#​1566) (a48cc80)
  • deps: update module golang.org/x/net to v0.35.0 (#​1557) (13146e5)
  • deps: update module google.golang.org/protobuf to v1.36.5 (#​1548) (7b2b7cc)
🧹 Chore

v0.12.1: flagd: v0.12.1

🐛 Bug Fixes
  • deps: update module github.com/open-feature/flagd/core to v0.11.0 (#​1541) (986a436)
  • deps: update module golang.org/x/sync to v0.11.0 (#​1543) (7d6c0dc)
gradle/wrapper-validation-action (gradle/wrapper-validation-action)

v3.5.0

Compare Source

[!IMPORTANT]
As of v3 this action has been deprecated by gradle/actions/wrapper-validation.
Any workflow that uses gradle/wrapper-validation-action@v3 will transparently delegate to gradle/actions/wrapper-validation@v3.

Users are encouraged to update their workflows, replacing:

uses: gradle/wrapper-validation-action@v3

with

uses: gradle/actions/wrapper-validation@v3

See the wrapper-validation documentation for up-to-date documentation for gradle/actions/wrapper-validation.

For release details, see https://github.com/gradle/actions/releases/tag/v3.5.0

v3.4.2

Compare Source

[!IMPORTANT]
As of v3 this action has been deprecated by gradle/actions/wrapper-validation.
Any workflow that uses gradle/wrapper-validation-action@v3 will transparently delegate to gradle/actions/wrapper-validation@v3.

Users are encouraged to update their workflows, replacing:

uses: gradle/wrapper-validation-action@v3

with

uses: gradle/actions/wrapper-validation@v3

See the wrapper-validation documentation for up-to-date documentation for gradle/actions/wrapper-validation.

For release details, see https://github.com/gradle/actions/releases/tag/v3.4.2

v3.4.1

Compare Source

[!IMPORTANT]
As of v3 this action has been deprecated by gradle/actions/wrapper-validation.
Any workflow that uses gradle/wrapper-validation-action@v3 will transparently delegate to gradle/actions/wrapper-validation@v3.

Users are encouraged to update their workflows, replacing:

uses: gradle/wrapper-validation-action@v3

with

uses: gradle/actions/wrapper-validation@v3

See the wrapper-validation documentation for up-to-date documentation for gradle/actions/wrapper-validation.

For release details, see https://github.com/gradle/actions/releases/tag/v3.4.1

v3.4.0

Compare Source

[!IMPORTANT]
As of v3 this action has been deprecated by gradle/actions/wrapper-validation.
Any workflow that uses gradle/wrapper-validation-action@v3 will transparently delegate to gradle/actions/wrapper-validation@v3.

Users are encouraged to update their workflows, replacing:

uses: gradle/wrapper-validation-action@v3

with

uses: gradle/actions/wrapper-validation@v3

See the wrapper-validation documentation for up-to-date documentation for gradle/actions/wrapper-validation.

For release details, see https://github.com/gradle/actions/releases/tag/v3.4.0

tcort/markdown-link-check (markdown-link-check)

v3.13.7

Compare Source

v3.13.6

Compare Source

  • fix: move script back to its original location

v3.13.5

Compare Source

  • fix: MODULE_NOT_FOUND error #​368

v3.13.4

Compare Source

  • fix: MODULE_NOT_FOUND error #​368

v3.13.3

Compare Source

  • fix: MODULE_NOT_FOUND error #​368

v3.13.2

Compare Source

  • fix: MODULE_NOT_FOUND error #​368

v3.13.1

Compare Source

  • fix: MODULE_NOT_FOUND error #​368

v3.13.0

Compare Source

v3.12.2

Compare Source

v3.12.1

Compare Source

v3.12.0

Compare Source

  • feat: add basic ignore subpaths argument @​CanadaHonk
  • feat: add global option to replacementPatterns @​CanadaHonk
  • refactor: replace url.parse with new URL @​CanadaHonk
  • docs: update readme to be clearer for projectBaseUrl opt @​nwcm
  • feat: Add support to load md files via proxy @​dklimpel
  • chore: upgrade dependencies
igorshubovych/markdownlint-cli (markdownlint-cli)

v0.44.0

Compare Source

  • Update markdownlint dependency to 0.37.4
    • Convert module to ECMAScript (breaking change)
    • Stop using require, convert to import
    • Improve MD032
  • Update all dependencies via Dependabot

v0.43.0

Compare Source

  • Update markdownlint dependency to 0.36.1
    • Improve MD051
    • Make micromark parser available to custom rules
    • Improve performance
  • Update all dependencies via Dependabot

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

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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 added the dependencies Pull requests that update a dependency file label Jun 2, 2024
@renovate renovate bot force-pushed the renovate/config-no-service branch 3 times, most recently from fa34855 to 80f38f7 Compare June 10, 2024 09:39
@renovate renovate bot force-pushed the renovate/config-no-service branch 3 times, most recently from 4af0c8a to 75a1adc Compare June 17, 2024 22:35
@renovate renovate bot force-pushed the renovate/config-no-service branch from 75a1adc to d54c7a5 Compare June 28, 2024 04:57
@renovate renovate bot force-pushed the renovate/config-no-service branch 2 times, most recently from f21243c to d6223b5 Compare July 14, 2024 23:46
@renovate renovate bot force-pushed the renovate/config-no-service branch from d6223b5 to 3ba8048 Compare July 16, 2024 09:47
@renovate renovate bot force-pushed the renovate/config-no-service branch from 3ba8048 to bf2de51 Compare July 23, 2024 09:55
@renovate renovate bot force-pushed the renovate/config-no-service branch from bf2de51 to 38dd9b6 Compare August 7, 2024 09:25
@renovate renovate bot force-pushed the renovate/config-no-service branch from 38dd9b6 to 09b3138 Compare August 15, 2024 20:56
@renovate renovate bot force-pushed the renovate/config-no-service branch 2 times, most recently from faa8e39 to 58084a5 Compare August 29, 2024 18:01
@renovate renovate bot force-pushed the renovate/config-no-service branch 2 times, most recently from 892af38 to d2b34e3 Compare September 17, 2024 05:23
@renovate renovate bot force-pushed the renovate/config-no-service branch from d2b34e3 to 2d688ff Compare September 24, 2024 17:54
@renovate renovate bot force-pushed the renovate/config-no-service branch from 2d688ff to 9748cfa Compare October 3, 2024 05:03
@renovate renovate bot force-pushed the renovate/config-no-service branch from 9748cfa to ad4f70e Compare October 10, 2024 05:43
@renovate renovate bot force-pushed the renovate/config-no-service branch from ad4f70e to 78e3a0c Compare October 19, 2024 00:01
@renovate renovate bot force-pushed the renovate/config-no-service branch from 78e3a0c to f279bed Compare October 30, 2024 05:34
@renovate renovate bot force-pushed the renovate/config-no-service branch 2 times, most recently from b003bf4 to 21804a2 Compare November 7, 2024 05:47
@renovate renovate bot force-pushed the renovate/config-no-service branch 2 times, most recently from 7d2bfdb to ed796aa Compare November 24, 2024 12:03
@renovate renovate bot force-pushed the renovate/config-no-service branch from ed796aa to b3d7a02 Compare November 27, 2024 05:36
@renovate renovate bot force-pushed the renovate/config-no-service branch from b3d7a02 to 1f68611 Compare December 4, 2024 05:39
@renovate renovate bot force-pushed the renovate/config-no-service branch from 1f68611 to ce0b521 Compare December 21, 2024 02:53
@renovate renovate bot force-pushed the renovate/config-no-service branch 2 times, most recently from 5488d54 to f27ec96 Compare January 17, 2025 16:10
@renovate renovate bot force-pushed the renovate/config-no-service branch 2 times, most recently from 4407c33 to 8254990 Compare January 31, 2025 19:46
@renovate renovate bot force-pushed the renovate/config-no-service branch 2 times, most recently from 24d0c9f to f57b0a9 Compare February 11, 2025 08:29
@renovate renovate bot force-pushed the renovate/config-no-service branch from f57b0a9 to fafe78f Compare February 22, 2025 07:46
@renovate renovate bot force-pushed the renovate/config-no-service branch 2 times, most recently from bde9716 to 328efb3 Compare March 11, 2025 08:19
@renovate renovate bot force-pushed the renovate/config-no-service branch 2 times, most recently from 6859166 to abcbc98 Compare March 18, 2025 23:57
@renovate renovate bot force-pushed the renovate/config-no-service branch from abcbc98 to 966d693 Compare March 26, 2025 08:01
@renovate renovate bot force-pushed the renovate/config-no-service branch from 966d693 to 0e75641 Compare April 3, 2025 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file helm-update-required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants