Skip to content

Conversation

@mfranzke
Copy link
Collaborator

@mfranzke mfranzke commented Oct 13, 2025

Proposed changes

prevent DeprecationWarning:

DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead

additional information: https://nodejs.org/api/deprecations.html#dep0147-fsrmdirpath--recursive-true-

Types of changes

  • Bugfix (non-breaking change that fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Refactoring (improvements to existing components or architectural decisions)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)

Further comments

🔭🐙🐈 Test this branch here: https://db-ux-design-system.github.io/core-web/review/refactor-replaced-legacy-node-fs-methods

prevent DeprecationWarning
@mfranzke mfranzke self-assigned this Oct 13, 2025
@mfranzke mfranzke added 🍄🆙improvement New feature or request 🚢📀cicd Changes inside .github folder labels Oct 13, 2025
@changeset-bot
Copy link

changeset-bot bot commented Oct 13, 2025

⚠️ No Changeset found

Latest commit: 6b5c968

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

💥 An error occurred when fetching the changed packages and changesets in this PR
Some errors occurred when validating the changesets config:
The package or glob expression "@db-ux/core-web" is specified in the `ignore` option but it is not found in the project. You may have misspelled the package name or provided an invalid glob expression. Note that glob expressions must be defined according to https://www.npmjs.com/package/micromatch.

@mfranzke mfranzke moved this from 🏗 In progress to 🎁 Ready for review in UX Engineering Team Backlog Oct 13, 2025
@mfranzke mfranzke enabled auto-merge (squash) October 13, 2025 18:51
@github-actions github-actions bot removed the 🚢📀cicd Changes inside .github folder label Oct 13, 2025
@nmerget nmerget moved this from 🎁 Ready for review to 👀 Actively In Review in UX Engineering Team Backlog Oct 15, 2025
@mfranzke mfranzke merged commit 08de869 into main Oct 15, 2025
73 checks passed
@mfranzke mfranzke deleted the refactor-replaced-legacy-node-fs-methods branch October 15, 2025 07:02
@github-project-automation github-project-automation bot moved this from 👀 Actively In Review to ✅ Done in UX Engineering Team Backlog Oct 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🍄🆙improvement New feature or request

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

2 participants