Tags: cdklabs/construct-hub
Tags
fix(deps): upgrade dependencies (#1840) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdklabs/construct-hub/actions/runs/21533032817 ------ *Automatically created by projen via the "upgrade-main" workflow* Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore(deps): upgrade dev dependencies (#1838) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdklabs/construct-hub/actions/runs/21375747435 ------ *Automatically created by projen via the "upgrade-dev-deps-main" workflow* --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix(deps): upgrade dependencies (#1837) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdklabs/construct-hub/actions/runs/21368567683 ------ *Automatically created by projen via the "upgrade-main" workflow* --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore(deps): upgrade dev dependencies (#1835) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdklabs/construct-hub/actions/runs/21152646970 ------ *Automatically created by projen via the "upgrade-dev-deps-main" workflow* --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore(deps): upgrade dev dependencies (#1834) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdklabs/construct-hub/actions/runs/20936602877 ------ *Automatically created by projen via the "upgrade-dev-deps-main" workflow* --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix(deps): upgrade dependencies (#1833) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdklabs/construct-hub/actions/runs/20929920790 ------ *Automatically created by projen via the "upgrade-main" workflow* Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix(deps): upgrade dependencies (#1832) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdklabs/construct-hub/actions/runs/20904785967 ------ *Automatically created by projen via the "upgrade-main" workflow* Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix: npm follower occasionally drops incoming updates (#1831) The npm follower grabs information from multiple sources that can be out of sync. This subsequently causes some new package updates to not be identified and sent to ingestion. <img width="433" height="612" alt="Screenshot 2026-01-07 at 6 03 43 PM" src="https://github.com/user-attachments/assets/99c4a8d5-cd90-43d0-9d7a-f8cf1e56683f" /> Basically, with the new NPM API, our NPM follower ingests information from multiple sources. Occasionally there is a delay between picking up a new change from the NPM changes stream and the change actually showing up in the specific package metadata. Previously, we would just drop this change altogether as unactionable. Subsequent updates to the package could trigger another metadata lookup that would grab the change, but this results in an indeterminate delay. Now, we identify that the metadata is out of sync by comparing the sequential part of the `rev` property. If the metadata `rev` is below the changes `rev`, we know it is lagging behind and exponentially retry until the metadata is updated or until 30 seconds (where we then proceed with the out of sync data). The NPM follower function does some basic math for when to grab the next batch and when to exit and wait for a subsequent lambda execution. Because this change increases the batch time by up to 30 seconds, I have increased the expected worst-case-scenario time by 30 seconds as well. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license* --------- Co-authored-by: Rico Huijbers <rix0rrr@gmail.com>
fix(deps): upgrade dependencies (#1830) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdklabs/construct-hub/actions/runs/20757544201 ------ *Automatically created by projen via the "upgrade-main" workflow* --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore(deps): upgrade dev dependencies (#1829) Upgrades project dependencies. See details in [workflow run]. [Workflow Run]: https://github.com/cdklabs/construct-hub/actions/runs/20730575881 ------ *Automatically created by projen via the "upgrade-dev-deps-main" workflow* --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
PreviousNext