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

chore(deps): update all non-major dependencies #137

Merged
merged 1 commit into from
May 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 18, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@aws-lambda-powertools/logger (source) dependencies patch 2.1.0 -> 2.1.1 age adoption passing confidence
@aws-lambda-powertools/tracer (source) dependencies patch 2.1.0 -> 2.1.1 age adoption passing confidence
@aws-sdk/client-secrets-manager (source) dependencies minor 3.574.0 -> 3.578.0 age adoption passing confidence
@fallobst22/cdk-cross-account-route53 dependencies patch ^0.0.19 -> ^0.0.20 age adoption passing confidence
@middy/core (source) dependencies patch 5.3.4 -> 5.3.5 age adoption passing confidence
@middy/error-logger (source) dependencies patch 5.3.4 -> 5.3.5 age adoption passing confidence
@middy/http-content-negotiation (source) dependencies patch 5.3.4 -> 5.3.5 age adoption passing confidence
@middy/http-error-handler (source) dependencies patch 5.3.4 -> 5.3.5 age adoption passing confidence
@middy/http-header-normalizer (source) dependencies patch 5.3.4 -> 5.3.5 age adoption passing confidence
@middy/http-json-body-parser (source) dependencies patch 5.3.4 -> 5.3.5 age adoption passing confidence
@middy/http-response-serializer (source) dependencies patch 5.3.4 -> 5.3.5 age adoption passing confidence
@mui/icons-material (source) dependencies patch 5.15.17 -> 5.15.18 age adoption passing confidence
@mui/material (source) dependencies patch 5.15.17 -> 5.15.18 age adoption passing confidence
@mui/x-data-grid (source) dependencies minor 7.4.0 -> 7.5.0 age adoption passing confidence
@types/aws-lambda (source) devDependencies patch 8.10.137 -> 8.10.138 age adoption passing confidence
@types/node (source) devDependencies patch 20.12.11 -> 20.12.12 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) devDependencies minor 7.8.0 -> 7.9.0 age adoption passing confidence
aws-cdk (source) devDependencies minor 2.141.0 -> 2.142.1 age adoption passing confidence
aws-cdk-lib (source) dependencies minor 2.141.0 -> 2.142.1 age adoption passing confidence
esbuild devDependencies patch 0.21.1 -> 0.21.3 age adoption passing confidence
@typescript-eslint/parser (source) devDependencies minor 7.8.0 -> 7.9.0 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)

v2.1.1

Compare Source

Bug Fixes
  • parser: lambda function url cognitoIdentity and principalOrgId nullable (#​2430) (3c3e393)
  • parser: set APIGatewayProxyEventSchema body and query string keys to be nullable (#​2465) (7ce5b3c)
  • parser: set etag optional for delete object notifications (#​2429) (100e223)
aws/aws-sdk-js-v3 (@​aws-sdk/client-secrets-manager)

v3.578.0

Compare Source

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

v3.577.0

Compare Source

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

v3.576.0

Compare Source

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

v3.575.0

Compare Source

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

SvenKirschbaum/cdk-cross-account-route53 (@​fallobst22/cdk-cross-account-route53)

v0.0.20

Compare Source

0.0.20 (2024-05-18)
middyjs/middy (@​middy/core)

v5.3.5

Compare Source

What's Changed

Full Changelog: middyjs/middy@5.3.4...5.3.5

mui/material-ui (@​mui/icons-material)

v5.15.18

Compare Source

May 14, 2024

A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:

@mui/material@5.15.18
Docs
Core

All contributors of this release in alphabetical order: @​arthurbalduini, @​oliviertassinari, @​samuelsycamore, @​TahaRhidouani, @​tarunrajput

mui/mui-x (@​mui/x-data-grid)

v7.5.0

Compare Source

May 17, 2024

We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:

  • 🎁 Add support for checkbox selection on the Tree View components
  • 🌍 Improve Norwegian (nb-NO) and Spanish (es-ES) locales on the Data Grid
  • 🐞 Bugfixes
  • 📚 Documentation improvements
Data Grid
@mui/x-data-grid@7.5.0
@mui/x-data-grid-pro@7.5.0 pro

Same changes as in @mui/x-data-grid@7.5.0.

@mui/x-data-grid-premium@7.5.0 premium

Same changes as in @mui/x-data-grid-pro@7.5.0.

Date and Time Pickers
@mui/x-date-pickers@7.5.0
@mui/x-date-pickers-pro@7.5.0 pro

Same changes as in @mui/x-date-pickers@7.5.0.

Charts
@mui/x-charts@7.5.0
Tree View
@mui/x-tree-view@7.5.0
Docs
Core
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.9.0

Compare Source

🩹 Fixes
  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters
❤️ Thank You
  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

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

aws/aws-cdk (aws-cdk)

v2.142.1

Compare Source

Reverts

Alpha modules (2.142.1-alpha.0)

v2.142.0

Compare Source

Features
Bug Fixes

Alpha modules (2.142.0-alpha.0)

Features
evanw/esbuild (esbuild)

v0.21.3

Compare Source

  • Implement the decorator metadata proposal (#​3760)

    This release implements the decorator metadata proposal, which is a sub-proposal of the decorators proposal. Microsoft shipped the decorators proposal in TypeScript 5.0 and the decorator metadata proposal in TypeScript 5.2, so it's important that esbuild also supports both of these features. Here's a quick example:

    // Shim the "Symbol.metadata" symbol
    Symbol.metadata ??= Symbol('Symbol.metadata')
    
    const track = (_, context) => {
      (context.metadata.names ||= []).push(context.name)
    }
    
    class Foo {
      @​track foo = 1
      @​track bar = 2
    }
    
    // Prints ["foo", "bar"]
    console.log(Foo[Symbol.metadata].names)

    ⚠️ WARNING ⚠️

    This proposal has been marked as "stage 3" which means "recommended for implementation". However, it's still a work in progress and isn't a part of JavaScript yet, so keep in mind that any code that uses JavaScript decorator metadata may need to be updated as the feature continues to evolve. If/when that happens, I will update esbuild's implementation to match the specification. I will not be supporting old versions of the specification.

  • Fix bundled decorators in derived classes (#​3768)

    In certain cases, bundling code that uses decorators in a derived class with a class body that references its own class name could previously generate code that crashes at run-time due to an incorrect variable name. This problem has been fixed. Here is an example of code that was compiled incorrectly before this fix:

    class Foo extends Object {
      @​(x => x) foo() {
        return Foo
      }
    }
    console.log(new Foo().foo())
  • Fix tsconfig.json files inside symlinked directories (#​3767)

    This release fixes an issue with a scenario involving a tsconfig.json file that extends another file from within a symlinked directory that uses the paths feature. In that case, the implicit baseURL value should be based on the real path (i.e. after expanding all symbolic links) instead of the original path. This was already done for other files that esbuild resolves but was not yet done for tsconfig.json because it's special-cased (the regular path resolver can't be used because the information inside tsconfig.json is involved in path resolution). Note that this fix no longer applies if the --preserve-symlinks setting is enabled.

v0.21.2

Compare Source

  • Correct this in field and accessor decorators (#​3761)

    This release changes the value of this in initializers for class field and accessor decorators from the module-level this value to the appropriate this value for the decorated element (either the class or the instance). It was previously incorrect due to lack of test coverage. Here's an example of a decorator that doesn't work without this change:

    const dec = () => function() { this.bar = true }
    class Foo { @​dec static foo }
    console.log(Foo.bar) // Should be "true"
  • Allow es2023 as a target environment (#​3762)

    TypeScript recently added es2023 as a compilation target, so esbuild now supports this too. There is no difference between a target of es2022 and es2023 as far as esbuild is concerned since the 2023 edition of JavaScript doesn't introduce any new syntax features.

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

v7.9.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.


Configuration

📅 Schedule: Branch creation - "before 4am on sunday" in timezone Europe/Berlin, 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 6a13262 into master May 18, 2024
9 checks passed
@mergify mergify bot deleted the renovate/all-minor-patch branch May 18, 2024 23:16
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