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

fix(deps): update all minor dependencies #120

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@aws-sdk/client-dynamodb (source) 3.699.0 -> 3.721.0 age adoption passing confidence dependencies minor 3.726.1 (+3)
@aws-sdk/client-secrets-manager (source) 3.699.0 -> 3.721.0 age adoption passing confidence dependencies minor 3.726.1 (+2)
@aws-sdk/client-sqs (source) 3.699.0 -> 3.721.0 age adoption passing confidence dependencies minor 3.726.1 (+2)
@aws-sdk/lib-dynamodb (source) 3.699.0 -> 3.721.0 age adoption passing confidence dependencies minor 3.726.1 (+3)
@aws-sdk/types (source) 3.696.0 -> 3.714.0 age adoption passing confidence devDependencies minor 3.723.0
httpx (changelog) ==0.27.2 -> ==0.28.1 age adoption passing confidence minor
node 22.11.0-alpine3.19 -> 22.12.0-alpine3.19 age adoption passing confidence final minor
node 22.11.0-alpine3.19 -> 22.12.0-alpine3.19 age adoption passing confidence stage minor
pino (source) 9.5.0 -> 9.6.0 age adoption passing confidence dependencies minor
pnpm (source) 9.13.2 -> 9.15.3 age adoption passing confidence packageManager minor

Review

  • Updates have been tested and work
  • If updates are AWS related, versions match the infrastructure (e.g. Lambda runtime, database, etc.)

Release Notes

aws/aws-sdk-js-v3 (@​aws-sdk/client-dynamodb)

v3.721.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-dynamodb

v3.716.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-dynamodb

v3.714.0

Compare Source

Features

v3.713.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-dynamodb

v3.712.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-dynamodb

v3.709.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-dynamodb

v3.705.0

Compare Source

Features
  • client-dynamodb: This change adds support for global tables with multi-Region strong consistency (in preview). The UpdateTable API now supports a new attribute MultiRegionConsistency to set consistency when creating global tables. The DescribeTable output now optionally includes the MultiRegionConsistency attribute. (c96da51)
aws/aws-sdk-js-v3 (@​aws-sdk/client-secrets-manager)

v3.721.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-secrets-manager

v3.716.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-secrets-manager

v3.714.0

Compare Source

Features

v3.713.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-secrets-manager

v3.712.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-secrets-manager

v3.709.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-secrets-manager

aws/aws-sdk-js-v3 (@​aws-sdk/client-sqs)

v3.721.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-sqs

v3.716.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-sqs

v3.714.0

Compare Source

Features

v3.713.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-sqs

v3.712.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-sqs

v3.709.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-sqs

aws/aws-sdk-js-v3 (@​aws-sdk/lib-dynamodb)

v3.721.0

Compare Source

Note: Version bump only for package @​aws-sdk/lib-dynamodb

v3.716.0

Compare Source

3.716.0(2024-12-19)
Chores
New Features
  • clients: update client endpoints as of 2024-12-19 (989582c8)
  • client-ssm-sap: AWS Systems Manager for SAP added support for registration and discovery of distributed ABAP applications (f8fee42a)
  • client-mediaconvert: This release adds support for inserting timecode tracks into MP4 container outputs. (1f67291c)
  • client-medialive: MediaLive is releasing ListVersions api (c6e1d2f3)
  • client-appstream: Added support for Rocky Linux 8 on Amazon AppStream 2.0 (41e19ac1)
  • client-workspaces: Added AWS Global Accelerator (AGA) support for WorkSpaces Personal. (19c98c2c)
  • client-qconnect: Amazon Q in Connect enables agents to ask Q for assistance in multiple languages and Q will provide answers and recommended step-by-step guides in those languages. Qs default language is English (United States) and you can switch this by setting the locale configuration on the AI Agent. (81aee610)

For list of updated packages, view updated-packages.md in assets-3.716.0.zip

v3.714.0

Compare Source

Note: Version bump only for package @​aws-sdk/lib-dynamodb

v3.713.0

Compare Source

Note: Version bump only for package @​aws-sdk/lib-dynamodb

v3.712.0

Compare Source

Note: Version bump only for package @​aws-sdk/lib-dynamodb

v3.709.0

Compare Source

Note: Version bump only for package @​aws-sdk/lib-dynamodb

v3.705.0

Compare Source

Note: Version bump only for package @​aws-sdk/lib-dynamodb

v3.704.0

Compare Source

Note: Version bump only for package @​aws-sdk/lib-dynamodb

aws/aws-sdk-js-v3 (@​aws-sdk/types)

v3.714.0

Compare Source

Features

v3.713.0

Compare Source

Features
  • credential-providers: make credential providers aware of caller client region (#​6726) (a65995f)

v3.709.0

Compare Source

Note: Version bump only for package @​aws-sdk/types

encode/httpx (httpx)

v0.28.1

Compare Source

  • Fix SSL case where verify=False together with client side certificates.

v0.28.0

Compare Source

The 0.28 release includes a limited set of deprecations.

Deprecations:

We are working towards a simplified SSL configuration API.

For users of the standard verify=True or verify=False cases, or verify=<ssl_context> case this should require no changes. The following cases have been deprecated...

  • The verify argument as a string argument is now deprecated and will raise warnings.
  • The cert argument is now deprecated and will raise warnings.

Our revised SSL documentation covers how to implement the same behaviour with a more constrained API.

The following changes are also included:

  • The deprecated proxies argument has now been removed.
  • The deprecated app argument has now been removed.
  • JSON request bodies use a compact representation. (#​3363)
  • Review URL percent escape sets, based on WHATWG spec. (#​3371, #​3373)
  • Ensure certifi and httpcore are only imported if required. (#​3377)
  • Treat socks5h as a valid proxy scheme. (#​3178)
  • Cleanup Request() method signature in line with client.request() and httpx.request(). (#​3378)
nodejs/node (node)

v22.12.0

Compare Source

pinojs/pino (pino)

v9.6.0

Compare Source

pnpm/pnpm (pnpm)

v9.15.3

Compare Source

v9.15.2: pnpm 9.15.2

Compare Source

Patch Changes

  • Fixed publish/pack error with workspace dependencies with relative paths #​8904. It was broken in v9.4.0 (398472c).
  • Use double quotes in the command suggestion by pnpm patch on Windows #​7546.
  • Do not fall back to SSH, when resolving a git-hosted package if git ls-remote works via HTTPS #​8906.
  • Improve how packages with blocked lifecycle scripts are reported during installation. Always print the list of ignored scripts at the end of the output. Include a hint about how to allow the execution of those packages.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.1

Compare Source

v9.15.0

Compare Source

v9.14.4

Compare Source

v9.14.3

Compare Source

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


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/Montreal, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 force-pushed the renovate/all-minor branch from 4613627 to f1aa308 Compare December 5, 2024 16:57
@renovate renovate bot changed the title chore(deps): update pnpm to v9.14.2 chore(deps): update all minor dependencies Dec 5, 2024
@renovate renovate bot force-pushed the renovate/all-minor branch from f1aa308 to b9e8f11 Compare December 6, 2024 13:43
@renovate renovate bot changed the title chore(deps): update all minor dependencies chore(deps): update dependency httpx to v0.28.0 Dec 8, 2024
@renovate renovate bot changed the title chore(deps): update dependency httpx to v0.28.0 chore(deps): update all minor dependencies Dec 8, 2024
@renovate renovate bot force-pushed the renovate/all-minor branch from b9e8f11 to 500b676 Compare December 10, 2024 08:04
@renovate renovate bot changed the title chore(deps): update all minor dependencies fix(deps): update all minor dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all-minor branch 3 times, most recently from 6371d03 to 5b45979 Compare December 13, 2024 16:07
@renovate renovate bot force-pushed the renovate/all-minor branch 5 times, most recently from acf30be to cdb2de3 Compare December 24, 2024 20:08
@renovate renovate bot force-pushed the renovate/all-minor branch 3 times, most recently from e81cd98 to 3dd2e33 Compare December 30, 2024 11:49
@renovate renovate bot force-pushed the renovate/all-minor branch 3 times, most recently from 2dcb782 to bc2aea9 Compare January 9, 2025 20:50
@renovate renovate bot force-pushed the renovate/all-minor branch from bc2aea9 to fde7219 Compare January 12, 2025 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants