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

fix: use default export for main module #702

Merged
merged 3 commits into from
Oct 4, 2023
Merged

Conversation

scolladon
Copy link
Owner

Explain your changes


Use default export instead of named export.

This commit introduced a breaking change in the way the main module is exported.
It used a named export instead of a default export.
This change was introduce inside a minor version with a breaking change which is not compliant with the semantic versioning rules.
The change aim to fix that

Does this close any currently open issues?


closes #701

@codecov
Copy link

codecov bot commented Oct 4, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (f471d16) 100.00% compared to head (8976696) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #702   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           33        33           
  Lines          957       957           
  Branches        96        96           
=========================================
  Hits           957       957           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@codeclimate
Copy link

codeclimate bot commented Oct 4, 2023

Code Climate has analyzed commit 8976696 and detected 0 issues on this pull request.

View more on Code Climate.

@scolladon
Copy link
Owner Author

scolladon commented Oct 4, 2023

The megalinter lint issue seems to be an issue with trivy
I have not dug deeper

The npm-lint issue is something I could not fix with intermediate version or lock file fixing. We need to wait the next release of swc/core

Mutation testing is also broken, I'll treat it in another PR

@scolladon scolladon merged commit 774b7fc into main Oct 4, 2023
22 of 24 checks passed
@scolladon scolladon deleted the fix/default-import-issue branch October 4, 2023 12:32
@github-actions
Copy link

github-actions bot commented Oct 4, 2023

Shipped in release v5.26.1.
You can install the new version using the version number or the latest-rc channel

$ sfdx plugins:install sfdx-git-delta@latest-rc
$ sfdx plugins:install [email protected]

Happy incremental deployment!

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.

Changed export from default to named
2 participants