Skip to content

Commit 1ffd55b

Browse files
Merge pull request #627 from lorenzwalthert/hook-dependencies-update
Hook dependencies update
2 parents 0f77dc4 + c8b7aa7 commit 1ffd55b

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: precommit
22
Title: Pre-Commit Hooks
3-
Version: 0.4.3.9009
3+
Version: 0.4.3.9010
44
Author: Lorenz Walthert
55
Maintainer: Lorenz Walthert <[email protected]>
66
Description: Useful git hooks for R building on top of the multi-language

inst/pre-commit-config-pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# R specific hooks: https://github.com/lorenzwalthert/precommit
33
repos:
44
- repo: https://github.com/lorenzwalthert/precommit
5-
rev: v0.4.3.9009
5+
rev: v0.4.3.9010
66
hooks:
77
- id: style-files
88
args: [--style_pkg=styler, --style_fun=tidyverse_style]

inst/pre-commit-config-proj.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# R specific hooks: https://github.com/lorenzwalthert/precommit
33
repos:
44
- repo: https://github.com/lorenzwalthert/precommit
5-
rev: v0.4.3.9009
5+
rev: v0.4.3.9010
66
hooks:
77
- id: style-files
88
args: [--style_pkg=styler, --style_fun=tidyverse_style]

renv.lock

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"R": {
3-
"Version": "4.4.3",
3+
"Version": "4.5.0",
44
"Repositories": [
55
{
66
"Name": "RSPM",
7-
"URL": "https://packagemanager.posit.co/cran/2025-03-28"
7+
"URL": "https://packagemanager.posit.co/cran/2025-04-11"
88
}
99
]
1010
},
@@ -1725,7 +1725,7 @@
17251725
},
17261726
"xfun": {
17271727
"Package": "xfun",
1728-
"Version": "0.51",
1728+
"Version": "0.52",
17291729
"Source": "Repository",
17301730
"Type": "Package",
17311731
"Title": "Supporting Functions for Packages Maintained by 'Yihui Xie'",
@@ -1749,18 +1749,15 @@
17491749
"mime",
17501750
"litedown (>= 0.4)",
17511751
"commonmark",
1752-
"knitr (>= 1.47)",
1752+
"knitr (>= 1.50)",
17531753
"remotes",
17541754
"pak",
1755-
"rhub",
1756-
"renv",
17571755
"curl",
17581756
"xml2",
17591757
"jsonlite",
17601758
"magick",
17611759
"yaml",
1762-
"qs",
1763-
"rmarkdown"
1760+
"qs"
17641761
],
17651762
"License": "MIT + file LICENSE",
17661763
"URL": "https://github.com/yihui/xfun",

0 commit comments

Comments
 (0)