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: hello-nrfcloud/lambda-helpers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.5
Choose a base ref
...
head repository: hello-nrfcloud/lambda-helpers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.6
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 7, 2025

  1. chore(deps): update dependency @commitlint/config-conventional to v19…

    ….8.0 (#71)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 7, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    d91f3e2 View commit details

Commits on Mar 8, 2025

  1. chore(deps): update dependency @types/node to v22.13.10

    renovate[bot] authored Mar 8, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    6bd5552 View commit details

Commits on Mar 10, 2025

  1. fix(deps): update dependency @hello.nrfcloud.com/proto to ^15.3.59

    renovate[bot] authored Mar 10, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    b0ff5a0 View commit details
Showing with 23 additions and 23 deletions.
  1. +20 −20 package-lock.json
  2. +3 −3 package.json
40 changes: 20 additions & 20 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -34,9 +34,9 @@
"devDependencies": {
"@bifravst/eslint-config-typescript": "6.1.21",
"@bifravst/prettier-config": "1.1.8",
"@commitlint/config-conventional": "19.7.1",
"@commitlint/config-conventional": "19.8.0",
"@types/aws-lambda": "8.10.147",
"@types/node": "22.13.9",
"@types/node": "22.13.10",
"husky": "9.1.7",
"tsx": "4.19.3"
},
@@ -82,7 +82,7 @@
"prettier": "@bifravst/prettier-config",
"peerDependencies": {
"@aws-lambda-powertools/metrics": "^2.16.0",
"@hello.nrfcloud.com/proto": "^15.3.58",
"@hello.nrfcloud.com/proto": "^15.3.59",
"@middy/core": "^6.1.5",
"@middy/input-output-logger": "^6.1.5"
}