biome: upgrade for new transient
Some checks failed
melpazoid / build (push) Has been cancelled

This commit is contained in:
Pavel Korytov 2025-06-23 22:54:26 +03:00
parent ddefc33ef5
commit b26c0a6ec5
2 changed files with 2 additions and 2 deletions

View file

@ -956,7 +956,7 @@ SUFFIXES is a list of suffix definitions."
suffixes suffixes
(cl-mapcan (lambda (s) (transient--parse-child 'tsc-dynamic-layout s))) (cl-mapcan (lambda (s) (transient--parse-child 'tsc-dynamic-layout s)))
(mapcar #'eval) (mapcar #'eval)
(put name 'transient--layout))) (transient--set-layout name)))
(defun biome-query--section-groups (section) (defun biome-query--section-groups (section)
"Get list of groups for SECTION, e.g. hourly, daily, etc." "Get list of groups for SECTION, e.g. hourly, daily, etc."

View file

@ -5,7 +5,7 @@
;; Author: Korytov Pavel <thexcloud@gmail.com> ;; Author: Korytov Pavel <thexcloud@gmail.com>
;; Maintainer: Korytov Pavel <thexcloud@gmail.com> ;; Maintainer: Korytov Pavel <thexcloud@gmail.com>
;; Version: 0.3.0 ;; Version: 0.3.0
;; Package-Requires: ((emacs "27.1") (transient "0.3.7") (ct "0.2") (request "0.3.3") (compat "29.1.4.1")) ;; Package-Requires: ((emacs "27.1") (transient "0.9.2") (ct "0.2") (request "0.3.3") (compat "29.1.4.1"))
;; Homepage: https://github.com/SqrtMinusOne/biome ;; Homepage: https://github.com/SqrtMinusOne/biome
;; Published-At: 2023-07-22 ;; Published-At: 2023-07-22