chore(deps): update all non-major dependencies #13
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.
This PR contains the following updates:
^0.68.2
->^0.70.23
^0.69.3
->^0.70.23
^8.10.147
->^8.10.149
^1.2.2
->^1.2.9
^2.178.1
->^2.1010.0
^0.5.3
->^0.8.2
^5.7.3
->^5.8.3
Release Notes
stacksjs/stacks (@stacksjs/cli)
v0.70.23
Compare Source
What's Changed
Full Changelog: stacksjs/stacks@v0.70.22...v0.70.23
v0.70.22
Compare Source
Full Changelog: stacksjs/stacks@v0.70.21...v0.70.22
v0.70.21
Compare Source
Full Changelog: stacksjs/stacks@v0.70.20...v0.70.21
v0.70.19
Compare Source
What's Changed
Full Changelog: stacksjs/stacks@v0.70.18...v0.70.19
v0.70.18
Compare Source
Full Changelog: stacksjs/stacks@v0.70.17...v0.70.18
v0.70.17
Compare Source
What's Changed
Full Changelog: stacksjs/stacks@v0.70.16...v0.70.17
v0.70.16
Compare Source
Full Changelog: stacksjs/stacks@v0.70.15...v0.70.16
v0.70.15
Compare Source
Full Changelog: stacksjs/stacks@v0.70.14...v0.70.15
v0.70.14
Compare Source
Full Changelog: stacksjs/stacks@v0.70.13...v0.70.14
v0.70.13
Compare Source
Full Changelog: stacksjs/stacks@v0.70.12...v0.70.13
v0.70.12
Compare Source
No significant changes
View changes on GitHub
v0.70.11
Compare Source
No significant changes
View changes on GitHub
v0.70.10
Compare Source
No significant changes
View changes on GitHub
v0.70.9
Compare Source
No significant changes
View changes on GitHub
v0.70.8
Compare Source
No significant changes
View changes on GitHub
v0.70.7
Compare Source
No significant changes
View changes on GitHub
v0.70.6
Compare Source
No significant changes
View changes on GitHub
v0.70.5
Compare Source
No significant changes
View changes on GitHub
v0.70.4
Compare Source
No significant changes
View changes on GitHub
v0.70.3
Compare Source
No significant changes
View changes on GitHub
v0.70.2
Compare Source
No significant changes
View changes on GitHub
v0.70.1
Compare Source
compare changes
🏡 Chore
❤️ Contributors
v0.70.0
Compare Source
compare changes
🏡 Chore
❤️ Contributors
v0.69.3
Compare Source
compare changes
🏡 Chore
❤️ Contributors
v0.69.2
Compare Source
compare changes
🏡 Chore
❤️ Contributors
v0.69.1
Compare Source
compare changes
🏡 Chore
❤️ Contributors
aws/aws-cdk-cli (aws-cdk)
v2.1010.0
Compare Source
2.1010.0 (2025-04-16)
v2.1009.0
Compare Source
2.1009.0 (2025-04-16)
⚠ BREAKING CHANGES
toolkit.synth()
: it no longer returns an arbitrary Assembly Source (byinterface), but a specific Assembly, by class, that can also be used as
a source. The return type of
ICloudAssemblySource.produce()
has beenchanged to
IReadableCloudAssembly
. This will only affect consumerswith custom implementations of that interface, the factory function APIs
are unchanged.
force
option onDeployOptions
hasbeen removed. The removed option originally caused multiple different
"force" actions. Each action now has a more targeted alternative. To
force a deployment even if the CDK Toolkit has not detected any changes,
use
forceDeployment
. To force re-publishing of previously publishedassets, use
forceAssetPublishing
. To force failing resource beingorphaned during a rollback, use
orphanFailedResourcesDuringRollback
.To implement interactive confirmation of rollbacks during a deployment,
react to the message request with code
CDK_TOOLKIT_I5050
in yourIoHost
.IoHost
implementationused by
Toolkit
to a version that is strictly non-interactive, i.e.there is no expectation anymore that users will respond to command-line
prompts. To restore previous behavior, you will can provide a custom
IoHost
implementation to yourToolkit
instance. You may considerextending the new
NonInteractiveIoHost
class with desired interactiveprompts.
Features
Bug Fixes
DeployOptions.force
in favor of more specific options (#315) (c14df8e)v2.1008.0
Compare Source
2.1008.0 (2025-04-16)
⚠ BREAKING CHANGES
toolkit.synth()
: it no longer returns an arbitrary Assembly Source (byinterface), but a specific Assembly, by class, that can also be used as
a source. The return type of
ICloudAssemblySource.produce()
has beenchanged to
IReadableCloudAssembly
. This will only affect consumerswith custom implementations of that interface, the factory function APIs
are unchanged.
force
option onDeployOptions
hasbeen removed. The removed option originally caused multiple different
"force" actions. Each action now has a more targeted alternative. To
force a deployment even if the CDK Toolkit has not detected any changes,
use
forceDeployment
. To force re-publishing of previously publishedassets, use
forceAssetPublishing
. To force failing resource beingorphaned during a rollback, use
orphanFailedResourcesDuringRollback
.To implement interactive confirmation of rollbacks during a deployment,
react to the message request with code
CDK_TOOLKIT_I5050
in yourIoHost
.IoHost
implementationused by
Toolkit
to a version that is strictly non-interactive, i.e.there is no expectation anymore that users will respond to command-line
prompts. To restore previous behavior, you will can provide a custom
IoHost
implementation to yourToolkit
instance. You may considerextending the new
NonInteractiveIoHost
class with desired interactiveprompts.
Features
Bug Fixes
DeployOptions.force
in favor of more specific options (#315) (c14df8e)v2.1007.0
Compare Source
2.1007.0 (2025-04-02)
Features
Bug Fixes
v2.1006.0
Compare Source
2.1006.0 (2025-03-25)
Features
Bug Fixes
v2.1005.0
Compare Source
2.1005.0 (2025-03-19)
Features
Bug Fixes
progress
via app or user configuration (#231) (5631014), closes /github.com/aws/aws-cdk/commit/069b72ca5613b0ec731067fdad7b8ded831044e1#diff-d03bd87f399ba5824d5442aa691df8b6f08f4f8a3848cfc8492c3d52fab5e48bR105v2.1004.0
Compare Source
2.1004.0 (2025-03-13)
Features
Bug Fixes
--force
flag does not applies to assets (#197) (da515f4)v2.1003.0
Compare Source
2.1003.0 (2025-03-06)
Features
Bug Fixes
v2.1002.0
Compare Source
2.1002.0 (2025-03-03)
Features
Bug Fixes
[object Object]
in error message when CcApiContextProviderPluginlistResources
throws (#168) (c913ff1)cdk deploy --no-execute
(#166) (bf33829)v2.1001.0
Compare Source
2.1001.0 (2025-02-26)
Features
fromLookup()
imports with the new context provider for CloudControl API (#138) (130445d)v2.1000.3
Compare Source
2.1000.3 (2025-02-25)
Bug Fixes
v2.1000.2
Compare Source
2.1000.2 (2025-02-19)
Bug Fixes
v2.1000.1
Compare Source
2.1000.1 (2025-02-18)
Bug Fixes
v2.1000.0
2.1000.0 (2025-02-18)
Features
stacksjs/bunfig (bunfig)
v0.8.2
Compare Source
No significant changes
View changes on GitHub
v0.8.1
Compare Source
compare changes
🏡 Chore
❤️ Contributors
v0.8.0
Compare Source
compare changes
🏡 Chore
❤️ Contributors
v0.7.0
Compare Source
compare changes
🚀 Enhancements
config(opts)
export (a318e2c)🏡 Chore
bunfig
(4ad2cfc)deepMerge
(e57d8bc)❤️ Contributors
v0.6.0
Compare Source
compare changes
🚀 Enhancements
tryLoadConfig
(9db46cf)🏡 Chore
❤️ Contributors
microsoft/TypeScript (typescript)
v5.8.3
Compare Source
v5.8.2
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.