Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Use rmSync instead of rmdirSync #33551

Merged
merged 1 commit into from
Oct 14, 2024
Merged

chore: Use rmSync instead of rmdirSync #33551

merged 1 commit into from
Oct 14, 2024

Conversation

KevLehman
Copy link
Member

@KevLehman KevLehman commented Oct 11, 2024

Proposed changes (including videos or screenshots)

rmdirSync is soon to be deprecated

Issue(s)

Steps to test or reproduce

Further comments

Copy link
Contributor

dionisio-bot bot commented Oct 11, 2024

Looks like this PR is ready to merge! 🎉
If you have any trouble, please check the PR guidelines

Copy link

changeset-bot bot commented Oct 11, 2024

⚠️ No Changeset found

Latest commit: 6eaf82e

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.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

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

Copy link
Contributor

github-actions bot commented Oct 11, 2024

PR Preview Action v1.4.8
Preview removed because the pull request was closed.
2024-10-14 18:18 UTC

Copy link

codecov bot commented Oct 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.70%. Comparing base (3099c34) to head (df6a598).

Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff               @@
##           release-7.0.0   #33551   +/-   ##
==============================================
  Coverage          75.70%   75.70%           
==============================================
  Files                432      432           
  Lines              19919    19919           
  Branches            5084     5084           
==============================================
  Hits               15079    15079           
  Misses              4269     4269           
  Partials             571      571           
Flag Coverage Δ
unit 75.70% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@KevLehman KevLehman marked this pull request as ready for review October 12, 2024 01:37
@KevLehman KevLehman added the stat: QA assured Means it has been tested and approved by a company insider label Oct 12, 2024
@KevLehman KevLehman added this to the 7.0 milestone Oct 12, 2024
@dionisio-bot dionisio-bot bot added the stat: ready to merge PR tested and approved waiting for merge label Oct 12, 2024
Copy link
Member

@ggazzo ggazzo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not a break change and also doest require nodejs > 14 please point to develop

@KevLehman
Copy link
Member Author

Oh did this one here cause it started to appear after node20. Can move to develop as well, don't think it is a big deal

@KevLehman KevLehman force-pushed the fix/fs-rmdir-warning branch from df6a598 to 6eaf82e Compare October 14, 2024 13:49
@KevLehman KevLehman requested review from a team as code owners October 14, 2024 13:49
@dionisio-bot dionisio-bot bot added stat: conflict and removed stat: ready to merge PR tested and approved waiting for merge labels Oct 14, 2024
@KevLehman KevLehman changed the base branch from release-7.0.0 to develop October 14, 2024 13:50
@KevLehman KevLehman requested a review from ggazzo October 14, 2024 13:50
@KevLehman KevLehman added stat: ready to merge PR tested and approved waiting for merge and removed stat: conflict labels Oct 14, 2024
@KevLehman KevLehman modified the milestones: 7.0, 6.14 Oct 14, 2024
@dionisio-bot dionisio-bot bot added stat: ready to merge PR tested and approved waiting for merge and removed stat: ready to merge PR tested and approved waiting for merge labels Oct 14, 2024
@KevLehman KevLehman changed the title chore: Fix i18n package build warning chore: Use rmSync instead of rmdirSync Oct 14, 2024
@ggazzo ggazzo merged commit e6a18c3 into develop Oct 14, 2024
15 checks passed
@ggazzo ggazzo deleted the fix/fs-rmdir-warning branch October 14, 2024 18:18
gabriellsh added a commit that referenced this pull request Oct 15, 2024
…ctor/avatar

* 'develop' of github.com:RocketChat/Rocket.Chat: (58 commits)
  refactor: unified users page header content into a single component (#33498)
  chore: store contact emails and phones on the same format as user's and visitor's (#33484)
  fix: broken jump-to-thread-message functionality using link  (#33332)
  feat: Apps-Engine method for reading and counting unread room messages for a user (#32194)
  feat: adds a new featured room action on the header for non-default category (#33562)
  chore(deps): bump actions/setup-node from 4.0.3 to 4.0.4 (#33327)
  fix: consider query strings in Twilio request validation (#33364)
  ci: add restore cache for `deploy-preview` (#33579)
  feat: add history endpoint (#33349)
  ci: cache artifacts to reduce api calls (#33567)
  feat: new E2EE composer hint (#33283)
  chore: Add `force` option to `rmSync` call (#33570)
  chore: remove nameInsensitive sorting on /v1/users.listByStatus (#33401)
  chore: Use `rmSync` instead of `rmdirSync` (#33551)
  feat: add contact channels (#33308)
  chore: split ImportDataConverter into multiple classes and add unit testing (#33394)
  test: added MockedDeviceContext to voip unit tests (#33553)
  refactor: adjusted voip endpoints error messages (#33515)
  fix: Cannot send messages after E2EE keys are refreshed (#33527)
  fix: Custom sounds not working when storage is set to filesystem (#33424)
  ...
@ggazzo ggazzo modified the milestones: 6.14, 7.0 Oct 17, 2024
abhinavkrin pushed a commit that referenced this pull request Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stat: QA assured Means it has been tested and approved by a company insider stat: ready to merge PR tested and approved waiting for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants