Update dependency puppetlabs:kitchensink to v3.4.0 #79
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
nil->3.4.0Release Notes
puppetlabs/clj-kitchensink (puppetlabs:kitchensink)
v3.4.0Compare Source
v3.3.1Compare Source
v3.3.0Compare Source
duration-str->secondsandduration-str->Durationto calculate duration values in the style of Puppet duration settings resulting in an integer and a java.time.Duration respectivelysafe-parse-intto convert a number or string representing a to a numberv3.2.5Compare Source
atomic-writeensure the writer is closed if thewrite-functionthrows an exception.v3.2.4Compare Source
get-lein-project-versionto retrieve a given project version from the standardleinsystem properties.delete-recursivelyto the files namespace to recursively delete a directoryv3.2.3Compare Source
v3.2.2Compare Source
v3.2.1Compare Source
vulnerability (CVE-2022-41404).
v3.2.0Compare Source
This is a minor feature release.
v3.1.3Compare Source
v3.1.2Compare Source
v3.1.1Compare Source
v3.1.0Compare Source
This is a minor feature release.
v3.0.0Compare Source
Maintenance:
v2.6.0Compare Source
v2.5.2Compare Source
This is a minor maintenance release.
Maintenance:
v2.5.1Compare Source
This is a minor maintenance release.
Maintenance:
v2.5.0Compare Source
This is a minor feature release.
Features:
stream->sha256function for hashing the contents of an InputStreamv2.4.0Compare Source
This is a minor feature and improvement release.
Features:
utf8-string->sha256function, directly analogous toutf8-string->sha1file->sha256function, equivalent to reading a file's contents as aUTF-8 string and hashing the result. Uses an InputStream internally to avoid
reading the entire file into memory at once.
Improvement:
open-port-numfunction should now return a random port number from theentire traditional ephemeral port range of 49152 through 65535.
v2.3.0Compare Source
This is a minor feature release.
Features:
v2.2.0Compare Source
This is a minor feature release.
Features:
assoc-if-newmacro, which associates a map key to a value only ifthe key does not already exist in the map.
deref-swap!function, which behaves like deref but returns the oldvalue instead of the new one.
rand-strfunction, for generating random strings from variouscharacter sets.
Maintenance:
v2.1.1Compare Source
The 2.1.1 release was burned and folded into 2.2.0.
v2.1.0Compare Source
This is a minor feature release.
Features:
open-port-numfunction, which returns a currently open port. Teststhat bind services to ports can use this to guard against chance port
collisions.
v2.0.0Compare Source
This is a bugfix release which contains one backward incompatible change.
Bug fix:
:kindand:msgin place of
:typeand:message, respectively.v1.4.0Compare Source
This is a minor feature release, which also includes some bugfixes and maintenance work.
Features:
uuid?predicate function for determining whether a string is a valid UUID.Bug fixes:
with-additional-classpath-entrieswherein it's pre/post-conditions werenot handling arguments properly.
Maintenance:
lein-parentfor managing dependency versionsv1.3.1Compare Source
This is a maintenance release.
invocations.
v1.3.0Compare Source
This is a maintenance / minor feature release.
of
raynes.fsto reduce downstream dependency conflicts.absolute-pathfn to replace the one that was removed from raynes.fsnormalized-pathfn to replace the one that was removed from raynes.fsv1.2.0Compare Source
temp-file-namefunction, which returns a unique name to a temporary file,but does not actually create the file.
with-timeoutmacro, which returns a default value if executing anarbitrary block of code takes longer than a specified timeout.
v1.1.1Compare Source
v1.1.0walk-leavesfunction for applying a function to all of the leafnodes of a map
zipper?predicate which can be used to assert that an objectis a clojure zipper.
while-letmacrorand-weighted-selectionfunctionto-sentencevariant of string joinv1.0.0adhering to semver from now on.
v0.7.3v0.7.2mkdirs!to allow string as path arg (7097bb3)dissoc-infunction, for removing data from nested maps.v0.7.1to-boolfunction, which provides a more tolerant way to coercedata to booleans
v0.7.0v0.6.0v0.5.4v0.5.3with-no-jvm-shutdown-hooksmacro for running a block of code without any JVM shutdown hooks.v0.5.2v0.5.1Compare Source
v0.5.0Compare Source
v0.4.2Compare Source
v0.4.1Compare Source
v0.4.0Compare Source
v0.3.0Compare Source
v0.2.0Compare Source
v0.1.2Compare Source
v0.1.1Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.