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 non-major dependencies #116

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

cu-infra-svc-git
Copy link
Contributor

@cu-infra-svc-git cu-infra-svc-git commented Feb 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@aws-sdk/client-rds (source) ^3.744.0 -> ^3.753.0 age adoption passing confidence
@aws-sdk/client-secrets-manager (source) ^3.744.0 -> ^3.750.0 age adoption passing confidence
@types/sinon (source) ^17.0.3 -> ^17.0.4 age adoption passing confidence
eslint-import-resolver-typescript ^3.7.0 -> ^3.8.3 age adoption passing confidence
jsii-diff (source) ^1.106.0 -> ^1.108.0 age adoption passing confidence
jsii-pacmak (source) ^1.106.0 -> ^1.108.0 age adoption passing confidence
jsii-release ^0.2.947 -> ^0.2.953 age adoption passing confidence
pg (source) ^8.13.2 -> ^8.13.3 age adoption passing confidence
pnpm (source) 9.15.5 -> 9.15.6 age adoption passing confidence
prettier (source) ^3.5.0 -> ^3.5.2 age adoption passing confidence
ts-jest (source) ^29.2.5 -> ^29.2.6 age adoption passing confidence

Release Notes

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

v3.753.0

Compare Source

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

v3.750.0

Compare Source

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

v3.749.0

Compare Source

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

aws/aws-sdk-js-v3 (@​aws-sdk/client-secrets-manager)

v3.750.0

Compare Source

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

v3.749.0

Compare Source

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

import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)

v3.8.3

Compare Source

Patch Changes

v3.8.2

Compare Source

Patch Changes

v3.8.1

Compare Source

Patch Changes

v3.8.0

Compare Source

Minor Changes
  • #​345 fcc8883 Thanks @​carlocorradini! - Enable the mapper function just for a set of allowed files. Improves project discovery using glob and POSIX separator.

  • #​346 c124e87 Thanks @​carlocorradini! - Update get-tsconfig to the the latest version. We now support the ${configDir} variable, introduced in TypeScript 5.5.

aws/jsii (jsii-diff)

v1.108.0

Compare Source

Bug Fixes
  • Python publishing fails on some Python distributions (#​4776) (65c7c10)

v1.107.0

Compare Source

Bug Fixes
cdklabs/publib (jsii-release)

v0.2.953

Compare Source

0.2.953 (2025-02-21)

Bug Fixes

v0.2.952

Compare Source

0.2.952 (2025-02-20)

Bug Fixes

v0.2.951

Compare Source

0.2.951 (2025-02-18)

Bug Fixes

v0.2.950

Compare Source

0.2.950 (2025-02-15)

Bug Fixes

v0.2.949

Compare Source

0.2.949 (2025-02-14)

Bug Fixes

v0.2.948

Compare Source

0.2.948 (2025-02-13)

Bug Fixes
brianc/node-postgres (pg)

v8.13.3

Compare Source

pnpm/pnpm (pnpm)

v9.15.6: pnpm 9.15.6

Compare Source

Patch Changes

  • Fix instruction for updating pnpm with corepack #​9101.
  • Print pnpm's version after the execution time at the end of the console output.
  • The pnpm version specified by packageManager cannot start with v.
  • Fix a bug causing catalog snapshots to be removed from the pnpm-lock.yaml file when using --fix-lockfile and --filter. #​8639
  • Fix a bug causing catalog protocol dependencies to not re-resolve on a filtered install #​8638.
prettier/prettier (prettier)

v3.5.2

Compare Source

diff

Remove module-sync condition (#​17156 by @​fisker)

In Prettier 3.5.0, we added module-sync condition to package.json, so that require("prettier") can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove the module-sync condition, so require("prettier") will still use the CommonJS version, we'll revisit until require(ESM) feature is more stable.

v3.5.1

Compare Source

diff

Fix CLI crash when cache for old version exists (#​17100 by @​sosukesuzuki)

Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.

Support dockercompose and github-actions-workflow in VSCode (#​17101 by @​remcohaszing)

Prettier now supports the dockercompose and github-actions-workflow languages in Visual Studio Code.

kulshekhar/ts-jest (ts-jest)

v29.2.6

Compare Source


Configuration

📅 Schedule: Branch creation - "before 2am on Monday" (UTC), 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 has been generated by Renovate Bot.

Copy link

codecov bot commented Feb 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.41%. Comparing base (0feec47) to head (b8f0669).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #116   +/-   ##
=======================================
  Coverage   96.41%   96.41%           
=======================================
  Files           6        6           
  Lines        1729     1729           
  Branches      155      187   +32     
=======================================
  Hits         1667     1667           
  Misses         62       62           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0feec47...b8f0669. Read the comment docs.

@cu-infra-svc-git cu-infra-svc-git force-pushed the renovate/all-minor-patch branch 4 times, most recently from a200697 to 8d2e3c0 Compare February 24, 2025 01:17
Signed-off-by: github-actions <[email protected]>
@cu-infra-svc-git
Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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