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: trolit/Patchron
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.4
Choose a base ref
...
head repository: trolit/Patchron
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.5
Choose a head ref
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 7, 2022

  1. Update dependency dotenv to v16.0.3 (#120)

    Co-authored-by: ⓘ p4w31 !d21k0w5k1 <iddziku@gmail.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] and trolit authored Oct 7, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9453faf View commit details
  2. Update dependency nodemon to v2.0.20 (#119)

    Co-authored-by: ⓘ p4w31 !d21k0w5k1 <iddziku@gmail.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] and trolit authored Oct 7, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9b1081e View commit details
  3. Copy the full SHA
    3a8dd12 View commit details
  4. Merge pull request #121 from trolit/develop

    Release/2022-10-08
    trolit authored Oct 7, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    256900c View commit details
Showing with 21 additions and 22 deletions.
  1. +18 −19 package-lock.json
  2. +3 −3 package.json
37 changes: 18 additions & 19 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
@@ -1,6 +1,6 @@
{
"name": "@trolit/patchron",
"version": "1.1.4",
"version": "1.1.5",
"private": true,
"description": "GitHub bot intended to provide first pull request review and faster further reviews done by devs.",
"author": "p4w31 !d21k0w5k1 <iddziku@gmail.com>",
@@ -28,7 +28,7 @@
"cron": "2.1.0",
"dayjs": "1.11.5",
"dedent-js": "1.0.1",
"dotenv": "16.0.2",
"dotenv": "16.0.3",
"dotenv-parse-variables": "2.0.0",
"http-status-codes": "2.2.0",
"js-base64": "3.7.2",
@@ -46,7 +46,7 @@
"jest": "26.6.3",
"jsdoc": "3.6.10",
"nock": "13.2.9",
"nodemon": "2.0.19",
"nodemon": "2.0.20",
"prettier": "2.7.1",
"smee-client": "1.2.3"
},