New version of solidus_core (2.5.0) produced dependency conflicts #125
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
paranoia
to handle soft-deletion.paranoia
, onacts_as_paranoid
models, replaces ActiveRecord'sdelete
anddestroy
methods and instead of deleting the record sets thedeleted_at
column.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
discard
gem.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_countries
helper #2537 (jhawthorn)remove_default_tax
migration to be reversible #2496 (brchristian)pretty_time
helper #2419 (tvdeyen)updated_at
timestamp on eligibility change #2390 (adaddeo)selected_shipping_rate_id=
#2355 (jhawthorn)make_permalink
behaviour #2341 (jhawthorn)ShippingRate#display_price
with taxes #2306 (jhawthorn)Spree::Core::Environment
throughSpree::Config
#2291 (cbrunsdon)after_rollback
from LogEntry #2280 #2277 (reidcooper jhawthorn)solidus_core
depend on actionmailer and activerecord instead of rails #2272 (BenMorganIO)Spree::Taxon
lft and rgt columns #1779 (vfonic)Spree::Taxon
for 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: true
attributes 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_adjustments
inspree/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_tag
when given no type #2278 (jhawthorn)js_locale_data
usingJSON.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
.