Skip to content

replace deprecated dirent.path with dirent.parentPath (on 2.0 branch)#1112

Merged
ksen0 merged 1 commit intoprocessing:2.0from
nbogie:fix-1111-dirent-path-usage
Feb 3, 2026
Merged

replace deprecated dirent.path with dirent.parentPath (on 2.0 branch)#1112
ksen0 merged 1 commit intoprocessing:2.0from
nbogie:fix-1111-dirent-path-usage

Conversation

@nbogie
Copy link
Copy Markdown
Contributor

@nbogie nbogie commented Jan 27, 2026

Fixes #1111 on 2.0 branch, allows building contributor-docs on current version of node (v24)

fixes #1111

* dirent.path is removed in node v24
* Per deprecation warning: https://nodejs.org/docs/latest-v20.x/api/fs.html#direntpath
* dirent.path has been an alias for dirent.parentPath since node v20
@nbogie nbogie changed the title replace deprecated dirent.path with dirent.parentPath replace deprecated dirent.path with dirent.parentPath (on 2.0 branch) Jan 27, 2026
@ksen0
Copy link
Copy Markdown
Member

ksen0 commented Feb 3, 2026

Thank you!

@ksen0 ksen0 merged commit 7ff1568 into processing:2.0 Feb 3, 2026
4 checks passed
@nbogie nbogie deleted the fix-1111-dirent-path-usage branch February 4, 2026 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants