emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/git-commit 51fc450b6e 1/2: Bump dependencies


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 51fc450b6e 1/2: Bump dependencies
Date: Mon, 4 Dec 2023 15:59:47 -0500 (EST)

branch: elpa/git-commit
commit 51fc450b6eb440381708bdfcade351c9efc31f2d
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Bump dependencies
---
 default.mk                | 22 ++++++++++------------
 lisp/git-commit-pkg.el    |  6 +++---
 lisp/git-commit.el        |  6 +++---
 lisp/magit-libgit-pkg.el  |  4 ++--
 lisp/magit-libgit.el      |  2 +-
 lisp/magit-pkg.el         | 10 +++++-----
 lisp/magit-section-pkg.el |  2 +-
 lisp/magit-section.el     |  2 +-
 lisp/magit.el             |  6 +++---
 9 files changed, 29 insertions(+), 31 deletions(-)

diff --git a/default.mk b/default.mk
index 1faae1ad5e..a72fe51973 100644
--- a/default.mk
+++ b/default.mk
@@ -111,10 +111,8 @@ ELGS = magit-autoloads.el magit-version.el
 VERSION ?= $(shell \
   test -e $(TOP).git && \
   git describe --tags --abbrev=0 --always | cut -c2-)
-# TODO Deal with the fact that timestamps are no longer in sync.
-TIMESTAMP = 20230101
 
-COMPAT_VERSION        = 29.1.3.4
+COMPAT_VERSION        = 29.1.4.4
 DASH_VERSION          = 2.19.1
 GIT_COMMIT_VERSION    = $(VERSION)
 LIBGIT_VERSION        = 0
@@ -122,19 +120,19 @@ MAGIT_VERSION         = $(VERSION)
 MAGIT_LIBGIT_VERSION  = $(VERSION)
 MAGIT_SECTION_VERSION = $(VERSION)
 SEQ_VERSION           = 2.24
-TRANSIENT_VERSION     = 0.3.6
-WITH_EDITOR_VERSION   = 3.0.5
+TRANSIENT_VERSION     = 0.5.0
+WITH_EDITOR_VERSION   = 3.3.2
 
-COMPAT_SNAPSHOT              = 29.1.3.4
+COMPAT_SNAPSHOT              = $(COMPAT_VERSION)
 DASH_MELPA_SNAPSHOT          = 20221013
-GIT_COMMIT_MELPA_SNAPSHOT    = $(TIMESTAMP)
+GIT_COMMIT_MELPA_SNAPSHOT    = 20231030
 LIBGIT_MELPA_SNAPSHOT        = 0
-MAGIT_MELPA_SNAPSHOT         = $(TIMESTAMP)
-MAGIT_LIBGIT_MELPA_SNAPSHOT  = $(TIMESTAMP)
-MAGIT_SECTION_MELPA_SNAPSHOT = $(TIMESTAMP)
+MAGIT_MELPA_SNAPSHOT         = 20231202
+MAGIT_LIBGIT_MELPA_SNAPSHOT  = 20230924
+MAGIT_SECTION_MELPA_SNAPSHOT = 20231202
 SEQ_MELPA_SNAPSHOT           = $(SEQ_VERSION)
-TRANSIENT_MELPA_SNAPSHOT     = 20230201
-WITH_EDITOR_MELPA_SNAPSHOT   = 20230118
+TRANSIENT_MELPA_SNAPSHOT     = 20231204
+WITH_EDITOR_MELPA_SNAPSHOT   = 20230917
 
 DEV_VERSION_SUFFIX = .50-git
 
diff --git a/lisp/git-commit-pkg.el b/lisp/git-commit-pkg.el
index c2b97ab531..4f13887208 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.3.4")
-    (transient   "20230201")
-    (with-editor "20230118"))
+    (compat      "29.1.4.4")
+    (transient   "20231204")
+    (with-editor "20230917"))
   :homepage "https://magit.vc";
   :keywords '("git" "tools" "vc"))
diff --git a/lisp/git-commit.el b/lisp/git-commit.el
index ec79ab76b4..5b94a84ad5 100644
--- a/lisp/git-commit.el
+++ b/lisp/git-commit.el
@@ -14,10 +14,10 @@
 ;; Package-Version: 3.3.0.50-git
 ;; Package-Requires: (
 ;;     (emacs "25.1")
-;;     (compat "29.1.3.4")
+;;     (compat "29.1.4.4")
 ;;     (seq "2.24")
-;;     (transient "0.3.6")
-;;     (with-editor "3.0.5"))
+;;     (transient "0.5.0")
+;;     (with-editor "3.3.2"))
 
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 
diff --git a/lisp/magit-libgit-pkg.el b/lisp/magit-libgit-pkg.el
index 7383681ca4..12361e53d7 100644
--- a/lisp/magit-libgit-pkg.el
+++ b/lisp/magit-libgit-pkg.el
@@ -1,8 +1,8 @@
 (define-package "magit-libgit" "3.3.0.50-git"
   "(POC) Teach Magit to use Libgit2."
   '((emacs  "25.1")
-    (compat "29.1.3.4")
+    (compat "29.1.4.4")
     (libgit "0")
-    (magit  "20230101"))
+    (magit  "20231202"))
   :homepage "https://magit.vc";
   :keywords '("git" "tools" "vc"))
diff --git a/lisp/magit-libgit.el b/lisp/magit-libgit.el
index 394c460f96..360148c638 100644
--- a/lisp/magit-libgit.el
+++ b/lisp/magit-libgit.el
@@ -11,7 +11,7 @@
 ;; Package-Version: 3.3.0.50-git
 ;; Package-Requires: (
 ;;     (emacs "26.1")
-;;     (compat "29.1.3.4")
+;;     (compat "29.1.4.4")
 ;;     (libgit "0")
 ;;     (seq "2.24")
 ;;     (magit "3.3.0"))
diff --git a/lisp/magit-pkg.el b/lisp/magit-pkg.el
index 3d6747b865..579e77bcca 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.3.4")
+    (compat        "29.1.4.4")
     (dash          "20221013")
-    (git-commit    "20230101")
-    (magit-section "20230101")
+    (git-commit    "20231030")
+    (magit-section "20231202")
     (seq           "2.24")
-    (transient     "20230201")
-    (with-editor   "20230118"))
+    (transient     "20231204")
+    (with-editor   "20230917"))
   :homepage "https://magit.vc";
   :keywords '("git" "tools" "vc"))
diff --git a/lisp/magit-section-pkg.el b/lisp/magit-section-pkg.el
index 8e1fdcbe7d..597102fa8b 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.3.4")
+    (compat "29.1.4.4")
     (dash   "20221013"))
   :homepage "https://magit.vc";
   :keywords '("tools"))
diff --git a/lisp/magit-section.el b/lisp/magit-section.el
index b8ba11d960..5e429d301d 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.3.4")
+;;     (compat "29.1.4.4")
 ;;     (dash "2.19.1")
 ;;     (seq "2.24"))
 
diff --git a/lisp/magit.el b/lisp/magit.el
index ebbeca7511..7fdfcc972c 100644
--- a/lisp/magit.el
+++ b/lisp/magit.el
@@ -20,13 +20,13 @@
 ;; Package-Version: 3.3.0.50-git
 ;; Package-Requires: (
 ;;     (emacs "25.1")
-;;     (compat "29.1.3.4")
+;;     (compat "29.1.4.4")
 ;;     (dash "2.19.1")
 ;;     (git-commit "3.3.0")
 ;;     (magit-section "3.3.0")
 ;;     (seq "2.24")
-;;     (transient "0.3.6")
-;;     (with-editor "3.0.5"))
+;;     (transient "0.5.0")
+;;     (with-editor "3.3.2"))
 
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]