Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

fix(deps): 🐛 🔗 update all dependencies #125

Merged
merged 1 commit into from
Feb 1, 2024
Merged

fix(deps): 🐛 🔗 update all dependencies #125

merged 1 commit into from
Feb 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@aws-sdk/client-cloudformation (source) 3.490.0 -> 3.501.0 age adoption passing confidence dependencies minor 3.504.0 (+3)
@aws-sdk/client-lambda (source) 3.490.0 -> 3.501.0 age adoption passing confidence dependencies minor 3.504.0 (+3)
@commitlint/cli (source) 18.4.4 -> 18.6.0 age adoption passing confidence devDependencies minor
@commitlint/config-conventional (source) 18.4.4 -> 18.6.0 age adoption passing confidence devDependencies minor
@commitlint/types (source) 18.4.4 -> 18.6.0 age adoption passing confidence devDependencies minor
@graphql-tools/utils (source) 10.0.12 -> 10.0.13 age adoption passing confidence dependencies patch
@prisma/client (source) 5.8.0 -> 5.8.1 age adoption passing confidence dependencies patch 5.9.1 (+1)
@smithy/util-waiter (source) 2.0.16 -> 2.1.1 age adoption passing confidence dependencies minor
@types/aws-lambda (source) 8.10.131 -> 8.10.132 age adoption passing confidence devDependencies patch 8.10.133
@types/node (source) 20.11.0 -> 20.11.10 age adoption passing confidence devDependencies patch 20.11.16 (+5)
@typescript-eslint/eslint-plugin (source) 6.18.1 -> 6.20.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 6.18.1 -> 6.20.0 age adoption passing confidence devDependencies minor
actions/cache v3 -> v4 age adoption passing confidence action major
aws-cdk (source) 2.121.1 -> 2.124.0 age adoption passing confidence devDependencies minor 2.125.0
aws-cdk-lib (source) 2.121.1 -> 2.124.0 age adoption passing confidence dependencies minor 2.125.0
aws-cdk-lib (source) 2.121.1 -> 2.124.0 age adoption passing confidence devDependencies minor 2.125.0
dotenv 16.3.1 -> 16.4.1 age adoption passing confidence devDependencies minor
esbuild 0.19.11 -> 0.20.0 age adoption passing confidence devDependencies minor
husky 8.0.3 -> 9.0.7 age adoption passing confidence devDependencies major 9.0.10 (+2)
pnpm (source) 8.14.1 -> 8.14.3 age adoption passing confidence packageManager patch 8.15.1
prettier (source) 3.2.2 -> 3.2.4 age adoption passing confidence devDependencies patch
prisma (source) 5.8.0 -> 5.8.1 age adoption passing confidence devDependencies patch 5.9.1 (+1)

Release Notes

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

v3.501.0

Compare Source

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

v3.499.0

Compare Source

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

v3.496.0

Compare Source

Bug Fixes

v3.495.0

Compare Source

Features
aws/aws-sdk-js-v3 (@​aws-sdk/client-lambda)

v3.501.0

Compare Source

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

v3.499.0

Compare Source

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

v3.496.0

Compare Source

Bug Fixes

v3.495.0

Compare Source

Features
conventional-changelog/commitlint (@​commitlint/cli)

v18.6.0

Compare Source

Note: Version bump only for package @​commitlint/cli

v18.5.0

Compare Source

Features

18.4.4 (2024-01-04)

Note: Version bump only for package @​commitlint/cli

18.4.3 (2023-11-21)

Note: Version bump only for package @​commitlint/cli

18.4.2 (2023-11-16)

Note: Version bump only for package @​commitlint/cli

18.4.1 (2023-11-12)

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v18.6.0

Compare Source

Features

v18.5.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

18.4.4 (2024-01-04)

Note: Version bump only for package @​commitlint/config-conventional

18.4.3 (2023-11-21)

Note: Version bump only for package @​commitlint/config-conventional

18.4.2 (2023-11-16)

Note: Version bump only for package @​commitlint/config-conventional

conventional-changelog/commitlint (@​commitlint/types)

v18.6.0

Compare Source

Features

18.4.4 (2024-01-04)

Note: Version bump only for package @​commitlint/types

18.4.3 (2023-11-21)

Note: Version bump only for package @​commitlint/types

ardatan/graphql-tools (@​graphql-tools/utils)

v10.0.13

Compare Source

Patch Changes
prisma/prisma (@​prisma/client)

v5.8.1

Compare Source

Today, we are issuing the 5.8.1 patch release.

Fix in Prisma Client
awslabs/smithy-typescript (@​smithy/util-waiter)

v2.1.1

Compare Source

Patch Changes

v2.1.0

Compare Source

Minor Changes
Patch Changes
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.20.0

Compare Source

🚀 Features
  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering
🩹 Fixes
  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable

  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN

  • eslint-plugin: [prefer-readonly] disable checking accessors

❤️ Thank You
  • Alex Parloti
  • auvred
  • James Browning
  • StyleShit
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v6.19.1

Compare Source

🩹 Fixes
  • type-utils: preventing isUnsafeAssignment infinite recursive calls

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable

❤️ Thank You
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v6.19.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] add rule

  • eslint-plugin: [no-array-delete] add new rule

  • eslint-plugin: [no-useless-template-literals] add fix suggestions

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression

  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable

❤️ Thank You
  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.20.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v6.19.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v6.19.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

actions/cache (actions/cache)

v4

Compare Source

aws/aws-cdk (aws-cdk)

v2.124.0

Compare Source

Features
Bug Fixes

Alpha modules (2.124.0-alpha.0)

v2.123.0

Compare Source

Features
Bug Fixes
  • appsync: add dependency to logretention for graphql apis log group (#​28548) (04e5480), closes #​26564
  • CLI: cdk diff is not clear enough about using read-only change sets (#​28741) (bb50f97)
  • lambda: lambda does not set environment variables for AWS_CODEGURU_PROFILER properties when creating Amazon CodeGuruProfiler profiling group (#​28762) (2511956), closes #​23511
  • rds: Failed to create a Database Instance with Kerberos authentication configured (#​28601) (b620f1b), closes #​28600

Alpha modules (2.123.0-alpha.0)

Features
Bug Fixes

v2.122.0

Compare Source

Features
Bug Fixes
Reverts

Alpha modules (2.122.0-alpha.0)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
  • appconfig: deploymentStrategyId prop in fromDeploymentStrategyId now takes a DeploymentStrategyId rather than a string. To import a predefined deployment strategy id, use DeploymentStrategyId.CANARY_10_PERCENT_20_MINUTES. Otherwise, use DeploymentStrategyId.fromString('abc123').
  • appconfig: ApplicationProps.name renamed to ApplicationProps.applicationName
    • appconfig: EnvironmentProps.name renamed to EnvironmentProps.environmentName
    • appconfig: DeploymentStrategyProps.name renamed to DeploymentStrategyProps.deploymentStrategyName
    • appconfig: ExtensionProps.name renamed to ExtensionProps.extensionName
Bug Fixes
motdotla/dotenv (dotenv)

v16.4.1

Compare Source

  • Patch support for array as path option #​797

v16.4.0

Compare Source

  • Add error.code to error messages around .env.vault decryption handling #​795
  • Add ability to find .env.vault file when filename(s) passed as an array #​784

v16.3.2

Compare Source

Added
  • Add debug message when no encoding set #​735
Changed
  • Fix output typing for populate #​792
  • Use subarray instead of slice #​793
evanw/esbuild (esbuild)

v0.20.0

Compare Source

This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either be pinning the exact version of esbuild in your package.json file (recommended) or be using a version range syntax that only accepts patch upgrades such as ^0.19.0 or ~0.19.0. See npm's documentation about semver for more information.

This time there is only one breaking change, and it only matters for people using Deno. Deno tests that use esbuild will now fail unless you make the change described below.

  • Work around API deprecations in Deno 1.40.x (#​3609, [#​3611](https:

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the type: dependency Pull requests that update a dependency file label Feb 1, 2024
@renovate renovate bot temporarily deployed to staging-125 February 1, 2024 00:19 Inactive
@renovate renovate bot temporarily deployed to staging-125-docs February 1, 2024 00:19 Inactive
@github-actions github-actions bot changed the title fix(deps): 🔗 update all dependencies fix(deps): 🐛 🔗 update all dependencies Feb 1, 2024
@renovate renovate bot changed the title fix(deps): 🐛 🔗 update all dependencies fix(deps): 🔗 update all dependencies Feb 1, 2024
@github-actions github-actions bot changed the title fix(deps): 🔗 update all dependencies fix(deps): 🐛 🔗 update all dependencies Feb 1, 2024
@renovate renovate bot changed the title fix(deps): 🐛 🔗 update all dependencies fix(deps): 🔗 update all dependencies Feb 1, 2024
@github-actions github-actions bot changed the title fix(deps): 🔗 update all dependencies fix(deps): 🐛 🔗 update all dependencies Feb 1, 2024
@renovate renovate bot changed the title fix(deps): 🐛 🔗 update all dependencies fix(deps): 🔗 update all dependencies Feb 1, 2024
@github-actions github-actions bot changed the title fix(deps): 🔗 update all dependencies fix(deps): 🐛 🔗 update all dependencies Feb 1, 2024
@renovate renovate bot temporarily deployed to staging-125-docs February 1, 2024 17:34 Inactive
@renovate renovate bot temporarily deployed to staging-125 February 1, 2024 17:34 Inactive
@renovate renovate bot changed the title fix(deps): 🐛 🔗 update all dependencies fix(deps): 🔗 update all dependencies Feb 1, 2024
@github-actions github-actions bot changed the title fix(deps): 🔗 update all dependencies fix(deps): 🐛 🔗 update all dependencies Feb 1, 2024
@renovate renovate bot changed the title fix(deps): 🐛 🔗 update all dependencies fix(deps): 🔗 update all dependencies Feb 1, 2024
@github-actions github-actions bot changed the title fix(deps): 🔗 update all dependencies fix(deps): 🐛 🔗 update all dependencies Feb 1, 2024
@ecxyzzy ecxyzzy merged commit 615f27d into main Feb 1, 2024
10 checks passed
@ecxyzzy ecxyzzy deleted the renovate/all branch February 1, 2024 19:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: dependency Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant