{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":375806271,"defaultBranch":"master","name":"mpdlrc","ownerLogin":"eNV25","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-06-10T19:15:41.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/61089994?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1715681252.0","currentOid":""},"activityList":{"items":[{"before":"e19832851be84c69fdde2d6c0c1041df4d235f81","after":null,"ref":"refs/heads/dependabot/github_actions/golangci/golangci-lint-action-6","pushedAt":"2024-05-14T10:07:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"eNV25","name":null,"path":"/eNV25","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61089994?s=80&v=4"}},{"before":"c819a352744ceb652d9927919eae4b40cca4c75a","after":"d45aba58786c2b89966d78ac81d9ab100cc2f799","ref":"refs/heads/master","pushedAt":"2024-05-14T10:07:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"eNV25","name":null,"path":"/eNV25","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61089994?s=80&v=4"},"commit":{"message":"build(deps): bump golangci/golangci-lint-action from 5 to 6\n\nBumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5 to 6.\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n- [Commits](https://github.com/golangci/golangci-lint-action/compare/v5...v6)\n\n---\nupdated-dependencies:\n- dependency-name: golangci/golangci-lint-action\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump golangci/golangci-lint-action from 5 to 6"}},{"before":null,"after":"e19832851be84c69fdde2d6c0c1041df4d235f81","ref":"refs/heads/dependabot/github_actions/golangci/golangci-lint-action-6","pushedAt":"2024-05-13T18:29:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump golangci/golangci-lint-action from 5 to 6\n\nBumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5 to 6.\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n- [Commits](https://github.com/golangci/golangci-lint-action/compare/v5...v6)\n\n---\nupdated-dependencies:\n- dependency-name: golangci/golangci-lint-action\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump golangci/golangci-lint-action from 5 to 6"}},{"before":"f3e138bcbc24aefc7aca3ed0b64b5a0789634015","after":"c819a352744ceb652d9927919eae4b40cca4c75a","ref":"refs/heads/master","pushedAt":"2024-05-13T07:15:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"eNV25","name":null,"path":"/eNV25","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61089994?s=80&v=4"},"commit":{"message":"Fix panic at launch when current song does not have lyrics\n\nWhen launching mpdlrc while playing a song without associated lrc\nfile, the following panic occurs:\n\n```\npanic: runtime error: invalid memory address or nil pointer dereference\n[signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x58e454]\n\ngoroutine 1 [running]:\ngithub.com/env25/mpdlrc/internal/lyrics.(*Lyrics).check(...)\n\t/home/denis/Clone/github.com/eNV25/mpdlrc/internal/lyrics/lyrics.go:20\ngithub.com/env25/mpdlrc/internal/lyrics.(*Lyrics).Sort(...)\n\t/home/denis/Clone/github.com/eNV25/mpdlrc/internal/lyrics/lyrics.go:43\ngithub.com/env25/mpdlrc/internal/client.(*MPDClient).lyrics(0xc000227700, {0x65fc90, 0xc0008d0000})\n\t/home/denis/Clone/github.com/eNV25/mpdlrc/internal/client/mpdclient.go:168 +0xf4\ngithub.com/env25/mpdlrc/internal/client.(*MPDClient).Data(0xc000227700)\n\t/home/denis/Clone/github.com/eNV25/mpdlrc/internal/client/mpdclient.go:145 +0x558\ngithub.com/env25/mpdlrc/internal.(*Application).updateResize(0xc000278000, {0x65ee50, 0xc00009c050}, {0x65e188, 0xc00022e000}, 0x105, 0x6e)\n\t/home/denis/Clone/github.com/eNV25/mpdlrc/internal/app.go:106 +0x15c\ngithub.com/env25/mpdlrc/internal.(*Application).update(0xc000278000, {0x65ee50, 0xc00009c050}, {0x65e188?, 0xc00022e000})\n\t/home/denis/Clone/github.com/eNV25/mpdlrc/internal/app.go:83 +0x479\ngithub.com/env25/mpdlrc/internal.(*Application).Run(0xc000278000, {0x65ede0, 0x851380})\n\t/home/denis/Clone/github.com/eNV25/mpdlrc/internal/app.go:145 +0x4f0\nmain.maine()\n\t/home/denis/Clone/github.com/eNV25/mpdlrc/main.go:81 +0x27e\nmain.main()\n\t/home/denis/Clone/github.com/eNV25/mpdlrc/main.go:98 +0x5a\n```\n\nI fix it by bypassing the call to `lrc.Sort()` when `lrc` is `nil`.","shortMessageHtmlLink":"Fix panic at launch when current song does not have lyrics"}},{"before":"d79e07bc6b3ecfdf17e99b8242ec94e72930f57f","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/pelletier/go-toml/v2-2.2.2","pushedAt":"2024-05-07T11:38:10.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"38ac46ed19f75afee8c574fccb6a87074cf81c87","after":"f3e138bcbc24aefc7aca3ed0b64b5a0789634015","ref":"refs/heads/master","pushedAt":"2024-05-07T11:38:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"eNV25","name":null,"path":"/eNV25","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61089994?s=80&v=4"},"commit":{"message":"build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.1 to 2.2.2\n\nBumps [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) from 2.2.1 to 2.2.2.\n- [Release notes](https://github.com/pelletier/go-toml/releases)\n- [Changelog](https://github.com/pelletier/go-toml/blob/v2/.goreleaser.yaml)\n- [Commits](https://github.com/pelletier/go-toml/compare/v2.2.1...v2.2.2)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/pelletier/go-toml/v2\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.1 to 2.2.2"}},{"before":"49302afd8256f088c7a199ef121df2b4bd6158e2","after":null,"ref":"refs/heads/dependabot/go_modules/_/golang.org/x/tools-0.21.0","pushedAt":"2024-05-07T11:37:54.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"eNV25","name":null,"path":"/eNV25","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61089994?s=80&v=4"}},{"before":"c01464e8da6e127c0680e3ccbc83f83c960c0f52","after":"38ac46ed19f75afee8c574fccb6a87074cf81c87","ref":"refs/heads/master","pushedAt":"2024-05-07T11:37:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"eNV25","name":null,"path":"/eNV25","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61089994?s=80&v=4"},"commit":{"message":"build(deps): bump golang.org/x/tools from 0.20.0 to 0.21.0 in /_\n\nBumps [golang.org/x/tools](https://github.com/golang/tools) from 0.20.0 to 0.21.0.\n- [Release notes](https://github.com/golang/tools/releases)\n- [Commits](https://github.com/golang/tools/compare/v0.20.0...v0.21.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/tools\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump golang.org/x/tools from 0.20.0 to 0.21.0 in /_"}},{"before":null,"after":"d79e07bc6b3ecfdf17e99b8242ec94e72930f57f","ref":"refs/heads/dependabot/go_modules/github.com/pelletier/go-toml/v2-2.2.2","pushedAt":"2024-05-06T18:56:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.1 to 2.2.2\n\nBumps [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) from 2.2.1 to 2.2.2.\n- [Release notes](https://github.com/pelletier/go-toml/releases)\n- [Changelog](https://github.com/pelletier/go-toml/blob/v2/.goreleaser.yaml)\n- [Commits](https://github.com/pelletier/go-toml/compare/v2.2.1...v2.2.2)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/pelletier/go-toml/v2\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.1 to 2.2.2"}},{"before":null,"after":"49302afd8256f088c7a199ef121df2b4bd6158e2","ref":"refs/heads/dependabot/go_modules/_/golang.org/x/tools-0.21.0","pushedAt":"2024-05-06T18:47:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump golang.org/x/tools from 0.20.0 to 0.21.0 in /_\n\nBumps [golang.org/x/tools](https://github.com/golang/tools) from 0.20.0 to 0.21.0.\n- [Release notes](https://github.com/golang/tools/releases)\n- [Commits](https://github.com/golang/tools/compare/v0.20.0...v0.21.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/tools\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump golang.org/x/tools from 0.20.0 to 0.21.0 in /_"}},{"before":"6a4f4132356eb9cf2a51696ddc0946a9f0a51cc4","after":null,"ref":"refs/heads/dependabot/github_actions/golangci/golangci-lint-action-5","pushedAt":"2024-04-30T12:56:19.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"a6c3d125d7ce29190f13e56db7b80c0d87e10465","after":"c01464e8da6e127c0680e3ccbc83f83c960c0f52","ref":"refs/heads/master","pushedAt":"2024-04-30T12:56:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"eNV25","name":null,"path":"/eNV25","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61089994?s=80&v=4"},"commit":{"message":"build(deps): bump golangci/golangci-lint-action from 4 to 5\n\nBumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 5.\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n- [Commits](https://github.com/golangci/golangci-lint-action/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: golangci/golangci-lint-action\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump golangci/golangci-lint-action from 4 to 5"}},{"before":null,"after":"6a4f4132356eb9cf2a51696ddc0946a9f0a51cc4","ref":"refs/heads/dependabot/github_actions/golangci/golangci-lint-action-5","pushedAt":"2024-04-29T18:23:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump golangci/golangci-lint-action from 4 to 5\n\nBumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 5.\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n- [Commits](https://github.com/golangci/golangci-lint-action/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: golangci/golangci-lint-action\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump golangci/golangci-lint-action from 4 to 5"}},{"before":"a8137e9bf33dfbe6555644bd3cd44c71730a6153","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/pelletier/go-toml/v2-2.2.1","pushedAt":"2024-04-16T09:15:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"eNV25","name":null,"path":"/eNV25","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61089994?s=80&v=4"}},{"before":"66291e9368ddd5e5a627597912882841113a9c5c","after":"a6c3d125d7ce29190f13e56db7b80c0d87e10465","ref":"refs/heads/master","pushedAt":"2024-04-16T09:15:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"eNV25","name":null,"path":"/eNV25","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61089994?s=80&v=4"},"commit":{"message":"build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.0 to 2.2.1\n\nBumps [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) from 2.2.0 to 2.2.1.\n- [Release notes](https://github.com/pelletier/go-toml/releases)\n- [Changelog](https://github.com/pelletier/go-toml/blob/v2/.goreleaser.yaml)\n- [Commits](https://github.com/pelletier/go-toml/compare/v2.2.0...v2.2.1)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/pelletier/go-toml/v2\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.0 to 2.2.1"}},{"before":null,"after":"a8137e9bf33dfbe6555644bd3cd44c71730a6153","ref":"refs/heads/dependabot/go_modules/github.com/pelletier/go-toml/v2-2.2.1","pushedAt":"2024-04-15T18:08:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.0 to 2.2.1\n\nBumps [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) from 2.2.0 to 2.2.1.\n- [Release notes](https://github.com/pelletier/go-toml/releases)\n- [Changelog](https://github.com/pelletier/go-toml/blob/v2/.goreleaser.yaml)\n- [Commits](https://github.com/pelletier/go-toml/compare/v2.2.0...v2.2.1)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/pelletier/go-toml/v2\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.0 to 2.2.1"}},{"before":"654839384809f9fb8fe94f8a1f3e93ce23fb342e","after":null,"ref":"refs/heads/dependabot/go_modules/_/golang.org/x/tools-0.20.0","pushedAt":"2024-04-08T19:00:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"eNV25","name":null,"path":"/eNV25","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61089994?s=80&v=4"}},{"before":"ad1d1d7a3d28a43ed78166f01301930966d53f20","after":"66291e9368ddd5e5a627597912882841113a9c5c","ref":"refs/heads/master","pushedAt":"2024-04-08T19:00:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"eNV25","name":null,"path":"/eNV25","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61089994?s=80&v=4"},"commit":{"message":"build(deps): bump golang.org/x/tools from 0.19.0 to 0.20.0 in /_\n\nBumps [golang.org/x/tools](https://github.com/golang/tools) from 0.19.0 to 0.20.0.\n- [Release notes](https://github.com/golang/tools/releases)\n- [Commits](https://github.com/golang/tools/compare/v0.19.0...v0.20.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/tools\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump golang.org/x/tools from 0.19.0 to 0.20.0 in /_"}},{"before":null,"after":"654839384809f9fb8fe94f8a1f3e93ce23fb342e","ref":"refs/heads/dependabot/go_modules/_/golang.org/x/tools-0.20.0","pushedAt":"2024-04-08T18:36:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump golang.org/x/tools from 0.19.0 to 0.20.0 in /_\n\nBumps [golang.org/x/tools](https://github.com/golang/tools) from 0.19.0 to 0.20.0.\n- [Release notes](https://github.com/golang/tools/releases)\n- [Commits](https://github.com/golang/tools/compare/v0.19.0...v0.20.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/tools\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump golang.org/x/tools from 0.19.0 to 0.20.0 in /_"}},{"before":"5b9952c1f47c6ba7ddc289a568c17e353459169b","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/pelletier/go-toml/v2-2.2.0","pushedAt":"2024-03-26T00:54:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"eNV25","name":null,"path":"/eNV25","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61089994?s=80&v=4"}},{"before":"dbb0a11770b954e3ec56d5a2eb0950be2cba7ab7","after":"ad1d1d7a3d28a43ed78166f01301930966d53f20","ref":"refs/heads/master","pushedAt":"2024-03-26T00:54:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"eNV25","name":null,"path":"/eNV25","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61089994?s=80&v=4"},"commit":{"message":"build(deps): bump github.com/pelletier/go-toml/v2 from 2.1.1 to 2.2.0\n\nBumps [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) from 2.1.1 to 2.2.0.\n- [Release notes](https://github.com/pelletier/go-toml/releases)\n- [Changelog](https://github.com/pelletier/go-toml/blob/v2/.goreleaser.yaml)\n- [Commits](https://github.com/pelletier/go-toml/compare/v2.1.1...v2.2.0)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/pelletier/go-toml/v2\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump github.com/pelletier/go-toml/v2 from 2.1.1 to 2.2.0"}},{"before":null,"after":"5b9952c1f47c6ba7ddc289a568c17e353459169b","ref":"refs/heads/dependabot/go_modules/github.com/pelletier/go-toml/v2-2.2.0","pushedAt":"2024-03-25T18:40:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump github.com/pelletier/go-toml/v2 from 2.1.1 to 2.2.0\n\nBumps [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) from 2.1.1 to 2.2.0.\n- [Release notes](https://github.com/pelletier/go-toml/releases)\n- [Changelog](https://github.com/pelletier/go-toml/blob/v2/.goreleaser.yaml)\n- [Commits](https://github.com/pelletier/go-toml/compare/v2.1.1...v2.2.0)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/pelletier/go-toml/v2\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump github.com/pelletier/go-toml/v2 from 2.1.1 to 2.2.0"}},{"before":"38610fb781c51b878de0023a78c4d3f01250851d","after":null,"ref":"refs/heads/dependabot/go_modules/_/golang.org/x/tools-0.19.0","pushedAt":"2024-03-12T09:48:56.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"eNV25","name":null,"path":"/eNV25","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61089994?s=80&v=4"}},{"before":"9cc710f5b640b82cc905305d32cf148bd01dbcae","after":"dbb0a11770b954e3ec56d5a2eb0950be2cba7ab7","ref":"refs/heads/master","pushedAt":"2024-03-12T09:48:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"eNV25","name":null,"path":"/eNV25","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61089994?s=80&v=4"},"commit":{"message":"build(deps): bump golang.org/x/tools from 0.18.0 to 0.19.0 in /_\n\nBumps [golang.org/x/tools](https://github.com/golang/tools) from 0.18.0 to 0.19.0.\n- [Release notes](https://github.com/golang/tools/releases)\n- [Commits](https://github.com/golang/tools/compare/v0.18.0...v0.19.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/tools\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump golang.org/x/tools from 0.18.0 to 0.19.0 in /_"}},{"before":null,"after":"38610fb781c51b878de0023a78c4d3f01250851d","ref":"refs/heads/dependabot/go_modules/_/golang.org/x/tools-0.19.0","pushedAt":"2024-03-11T18:11:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump golang.org/x/tools from 0.18.0 to 0.19.0 in /_\n\nBumps [golang.org/x/tools](https://github.com/golang/tools) from 0.18.0 to 0.19.0.\n- [Release notes](https://github.com/golang/tools/releases)\n- [Commits](https://github.com/golang/tools/compare/v0.18.0...v0.19.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/tools\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump golang.org/x/tools from 0.18.0 to 0.19.0 in /_"}},{"before":"84d38283fea12cddc630e2d893c2437ee526367d","after":null,"ref":"refs/heads/dependabot/github_actions/extractions/setup-just-2","pushedAt":"2024-03-05T11:54:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"eNV25","name":null,"path":"/eNV25","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61089994?s=80&v=4"}},{"before":"4c2cdd89cbeb4295e33ece917ee3c9282e8cdfc8","after":"9cc710f5b640b82cc905305d32cf148bd01dbcae","ref":"refs/heads/master","pushedAt":"2024-03-05T11:54:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"eNV25","name":null,"path":"/eNV25","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61089994?s=80&v=4"},"commit":{"message":"build(deps): bump extractions/setup-just from 1 to 2\n\nBumps [extractions/setup-just](https://github.com/extractions/setup-just) from 1 to 2.\n- [Release notes](https://github.com/extractions/setup-just/releases)\n- [Commits](https://github.com/extractions/setup-just/compare/v1...v2)\n\n---\nupdated-dependencies:\n- dependency-name: extractions/setup-just\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump extractions/setup-just from 1 to 2"}},{"before":"6274e803b590938128c4528ee42784fa333eee4a","after":null,"ref":"refs/heads/dependabot/go_modules/github.com/gdamore/tcell/v2-2.7.4","pushedAt":"2024-03-05T11:54:18.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"eNV25","name":null,"path":"/eNV25","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61089994?s=80&v=4"}},{"before":"e1d9e62ab1d4fa9a0f97d03ee6711c3d20e76e4d","after":"4c2cdd89cbeb4295e33ece917ee3c9282e8cdfc8","ref":"refs/heads/master","pushedAt":"2024-03-05T11:54:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"eNV25","name":null,"path":"/eNV25","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61089994?s=80&v=4"},"commit":{"message":"build(deps): bump github.com/gdamore/tcell/v2 from 2.7.1 to 2.7.4\n\nBumps [github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell) from 2.7.1 to 2.7.4.\n- [Release notes](https://github.com/gdamore/tcell/releases)\n- [Changelog](https://github.com/gdamore/tcell/blob/main/CHANGESv2.md)\n- [Commits](https://github.com/gdamore/tcell/compare/v2.7.1...v2.7.4)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/gdamore/tcell/v2\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump github.com/gdamore/tcell/v2 from 2.7.1 to 2.7.4"}},{"before":null,"after":"6274e803b590938128c4528ee42784fa333eee4a","ref":"refs/heads/dependabot/go_modules/github.com/gdamore/tcell/v2-2.7.4","pushedAt":"2024-03-04T18:40:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"build(deps): bump github.com/gdamore/tcell/v2 from 2.7.1 to 2.7.4\n\nBumps [github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell) from 2.7.1 to 2.7.4.\n- [Release notes](https://github.com/gdamore/tcell/releases)\n- [Changelog](https://github.com/gdamore/tcell/blob/main/CHANGESv2.md)\n- [Commits](https://github.com/gdamore/tcell/compare/v2.7.1...v2.7.4)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/gdamore/tcell/v2\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump github.com/gdamore/tcell/v2 from 2.7.1 to 2.7.4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAESVFaVQA","startCursor":null,"endCursor":null}},"title":"Activity ยท eNV25/mpdlrc"}