Bump aws-cdk-lib from 2.142.1 to 2.246.0 in /apps/web#187
Bump aws-cdk-lib from 2.142.1 to 2.246.0 in /apps/web#187dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) from 2.142.1 to 2.246.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.246.0/packages/aws-cdk-lib) --- updated-dependencies: - dependency-name: aws-cdk-lib dependency-version: 2.246.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 803e21bbb4
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "@types/jsdom": "^21.1.1", | ||
| "autoprefixer": "^10.4.14", | ||
| "aws-cdk-lib": "2.142.1", | ||
| "aws-cdk-lib": "2.246.0", |
There was a problem hiding this comment.
Keep constructs within CDK's supported peer range
Bumping aws-cdk-lib here creates an invalid peer set because the new lock entry for aws-cdk-lib@2.246.0 declares constructs ^10.5.0, while this package still pins constructs to 10.3.0 on the next line. I checked the committed lockfile with npm ls aws-cdk-lib constructs --package-lock-only, and npm exits with ELSPROBLEMS marking constructs@10.3.0 invalid, so any fresh install/deploy path that validates peers is using an unsupported CDK/constructs combination until constructs (and the SST/CDK stack if needed) is updated together.
Useful? React with 👍 / 👎.
Bumps aws-cdk-lib from 2.142.1 to 2.246.0.
Release notes
Sourced from aws-cdk-lib's releases.
... (truncated)
Changelog
Sourced from aws-cdk-lib's changelog.
... (truncated)
Commits
2d5b667chore: update analytics metadata blueprints4fd0002revert(core): add source tracing for L1 construct property mutations (#37415)a92105cfix(lambda-nodejs): use powershell for spawn steps on Windows (#37412)819f632chore: use HTTPS for AWS documentation links (#37359)9d46d2fchore: fix duplicate word typos in documentation comments (#37357)5a3f2eachore: remove obsolete tslint disable comments (#37358)87416f8chore: fix spelling errors in documentation comments (#37360)698ae90docs(cx-api): fix typos in README (#37406)3b3a09ddocs: fix duplicate word typos in README files (#37370)0f62b21docs: fix typo and use HTTPS for AWS links in README files (#37371)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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.