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: bifravst/aws-cdk-lambda-helpers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.45
Choose a base ref
...
head repository: bifravst/aws-cdk-lambda-helpers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.46
Choose a head ref
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 22, 2025

  1. chore(deps): update dependency @bifravst/prettier-config to v1.1.7

    renovate[bot] authored Feb 22, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    aa9147e View commit details

Commits on Feb 25, 2025

  1. chore(deps): update dependency cdk to v2.1000.3

    renovate[bot] authored Feb 25, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    53f5f93 View commit details
  2. fix(deps): update dependency @swc/core to v1.11.1 (#199)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 25, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b7dc9e9 View commit details

Commits on Feb 26, 2025

  1. fix(deps): update dependency aws-cdk-lib to ^2.181.0 (#200)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 26, 2025
    Copy the full SHA
    bdbada5 View commit details
Showing with 74 additions and 72 deletions.
  1. +70 −68 package-lock.json
  2. +4 −4 package.json
138 changes: 70 additions & 68 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -57,14 +57,14 @@
"@bifravst/cloudformation-helpers": "9.1.1",
"@bifravst/eslint-config-typescript": "6.1.20",
"@bifravst/from-env": "3.0.2",
"@bifravst/prettier-config": "1.1.6",
"@bifravst/prettier-config": "1.1.7",
"@commitlint/config-conventional": "19.7.1",
"@swc/cli": "0.6.0",
"@types/aws-lambda": "8.10.147",
"@types/node": "22.13.5",
"@types/unzip-stream": "0.3.4",
"@types/yazl": "2.4.6",
"cdk": "2.1000.2",
"cdk": "2.1000.3",
"commitlint": "19.7.1",
"husky": "9.1.7",
"id128": "1.6.6",
@@ -112,15 +112,15 @@
],
"prettier": "@bifravst/prettier-config",
"dependencies": {
"@swc/core": "1.10.18",
"@swc/core": "1.11.1",
"fp-ts": "2.16.9",
"glob": "11.0.1",
"typescript": "5.7.3",
"yazl": "3.3.1"
},
"peerDependencies": {
"@bifravst/aws-ssm-settings-helpers": "^1.2.108",
"aws-cdk-lib": "^2.180.0",
"aws-cdk-lib": "^2.181.0",
"constructs": "^10.4.2"
}
}