Unable to update to 6.0.3 from 6.0.2

Created on 21 December 2022, over 1 year ago
Updated 10 April 2024, 3 months ago

composer update drupal/better_exposed_filters does nothing, nor does composer require 'drupal/better_exposed_filters:^6.0'

Site still reports 6.0.2.

I am using VBO Action Kit ( https://www.drupal.org/project/vbo_action_kit β†’ ) which was written to replace missing Drupal 7 VBO "compare" functionality. I don't see why this should do anything, but I mention it here, just in case.

Any thoughts much appreciated!

πŸ’¬ Support request
Status

Closed: cannot reproduce

Version

6.0

Component

Miscellaneous

Created by

πŸ‡ΊπŸ‡ΈUnited States bcobin

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡ΊπŸ‡ΈUnited States jennypanighetti

    `composer why-not drupal/better_exposed_filters:6.0.3` did not work for me, and I only upgraded from 5 to 6 tonight.

    $ composer why-not drupal/better_exposed_filters 6.0.3
    drupal/better_exposed_filters     6.0.3    requires         drupal/jquery_ui_datepicker (^2.0)
    pantheon-upstreams/drupal-project dev-main requires         drupal/jquery_ui_datepicker (^1.4)
    drupal/better_exposed_filters     6.0.3    requires         drupal/jquery_ui_slider (^2.0.0)
    pantheon-upstreams/drupal-project dev-main does not require drupal/jquery_ui_slider (but 1.1.0 is installed)

    But yet the -W flag doesn't attempt to upgrade jquery_ui_datepicker or jquery_ui_slider....

  • πŸ‡¦πŸ‡ΉAustria nofue

    @fallenturtle -- thanks for the heads up, I usually use -W as a default, this time I skipped it :)

    @jennypanighetti -- this line worked for me:
    composer require 'drupal/better_exposed_filters:^6.0' -W

    Hope it works for you, too.

  • πŸ‡©πŸ‡ͺGermany tasc Berlin

    I also couldn't update at first because of locked versions of jquery_ui_datepicker & jquery_ui_slider.

    With 6.0.3 and its dependency jquery_ui_datepicker v2 I however realized, that the ui is not localizable anymore, so I needed to downgrade again. :/

    https://www.drupal.org/project/jquery_ui_datepicker/issues/3327735 πŸ’¬ Difference between 1.x and 2.x branches Active

  • First commit to issue fork.
  • @the_g_bomb opened merge request.
  • πŸ‡¬πŸ‡§United Kingdom the_g_bomb

    I'm struggling to get things working without errors after upgrading jquery_ui_slider and jquery_ui_datepicker.
    I have opened an MR that will allow those V1.x of those modules to used.
    Version 2 of those modules rely on the libraries bundled with JQuery UI without adding any additional localisation support.

    Slider related issue: https://www.drupal.org/project/jquery_ui_slider/issues/3288113#comment-1... πŸ“Œ Automated Drupal 10 compatibility fixes RTBC
    Datepicker related issue: https://www.drupal.org/project/jquery_ui_datepicker/issues/3327735#comme... πŸ’¬ Difference between 1.x and 2.x branches Active

  • πŸ‡¬πŸ‡§United Kingdom the_g_bomb

    Also having some success with:

    composer require 'drupal/better_exposed_filters:^6.0' 'drupal/jquery_ui_slider:1.1.0 as 2.0.0' 'drupal/jquery_ui_datepicker:1.4.0 as 2.0.0' 
    
  • πŸ‡¨πŸ‡¦Canada joseph.olstad

    @the_g_bomb, yes I approve of your approach in #20

    Unless the 2x branches have been updated recently I think this approach makes the most sense to maintain functionality like localised calendars.

  • πŸ‡¨πŸ‡¦Canada joseph.olstad

    @the_g_bomb, I'm working on updating a site from D9 to D10

    there is a patch for jquery_ui that might work for us , with that said, I'm not sure exactly why the huge difference between jquery_ui 1.x and 2.x however this patch below might close the gap a bit.
    #3339013-26: datepicker localisation is unimplemented, compare with jquery_ui_datepicker 1.x that has localisation β†’

  • πŸ‡ΊπŸ‡ΈUnited States dthacker Houston Texas

    This worked for me: composer require drupal/better_exposed_filters 6.0.3 drupal/jquery_ui_slider ^2.0 -W

  • πŸ‡ΉπŸ‡·Turkey Orkut Murat YΔ±lmaz

    I've tried @dthacker's solution and it worked on my case too:

    composer require 'drupal/better_exposed_filters:6.0.3' 'drupal/jquery_ui_slider:^2.0' -W

    Thanks everyone:)

  • πŸ‡«πŸ‡·France gaspounet

    Hi! It worked for me too, thank you, but I had to add also drupal/jquery_ui_datepicker ^2.0 to the composer require command:

    composer require 'drupal/better_exposed_filters:6.0.3' 'drupal/jquery_ui_slider:^2.0' drupal/jquery_ui_datepicker:^2.0 -W

  • +1 for #25 Thanks everyone.

  • πŸ‡¬πŸ‡§United Kingdom the_g_bomb

    I haven't check up on things in a while, but before accepting the move to the 2.x branches, someone probably should double check.
    The 2.x branch of jquery_ui_datepicker may remove some functionality:
    https://www.drupal.org/project/jquery_ui_datepicker/issues/3327735#comme... πŸ’¬ Difference between 1.x and 2.x branches Active
    but that functionality needs a patch to add it back:
    https://www.drupal.org/project/jquery_ui/issues/3339013#comment-14911614 πŸ› implement datepicker localisation in jquery_ui 2.x, compare with jquery_ui_datepicker 1.x that has localisation Needs review
    Also, I think there is some confusion around the jquery_ui_slider V2 module as well.
    https://www.drupal.org/project/jquery_ui_slider/issues/3327734 πŸ“Œ Difference between 1.x and 2.x branches Active

  • Status changed to Closed: cannot reproduce 3 months ago
  • πŸ‡ΊπŸ‡ΈUnited States smustgrave

    Believe this issue has been resolved for BEF 6.0.x and D10

Production build 0.69.0 2024