Maikel Linke
e25117883c
Style helper code
2026-02-19 14:02:25 +11:00
Maikel Linke
14c01dc221
Select found option after search to fix spec
...
Selecting the tom select option in the dropdown often happened quicker
than the search finished. In that case we selected the option from the
list of all options and then the search would present the found option
again and leave the dropdown open.
This didn't cause any trouble in the past because any other action would
close the dropdown again. But the new cuprite version didn't trigger the
next click on the target element. It would just close the dropdown on
the next click without further action. That would then break the next
assertion looking for the next open dropdown, which didn't open with the
click.
Selecting the "active" option means that we wait for the search to
finish and present an option as active. Clicking that option closes the
dropdown without opening it again.
2026-02-19 14:02:25 +11:00
Maikel Linke
597c18a802
Connect unit label to input
...
And replace redundant spec helper method.
2026-02-19 14:02:25 +11:00
Maikel Linke
ceb01ff064
Replace redundant spec helper method
2026-02-19 14:02:25 +11:00
Maikel Linke
77c233a686
Merge mostly duplicate Tom Select helpers
2026-02-19 14:02:25 +11:00
dependabot[bot]
cce504a75f
Bump cuprite from 0.15 to 0.17
...
Bumps [cuprite](https://github.com/rubycdp/cuprite ) from 0.15 to 0.17.
- [Release notes](https://github.com/rubycdp/cuprite/releases )
- [Changelog](https://github.com/rubycdp/cuprite/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rubycdp/cuprite/compare/v0.15...v0.17 )
---
updated-dependencies:
- dependency-name: cuprite
dependency-version: '0.17'
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-18 23:11:45 +00:00
Maikel
2c6b758f66
Merge pull request #13938 from openfoodfoundation/dependabot/bundler/spring-4.4.2
...
Bump spring from 4.4.0 to 4.4.2
2026-02-19 09:54:03 +11:00
Rachel Arnould
fb0f379c43
Merge pull request #13823 from chahmedejaz/bugfix/13625-enterprise-fee-reports-throws-504
...
Some Enterprise Fee reports are unusable when managing big shops
2026-02-18 15:22:21 +01:00
dependabot[bot]
7a4aa9dcb1
Bump spring from 4.4.0 to 4.4.2
...
Bumps [spring](https://github.com/rails/spring ) from 4.4.0 to 4.4.2.
- [Release notes](https://github.com/rails/spring/releases )
- [Changelog](https://github.com/rails/spring/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rails/spring/compare/v4.4.0...v4.4.2 )
---
updated-dependencies:
- dependency-name: spring
dependency-version: 4.4.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-18 09:33:00 +00:00
Maikel
4e8d37b0b5
Merge pull request #13935 from openfoodfoundation/dependabot/npm_and_yarn/webpack-5.105.1
...
Bump webpack from 5.105.0 to 5.105.1
2026-02-18 15:51:35 +11:00
Maikel
616de3a9c0
Merge pull request #13936 from openfoodfoundation/dependabot/bundler/knapsack_pro-9.2.2
...
Bump knapsack_pro from 8.4.0 to 9.2.2
2026-02-18 15:50:59 +11:00
Maikel Linke
045482e07d
Revert "Deactivate cooldown for testing"
...
This reverts commit 13cec27f6b .
2026-02-18 12:11:37 +11:00
dependabot[bot]
62f25d4d31
Bump knapsack_pro from 8.4.0 to 9.2.2
...
Bumps [knapsack_pro](https://github.com/KnapsackPro/knapsack_pro-ruby ) from 8.4.0 to 9.2.2.
- [Changelog](https://github.com/KnapsackPro/knapsack_pro-ruby/blob/main/CHANGELOG.md )
- [Commits](https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v8.4.0...v9.2.2 )
---
updated-dependencies:
- dependency-name: knapsack_pro
dependency-version: 9.2.2
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-18 00:57:55 +00:00
dependabot[bot]
618c7028e2
Bump webpack from 5.105.0 to 5.105.1
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.105.0 to 5.105.1.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack/compare/v5.105.0...v5.105.1 )
---
updated-dependencies:
- dependency-name: webpack
dependency-version: 5.105.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-18 00:55:57 +00:00
Maikel Linke
13cec27f6b
Deactivate cooldown for testing
2026-02-18 11:54:32 +11:00
Maikel
43ad7654b6
Merge pull request #13931 from openfoodfoundation/dependabot/bundler/listen-3.10.0
...
Bump listen from 3.9.0 to 3.10.0
2026-02-18 09:16:12 +11:00
dependabot[bot]
15d83724ea
Bump listen from 3.9.0 to 3.10.0
...
Bumps [listen](https://github.com/guard/listen ) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/guard/listen/releases )
- [Commits](https://github.com/guard/listen/compare/v3.9.0...v3.10.0 )
---
updated-dependencies:
- dependency-name: listen
dependency-version: 3.10.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-17 09:34:08 +00:00
Gaetan Craig-Riou
b5315c2123
Merge pull request #13925 from openfoodfoundation/dependabot/npm_and_yarn/tom-select-2.4.6
...
Bump tom-select from 2.4.5 to 2.4.6
2026-02-17 09:56:09 +11:00
Gaetan Craig-Riou
97ce4eaccd
Merge pull request #13928 from openfoodfoundation/dependabot/bundler/pry-0.16.0
...
Bump pry from 0.15.2 to 0.16.0
2026-02-17 09:48:40 +11:00
Gaetan Craig-Riou
8814427677
Merge pull request #13927 from openfoodfoundation/dependabot/bundler/bootsnap-1.22.0
...
Bump bootsnap from 1.19.0 to 1.22.0
2026-02-17 09:47:13 +11:00
Gaetan Craig-Riou
4b69e192ec
Merge pull request #13926 from openfoodfoundation/dependabot/bundler/rubocop-rspec-3.9.0
...
Bump rubocop-rspec from 3.8.0 to 3.9.0
2026-02-17 09:45:46 +11:00
dependabot[bot]
9c99f4868c
Bump pry from 0.15.2 to 0.16.0
...
Bumps [pry](https://github.com/pry/pry ) from 0.15.2 to 0.16.0.
- [Release notes](https://github.com/pry/pry/releases )
- [Changelog](https://github.com/pry/pry/blob/master/CHANGELOG.md )
- [Commits](https://github.com/pry/pry/compare/v0.15.2...v0.16.0 )
---
updated-dependencies:
- dependency-name: pry
dependency-version: 0.16.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-16 10:22:39 +00:00
dependabot[bot]
39d59c3a5f
Bump bootsnap from 1.19.0 to 1.22.0
...
Bumps [bootsnap](https://github.com/rails/bootsnap ) from 1.19.0 to 1.22.0.
- [Release notes](https://github.com/rails/bootsnap/releases )
- [Changelog](https://github.com/rails/bootsnap/blob/main/CHANGELOG.md )
- [Commits](https://github.com/rails/bootsnap/compare/v1.19.0...v1.22.0 )
---
updated-dependencies:
- dependency-name: bootsnap
dependency-version: 1.22.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-16 10:21:52 +00:00
dependabot[bot]
ad9a12da0e
Bump rubocop-rspec from 3.8.0 to 3.9.0
...
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec ) from 3.8.0 to 3.9.0.
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases )
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-rspec/compare/v3.8.0...v3.9.0 )
---
updated-dependencies:
- dependency-name: rubocop-rspec
dependency-version: 3.9.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-16 10:20:43 +00:00
dependabot[bot]
9968776726
Bump tom-select from 2.4.5 to 2.4.6
...
Bumps [tom-select](https://github.com/orchidjs/tom-select ) from 2.4.5 to 2.4.6.
- [Release notes](https://github.com/orchidjs/tom-select/releases )
- [Commits](https://github.com/orchidjs/tom-select/compare/v2.4.5...v2.4.6 )
---
updated-dependencies:
- dependency-name: tom-select
dependency-version: 2.4.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-16 10:20:27 +00:00
Gaetan Craig-Riou
d99a88817d
Merge pull request #13825 from openfoodfoundation/dependabot/bundler/omniauth-rails_csrf_protection-2.0.1
...
Bump omniauth-rails_csrf_protection from 1.0.2 to 2.0.1
2026-02-16 11:52:16 +11:00
dependabot[bot]
1b36cce816
Bump omniauth-rails_csrf_protection from 1.0.2 to 2.0.1
...
Bumps [omniauth-rails_csrf_protection](https://github.com/cookpad/omniauth-rails_csrf_protection ) from 1.0.2 to 2.0.1.
- [Release notes](https://github.com/cookpad/omniauth-rails_csrf_protection/releases )
- [Commits](https://github.com/cookpad/omniauth-rails_csrf_protection/compare/v1.0.2...v2.0.1 )
---
updated-dependencies:
- dependency-name: omniauth-rails_csrf_protection
dependency-version: 2.0.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-16 00:30:33 +00:00
Gaetan Craig-Riou
4b157abd4d
Merge pull request #13809 from openfoodfoundation/dependabot/bundler/active_storage_validations-3.0.3
...
Bump active_storage_validations from 3.0.2 to 3.0.3
2026-02-16 11:28:41 +11:00
Gaetan Craig-Riou
dc494bb0f9
Merge pull request #13801 from openfoodfoundation/dependabot/bundler/bullet-8.1.0
...
Bump bullet from 8.0.8 to 8.1.0
2026-02-16 11:12:39 +11:00
dependabot[bot]
b3e7b12b86
Bump active_storage_validations from 1.1.4 to 3.0.3
...
Bumps [active_storage_validations](https://github.com/igorkasyanchuk/active_storage_validations ) from 1.1.4 to 3.0.3.
- [Release notes](https://github.com/igorkasyanchuk/active_storage_validations/releases )
- [Changelog](https://github.com/igorkasyanchuk/active_storage_validations/blob/master/CHANGES.md )
- [Commits](https://github.com/igorkasyanchuk/active_storage_validations/commits/3.0.03 )
---
updated-dependencies:
- dependency-name: active_storage_validations
dependency-version: 3.0.3
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-15 23:47:01 +00:00
dependabot[bot]
b69e6827cc
Bump bullet from 8.0.8 to 8.1.0
...
Bumps [bullet](https://github.com/flyerhzm/bullet ) from 8.0.8 to 8.1.0.
- [Changelog](https://github.com/flyerhzm/bullet/blob/main/CHANGELOG.md )
- [Commits](https://github.com/flyerhzm/bullet/compare/8.0.8...8.1.0 )
---
updated-dependencies:
- dependency-name: bullet
dependency-version: 8.1.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-15 23:46:31 +00:00
Gaetan Craig-Riou
340f459912
Merge pull request #13791 from openfoodfoundation/dependabot/bundler/responders-3.2.0
...
Bump responders from 3.1.1 to 3.2.0
2026-02-16 10:44:39 +11:00
dependabot[bot]
33a96d5a0f
Bump responders from 3.1.1 to 3.2.0
...
Bumps [responders](https://github.com/heartcombo/responders ) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/heartcombo/responders/releases )
- [Changelog](https://github.com/heartcombo/responders/blob/main/CHANGELOG.md )
- [Commits](https://github.com/heartcombo/responders/compare/v3.1.1...v3.2.0 )
---
updated-dependencies:
- dependency-name: responders
dependency-version: 3.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-15 22:49:10 +00:00
Gaetan Craig-Riou
93d6db9d44
Merge pull request #13924 from openfoodfoundation/dependabot/npm_and_yarn/sass-loader-16.0.7
...
Bump sass-loader from 16.0.6 to 16.0.7
2026-02-16 09:42:37 +11:00
dependabot[bot]
c1068af0ba
Bump sass-loader from 16.0.6 to 16.0.7
...
Bumps [sass-loader](https://github.com/webpack/sass-loader ) from 16.0.6 to 16.0.7.
- [Release notes](https://github.com/webpack/sass-loader/releases )
- [Changelog](https://github.com/webpack/sass-loader/blob/main/CHANGELOG.md )
- [Commits](https://github.com/webpack/sass-loader/compare/v16.0.6...v16.0.7 )
---
updated-dependencies:
- dependency-name: sass-loader
dependency-version: 16.0.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-13 09:32:32 +00:00
Gaetan Craig-Riou
2557a4de39
Merge pull request #13921 from openfoodfoundation/dependabot/npm_and_yarn/qs-6.14.2
...
Bump qs from 6.14.1 to 6.14.2
2026-02-13 12:27:04 +11:00
dependabot[bot]
ab1f43f1ac
Bump qs from 6.14.1 to 6.14.2
...
Bumps [qs](https://github.com/ljharb/qs ) from 6.14.1 to 6.14.2.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.14.1...v6.14.2 )
---
updated-dependencies:
- dependency-name: qs
dependency-version: 6.14.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-13 01:17:44 +00:00
Maikel
f921524588
Merge pull request #13923 from rioug/upgrade-redit-github-action
...
Upgrade redis-github-action to 1.8.1
2026-02-13 11:45:13 +11:00
Gaetan Craig-Riou
5cbd507c1e
Upgrade redis-github-action to 1.8.1
...
The version we were using, uses an obsolete version of Docker
2026-02-13 10:20:51 +11:00
Gaetan Craig-Riou
532bfaaa2d
Merge pull request #13919 from pacodelaluna/allow-s3-compatible-provider-for-db2fog-config
...
Allow S3-compatible provider for db2fog configuration
2026-02-13 10:07:20 +11:00
Gaetan Craig-Riou
70b31a4212
Merge pull request #13918 from openfoodfoundation/dependabot/npm_and_yarn/webpack-5.105.0
...
Bump webpack from 5.104.1 to 5.105.0
2026-02-13 09:49:06 +11:00
François Turbelin
b21224d5ff
Allow s3-compatible provider for db2fog configuration
2026-02-11 13:35:22 +01:00
dependabot[bot]
4744d7b741
Bump webpack from 5.104.1 to 5.105.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.104.1 to 5.105.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack/compare/v5.104.1...v5.105.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-version: 5.105.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-11 09:33:05 +00:00
Gaetan Craig-Riou
ac1dd74e23
Merge pull request #13914 from openfoodfoundation/dependabot/npm_and_yarn/babel/plugin-transform-runtime-7.29.0
...
Bump @babel/plugin-transform-runtime from 7.28.5 to 7.29.0
2026-02-11 10:13:13 +11:00
Gaetan Craig-Riou
970f486ec0
Merge pull request #13913 from openfoodfoundation/dependabot/npm_and_yarn/tom-select-2.4.5
...
Bump tom-select from 2.4.3 to 2.4.5
2026-02-11 10:12:11 +11:00
dependabot[bot]
8c244e8b56
Bump @babel/plugin-transform-runtime from 7.28.5 to 7.29.0
...
Bumps [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime ) from 7.28.5 to 7.29.0.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.29.0/packages/babel-plugin-transform-runtime )
---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-runtime"
dependency-version: 7.29.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-10 09:33:14 +00:00
dependabot[bot]
c3cc01c677
Bump tom-select from 2.4.3 to 2.4.5
...
Bumps [tom-select](https://github.com/orchidjs/tom-select ) from 2.4.3 to 2.4.5.
- [Release notes](https://github.com/orchidjs/tom-select/releases )
- [Commits](https://github.com/orchidjs/tom-select/compare/v2.4.3...v2.4.5 )
---
updated-dependencies:
- dependency-name: tom-select
dependency-version: 2.4.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-10 09:32:51 +00:00
Gaetan Craig-Riou
c63e60d782
Merge pull request #13910 from openfoodfoundation/dependabot/npm_and_yarn/babel/core-7.29.0
...
Bump @babel/core from 7.28.6 to 7.29.0
2026-02-10 09:24:06 +11:00
dependabot[bot]
11e8c9456d
Bump @babel/core from 7.28.6 to 7.29.0
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.28.6 to 7.29.0.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.29.0/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-version: 7.29.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-09 22:10:18 +00:00
Gaetan Craig-Riou
860a21f86f
Merge pull request #13909 from openfoodfoundation/dependabot/npm_and_yarn/babel/preset-env-7.29.0
...
Bump @babel/preset-env from 7.28.6 to 7.29.0
2026-02-10 09:09:09 +11:00