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 #57

Merged
merged 1 commit into from
Oct 1, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed age adoption passing confidence
@aws-cdk/aws-apigatewayv2-alpha dependencies minor 2.97.0-alpha.0 -> 2.99.1-alpha.0 age adoption passing confidence
@aws-cdk/aws-apigatewayv2-integrations-alpha dependencies minor 2.97.0-alpha.0 -> 2.99.1-alpha.0 age adoption passing confidence
@aws-lambda-powertools/logger (source) dependencies minor 1.13.1 -> 1.14.0 age adoption passing confidence
@aws-lambda-powertools/tracer (source) dependencies minor 1.13.1 -> 1.14.0 age adoption passing confidence
@aws-sdk/client-secrets-manager (source) dependencies minor 3.418.0 -> 3.421.0 age adoption passing confidence
@trautonen/cdk-dns-validated-certificate dependencies patch 0.0.22 -> 0.0.23 age adoption passing confidence
@types/node (source) devDependencies minor 20.6.4 -> 20.8.0 age adoption passing confidence
aws-cdk devDependencies minor 2.97.0 -> 2.99.1 age adoption passing confidence
aws-cdk-lib dependencies minor 2.97.0 -> 2.99.1 age adoption passing confidence
esbuild devDependencies patch 0.19.3 -> 0.19.4 age adoption passing confidence

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

aws-powertools/powertools-lambda-typescript (@​aws-lambda-powertools/logger)

v1.14.0

Compare Source

Features

1.13.1 (2023-09-21)

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

v3.421.0

Compare Source

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

trautonen/cdk-dns-validated-certificate (@​trautonen/cdk-dns-validated-certificate)

v0.0.23

Compare Source

0.0.23 (2023-09-25)
aws/aws-cdk (aws-cdk)

v2.99.1

Compare Source

Bug Fixes

Alpha modules (2.99.1-alpha.0)

v2.99.0

Compare Source

Features
Bug Fixes

Alpha modules (2.99.0-alpha.0)

Features
Bug Fixes
  • appconfig: allow multiple environment monitor roles to be created (#​27243) (9312c97)

v2.98.0

Compare Source

Features
Bug Fixes
  • rds: prevent rendering deprecated credentials when creating a database cluster from a snapshot (under feature flag) (#​27174) (1fd22a7), closes #​23815

Alpha modules (2.98.0-alpha.0)

Features

v2.97.1

Compare Source

Reverts

Alpha modules (2.97.1-alpha.0)

evanw/esbuild (esbuild)

v0.19.4

Compare Source

  • Fix printing of JavaScript decorators in tricky cases (#​3396)

    This release fixes some bugs where esbuild's pretty-printing of JavaScript decorators could incorrectly produced code with a syntax error. The problem happened because esbuild sometimes substitutes identifiers for other expressions in the pretty-printer itself, but the decision about whether to wrap the expression or not didn't account for this. Here are some examples:

    // Original code
    import { constant } from './constants.js'
    import { imported } from 'external'
    import { undef } from './empty.js'
    class Foo {
      @​constant()
      @​imported()
      @​undef()
      foo
    }
    
    // Old output (with --bundle --format=cjs --packages=external --minify-syntax)
    var import_external = require("external");
    var Foo = class {
      @​123()
      @​(0, import_external.imported)()
      @​(void 0)()
      foo;
    };
    
    // New output (with --bundle --format=cjs --packages=external --minify-syntax)
    var import_external = require("external");
    var Foo = class {
      @​(123())
      @​((0, import_external.imported)())
      @​((void 0)())
      foo;
    };
  • Allow pre-release versions to be passed to target (#​3388)

    People want to be able to pass version numbers for unreleased versions of node (which have extra stuff after the version numbers) to esbuild's target setting and have esbuild do something reasonable with them. These version strings are of course not present in esbuild's internal feature compatibility table because an unreleased version has not been released yet (by definition). With this release, esbuild will now attempt to accept these version strings passed to target and do something reasonable with them.


Configuration

📅 Schedule: Branch creation - "before 5am on sunday" (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.

@mergify mergify bot merged commit 081aa6c into master Oct 1, 2023
2 of 3 checks passed
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