Skip to content

chore(deps): bump fs-xattr from 0.3.1 to 0.4.0#1197

Merged
ferhatelmas merged 2 commits into
masterfrom
dependabot/npm_and_yarn/fs-xattr-0.4.0
Jul 22, 2026
Merged

chore(deps): bump fs-xattr from 0.3.1 to 0.4.0#1197
ferhatelmas merged 2 commits into
masterfrom
dependabot/npm_and_yarn/fs-xattr-0.4.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps fs-xattr from 0.3.1 to 0.4.0.

Release notes

Sourced from fs-xattr's releases.

🚢 0.4.0 / 2021-05-11

💥 Breaking Changes

  • Convert package to ESM

    Migration Guide:

    This relases changes the package from a Common JS module to an EcmaScript module, and drops support for older versions of Node.

    • The minimum version of Node.js supported is now: 12.20.0, 14.13.1, and 16.0.0
    • The package must now be imported using the native import syntax instead of with require
    • The exported functions have been renamed to have better stand-alone names:
      • get to getAttribute
      • set to setAttribute
      • remove to removeAttribute
      • list to listAttributes
      • getSync to getAttributeSync
      • setSync to setAttributeSync
      • removeSync to removeAttributeSync
      • listSync to listAttributesSync

🌹 Internal Changes

  • Add documentation about namespaces
  • Upgrade to Mocha 7.x
  • Switch CI to GitHub Actions
  • Upgrade to Mocha 8.x
  • Upgrade to Standard 16.x
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 3, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 3, 2026 13:32
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 3, 2026
@blacksmith-sh

This comment has been minimized.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/fs-xattr-0.4.0 branch from 3167e80 to 486950e Compare July 9, 2026 08:46
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/fs-xattr-0.4.0 branch 3 times, most recently from f4a552a to c1a43c5 Compare July 22, 2026 18:33
Bumps [fs-xattr](https://github.com/LinusU/fs-xattr) from 0.3.1 to 0.4.0.
- [Release notes](https://github.com/LinusU/fs-xattr/releases)
- [Commits](LinusU/fs-xattr@v0.3.1...v0.4.0)

---
updated-dependencies:
- dependency-name: fs-xattr
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/fs-xattr-0.4.0 branch from c1a43c5 to c115bdb Compare July 22, 2026 18:49
Signed-off-by: ferhat elmas <elmas.ferhat@gmail.com>
@coveralls

Copy link
Copy Markdown

Coverage Report for CI Build 29948767052

Coverage increased (+0.08%) to 80.26%

Details

  • Coverage increased (+0.08%) from the base build.
  • Patch coverage: 3 of 3 lines across 1 file are fully covered (100%).
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 12889
Covered Lines: 10789
Line Coverage: 83.71%
Relevant Branches: 7592
Covered Branches: 5649
Branch Coverage: 74.41%
Branches in Coverage %: Yes
Coverage Strength: 413.49 hits per line

💛 - Coveralls

@ferhatelmas
ferhatelmas merged commit 12a27b9 into master Jul 22, 2026
26 checks passed
@ferhatelmas
ferhatelmas deleted the dependabot/npm_and_yarn/fs-xattr-0.4.0 branch July 22, 2026 19:01
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants