Bump the npm group with 3 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 1
(about 1 year ago)
(about 1 year ago)
dependencies javascript
poad
Bumps the npm group with 3 updates: @stylistic/eslint-plugin, aws-cdk-lib and aws-cdk.
Updates @stylistic/eslint-plugin from 5.1.0 to 5.2.0
Release notes
Sourced from @stylistic/eslint-plugin's releases.
v5.2.0
🚀 Features
- Support
AccessorProperty- by@9romisein eslint-stylistic/eslint-stylistic#829 (2143f)- Add
warnOnceutility for deprecation warnings - by@9romisein eslint-stylistic/eslint-stylistic#867 (f0158)- indent:
- Support
TSTypeAliasDeclaration- by@shixianqin, Vida Xie and@9romisein eslint-stylistic/eslint-stylistic#796 (c62af)- Introduce
returnTypeforFunctionDeclarationandFunctionExpression- by@9romisein eslint-stylistic/eslint-stylistic#884 (c0a09)- keyword-spacing:
- Support
ImportAttribute- by@9romisein eslint-stylistic/eslint-stylistic#863 (08d41)- multiline-comment-style:
- Add support for exclamation comments - by
@IronGeekin eslint-stylistic/eslint-stylistic#876 (b2ece)- no-extra-parens:
- Support part of TS Nodes - by
@9romisein eslint-stylistic/eslint-stylistic#873 (7d4aa)- object-curly-spacing:
- Support
ImportAttribute- by@9romisein eslint-stylistic/eslint-stylistic#862 (000f2)🐞 Bug Fixes
- Disallow extra properties in rule options - by
@andreww2012and@9romisein eslint-stylistic/eslint-stylistic#883 (bac5f)- indent: Align first element when
VariableDeclaratorisfirst- by@9romisein eslint-stylistic/eslint-stylistic#861 (ddd14)View changes on GitHub
Changelog
Sourced from @stylistic/eslint-plugin's changelog.
5.2.0 (2025-07-16)
Features
- add
warnOnceutility for deprecation warnings (#867) (f015822)- indent: introduce
returnTypeforFunctionDeclarationandFunctionExpression(#884) (c0a09fb)- indent: support
TSTypeAliasDeclaration(#796) (c62afea)- keyword-spacing: support
ImportAttribute(#863) (08d4193)- multiline-comment-style: add support for exclamation comments (#876) (b2ece9f)
- no-extra-parens: support part of TS Nodes (#873) (7d4aa27)
- object-curly-spacing: support
ImportAttribute(#862) (000f2f4)- support
AccessorProperty(#829) (2143f34)Bug Fixes
- disallow extra properties in rule options (#883) (bac5f3f)
- indent: align first element when
VariableDeclaratorisfirst(#861) (ddd14c8)Documentation
- enhance readability (#880) (4a5fe59)
- fix link of
no-unexpected-multiline(#847) (0639099)- operator-linebreak: add description for "ignore" option earlier (#866) (46e43f5)
Chores
Commits
38232bdchore: release v5.2.0 (main) (#860)f015822feat: addwarnOnceutility for deprecation warnings (#867)693941cchore: update deps (#885)7d4aa27feat(no-extra-parens): support part of TS Nodes (#873)b2ece9ffeat(multiline-comment-style): add support for exclamation comments (#876)bac5f3ffix: disallow extra properties in rule options (#883)2143f34feat: supportAccessorProperty(#829)c0a09fbfeat(indent): introducereturnTypeforFunctionDeclarationand `FunctionE...08d4193feat(keyword-spacing): supportImportAttribute(#863)000f2f4feat(object-curly-spacing): supportImportAttribute(#862)- Additional commits viewable in compare view
Updates aws-cdk-lib from 2.205.0 to 2.206.0
Release notes
Sourced from aws-cdk-lib's releases.
v2.206.0
Features
- custom-resource: Added async custom resource provider framework logging off by default (1302e3d)
- ecs: add L1 native blue/green deployment support for ECS services (3ef87e4)
Alpha modules (2.206.0-alpha.0)
Changelog
Sourced from aws-cdk-lib's changelog.
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.206.0-alpha.0 (2025-07-16)
2.205.0-alpha.0 (2025-07-15)
2.204.0-alpha.0 (2025-07-04)
Features
2.203.1-alpha.0 (2025-07-02)
2.203.0-alpha.0 (2025-07-01)
Features
Bug Fixes
- ec2: don't use inferenceAccellerators in the constructors if not needed (#34618) (054c6c5), closes #33505 aws/aws-cdk#33505 #34610
2.202.0-alpha.0 (2025-06-20)
Features
- amplify: add compute role support for Amplify branches (#34708) (817a21a)
- amplify-alpha: support custom response headers in monorepo structures (#31771) (aea1372), closes #31758
2.201.0-alpha.0 (2025-06-12)
Features
- amplify: add skew protection feature for Amplify branches (#34656) (8808998)
- bedrock: adding bedrock l2 construct features (#34065) (a028927)
- ec2: add interface VPC endpoint for DSQL (#34487) (3e53c2c)
- ec2: support Firehose
IDeliveryStreamas flow log destination (#34596) (cdfe6e7), closes #33883 #33757- ec2: volume initialization rate for EBS volume (#34570) (527d483)
Reverts
... (truncated)
Commits
3ef87e4feat(ecs): add L1 native blue/green deployment support for ECS services1302e3dfeat(custom-resource): Added async custom resource provider framework logging...- See full diff in compare view
Updates aws-cdk from 2.1020.2 to 2.1021.0
Release notes
Sourced from aws-cdk's releases.
aws-cdk@v2.1021.0
2.1021.0 (2025-07-16)
Features
- "cdk flags" command reports active and missing feature flags (unstable) (#699) (d62b991)
diffshows moved resources (#708) (6beac2b)- modification is forbidden during a refactor (#667) (66594fd)
- overrides to resolve mapping ambiguities (#679) (fdec382)
- toolkit-lib: list action contains metadata (#719) (d71960e), closes #501
Bug Fixes
Commits
059c862chore(toolkit-lib): cleanup unused and private refactor exports (#722)d71960efeat(toolkit-lib): list action contains metadata (#719)91f3b72chore(deps): upgrade dependencies (#712)6beac2bfeat:diffshows moved resources (#708)d62b991feat: "cdk flags" command reports active and missing feature flags (unstable)...286b063refactor(cli): split version functions into those that display and those that...3ceae66chore(cli): file sink telemetry client writes valid json (#710)fdec382feat: overrides to resolve mapping ambiguities (#679)2721da5refactor(cli): use IoHost in CLIConfiguration(#695)45f2c8drefactor(cli): use IoHost incdk migrate(#707)- Additional commits viewable in compare view
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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
Pull Request Statistics
0
0
+0
-0
Package Dependencies
Technical Details
| ID: | 3505395 |
| UUID: | 3237818258 |
| Node ID: | PR_kwDONx1qVc6fSVR2 |
| Host: | GitHub |
| Repository: | poad/solid-start-ssr-lambda |