Skip to content

Bump babashka:fs from 0.5.33 to 0.5.34 in /dependabot - #269

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/dependabot/babashka-fs-0.5.34
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/dependabot/babashka-fs-0.5.34

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 11, 2026

Copy link
Copy Markdown
Contributor

Bumps babashka:fs from 0.5.33 to 0.5.34.

Release notes

Sourced from babashka:fs's releases.

v0.5.34

What's Changed

Full Changelog: babashka/fs@v0.5.33...v0.5.34

Changelog

Sourced from babashka:fs's changelog.

0.5.34 (2026-07-02)

  • Add Node.js support via ClojureScript and Squint support. See Node.js docs.
    • File times are BigInt nanoseconds, preserving sub-millisecond filesystem precision for modified-since
    • Most functions are supported. Only those functions that require very specific JVM APIs are not.
    • The behavior of babashka.fs on the JVM was taken as the reference implementation. This means all operations are synchronous.
    • Glob syntax is implemented from scratch to match the JVM glob syntax.
    • zip support was left out as Node.js doesn't have support for it natively.
  • Add spit and slurp in both JVM and Node.js
  • exec-paths returns [] when the PATH environment variable is unset or blank, instead of throwing
  • #197: docstring review - step 2: add missing links to JavaDocs (@​lread)
  • #197: docstring review - step 3: define/document undefined return values:
    • copy returns copied target file (and fixed for case when source is input stream)
    • copy-tree now explicitly returns target-dir (previously source-dir)
    • delete-tree existing return value now documented
    • gunzip now explicitly returns the extracted file (previously nil)
    • set-attribute document that path is return
    • set-creation-time document that path is return
    • set-last-modified-time document that path is return
    • set-posix-file-permissions document that path is return
    • touch document that path is return
    • write-bytes document that file is return
    • write-lines document that file is return
    • unzip now explicitly returns target-dir (previously nil)
    • zip now explicitly returns created zip-file (previously nil)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [babashka:fs](https://github.com/babashka/fs) from 0.5.33 to 0.5.34.
- [Release notes](https://github.com/babashka/fs/releases)
- [Changelog](https://github.com/babashka/fs/blob/master/CHANGELOG.md)
- [Commits](babashka/fs@v0.5.33...v0.5.34)

---
updated-dependencies:
- dependency-name: babashka:fs
  dependency-version: 0.5.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 11, 2026
@dependabot
dependabot Bot requested a review from frenchy64 as a code owner July 11, 2026 03:42
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants