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: fix error on install due to usage of use in factory closure #283

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

FreekVR
Copy link
Contributor

@FreekVR FreekVR commented Oct 21, 2024

fixes an error on install with recent prestashop releases caused by the psVersionFactory

Fixes #281, Closes INT-695

fixes an error on install with recent prestashop releases caused by the `psVersionFactory`

Fixes #281, Closes INT-695
@FreekVR FreekVR requested a review from a team as a code owner October 21, 2024 14:17
Copy link

codecov bot commented Oct 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 48.15%. Comparing base (c4dccd1) to head (79ae472).
Report is 9 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #283      +/-   ##
============================================
- Coverage     51.96%   48.15%   -3.81%     
+ Complexity      712      561     -151     
============================================
  Files           152      148       -4     
  Lines          4191     3721     -470     
  Branches         55       55              
============================================
- Hits           2178     1792     -386     
+ Misses         1958     1874      -84     
  Partials         55       55              
Flag Coverage Δ
backend 76.97% <100.00%> (-1.07%) ⬇️
frontend 0.00% <ø> (ø)

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

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

@myparcel-bot myparcel-bot bot added the approved (Auto) label Oct 22, 2024
@myparcel-bot
Copy link
Contributor

myparcel-bot bot commented Oct 23, 2024

✅ Build successful!

You can find a link to the downloadable artifact below.

Name Link
Commit 79ae472
Logs https://github.com/myparcelnl/prestashop/actions/runs/11442140509
Download https://github.com/myparcelnl/prestashop/suites/29886320118/artifacts/2092758624

@FreekVR FreekVR added this pull request to the merge queue Oct 23, 2024
Merged via the queue into main with commit 1b4fdca Oct 23, 2024
10 of 11 checks passed
@FreekVR FreekVR deleted the fix/closure-compilation-error-on-install branch October 23, 2024 10:14
myparcel-bot bot added a commit that referenced this pull request Oct 30, 2024
## [4.1.0](v4.0.0...v4.1.0) (2024-10-30)

### 🐛 Bug Fixes

* fix error on install due to usage of `use` in factory closure ([#283](#283)) ([1b4fdca](1b4fdca)), closes [#281](#281)

### ⚡ Performance Improvements

* **admin:** only save product settings once per request ([#279](#279)) ([e60bce1](e60bce1))

### ✨ New Features

* **deps:** upgrade @myparcel-pdk/* ([0cd4941](0cd4941))
* **deps:** upgrade myparcelnl/pdk to v2.45.0 ([6ff668d](6ff668d))
@myparcel-bot
Copy link
Contributor

myparcel-bot bot commented Oct 30, 2024

🎉 This PR is included in version 4.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Module installation fails with errors
3 participants