build(deps): bump the infra-deps group in /infra with 6 updates - #243
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump the infra-deps group in /infra with 6 updates#243dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the infra-deps group in /infra with 6 updates: | Package | From | To | | --- | --- | --- | | [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) | `2.260.0` | `2.262.0` | | [constructs](https://github.com/aws/constructs) | `10.6.0` | `10.7.1` | | [yaml](https://github.com/eemeli/yaml) | `2.8.3` | `2.9.0` | | [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk) | `2.1117.0` | `2.1133.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.3` | `5.9.3` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.19.17` | `22.20.1` | Updates `aws-cdk-lib` from 2.260.0 to 2.262.0 - [Release notes](https://github.com/aws/aws-cdk/releases) - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md) - [Commits](https://github.com/aws/aws-cdk/commits/v2.262.0/packages/aws-cdk-lib) Updates `constructs` from 10.6.0 to 10.7.1 - [Release notes](https://github.com/aws/constructs/releases) - [Commits](aws/constructs@v10.6.0...v10.7.1) Updates `yaml` from 2.8.3 to 2.9.0 - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](eemeli/yaml@v2.8.3...v2.9.0) Updates `aws-cdk` from 2.1117.0 to 2.1133.0 - [Release notes](https://github.com/aws/aws-cdk-cli/releases) - [Commits](https://github.com/aws/aws-cdk-cli/commits/aws-cdk@v2.1133.0/packages/aws-cdk) Updates `typescript` from 5.7.3 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.7.3...v5.9.3) Updates `@types/node` from 22.19.17 to 22.20.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: aws-cdk-lib dependency-version: 2.262.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: infra-deps - dependency-name: constructs dependency-version: 10.7.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: infra-deps - dependency-name: yaml dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: infra-deps - dependency-name: aws-cdk dependency-version: 2.1133.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: infra-deps - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: infra-deps - dependency-name: "@types/node" dependency-version: 22.20.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: infra-deps ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the infra-deps group in /infra with 6 updates:
2.260.02.262.010.6.010.7.12.8.32.9.02.1117.02.1133.05.7.35.9.322.19.1722.20.1Updates
aws-cdk-libfrom 2.260.0 to 2.262.0Release notes
Sourced from aws-cdk-lib's releases.
... (truncated)
Changelog
Sourced from aws-cdk-lib's changelog.
... (truncated)
Commits
dd8ac9fMerge remote-tracking branch 'origin/v2-release' into bump/2.262.07e00626chore(release): 2.262.0db98909fix: cross-stack warnings are emitted for nested stacks (#38355)3f9422ffix(validation): incorrectly relative paths in Cloud Assemblies (#38352)0af7c34fix(core): stack-related validation has an empty construct path (#38350)5d11d70fix(validation): validation reports are not self-contained (#38333)813b790chore(core): upgrade@aws/cloudformation-validateto 1.5.0-beta and and updat...0728618fix(core): stack.node.addDependency gets slower as stacks grow (#38314)ad665c4feat(ecs): add support ECS-optimized Amazon Linux 2023 (Neuron) AMI (#34689)f0cfc5bfix(opensearchservice): allow gp3 ebs throughput up to 2000 MiB/s (#38001)Updates
constructsfrom 10.6.0 to 10.7.1Release notes
Sourced from constructs's releases.
Commits
857a94ffix: Node.path takes a lot of time on deep construct trees (#2873)67495a0feat: removeDependency (#2872)34b862fchore(deps): upgrade dev dependencies (#2871)9b63ef8chore(deps): upgrade dev dependencies (#2870)1ec88fdchore(deps): upgrade dev dependencies (#2869)710fe27chore(deps): upgrade dev dependencies (#2868)0ac4c4bchore(deps): upgrade dev dependencies (#2867)9c52873chore: remove Dockerfile (#2866)8278842chore(deps): upgrade dev dependencies (#2865)da65786chore(deps): upgrade dev dependencies (#2864)Updates
yamlfrom 2.8.3 to 2.9.0Release notes
Sourced from yaml's releases.
Commits
ddb21b02.9.0167365bdocs: Clarify that not all errors can be avoided6eca2a7fix: Avoid calling Array.prototype.push.apply() with large source array0543cd5fix(lexer): Avoid recursive calls that may exhaust the call stackccdf7432.8.4f625789fix: Disable alias resolution with maxAliasCount:0 (#677)e1a1a77fix: Handle invalid unicode escapesa163ea0style: Satify Prettierb2a5a6cfix: Apply minFractionDigits only to decimal strings (#676)93c951bchore: Bump JSR version to v2.8.3 (#673)Updates
aws-cdkfrom 2.1117.0 to 2.1133.0Release notes
Sourced from aws-cdk's releases.
... (truncated)
Commits
712d792fix(cli): forward --no-validation to the app process via CDK_VALIDATION (#1756)2810a54feat(deps): upgrade aws-cdk-lib (#1752)09f70cedocs: update TypeScript examples from ts-node to tsx (#1749)70cf0e3feat(cdk-explorer): advertise LSP feature and protocol manifest (#1750)fbb26dfdocs(cli): document the cdk lsp command in the CLI README (#1743)56aea57fix: cannot debug performance issues of internal projects (#1736)c670960fix(cli): entire violation report is printed in red (#1742)9398ed0fix(toolkit-lib): supportcdk orphanfor resources inside a stage (#1733)c4e4ee9feat: integrate lsp feature branch (#1681)9bf08e5feat(cli): typescript init templates use tsc + tsx and swc/jest, on typescrip...Updates
typescriptfrom 5.7.3 to 5.9.3Release notes
Sourced from typescript's releases.
... (truncated)
Commits
c63de15Bump version to 5.9.3 and LKG8428ca4🤖 Pick PR #62438 (Fix incorrectly ignored dts file fr...) into release-5.9 (#...a131cac🤖 Pick PR #62351 (Add missing Float16Array constructo...) into release-5.9 (#...0424333🤖 Pick PR #62423 (Revert PR 61928) into release-5.9 (#62425)bdb641a🤖 Pick PR #62311 (Fix parenthesizer rules for manuall...) into release-5.9 (#...0d9b9b9🤖 Pick PR #61978 (Restructure CI to prepare for requi...) into release-5.9 (#...2dce0c5Intentionally regress one buggy declaration output to an older version (#62163)5be3346Bump version to 5.9.2 and LKGad825f2Bump version to 5.9.1-rc and LKG463a5bfUpdate LKGUpdates
@types/nodefrom 22.19.17 to 22.20.1Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions