Maikel
f7f7a5738a
Merge pull request #13895 from cillian/remove-angular-from-enterprise-settings-users
...
Remove Angular from Enterprise > Settings > Users section
2026-03-06 14:05:13 +11:00
Gaetan Craig-Riou
da912f21b3
Merge pull request #14003 from openfoodfoundation/dependabot/npm_and_yarn/dompurify-3.3.2
...
Bump dompurify from 3.3.1 to 3.3.2
2026-03-06 11:29:51 +11:00
dependabot[bot]
e2146eb1a3
Bump dompurify from 3.3.1 to 3.3.2
...
Bumps [dompurify](https://github.com/cure53/DOMPurify ) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/cure53/DOMPurify/releases )
- [Commits](https://github.com/cure53/DOMPurify/compare/3.3.1...3.3.2 )
---
updated-dependencies:
- dependency-name: dompurify
dependency-version: 3.3.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-05 23:10:00 +00:00
Gaetan Craig-Riou
8e19bfca3c
Merge pull request #13991 from openfoodfoundation/dependabot/npm_and_yarn/immutable-5.1.5
...
Bump immutable from 5.1.4 to 5.1.5
2026-03-06 09:59:29 +11:00
Gaetan Craig-Riou
255836b4d2
Merge pull request #13990 from openfoodfoundation/dependabot/npm_and_yarn/svgo-4.0.1
...
Bump svgo from 4.0.0 to 4.0.1
2026-03-06 09:54:52 +11:00
Gaetan Craig-Riou
fcd7b457e6
Merge pull request #13989 from openfoodfoundation/dependabot/bundler/vcr-6.4.0
...
Bump vcr from 6.3.1 to 6.4.0
2026-03-06 09:53:05 +11:00
Gaetan Craig-Riou
eb1daf425a
Merge pull request #13988 from openfoodfoundation/dependabot/npm_and_yarn/hotkeys-js-4.0.2
...
Bump hotkeys-js from 4.0.1 to 4.0.2
2026-03-06 09:51:44 +11:00
Gaetan Craig-Riou
06bc6c276a
Merge pull request #13987 from mkllnk/spring-watch
...
Add gem for spring to listen to filesystem changes efficiently
2026-03-06 09:50:32 +11:00
Gaetan Craig-Riou
6854a53bd1
Merge pull request #13785 from pacodelaluna/repair-rounding-issue-on-totals-in-reports
...
Repair rounding issue on totals in reports
2026-03-06 09:34:39 +11:00
Rachel Arnould
57186a74a8
Merge pull request #13958 from arunguleria/13864-remove-variants-dead-features
...
13864-Remove dead feature to re-arrange variants
2026-03-05 12:44:05 +01:00
dependabot[bot]
3575952d4b
Bump immutable from 5.1.4 to 5.1.5
...
Bumps [immutable](https://github.com/immutable-js/immutable-js ) from 5.1.4 to 5.1.5.
- [Release notes](https://github.com/immutable-js/immutable-js/releases )
- [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md )
- [Commits](https://github.com/immutable-js/immutable-js/compare/v5.1.4...v5.1.5 )
---
updated-dependencies:
- dependency-name: immutable
dependency-version: 5.1.5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-04 23:24:58 +00:00
dependabot[bot]
11203da5ca
Bump svgo from 4.0.0 to 4.0.1
...
Bumps [svgo](https://github.com/svg/svgo ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/svg/svgo/releases )
- [Commits](https://github.com/svg/svgo/compare/v4.0.0...v4.0.1 )
---
updated-dependencies:
- dependency-name: svgo
dependency-version: 4.0.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-04 23:08:16 +00:00
dependabot[bot]
86091a5a79
Bump vcr from 6.3.1 to 6.4.0
...
Bumps [vcr](https://github.com/vcr/vcr ) from 6.3.1 to 6.4.0.
- [Release notes](https://github.com/vcr/vcr/releases )
- [Changelog](https://github.com/vcr/vcr/blob/master/CHANGELOG.md )
- [Commits](https://github.com/vcr/vcr/compare/v6.3.1...v6.4.0 )
---
updated-dependencies:
- dependency-name: vcr
dependency-version: 6.4.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-04 09:35:06 +00:00
dependabot[bot]
f4328f1d18
Bump hotkeys-js from 4.0.1 to 4.0.2
...
Bumps [hotkeys-js](https://github.com/jaywcjlove/hotkeys-js ) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/jaywcjlove/hotkeys-js/releases )
- [Commits](https://github.com/jaywcjlove/hotkeys-js/compare/v4.0.1...v4.0.2 )
---
updated-dependencies:
- dependency-name: hotkeys-js
dependency-version: 4.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-04 09:34:51 +00:00
Maikel Linke
1bec028a09
Add gem for spring to listen to filesystem changes efficiently
...
I found that each spring process was using around 3% CPU in the
background just scanning for file changes. By default, spring polls the
file system every 0.2 seconds.
With the added gem, I can't see any CPU use of spring in the background.
2026-03-04 14:43:18 +11:00
David Cook
59547ba9e4
Merge pull request #13964 from mkllnk/flaky-spec
...
Stabilise actions_spec
2026-03-04 13:06:08 +11:00
Maikel
9fb8bb15e8
Merge pull request #13951 from zilton7/fix/spree-credit-card-brand-deprecation
...
Fix Spree::CreditCard#brand= deprecation for Rails 7.2 compatibility
2026-03-04 11:01:10 +11:00
Maikel
8aa89c0bf7
Merge pull request #13669 from pacodelaluna/repair-proxy-order-to-support-order-cycle-without-closing-time
...
Repair ProxyOrder to support order cycle without closing time
2026-03-04 10:59:21 +11:00
Cillian O'Ruanaidh
447d80c960
Fix spec due to switch to email type field
2026-03-04 10:28:40 +11:00
Cillian O'Ruanaidh
67853bb976
Use guard
2026-03-04 10:28:39 +11:00
Cillian O'Ruanaidh
d57274fc4c
Manager invitation email is only for new users
2026-03-04 10:28:39 +11:00
Cillian O'Ruanaidh
f063e2e8c6
Change to email field
2026-03-04 10:28:39 +11:00
Cillian O'Ruanaidh
d3eb887664
Align button
2026-03-04 10:28:39 +11:00
Cillian O'Ruanaidh
efae11e2af
Change assertion for flakey test failure
2026-03-04 10:28:39 +11:00
Cillian O'Ruanaidh
1554459eb9
Display a JS alert if /admin/search/known_users returns an error
2026-03-04 10:28:39 +11:00
Cillian O'Ruanaidh
50265780cf
Call AdminTooltipComponent directly and remove unnecessary partial
2026-03-04 10:28:39 +11:00
Cillian O'Ruanaidh
7433f6d183
Rename :save to save! on UserInvitation because it possibly could raise an exception
2026-03-04 10:28:39 +11:00
Cillian O'Ruanaidh
f1071575cd
Remove Angular from Enterprise > Settings > Users section
2026-03-04 10:28:36 +11:00
Maikel
7a4beb8b22
Merge pull request #13982 from openfoodfoundation/dependabot/npm_and_yarn/tom-select-2.5.2
...
Bump tom-select from 2.5.1 to 2.5.2
2026-03-04 09:49:28 +11:00
Maikel
9a48ee16cc
Merge pull request #13983 from openfoodfoundation/dependabot/npm_and_yarn/hotkeys-js-4.0.1
...
Bump hotkeys-js from 4.0.0 to 4.0.1
2026-03-04 09:48:23 +11:00
Maikel
50c0e8af7d
Merge pull request #13984 from openfoodfoundation/dependabot/bundler/pdf-reader-2.15.1
...
Bump pdf-reader from 2.15.0 to 2.15.1
2026-03-04 09:47:35 +11:00
David Cook
1cf2928f9f
Merge pull request #13979 from openfoodfoundation/RachL-patch-1
...
Update release issue template
2026-03-04 09:10:24 +11:00
François Turbelin
6cacde837d
Remove duplicated test
2026-03-03 14:27:20 +01:00
dependabot[bot]
1d2d661675
Bump pdf-reader from 2.15.0 to 2.15.1
...
Bumps [pdf-reader](https://github.com/yob/pdf-reader ) from 2.15.0 to 2.15.1.
- [Changelog](https://github.com/yob/pdf-reader/blob/main/CHANGELOG )
- [Commits](https://github.com/yob/pdf-reader/compare/v2.15.0...v2.15.1 )
---
updated-dependencies:
- dependency-name: pdf-reader
dependency-version: 2.15.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-03 09:33:47 +00:00
dependabot[bot]
5029c03205
Bump hotkeys-js from 4.0.0 to 4.0.1
...
Bumps [hotkeys-js](https://github.com/jaywcjlove/hotkeys-js ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/jaywcjlove/hotkeys-js/releases )
- [Commits](https://github.com/jaywcjlove/hotkeys-js/compare/v4.0.0...v4.0.1 )
---
updated-dependencies:
- dependency-name: hotkeys-js
dependency-version: 4.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-03 09:33:32 +00:00
dependabot[bot]
2b648f3f3c
Bump tom-select from 2.5.1 to 2.5.2
...
Bumps [tom-select](https://github.com/orchidjs/tom-select ) from 2.5.1 to 2.5.2.
- [Release notes](https://github.com/orchidjs/tom-select/releases )
- [Commits](https://github.com/orchidjs/tom-select/compare/v2.5.1...2.5.2 )
---
updated-dependencies:
- dependency-name: tom-select
dependency-version: 2.5.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-03 09:33:16 +00:00
David Cook
b2e847b551
Merge pull request #13957 from openfoodfoundation/dependabot/bundler/i18n-1.14.8
...
Bump i18n from 1.14.7 to 1.14.8
2026-03-03 17:16:58 +11:00
Maikel Linke
4873fd3275
Remove non-task item
2026-03-03 16:16:57 +11:00
Maikel Linke
e0ad4363a9
Fix formatting
2026-03-03 16:12:47 +11:00
David Cook
46de21ea2b
Restore required expectation
...
It is the whole purpose of the spec.
2026-03-03 11:06:10 +11:00
Gaetan Craig-Riou
efdbf25f86
Merge pull request #13248 from drummer83/email_whitelabel
...
White labelling all customer facing emails
2026-03-03 09:40:47 +11:00
François Turbelin
a069e4247f
Remove helper method to use direct logic
2026-03-02 22:43:18 +01:00
François Turbelin
7010cda9f7
Tidy up the tests
2026-03-02 22:07:45 +01:00
Konrad
498ed5a3ec
Resolve conflicts
2026-03-02 22:05:29 +01:00
Rachel Arnould
c7d4c6f3c4
Merge pull request #13835 from prikeshsavla/13569-remove-v3-admin-styles
...
Refactor admin CSS: Promote v3 to canonical admin styles
2026-03-02 12:29:33 +01:00
Rachel Arnould
70b2a6d999
Update release template
...
Currently testers are using google docs to store release tests. This is maybe overkill.
I've documented the steps here and the proposal is for testers to document their test in the release issue.
2026-03-02 12:22:11 +01:00
dependabot[bot]
36e3e16ba0
Bump i18n from 1.14.7 to 1.14.8
...
Bumps [i18n](https://github.com/ruby-i18n/i18n ) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/ruby-i18n/i18n/releases )
- [Changelog](https://github.com/ruby-i18n/i18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ruby-i18n/i18n/compare/v1.14.7...v1.14.8 )
---
updated-dependencies:
- dependency-name: i18n
dependency-version: 1.14.8
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-02 02:36:18 +00:00
Gaetan Craig-Riou
0f047e2c25
Merge pull request #13977 from openfoodfoundation/dependabot/npm_and_yarn/minimatch-3.1.5
...
Bump minimatch from 3.1.2 to 3.1.5
2026-03-02 12:00:02 +11:00
dependabot[bot]
ef7bd083ed
Bump minimatch from 3.1.2 to 3.1.5
...
Bumps [minimatch](https://github.com/isaacs/minimatch ) from 3.1.2 to 3.1.5.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.1.2...v3.1.5 )
---
updated-dependencies:
- dependency-name: minimatch
dependency-version: 3.1.5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-28 03:02:06 +00:00
Rachel Arnould
c13785f2e3
Merge pull request #13943 from pavelk-lab/replace-brand-story-angular-with-details
...
Replace Angular expand/collapse with native HTML <details>/<summary> for brand story
2026-02-27 15:37:00 +01:00