Closed dependabot[bot] closed 5 months ago
Bumps the cdk-infra-deps group with 9 updates in the /cdk_infra directory:
2.130.0
2.142.1
20.11.20
20.12.12
7.1.0
7.10.0
8.12.0
8.13.0
8.57.0
9.3.0
29.1.2
29.1.3
5.3.3
5.4.5
Updates aws-cdk-lib from 2.130.0 to 2.142.1
aws-cdk-lib
Sourced from aws-cdk-lib's releases.
v2.142.1 Reverts fix(diff): properties from ChangeSet diff were ignored (#30243) (3748472) Alpha modules (2.142.1-alpha.0) v2.142.0 Features asg: support keypair functionality for asg (#29679) (f6b649d), closes #29237 codepipeline: GitPullRequestFilter for pipeline trigger (#29128) (5ce1b64), closes #29126 docdb: add copyTagsToSnapshot property to the DatabaseCluster Construct (#30120) (30f0db6), closes #30090 docdb: support CA certificate for cluster instances (#28791) (e87f25e), closes #27138 #28356 events-targets: add support for AppSync as an EventBridge rule target (#29584) (5be88a3), closes #29884 servicecatalog: ProductStack memoryLimit prop (#30105) (4b6dc8c), closes #29862 Bug Fixes apigateway: set authorization scope when authorization type is Cognito (#30035) (38a2284) autoscaling: cooldown cannot be set with step scaling actions (#30150) (6810762), closes #29779 cli: cdk bootstrap --help does not show some options (#30113) (8debd20) cli: handle attributes of AWS::KMS::Key when hotswapping (#30112) (a1dcaa6), closes #25418 cli: template created during import should be written to assets folder (#29830) (a96cf55), closes #22928 #22530 diff: properties from ChangeSet diff were ignored (#30093) (9c3f3f5), closes #29731 ecs: require task pidMode for Linux-based Fargate tasks, not host (#30020) (3e9e0a8), closes #29995 eks: in place updates for EKS security group and Subnets (#30114) (eb39d9e), closes #28584 iam: fromUserArn returns incorrect principalAccount (#30023) (f9f3681), closes aws/aws-cdk#29999 s3: add bucket policy dependency to notification resource (#30053) (71986ff), closes #27600 #16811 stepfunctions-tasks: documentation fix for retryOnServiceExceptions (#30077) (205163f) Alpha modules (2.142.0-alpha.0) Features pipes-targets: add step function target (#29987) (b0975e4), closes #29665 #29665 redshift: multi AZ cluster (#29976) (a53517c) v2.141.0 Features rds: implement setting parameter group name (#29965) (50331a1) support for IAM Identity Center in security diff (#30009) (0a3cb94), closes #29835 update L1 CloudFormation resource definitions (#30074) (8e98078) Bug Fixes ecr: incorrect format for rule pattern (#29243) (fff9cf6), closes #29225 pipelines: pipeline asset role trust policy has account root principal (#30084) (3928eae)
GitPullRequestFilter
ProductStack
... (truncated)
Sourced from aws-cdk-lib's changelog.
2.142.1 (2024-05-17) Reverts fix(diff): properties from ChangeSet diff were ignored (#30243) (3748472) 2.142.0 (2024-05-15) Features asg: support keypair functionality for asg (#29679) (f6b649d), closes #29237 codepipeline: GitPullRequestFilter for pipeline trigger (#29128) (5ce1b64), closes #29126 docdb: add copyTagsToSnapshot property to the DatabaseCluster Construct (#30120) (30f0db6), closes #30090 docdb: support CA certificate for cluster instances (#28791) (e87f25e), closes #27138 #28356 events-targets: add support for AppSync as an EventBridge rule target (#29584) (5be88a3), closes #29884 servicecatalog: ProductStack memoryLimit prop (#30105) (4b6dc8c), closes #29862 Bug Fixes apigateway: set authorization scope when authorization type is Cognito (#30035) (38a2284) autoscaling: cooldown cannot be set with step scaling actions (#30150) (6810762), closes #29779 cli: cdk bootstrap --help does not show some options (#30113) (8debd20) cli: handle attributes of AWS::KMS::Key when hotswapping (#30112) (a1dcaa6), closes #25418 cli: template created during import should be written to assets folder (#29830) (a96cf55), closes #22928 #22530 diff: properties from ChangeSet diff were ignored (#30093) (9c3f3f5), closes #29731 ecs: require task pidMode for Linux-based Fargate tasks, not host (#30020) (3e9e0a8), closes #29995 eks: in place updates for EKS security group and Subnets (#30114) (eb39d9e), closes #28584 iam: fromUserArn returns incorrect principalAccount (#30023) (f9f3681), closes aws/aws-cdk#29999 s3: add bucket policy dependency to notification resource (#30053) (71986ff), closes #27600 #16811 stepfunctions-tasks: documentation fix for retryOnServiceExceptions (#30077) (205163f) 2.141.0 (2024-05-08) Features rds: implement setting parameter group name (#29965) (50331a1) support for IAM Identity Center in security diff (#30009) (0a3cb94), closes #29835 update L1 CloudFormation resource definitions (#30074) (8e98078) Bug Fixes ecr: incorrect format for rule pattern (#29243) (fff9cf6), closes #29225 pipelines: pipeline asset role trust policy has account root principal (#30084) (3928eae) 2.140.0 (2024-05-02)
4b6dc8c
205163f
71986ff
5ce1b64
7ed3460
51c345f
5be88a3
30f0db6
6810762
2b6a32a
Updates @types/node from 20.11.20 to 20.12.12
@types/node
Updates @typescript-eslint/eslint-plugin from 7.1.0 to 7.10.0
@typescript-eslint/eslint-plugin
Sourced from @typescript-eslint/eslint-plugin's releases.
@typescript-eslint/eslint-plugin
v7.10.0 7.10.0 (2024-05-20) 🚀 Features eslint-plugin: [sort-type-constituents] support case sensitive sorting (#8760) 🩹 Fixes eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag (#8764) typescript-estree: don't add in-project files to defaultProjectMatchedFiles (#9097) utils: remove function form type from flat config files and ignores (#9111) ❤️ Thank You auvred @auvred Emanuel Hoogeveen @ehoogeveen-medweb jsfm01 @jsfm01 Kirk Waiblinger You can read about our versioning strategy and releases on our website. v7.9.0 7.9.0 (2024-05-13) 🚀 Features rule-tester: check for missing placeholder data in the message (#9039) 🩹 Fixes do not pass tsconfig canonical file name to typescript API to get program details for config file (#9042) eslint-plugin: [explicit-function-return-types] fix false positive on default parameters (#9045) ❤️ Thank You Kirk Waiblinger Sheetal Nandi Vinccool96 You can read about our versioning strategy and releases on our website. v7.8.0 7.8.0 (2024-04-29) 🚀 Features
files
ignores
@auvred
@ehoogeveen-medweb
@jsfm01
You can read about our versioning strategy and releases on our website.
Sourced from @typescript-eslint/eslint-plugin's changelog.
7.10.0 (2024-05-20) 🚀 Features eslint-plugin: [sort-type-constituents] support case sensitive sorting 🩹 Fixes eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag ❤️ Thank You auvred Emanuel Hoogeveen jsfm01 Kirk Waiblinger You can read about our versioning strategy and releases on our website. 7.9.0 (2024-05-13) 🩹 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. 7.8.0 (2024-04-29) 🩹 Fixes eslint-plugin: [no-unsafe-argument] handle tagged templates eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check eslint-plugin: [consistent-type-assertions] handle tagged templates eslint-plugin: [no-unsafe-return] handle union types
eslint-plugin: [no-unsafe-argument] handle tagged templates
eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check
eslint-plugin: [consistent-type-assertions] handle tagged templates
eslint-plugin: [no-unsafe-return] handle union types
c18226e
8d92ba8
d951d83
987a96e
77fc366
f53fece
8acb8d4
d696ea2
37a41d9
import/no-duplicates
no-duplicate-imports
ab92621
Updates @typescript-eslint/parser from 7.1.0 to 7.10.0
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's releases.
@typescript-eslint/parser
Sourced from @typescript-eslint/parser's changelog.
7.10.0 (2024-05-20) 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. 7.9.0 (2024-05-13) 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. 7.8.0 (2024-04-29) 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. 7.7.1 (2024-04-22) 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. 7.7.0 (2024-04-15) 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. 7.6.0 (2024-04-08) 🚀 Features bump npm dependency ranges ❤️ Thank You Abraham Guo auvred Brad Zacher You can read about our versioning strategy and releases on our website. 7.5.0 (2024-04-01) 🩹 Fixes
This was a version bump only for parser to align it with other projects, there were no code changes.
ee677f6
3e19436
e44a1a2
e1db872
a6ab2cb
a14ba9d
ecb6b55
Updates ajv from 8.12.0 to 8.13.0
ajv
Sourced from ajv's releases.
v8.13.0 add named exports update dependencies update node.js
857ecac
f74ecdb
c64f528
5370b84
32dc833
f4a4c8e
5c7f3b6
27a88ea
45685de
27178f5
Updates aws-cdk from 2.130.0 to 2.142.1
aws-cdk
Sourced from aws-cdk's releases.
Sourced from aws-cdk's changelog.
a96cf55
8debd20
a1dcaa6
c389a8b
fc890df
86c1320
cdk-from-cfn
28b0080
466f170
diff --template
2126ee5
6cd1e1f
Updates eslint from 8.57.0 to 9.3.0
eslint
Sourced from eslint's releases.
v9.3.0 Features b32153c feat: add overrides.namedExports to func-style rule (#18444) (Percy Ma) b67eba4 feat: add restrictedNamedExportsPattern to no-restricted-exports (#18431) (Akul Srivastava) 069aa68 feat: add option allowEscape to no-misleading-character-class rule (#18208) (Francesco Trotta) 05ef92d feat: deprecate multiline-comment-style & line-comment-position (#18435) (唯然) db0b174 feat: add enforceForInnerExpressions option to no-extra-boolean-cast (#18222) (Kirk Waiblinger) Bug Fixes 8db0eff fix: Improve config error messages (#18457) (Nicholas C. Zakas) 5c28d9a fix: don't remove comments between key and value in object-shorthand (#18442) (Kuba Jastrzębski) 39fb0ee fix: object-shorthand loses type parameters when auto-fixing (#18438) (dalaoshu) 37eba48 fix: don't crash when fs.readFile returns promise from another realm (#18416) (Milos Djermanovic) Documentation ceada8c docs: explain how to use "tsc waiting" label (#18466) (Francesco Trotta) 62e686c docs: Add troubleshooting info for plugin compatibility (#18451) (Nicholas C. Zakas) e17e1c0 docs: Update README (GitHub Actions Bot) 2465a1e docs: Update README (GitHub Actions Bot) d23574c docs: Clarify usage of no-unreachable with TypeScript (#18445) (benj-dobs) 1db9bae docs: Fix typos (#18443) (Frieder Bluemle) 7065196 docs: Update README (GitHub Actions Bot) 04e7c6e docs: update deprecation notice of no-return-await (#18433) (Tanuj Kanti) e763512 docs: Link global ignores section in config object property list (#18430) (MaoShizhong) ac7f718 docs: reflect release of v9 in config migration guide (#18412) (Peter Briggs) 0de0909
b32153c
overrides.namedExports
func-style
b67eba4
restrictedNamedExportsPattern
no-restricted-exports
069aa68
allowEscape
no-misleading-character-class
05ef92d
multiline-comment-style
line-comment-position
db0b174
enforceForInnerExpressions
no-extra-boolean-cast
8db0eff
5c28d9a
39fb0ee
37eba48
fs.readFile
ceada8c
62e686c
e17e1c0
2465a1e
d23574c
no-unreachable
1db9bae
7065196
04e7c6e
no-return-await
e763512
ac7f718
0de0909
Superseded by #1637.
Bumps the cdk-infra-deps group with 9 updates in the /cdk_infra directory:
2.130.0
2.142.1
20.11.20
20.12.12
7.1.0
7.10.0
7.1.0
7.10.0
8.12.0
8.13.0
2.130.0
2.142.1
8.57.0
9.3.0
29.1.2
29.1.3
5.3.3
5.4.5
Updates
aws-cdk-lib
from 2.130.0 to 2.142.1Release notes
Sourced from aws-cdk-lib's releases.
... (truncated)
Changelog
Sourced from aws-cdk-lib's changelog.
... (truncated)
Commits
4b6dc8c
feat(servicecatalog):ProductStack
memoryLimit prop (#30105)205163f
fix(stepfunctions-tasks): documentation fix for retryOnServiceExceptions (#30...71986ff
fix(s3): add bucket policy dependency to notification resource (#30053)5ce1b64
feat(codepipeline):GitPullRequestFilter
for pipeline trigger (#29128)7ed3460
chore(region-info): add missing dlc repository accounts. (#30147)51c345f
docs(stepfunctions-tasks): fix typo (#30159)5be88a3
feat(events-targets): add support for AppSync as an EventBridge rule target ...30f0db6
feat(docdb): add copyTagsToSnapshot property to the DatabaseCluster Construct...6810762
fix(autoscaling): cooldown cannot be set with step scaling actions (#30150)2b6a32a
chore(logs): fix typo in README and comments (#30136)Updates
@types/node
from 20.11.20 to 20.12.12Commits
Updates
@typescript-eslint/eslint-plugin
from 7.1.0 to 7.10.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
c18226e
chore(release): publish 7.10.08d92ba8
docs: [no-floating-promises] fix capitalization typo (#9118)d951d83
fix(eslint-plugin): [prefer-regexp-exec] fix heuristic to check whether regex...987a96e
feat(eslint-plugin): [sort-type-constituents] support case sensitive sorting ...77fc366
chore(release): publish 7.9.0f53fece
chore: add knip (#8192)8acb8d4
fix(eslint-plugin): [explicit-function-return-types] fix false positive on de...d696ea2
docs(eslint-plugin): fix several 404 URLs (#9064)37a41d9
docs: fix broken link toimport/no-duplicates
onno-duplicate-imports
pag...ab92621
docs: correct its/it's spelling (#9048)Updates
@typescript-eslint/parser
from 7.1.0 to 7.10.0Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
c18226e
chore(release): publish 7.10.077fc366
chore(release): publish 7.9.0f53fece
chore: add knip (#8192)ee677f6
chore(release): publish 7.8.03e19436
chore(release): publish 7.7.1e44a1a2
chore(release): publish 7.7.0e1db872
chore(release): publish 7.6.0a6ab2cb
feat: bump npm dependency ranges (#8860)a14ba9d
chore(release): publish 7.5.0ecb6b55
docs: add homepage (#8742)Updates
ajv
from 8.12.0 to 8.13.0Release notes
Sourced from ajv's releases.
Commits
857ecac
fix: bump node version in publish job (#2423)f74ecdb
bump version to 8.13.0 (#2421)c64f528
chore: update typescript to 5.3.3 (#2406)5370b84
chore: bump ajv-formats to 3.0.1 (#2402)32dc833
chore: update remaining deps except typescript (#2396)f4a4c8e
Add named exports for main classes (#2389) fixes #2381 #21325c7f3b6
chore: update prettier to 3.0.3 (#2393)27a88ea
Fixing broken links in the docs/packages readme file (#2221)45685de
docs: fix broken link to error logging (#2362)27178f5
Merge pull request #2366 from laurens/patch-2Updates
aws-cdk
from 2.130.0 to 2.142.1Release notes
Sourced from aws-cdk's releases.
... (truncated)
Changelog
Sourced from aws-cdk's changelog.
... (truncated)
Commits
a96cf55
fix(cli): template created during import should be written to assets folder (...8debd20
fix(cli): cdk bootstrap --help does not show some options (#30113)a1dcaa6
fix(cli): handle attributes of AWS::KMS::Key when hotswapping (#30112)c389a8b
chore: npm-check-updates && yarn upgrade (#30031)fc890df
chore: npm-check-updates && yarn upgrade (#29946)86c1320
chore: upgradecdk-from-cfn
dependency to 0.157.0 (#29967)28b0080
fix: cdk diff prints upgrade bootstrap warning even when current version exce...466f170
fix(CLI):diff --template
crashes (#29896)2126ee5
fix(CLI): bootstrap shows no hotswap changes when there are no changes (#29877)6cd1e1f
chore: npm-check-updates && yarn upgrade (#29864)Updates
eslint
from 8.57.0 to 9.3.0Release notes
Sourced from eslint's releases.
Superseded by #1637.