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.11.2 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.12.2 age adoption passing confidence
markdownlint-cli devDependencies minor 0.37.0 -> 0.41.0 age adoption passing confidence
nginx final minor 1.25.3 -> 1.27.1 age adoption passing confidence

Release Notes

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

v5.4.0

Compare Source

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.11.0: flagd: v0.11.0

⚠ BREAKING CHANGES
  • support emitting errors from the bulk evaluator (#​1338)
🐛 Bug Fixes
  • deps: update module buf.build/gen/go/open-feature/flagd/connectrpc/go to v1.16.2-20240215170432-1e611e2999cc.1 (#​1293) (2694e7f)
  • deps: update module buf.build/gen/go/open-feature/flagd/grpc/go to v1.4.0-20240215170432-1e611e2999cc.1 (#​1333) (494062f)
  • deps: update module buf.build/gen/go/open-feature/flagd/protocolbuffers/go to v1.34.2-20240215170432-1e611e2999cc.2 (#​1330) (32291ad)
  • deps: update module github.com/open-feature/flagd/core to v0.9.3 (#​1296) (1f7b8bd)
  • deps: update module github.com/rs/cors to v1.11.0 (#​1299) (5f77541)
  • deps: update module github.com/spf13/cobra to v1.8.1 (#​1332) (c62bcb0)
  • deps: update module github.com/spf13/viper to v1.19.0 (#​1334) (1097b99)
  • deps: update module golang.org/x/net to v0.26.0 (#​1337) (83bdbb5)
  • deps: update opentelemetry-go monorepo (#​1314) (e9f1a7a)
  • readable error messages (#​1325) (7ff33ef)
✨ New Features

v0.10.3: flagd: v0.10.3

🧹 Chore

v0.10.2: flagd: v0.10.2

✨ New Features
🧹 Chore
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.12.2

Compare Source

What's Changed

New Contributors

Full Changelog: tcort/markdown-link-check@v3.12.1...v3.12.2

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.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 from 58084a5 to 892af38 Compare September 11, 2024 17:54
@renovate renovate bot force-pushed the renovate/config-no-service branch from 892af38 to d2b34e3 Compare September 17, 2024 05:23
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