Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/constructs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.4.1
Choose a base ref
...
head repository: aws/constructs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.4.2
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Oct 12, 2024

  1. chore(deps): upgrade dev dependencies (#2502)

    Upgrades project dependencies. See details in [workflow run].
    
    [Workflow Run]: https://github.com/aws/constructs/actions/runs/11300967503
    
    ------
    
    *Automatically created by projen via the "upgrade-dev-deps-10.x" workflow*
    cdklabs-automation authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    dcae75e View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. chore(deps): upgrade dev dependencies (#2504)

    Upgrades project dependencies. See details in [workflow run].
    
    [Workflow Run]: https://github.com/aws/constructs/actions/runs/11309842168
    
    ------
    
    *Automatically created by projen via the "upgrade-dev-deps-10.x" workflow*
    cdklabs-automation authored Oct 13, 2024
    Configuration menu
    Copy the full SHA
    b06a17d View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. chore(deps): upgrade dev dependencies (#2506)

    Upgrades project dependencies. See details in [workflow run].
    
    [Workflow Run]: https://github.com/aws/constructs/actions/runs/11318879395
    
    ------
    
    *Automatically created by projen via the "upgrade-dev-deps-10.x" workflow*
    cdklabs-automation authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    fab93a5 View commit details
    Browse the repository at this point in the history
  2. fix: cannot create root construct in python (#2500)

    The previous attempt in #2499 caused the static helper to be added to every construct, which was unintentional and caused side-effects. Instead export a class that does the same.
    
    Fixes #1063
    mrgrain authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    892bb11 View commit details
    Browse the repository at this point in the history
Loading