Skip to content

Commit 720bf26

Browse files
Merge pull request #644 from lorenzwalthert/hook-dependencies-update
Hook dependencies update
2 parents 463a530 + 1ad5174 commit 720bf26

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
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.9016
3+
Version: 0.4.3.9017
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.9016
5+
rev: v0.4.3.9017
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.9016
5+
rev: v0.4.3.9017
66
hooks:
77
- id: style-files
88
args: [--style_pkg=styler, --style_fun=tidyverse_style]

renv.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"R": {
3-
"Version": "4.5.1",
3+
"Version": "4.5.2",
44
"Repositories": [
55
{
66
"Name": "RSPM",
7-
"URL": "https://packagemanager.posit.co/cran/2025-10-10"
7+
"URL": "https://packagemanager.posit.co/cran/2025-10-29"
88
}
99
]
1010
},
@@ -178,12 +178,12 @@
178178
},
179179
"V8": {
180180
"Package": "V8",
181-
"Version": "8.0.0",
181+
"Version": "8.0.1",
182182
"Source": "Repository",
183183
"Type": "Package",
184184
"Title": "Embedded JavaScript and WebAssembly Engine for R",
185185
"Authors@R": "c( person(\"Jeroen\", \"Ooms\", role = c(\"aut\", \"cre\"), email = \"[email protected]\", comment = c(ORCID = \"0000-0002-4035-0289\")), person(\"George\", \"Stagg\", role = \"ctb\", comment = c(ORCID = \"0009-0006-3173-9846\")), person(\"Jan Marvin\", \"Garbuszus\", role = \"ctb\"))",
186-
"Description": "An R interface to V8 <https://v8.dev>: Google's open source JavaScript and WebAssembly engine. This package can be compiled either with V8 version 6 and up or NodeJS when built as a shared library.",
186+
"Description": "An R interface to V8 <https://v8.dev>: Google's open source JavaScript and WebAssembly engine. This package can be compiled either with V8 or NodeJS when built as a shared library.",
187187
"License": "MIT + file LICENSE",
188188
"URL": "https://jeroen.r-universe.dev/V8",
189189
"BugReports": "https://github.com/jeroen/v8/issues",
@@ -1601,22 +1601,22 @@
16011601
},
16021602
"styler": {
16031603
"Package": "styler",
1604-
"Version": "1.10.3",
1604+
"Version": "1.11.0",
16051605
"Source": "Repository",
16061606
"Type": "Package",
16071607
"Title": "Non-Invasive Pretty Printing of R Code",
1608-
"Authors@R": "c(person(given = \"Kirill\", family = \"Müller\", role = \"aut\", email = \"[email protected]\", comment = c(ORCID = \"0000-0002-1416-3412\")), person(given = \"Lorenz\", family = \"Walthert\", role = c(\"cre\", \"aut\"), email = \"[email protected]\"), person(given = \"Indrajeet\", family = \"Patil\", role = \"ctb\", email = \"[email protected]\", comment = c(ORCID = \"0000-0003-1995-6531\", Twitter = \"@patilindrajeets\")))",
1608+
"Authors@R": "c(person(given = \"Kirill\", family = \"Müller\", role = \"aut\", email = \"[email protected]\", comment = c(ORCID = \"0000-0002-1416-3412\")), person(given = \"Lorenz\", family = \"Walthert\", role = c(\"cre\", \"aut\"), email = \"[email protected]\"), person(given = \"Indrajeet\", family = \"Patil\", role = \"aut\", email = \"[email protected]\", comment = c(ORCID = \"0000-0003-1995-6531\")))",
16091609
"Description": "Pretty-prints R code without changing the user's formatting intent.",
16101610
"License": "MIT + file LICENSE",
16111611
"URL": "https://github.com/r-lib/styler, https://styler.r-lib.org",
16121612
"BugReports": "https://github.com/r-lib/styler/issues",
16131613
"Depends": [
1614-
"R (>= 3.6.0)"
1614+
"R (>= 4.0.0)"
16151615
],
16161616
"Imports": [
16171617
"cli (>= 3.1.1)",
16181618
"magrittr (>= 2.0.0)",
1619-
"purrr (>= 0.2.3)",
1619+
"purrr (>= 1.0.2)",
16201620
"R.cache (>= 0.15.0)",
16211621
"rlang (>= 1.0.0)",
16221622
"rprojroot (>= 1.1)",
@@ -1634,16 +1634,17 @@
16341634
"roxygen2",
16351635
"rstudioapi (>= 0.7)",
16361636
"tibble (>= 1.4.2)",
1637-
"testthat (>= 3.0.0)"
1637+
"testthat (>= 3.2.1)"
16381638
],
16391639
"VignetteBuilder": "knitr",
16401640
"Encoding": "UTF-8",
1641-
"RoxygenNote": "7.3.1",
1641+
"RoxygenNote": "7.3.3",
1642+
"Language": "en-US",
16421643
"Config/testthat/edition": "3",
16431644
"Config/testthat/parallel": "true",
1644-
"Collate": "'addins.R' 'communicate.R' 'compat-dplyr.R' 'compat-tidyr.R' 'detect-alignment-utils.R' 'detect-alignment.R' 'environments.R' 'expr-is.R' 'indent.R' 'initialize.R' 'io.R' 'nest.R' 'nested-to-tree.R' 'parse.R' 'reindent.R' 'token-define.R' 'relevel.R' 'roxygen-examples-add-remove.R' 'roxygen-examples-find.R' 'roxygen-examples-parse.R' 'roxygen-examples.R' 'rules-indention.R' 'rules-line-breaks.R' 'rules-spaces.R' 'rules-tokens.R' 'serialize.R' 'set-assert-args.R' 'style-guides.R' 'styler-package.R' 'stylerignore.R' 'testing-mocks.R' 'testing-public-api.R' 'ui-caching.R' 'testing.R' 'token-create.R' 'transform-block.R' 'transform-code.R' 'transform-files.R' 'ui-styling.R' 'unindent.R' 'utils-cache.R' 'utils-files.R' 'utils-navigate-nest.R' 'utils-strings.R' 'utils.R' 'vertical.R' 'visit.R' 'zzz.R'",
1645+
"Collate": "'addins.R' 'communicate.R' 'compat-dplyr.R' 'compat-tidyr.R' 'detect-alignment-utils.R' 'detect-alignment.R' 'environments.R' 'expr-is.R' 'indent.R' 'initialize.R' 'io.R' 'nest.R' 'nested-to-tree.R' 'options.R' 'parse.R' 'reindent.R' 'token-define.R' 'relevel.R' 'roxygen-examples-add-remove.R' 'roxygen-examples-find.R' 'roxygen-examples-parse.R' 'roxygen-examples.R' 'rules-indention.R' 'rules-line-breaks.R' 'rules-spaces.R' 'rules-tokens.R' 'serialize.R' 'set-assert-args.R' 'style-guides.R' 'styler-package.R' 'stylerignore.R' 'testing-mocks.R' 'testing-public-api.R' 'ui-caching.R' 'testing.R' 'token-create.R' 'transform-block.R' 'transform-code.R' 'transform-files.R' 'ui-styling.R' 'unindent.R' 'utils-cache.R' 'utils-files.R' 'utils-navigate-nest.R' 'utils-strings.R' 'utils.R' 'vertical.R' 'visit.R' 'zzz.R'",
16451646
"NeedsCompilation": "no",
1646-
"Author": "Kirill Müller [aut] (<https://orcid.org/0000-0002-1416-3412>), Lorenz Walthert [cre, aut], Indrajeet Patil [ctb] (<https://orcid.org/0000-0003-1995-6531>, @patilindrajeets)",
1647+
"Author": "Kirill Müller [aut] (ORCID: <https://orcid.org/0000-0002-1416-3412>), Lorenz Walthert [cre, aut], Indrajeet Patil [aut] (ORCID: <https://orcid.org/0000-0003-1995-6531>)",
16471648
"Maintainer": "Lorenz Walthert <[email protected]>",
16481649
"Repository": "RSPM"
16491650
},
@@ -1782,7 +1783,7 @@
17821783
},
17831784
"xml2": {
17841785
"Package": "xml2",
1785-
"Version": "1.4.0",
1786+
"Version": "1.4.1",
17861787
"Source": "Repository",
17871788
"Title": "Parse XML",
17881789
"Authors@R": "c( person(\"Hadley\", \"Wickham\", role = \"aut\"), person(\"Jim\", \"Hester\", role = \"aut\"), person(\"Jeroen\", \"Ooms\", email = \"[email protected]\", role = c(\"aut\", \"cre\")), person(\"Posit Software, PBC\", role = c(\"cph\", \"fnd\")), person(\"R Foundation\", role = \"ctb\", comment = \"Copy of R-project homepage cached as example\") )",
@@ -1803,7 +1804,6 @@
18031804
"curl",
18041805
"httr",
18051806
"knitr",
1806-
"magrittr",
18071807
"mockery",
18081808
"rmarkdown",
18091809
"testthat (>= 3.2.0)",
@@ -1812,7 +1812,7 @@
18121812
"VignetteBuilder": "knitr",
18131813
"Config/Needs/website": "tidyverse/tidytemplate",
18141814
"Encoding": "UTF-8",
1815-
"RoxygenNote": "7.3.2",
1815+
"RoxygenNote": "7.3.3",
18161816
"SystemRequirements": "libxml2: libxml2-dev (deb), libxml2-devel (rpm)",
18171817
"Collate": "'S4.R' 'as_list.R' 'xml_parse.R' 'as_xml_document.R' 'classes.R' 'format.R' 'import-standalone-obj-type.R' 'import-standalone-purrr.R' 'import-standalone-types-check.R' 'init.R' 'nodeset_apply.R' 'paths.R' 'utils.R' 'xml2-package.R' 'xml_attr.R' 'xml_children.R' 'xml_document.R' 'xml_find.R' 'xml_missing.R' 'xml_modify.R' 'xml_name.R' 'xml_namespaces.R' 'xml_node.R' 'xml_nodeset.R' 'xml_path.R' 'xml_schema.R' 'xml_serialize.R' 'xml_structure.R' 'xml_text.R' 'xml_type.R' 'xml_url.R' 'xml_write.R' 'zzz.R'",
18181818
"Config/testthat/edition": "3",

0 commit comments

Comments
 (0)