diff --git a/DESCRIPTION b/DESCRIPTION index 85e9c0719..384798725 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: precommit Title: Pre-Commit Hooks -Version: 0.4.3.9009 +Version: 0.4.3.9010 Author: Lorenz Walthert Maintainer: Lorenz Walthert Description: Useful git hooks for R building on top of the multi-language diff --git a/inst/pre-commit-config-pkg.yaml b/inst/pre-commit-config-pkg.yaml index 254687a0a..a16f6771f 100644 --- a/inst/pre-commit-config-pkg.yaml +++ b/inst/pre-commit-config-pkg.yaml @@ -2,7 +2,7 @@ # R specific hooks: https://github.com/lorenzwalthert/precommit repos: - repo: https://github.com/lorenzwalthert/precommit - rev: v0.4.3.9009 + rev: v0.4.3.9010 hooks: - id: style-files args: [--style_pkg=styler, --style_fun=tidyverse_style] diff --git a/inst/pre-commit-config-proj.yaml b/inst/pre-commit-config-proj.yaml index 063875a3c..996d55f47 100644 --- a/inst/pre-commit-config-proj.yaml +++ b/inst/pre-commit-config-proj.yaml @@ -2,7 +2,7 @@ # R specific hooks: https://github.com/lorenzwalthert/precommit repos: - repo: https://github.com/lorenzwalthert/precommit - rev: v0.4.3.9009 + rev: v0.4.3.9010 hooks: - id: style-files args: [--style_pkg=styler, --style_fun=tidyverse_style] diff --git a/renv.lock b/renv.lock index c78274846..ee4642e44 100644 --- a/renv.lock +++ b/renv.lock @@ -1,10 +1,10 @@ { "R": { - "Version": "4.4.3", + "Version": "4.5.0", "Repositories": [ { "Name": "RSPM", - "URL": "https://packagemanager.posit.co/cran/2025-03-28" + "URL": "https://packagemanager.posit.co/cran/2025-04-11" } ] }, @@ -1725,7 +1725,7 @@ }, "xfun": { "Package": "xfun", - "Version": "0.51", + "Version": "0.52", "Source": "Repository", "Type": "Package", "Title": "Supporting Functions for Packages Maintained by 'Yihui Xie'", @@ -1749,18 +1749,15 @@ "mime", "litedown (>= 0.4)", "commonmark", - "knitr (>= 1.47)", + "knitr (>= 1.50)", "remotes", "pak", - "rhub", - "renv", "curl", "xml2", "jsonlite", "magick", "yaml", - "qs", - "rmarkdown" + "qs" ], "License": "MIT + file LICENSE", "URL": "https://github.com/yihui/xfun",