New version of solidus_core (2.5.0) produced dependency conflicts#125
Open
depfu[bot] wants to merge 1 commit intomainfrom
Open
New version of solidus_core (2.5.0) produced dependency conflicts#125depfu[bot] wants to merge 1 commit intomainfrom
depfu[bot] wants to merge 1 commit intomainfrom
Conversation
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We've tested your project with an updated dependency and got errors while installing the dependencies.
This version is either within the version range you specified or you haven't specified a version/range. To be able to test your project with the new version, we've taken the liberty of pinning the version for this branch and pull request.
Unfortunately, the build failed while installing dependencies. This means that while the new version is within the specified range, a version conflict between two or more packages will prohibit this version from being installed.
As this breaks fresh installs of your package, we've left this pull request open for you to investigate.
What changed?
✳️ solidus_core ( → 2.5.0) · Repo · Changelog
Release Notes
From the Github release:
I'm happy to announce the release of Solidus 2.5.0
on rubygems
on github
Major Changes
Migrate to discard from paranoia
Previously Solidus used
paranoiato handle soft-deletion.paranoia, onacts_as_paranoidmodels, replaces ActiveRecord'sdeleteanddestroymethods and instead of deleting the record sets thedeleted_atcolumn.This has been the cause of some surprising behaviour for users old and new.
In this version we are beginning to deprecate this using the
discardgem.solidus_stock_transfers extracted to gem
solidus_stock_transfers provides an admin interface to transfer stock between two locations. This used to be included in core but has been extracted to a gem.
Misc
available_countrieshelper #2537 (jhawthorn)remove_default_taxmigration to be reversible #2496 (brchristian)pretty_timehelper #2419 (tvdeyen)updated_attimestamp on eligibility change #2390 (adaddeo)selected_shipping_rate_id=#2355 (jhawthorn)make_permalinkbehaviour #2341 (jhawthorn)ShippingRate#display_pricewith taxes #2306 (jhawthorn)Spree::Core::EnvironmentthroughSpree::Config#2291 (cbrunsdon)after_rollbackfrom LogEntry #2280 #2277 (reidcooper jhawthorn)solidus_coredepend on actionmailer and activerecord instead of rails #2272 (BenMorganIO)Spree::Taxonlft and rgt columns #1779 (vfonic)Spree::Taxonfor all products/variants from descendants #1761 (dgra)Deprecations and removals
Spree::OrderUpdater#round_money#2344 (swcraig)Calculator::FlexiRate#2305 (swcraig)Frontend
Replace frontend jquery validations with html5 #2264 (cbrunsdon, jhawthorn)
We've removed jquery validations on checkout address form, replacing them with
html5 input validations. If your store relies on jquery validation you should
re-add that library in your store. Otherwise, if you use the old view version
(without
required: trueattributes on input) your address form will not bevalidated on client side.
Remove render_404 from frontend #2329 (jhawthorn)
Add frontend login_bar_items placeholder partial #2308 (jhawthorn)
Use product image template in frontend #2300 (swcraig)
Remove required attribute from address lastname #2393 (kennyadsl)
Convert frontend's CoffeeScript to javascript #2378 (jhawthorn)
Convert Cart total/subtotal CSS colors to vars #2288 (gregdaynes)
Fixed caching of taxon menu. #2317 (bofrede)
Use empty? instead of length == 0 #2282 (brchristian)
Use
line_item_adjustmentsinspree/shared/_order_details#2257 (cbrunsdon)Filter unpriced products in taxon_preview #2604 (jhawthorn)
Fix error when listing products without price #2605 (jhawthorn)
Documentation
API
Admin
_navigation_footer.html.erb#1450 (jrochkind)preference_field_tagwhen given no type #2278 (jhawthorn)js_locale_datausingJSON.dump#2304 (jhawthorn)Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.