Skip to content

chore(deps): update all non-major dependencies #13

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 12, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@stacksjs/cli (source) ^0.68.2 -> ^0.70.23 age adoption passing confidence
@stacksjs/docs (source) ^0.69.3 -> ^0.70.23 age adoption passing confidence
@types/aws-lambda (source) ^8.10.147 -> ^8.10.149 age adoption passing confidence
@types/bun (source) ^1.2.2 -> ^1.2.9 age adoption passing confidence
aws-cdk (source) ^2.178.1 -> ^2.1010.0 age adoption passing confidence
bunfig ^0.5.3 -> ^0.8.2 age adoption passing confidence
typescript (source) ^5.7.3 -> ^5.8.3 age adoption passing confidence

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
  • this change changes the return type of
    toolkit.synth(): it no longer returns an arbitrary Assembly Source (by
    interface), but a specific Assembly, by class, that can also be used as
    a source. The return type of ICloudAssemblySource.produce() has been
    changed to IReadableCloudAssembly. This will only affect consumers
    with custom implementations of that interface, the factory function APIs
    are unchanged.
  • toolkit-lib: The deprecated force option on DeployOptions has
    been 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 published
    assets, use forceAssetPublishing. To force failing resource being
    orphaned 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 your
    IoHost.
  • toolkit-lib: This change updates the default IoHost implementation
    used 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 your Toolkit instance. You may consider
    extending the new NonInteractiveIoHost class with desired interactive
    prompts.
Features
Bug Fixes

v2.1008.0

Compare Source

2.1008.0 (2025-04-16)

⚠ BREAKING CHANGES
  • this change changes the return type of
    toolkit.synth(): it no longer returns an arbitrary Assembly Source (by
    interface), but a specific Assembly, by class, that can also be used as
    a source. The return type of ICloudAssemblySource.produce() has been
    changed to IReadableCloudAssembly. This will only affect consumers
    with custom implementations of that interface, the factory function APIs
    are unchanged.
  • toolkit-lib: The deprecated force option on DeployOptions has
    been 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 published
    assets, use forceAssetPublishing. To force failing resource being
    orphaned 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 your
    IoHost.
  • toolkit-lib: This change updates the default IoHost implementation
    used 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 your Toolkit instance. You may consider
    extending the new NonInteractiveIoHost class with desired interactive
    prompts.
Features
Bug Fixes

v2.1007.0

Compare Source

2.1007.0 (2025-04-02)

Features
  • cli: CcApi context provider can be configured to fail if listing does not find a specific count of resources (#​251) (a1d5af9), closes #​257
  • toolkit-lib: diff (#​279) (cd35a1c)
Bug Fixes

v2.1006.0

Compare Source

2.1006.0 (2025-03-25)

Features
Bug Fixes
  • cli: don't double up on plugin errors and don't show pointless stack trace (#​262) (d8eeea8)
  • cli: hotswap output is different for different resources (#​250) (db4029c)

v2.1005.0

Compare Source

2.1005.0 (2025-03-19)

Features
  • toolkit-lib: report hotswap messages into a message span (#​247) (fe143da)
Bug Fixes

v2.1004.0

Compare Source

2.1004.0 (2025-03-13)

Features
  • toolkit-lib: emit marker messages during actions (#​219) (84d0b54)
  • toolkit-lib: structured log monitoring events (#​218) (1bef263)
  • toolkit-lib: wrap errors from assembly builder into AssemblyError (#​200) (e3b0856)
Bug Fixes

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
  • cli: control library init version with a command-line parameter (#​149) (f925551)
Bug Fixes
  • bootstrap: add DeletionPolicy and UpdateReplacePolicy to FileAssetsBucketEncryptionKey (#​100) (bd02059)
  • cli: [object Object] in error message when CcApiContextProviderPlugin listResources throws (#​168) (c913ff1)
  • cli: change-set arn is not printed on cdk deploy --no-execute (#​166) (bf33829)
  • cli: notices for ranged alpha modules are not showing up correctly (#​163) (b6faaba)

v2.1001.0

Compare Source

2.1001.0 (2025-02-26)

Features
  • cli: build your own fromLookup() imports with the new context provider for CloudControl API (#​138) (130445d)
  • cli: can match notices against Node version (#​128) (757ae69)

v2.1000.3

Compare Source

2.1000.3 (2025-02-25)

Bug Fixes
  • cdk-assets: use same SDK versions as other packages (#​121) (298a6c1)

v2.1000.2

Compare Source

2.1000.2 (2025-02-19)

Bug Fixes
  • cloud-assembly-schema/cli: manifest validation fails on Node <18.17 (#​61) (bc82193)

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
  • Ignore bunfig & generated (d407340)
  • Several minor updates (32e7f8e)
  • Improve browser test suite (0439989)
❤️ Contributors

v0.7.0

Compare Source

compare changes

🚀 Enhancements
🏡 Chore
❤️ Contributors

v0.6.0

Compare Source

compare changes

🚀 Enhancements
  • Allow for config file names that equal config name (87f89de)
  • Export tryLoadConfig (9db46cf)
🏡 Chore
  • Adjust instruction for dotfile configs (c3b8a9b)
❤️ 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

netlify bot commented Feb 12, 2025

Deploy Preview for localtunnel ready!

Name Link
🔨 Latest commit b0a1cd5
🔍 Latest deploy log https://app.netlify.com/sites/localtunnel/deploys/67ffbe1e05dbdb00082b65a7
😎 Deploy Preview https://deploy-preview-13--localtunnel.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot changed the title chore(deps): update dependency aws-cdk to ^2.178.2 chore(deps): update all non-major dependencies Feb 13, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from f5c07b9 to 7831d30 Compare February 15, 2025 20:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 6e97f48 to b78bf69 Compare February 19, 2025 18:04
@renovate renovate bot added minor and removed patch labels Feb 19, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from fde32ce to c46c1e7 Compare February 26, 2025 17:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from eeae927 to a07766f Compare March 6, 2025 12:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ad1f20a to 57210d6 Compare March 13, 2025 20:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 43df900 to 8126ef9 Compare March 25, 2025 15:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 173452c to 701af97 Compare April 2, 2025 20:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3f14bd0 to fb1ae10 Compare April 9, 2025 10:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a377c09 to b0a1cd5 Compare April 16, 2025 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants