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

Update all non-major dependencies #146

Merged
merged 1 commit into from
Nov 22, 2024
Merged

Update all non-major dependencies #146

merged 1 commit into from
Nov 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 12, 2024

This PR contains the following updates:

Package Update Change Age Adoption Passing Confidence
argocd patch 2.13.0 -> 2.13.1 age adoption passing confidence
awscli minor 2.19.5 -> 2.22.3 age adoption passing confidence
deno minor 2.0.6 -> 2.1.1 age adoption passing confidence
dotnet-core patch 8.0.403 -> 8.0.404 age adoption passing confidence
flutter (source) patch 3.24.4 -> 3.24.5 age adoption passing confidence
helm patch 3.16.2 -> 3.16.3 age adoption passing confidence
kubectl patch 1.31.2 -> 1.31.3 age adoption passing confidence
pnpm (source) minor 9.12.3 -> 9.14.2 age adoption passing confidence
terragrunt minor 0.68.10 -> 0.69.0 age adoption passing confidence
trivy patch 0.57.0 -> 0.57.1 age adoption passing confidence
yq patch 4.44.3 -> 4.44.5 age adoption passing confidence

Release Notes

argoproj/argo-cd (argocd)

v2.13.1

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.1/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.1/manifests/ha/install.yaml

Release Signatures and Provenance

All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

Features
Bug fixes
Other work

Full Changelog: argoproj/argo-cd@v2.13.0...v2.13.1

aws/aws-cli (awscli)

v2.22.3

Compare Source

v2.22.2

Compare Source

v2.22.1

Compare Source

v2.22.0

Compare Source

v2.21.3

Compare Source

v2.21.2

Compare Source

v2.21.1

Compare Source

v2.21.0

Compare Source

v2.20.0

Compare Source

denoland/deno (deno)

v2.1.1

Compare Source

2.1.1 / 2024.11.21
  • docs(add): clarification to add command (#​26968)
  • docs(doc): fix typo in doc subcommand help output (#​26321)
  • fix(node): regression where ts files were sometimes resolved instead of js
    (#​26971)
  • fix(task): ensure root config always looks up dependencies in root (#​26959)
  • fix(watch): don't panic if there's no path provided (#​26972)
  • fix: Buffer global in --unstable-node-globals (#​26973)

v2.1.0

Compare Source

  • feat(cli): add --unstable-node-globals flag (#​26617)
  • feat(cli): support multiple env file argument (#​26527)
  • feat(compile): ability to embed directory in executable (#​26939)
  • feat(compile): ability to embed local data files (#​26934)
  • feat(ext/fetch): Make fetch client parameters configurable (#​26909)
  • feat(ext/fetch): allow embedders to use hickory_dns_resolver instead of
    default GaiResolver (#​26740)
  • feat(ext/fs): add ctime to Deno.stats and use it in node compat layer (#​24801)
  • feat(ext/http): Make http server parameters configurable (#​26785)
  • feat(ext/node): perf_hooks.monitorEventLoopDelay() (#​26905)
  • feat(fetch): accept async iterables for body (#​26882)
  • feat(fmt): support SQL (#​26750)
  • feat(info): show location for Web Cache (#​26205)
  • feat(init): add --npm flag to initialize npm projects (#​26896)
  • feat(jupyter): Add Deno.jupyter.image API (#​26284)
  • feat(lint): Add checked files list to the JSON output(#​26936)
  • feat(lsp): auto-imports with @​deno-types directives (#​26821)
  • feat(node): stabilize detecting if CJS via "type": "commonjs" in a
    package.json (#​26439)
  • feat(permission): support suffix wildcards in --allow-env flag (#​25255)
  • feat(publish): add --set-version <version> flag (#​26141)
  • feat(runtime): remove public OTEL trace API (#​26854)
  • feat(task): add --eval flag (#​26943)
  • feat(task): dependencies (#​26467)
  • feat(task): support object notation, remove support for JSDocs (#​26886)
  • feat(task): workspace support with --filter and --recursive (#​26949)
  • feat(watch): log which file changed on HMR or watch change (#​25801)
  • feat: OpenTelemetry Tracing API and Exporting (#​26710)
  • feat: Wasm module support (#​26668)
  • feat: fmt and lint respect .gitignore file (#​26897)
  • feat: permission stack traces in ops (#​26938)
  • feat: subcommand to view and update outdated dependencies (#​26942)
  • feat: upgrade V8 to 13.0 (#​26851)
  • fix(cli): preserve comments in doc tests (#​26828)
  • fix(cli): show prefix hint when installing a package globally (#​26629)
  • fix(ext/cache): gracefully error when cache creation failed (#​26895)
  • fix(ext/http): prefer brotli for accept-encoding: gzip, deflate, br, zstd
    (#​26814)
  • fix(ext/node): New async setInterval function to improve the nodejs
    compatibility (#​26703)
  • fix(ext/node): add autoSelectFamily option to net.createConnection (#​26661)
  • fix(ext/node): handle --allow-sys=inspector (#​26836)
  • fix(ext/node): increase tolerance for interval test (#​26899)
  • fix(ext/node): process.getBuiltinModule (#​26833)
  • fix(ext/node): use ERR_NOT_IMPLEMENTED for notImplemented (#​26853)
  • fix(ext/node): zlib.crc32() (#​26856)
  • fix(ext/webgpu): Create GPUQuerySet converter before usage (#​26883)
  • fix(ext/websocket): initialize error attribute of WebSocket ErrorEvent
    (#​26796)
  • fix(ext/webstorage): use error class for sqlite error case (#​26806)
  • fix(fmt): error instead of panic on unstable format (#​26859)
  • fix(fmt): formatting of .svelte files (#​26948)
  • fix(install): percent encodings in interactive progress bar (#​26600)
  • fix(install): re-setup bin entries after running lifecycle scripts (#​26752)
  • fix(lockfile): track dependencies specified in TypeScript compiler options
    (#​26551)
  • fix(lsp): ignore editor indent settings if deno.json is present (#​26912)
  • fix(lsp): skip code action edits that can't be converted (#​26831)
  • fix(node): handle resolving ".//" in npm packages (#​26920)
  • fix(node/crypto): support promisify on generateKeyPair (#​26913)
  • fix(permissions): say to use --allow-run instead of --allow-all (#​26842)
  • fix(publish): improve error message when missing exports (#​26945)
  • fix: otel resiliency (#​26857)
  • fix: update message for unsupported schemes with npm and jsr (#​26884)
  • perf(compile): code cache (#​26528)
  • perf(windows): delay load webgpu and some other dlls (#​26917)
  • perf: use available system memory for v8 isolate memory limit (#​26868)
dotnet/sdk (dotnet-core)

v8.0.404: .NET 8.0.11

Compare Source

Release

What's Changed

Full Changelog: dotnet/sdk@v8.0.403...v8.0.404

flutter/flutter (flutter)

v3.24.5

Compare Source

helm/helm (helm)

v3.16.3: Helm v3.16.3

Compare Source

Helm v3.16.3 is a patch release. Users are encouraged to upgrade for the best experience. Users are encouraged to upgrade for the best experience.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Installation and Upgrading

Download Helm v3.16.3. The common platform binaries are here:

This release was signed with 672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E and can be found at @​mattfarina keybase account. Please use the attached signatures for verifying this release using gpg.

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 3.16.4 is the next patch release and will be on December 11, 2024
  • 3.17.0 is the next feature release and will be on January 15, 2025

Changelog

  • fix: fix label name cfd0749 (wangjingcun)
  • Fix typo in pkg/lint/rules/chartfile_test.go a303060 (Zach Burgess)
  • Increasing the size of the runner used for releases. ab45e8a (Matt Farina)
  • fix(hooks): correct hooks delete order 19fe320 (Suleiman Dibirov)
  • Bump github.com/containerd/containerd from 1.7.12 to 1.7.23 4fcc5c2 (dependabot[bot])
kubernetes/kubernetes (kubectl)

v1.31.3

Compare Source

pnpm/pnpm (pnpm)

v9.14.2

Compare Source

Patch Changes

  • pnpm publish --json should work #​8788.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

v9.14.1

Compare Source

Minor Changes

  • Added support for pnpm pack --json to print packed tarball and contents in JSON format #​8765.

Patch Changes

  • pnpm exec should print a meaningful error message when no command is provided #​8752.
  • pnpm setup should remove the CLI from the target location before moving the new binary #​8173.
  • Fix ERR_PNPM_TARBALL_EXTRACT error while installing a dependency from GitHub having a slash in branch name #​7697.
  • Don't crash if the use-node-version setting is used and the system has no Node.js installed #​8769.
  • Convert settings in local .npmrc files to their correct types. For instance, child-concurrency should be a number, not a string #​5075.
  • pnpm should fail if a project requires a different package manager even if manage-package-manager-versions is set to true.
  • pnpm init should respect the --dir option #​8768.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

v9.14.0

Compare Source

v9.13.2: pnpm 9.13.2

Compare Source

Patch Changes

  • Detection of circular peer dependencies should not crash with aliased dependencies #​8759. Fixes a regression introduced in the previous version.
  • Fix race condition of symlink creations caused by multiple parallel dlx processes.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

Silver Sponsors

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 renovate label Nov 12, 2024
@renovate renovate bot changed the title Update dependency terragrunt to v0.68.12 Update all non-major dependencies Nov 12, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 9d93ba9 to 84810fb Compare November 19, 2024 19:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from cb85387 to 061b7a5 Compare November 21, 2024 21:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 061b7a5 to b258edf Compare November 22, 2024 02:40
@na2na-p na2na-p merged commit 2033527 into main Nov 22, 2024
8 checks passed
@na2na-p na2na-p deleted the renovate/all-minor-patch branch November 22, 2024 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant