branch: elpa/git-commit
commit a6cf90aec72bc56dc320f73e16f325ef158d25df
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    Bump dependencies
---
 default.mk                | 16 ++++++++--------
 lisp/git-commit-pkg.el    |  6 +++---
 lisp/git-commit.el        |  4 ++--
 lisp/magit-pkg.el         | 12 ++++++------
 lisp/magit-section-pkg.el |  4 ++--
 lisp/magit-section.el     |  2 +-
 lisp/magit.el             |  4 ++--
 7 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/default.mk b/default.mk
index 336ddcae58..6d9ab5e32f 100644
--- a/default.mk
+++ b/default.mk
@@ -113,23 +113,23 @@ VERSION ?= $(shell \
   test -e $(TOP).git && \
   git describe --tags --abbrev=0 --always | cut -c2-)
 
-COMPAT_VERSION        = 29.1.4.4
+COMPAT_VERSION        = 29.1.4.5
 DASH_VERSION          = 2.19.1
 GIT_COMMIT_VERSION    = $(VERSION)
 MAGIT_VERSION         = $(VERSION)
 MAGIT_SECTION_VERSION = $(VERSION)
 SEQ_VERSION           = 2.24
-TRANSIENT_VERSION     = 0.5.0
+TRANSIENT_VERSION     = 0.6.0
 WITH_EDITOR_VERSION   = 3.3.2
 
 COMPAT_SNAPSHOT              = $(COMPAT_VERSION)
-DASH_MELPA_SNAPSHOT          = 20221013
-GIT_COMMIT_MELPA_SNAPSHOT    = 20231030
-MAGIT_MELPA_SNAPSHOT         = 20231202
-MAGIT_SECTION_MELPA_SNAPSHOT = 20231202
+DASH_MELPA_SNAPSHOT          = 20240405
+GIT_COMMIT_MELPA_SNAPSHOT    = 20240429
+MAGIT_MELPA_SNAPSHOT         = 20240429
+MAGIT_SECTION_MELPA_SNAPSHOT = 20240429
 SEQ_SNAPSHOT                 = $(SEQ_VERSION)
-TRANSIENT_MELPA_SNAPSHOT     = 20231204
-WITH_EDITOR_MELPA_SNAPSHOT   = 20230917
+TRANSIENT_MELPA_SNAPSHOT     = 20240421
+WITH_EDITOR_MELPA_SNAPSHOT   = 20240415
 
 DEV_VERSION_SUFFIX = .50-git
 
diff --git a/lisp/git-commit-pkg.el b/lisp/git-commit-pkg.el
index 4f13887208..ca6f499d99 100644
--- a/lisp/git-commit-pkg.el
+++ b/lisp/git-commit-pkg.el
@@ -1,8 +1,8 @@
 (define-package "git-commit" "3.3.0.50-git"
   "Edit Git commit messages."
   '((emacs       "25.1")
-    (compat      "29.1.4.4")
-    (transient   "20231204")
-    (with-editor "20230917"))
+    (compat      "29.1.4.5")
+    (transient   "20240421")
+    (with-editor "20240415"))
   :homepage "https://magit.vc";
   :keywords '("git" "tools" "vc"))
diff --git a/lisp/git-commit.el b/lisp/git-commit.el
index c17cc54cc4..bae4f3727e 100644
--- a/lisp/git-commit.el
+++ b/lisp/git-commit.el
@@ -14,9 +14,9 @@
 ;; Package-Version: 3.3.0.50-git
 ;; Package-Requires: (
 ;;     (emacs "25.1")
-;;     (compat "29.1.4.4")
+;;     (compat "29.1.4.5")
 ;;     (seq "2.24")
-;;     (transient "0.5.0")
+;;     (transient "0.6.0")
 ;;     (with-editor "3.3.2"))
 
 ;; SPDX-License-Identifier: GPL-3.0-or-later
diff --git a/lisp/magit-pkg.el b/lisp/magit-pkg.el
index 29c290100d..001c90e941 100644
--- a/lisp/magit-pkg.el
+++ b/lisp/magit-pkg.el
@@ -1,12 +1,12 @@
 (define-package "magit" "3.3.0.50-git"
   "A Git porcelain inside Emacs."
   '((emacs         "25.1")
-    (compat        "29.1.4.4")
-    (dash          "20240103")
-    (git-commit    "20240123")
-    (magit-section "20240428")
+    (compat        "29.1.4.5")
+    (dash          "20240405")
+    (git-commit    "20240429")
+    (magit-section "20240429")
     (seq           "2.24")
-    (transient     "20240201")
-    (with-editor   "20240101"))
+    (transient     "20240421")
+    (with-editor   "20240415"))
   :homepage "https://magit.vc";
   :keywords '("git" "tools" "vc"))
diff --git a/lisp/magit-section-pkg.el b/lisp/magit-section-pkg.el
index 597102fa8b..787b30f812 100644
--- a/lisp/magit-section-pkg.el
+++ b/lisp/magit-section-pkg.el
@@ -1,7 +1,7 @@
 (define-package "magit-section" "3.3.0.50-git"
   "Sections for read-only buffers."
   '((emacs  "25.1")
-    (compat "29.1.4.4")
-    (dash   "20221013"))
+    (compat "29.1.4.5")
+    (dash   "20240405"))
   :homepage "https://magit.vc";
   :keywords '("tools"))
diff --git a/lisp/magit-section.el b/lisp/magit-section.el
index 644c2b94a7..1c34575fe3 100644
--- a/lisp/magit-section.el
+++ b/lisp/magit-section.el
@@ -11,7 +11,7 @@
 ;; Package-Version: 3.3.0.50-git
 ;; Package-Requires: (
 ;;     (emacs "25.1")
-;;     (compat "29.1.4.4")
+;;     (compat "29.1.4.5")
 ;;     (dash "2.19.1")
 ;;     (seq "2.24"))
 
diff --git a/lisp/magit.el b/lisp/magit.el
index e4f62b3d3b..943416379d 100644
--- a/lisp/magit.el
+++ b/lisp/magit.el
@@ -20,12 +20,12 @@
 ;; Package-Version: 3.3.0.50-git
 ;; Package-Requires: (
 ;;     (emacs "25.1")
-;;     (compat "29.1.4.4")
+;;     (compat "29.1.4.5")
 ;;     (dash "2.19.1")
 ;;     (git-commit "3.3.0")
 ;;     (magit-section "3.3.0")
 ;;     (seq "2.24")
-;;     (transient "0.5.3")
+;;     (transient "0.6.0")
 ;;     (with-editor "3.3.2"))
 
 ;; SPDX-License-Identifier: GPL-3.0-or-later

Reply via email to