8000 Bump aws-cdk from 2.1000.3 to 2.1017.0 in /cdk by dependabot[bot] · Pull Request #2745 · vrk-kpa/opendata · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bump aws-cdk from 2.1000.3 to 2.1017.0 in /cdk #2745

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github May 29, 2025

Bumps aws-cdk from 2.1000.3 to 2.1017.0.

Release notes

Sourced from aws-cdk's releases.

aws-cdk@v2.1017.0

2.1017.0 (2025-05-28)

⚠ BREAKING CHANGES

  • toolkit-lib: The data emitted by message CDK_TOOLKIT_I4001 has changed. Instead of formatted diffs, it now contains a stack count and the template diff as returned by the action. The formatted output is now available on a new message CDK_TOOLKIT_I4002. Deprecated option securityOnly removed from DiffOptions used by Toolkit.diff(). Instead the action always prints and returns a security diff. Use a custom IoHost implementation to customize the exact diff output.
  • toolkit-lib: Custom implementations of BaseCredentials have changed. If you previously extended the abstract BaseCredentials class and implemented the abstract method, you can now pass any object implementing the new IBaseCredentialsProvider interface. The method name change to sdkBaseConfig and it now receives two parameters: an ioHost that can be used to emit messages and a clientConfig to should be honored for all SDK requests. However the clientConfig may be extended as needed.
  • toolkit-lib: parameterize context storage (#534)
  • toolkit-lib: The code field on messages is now optional. All messages with a code are subject to our backwards compatibility guarantees and can be relied upon by integrators. Messages that previously had a "default code" ending in 0000 no longer have a code and must be treated purely informational. Requests and messages with a payload are always coded.

Features

  • cli,toolkit-lib: drift detection via cdk drift and toolkit.drift() (#442) (c48b685)
  • toolkit-lib: generic messages do not have a code (#526) (b1dfe96)
  • toolkit-lib: improved types for BaseCredentials (#542) (b04ad30)
  • toolkit-lib: parameterize context storage (#534) (95971c0)

Bug Fixes

  • toolkit-lib: fromAssemblyBuilder mutates globally shared process.env (#528) (09c8402)
  • toolkit-lib: deploy options is missing importExistingResources and hotswapProperties.ecs.stabilizationTimeoutSeconds (#520) (f10dfc3)
  • toolkit-lib: diff message payloads are incomplete (#546) (2eb1b84)
  • toolkit-lib: unnecessary dependency on promptly (#523) (3d833d3), closes #396

aws-cdk@v2.1016.1

2.1016.1 (2025-05-21)

... (truncated)

Commits
  • 2eb1b84 fix(toolkit-lib)!: diff message payloads are incomplete (#546)
  • b04ad30 feat(toolkit-lib)!: improved types for BaseCredentials (#542)
  • 95971c0 feat(toolkit-lib)!: parameterize context storage (#534)
  • c48b685 feat(cli,toolkit-lib): drift detection via cdk drift and toolkit.drift() ...
  • 4767724 refactor(cli): create ProxyAgent in the CLI in preparation of proxy-agent...
  • 09c8402 fix(toolkit-lib): fromAssemblyBuilder mutates globally shared process.env...
  • fbc28d7 chore(deps): upgrade dependencies (#530)
  • 3d833d3 fix(toolkit-lib): unnecessary dependency on promptly (#523)
  • b1dfe96 feat(toolkit-lib)!: generic messages do not have a code (#526)
  • 841bc03 refactor(cli): hotswap is now a deployment method (#519)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk) from 2.1000.3 to 2.1017.0.
- [Release notes](https://github.com/aws/aws-cdk-cli/releases)
- [Commits](https://github.com/aws/aws-cdk-cli/commits/aws-cdk@v2.1017.0/packages/aws-cdk)

---
updated-dependencies:
- dependency-name: aws-cdk
  dependency-version: 2.1017.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 29, 2025
Copy link
codecov bot commented May 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 26.77%. Comparing base (00eabb4) to head (7432d97).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2745   +/-   ##
=======================================
  Coverage   26.77%   26.77%           
=======================================
  Files          42       42           
  Lines        5908     5908           
  Branches       37       37           
=======================================
  Hits         1582     1582           
  Misses       4326     4326           
Flag Coverage Δ
cdk 96.64% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor Author
dependabot bot commented on behalf of github Jun 2, 2025

Superseded by #2750.

@dependabot dependabot bot closed this Jun 2, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/cdk/aws-cdk-2.1017.0 branch June 2, 2025 04:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants
0