Skip to content

chore: update sharp and image minimizer plugin (FC-94) - #665

Merged
brian-smith-tcril merged 1 commit into
openedx:masterfrom
open-craft:samuel/update-sharp
Aug 28, 2025
Merged

chore: update sharp and image minimizer plugin (FC-94)#665
brian-smith-tcril merged 1 commit into
openedx:masterfrom
open-craft:samuel/update-sharp

Conversation

@samuelallan72

@samuelallan72 samuelallan72 commented Aug 19, 2025

Copy link
Copy Markdown

Description

The old version of share has intermittent installation issues, see lovell/sharp#3851 .
These issues are fixed in the latest version, so we should update here. Also update image-minimizer-webpack-plugin to avoid incompatibility issues, because that uses sharp, and the latest version appears to be tested with the latest sharp version.

I did a quick pass over the changelogs for image-minimizer-webpack-plugin and sharp, and couldn't see any breaking changes that would affect how they are used here.

Supporting information

Fixes: #664
Private-ref: BB-9953

Testing instructions

  • verify the tests pass here

Deadline

None

@openedx-webhooks

Copy link
Copy Markdown

Thanks for the pull request, @samuelallan72!

This repository is currently maintained by @openedx/committers-frontend-build.

Once you've gone through the following steps feel free to tag them in a comment and let them know that your changes are ready for engineering review.

🔘 Get product approval

If you haven't already, check this list to see if your contribution needs to go through the product review process.

  • If it does, you'll need to submit a product proposal for your contribution, and have it reviewed by the Product Working Group.
    • This process (including the steps you'll need to take) is documented here.
  • If it doesn't, simply proceed with the next step.
🔘 Provide context

To help your reviewers and other members of the community understand the purpose and larger context of your changes, feel free to add as much of the following information to the PR description as you can:

  • Dependencies

    This PR must be merged before / after / at the same time as ...

  • Blockers

    This PR is waiting for OEP-1234 to be accepted.

  • Timeline information

    This PR must be merged by XX date because ...

  • Partner information

    This is for a course on edx.org.

  • Supporting documentation
  • Relevant Open edX discussion forum threads
🔘 Get a green build

If one or more checks are failing, continue working on your changes until this is no longer the case and your build turns green.

Details
Where can I find more information?

If you'd like to get more details on all aspects of the review process for open source pull requests (OSPRs), check out the following resources:

When can I expect my changes to be merged?

Our goal is to get community contributions seen and reviewed as efficiently as possible.

However, the amount of time that it takes to review and merge a PR can vary significantly based on factors such as:

  • The size and impact of the changes that it introduces
  • The need for product review
  • Maintenance status of the parent repository

💡 As a result it may take up to several weeks or months to complete a review and merge your PR.

@kaustavb12 kaustavb12 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

  • I tested this: Tested this in sandbox builds
  • I read through the code

@samuelallan72

Copy link
Copy Markdown
Author

Thanks @kaustavb12 🙂

@openedx/committers-frontend-build this is ready for engineering review.

@sarina sarina changed the title chore: update sharp and image minimizer plugin chore: update sharp and image minimizer plugin (FC-94) Aug 20, 2025
@sarina

sarina commented Aug 20, 2025

Copy link
Copy Markdown
Contributor

@samuelallan72 👋🏻 for work that's done as part of an Axim funded contribution, please put the FC number in the PR title (I've done so for you). Thank you!

@samuelallan72

Copy link
Copy Markdown
Author

@sarina thanks for that, I'll remember in future! 😁

@mphilbrick211 mphilbrick211 added the FC Relates to an Axim Funded Contribution project label Aug 27, 2025
@mphilbrick211 mphilbrick211 moved this from Needs Triage to Waiting on Author in Contributions Aug 27, 2025
@codecov

codecov Bot commented Aug 27, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (0376cc7) to head (79cb2d4).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@      Coverage Diff      @@
##   master   #665   +/-   ##
=============================
=============================

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@sarina

sarina commented Aug 27, 2025

Copy link
Copy Markdown
Contributor

@samuelallan72 could you please rebase this PR? The test matrix has changed recently.

The old version of share has intermittent installation issues, see
lovell/sharp#3851 .
These issues are fixed in the latest version, so we should update
here. Also update image-minimizer-webpack-plugin to avoid
incompatibility issues, because that uses sharp, and the latest version
appears to be tested with the latest sharp version.

Fixes: openedx#664
Private-ref: https://tasks.opencraft.com/browse/BB-9953
@samuelallan72

Copy link
Copy Markdown
Author

@sarina sure, rebased! :)

@sarina

sarina commented Aug 28, 2025

Copy link
Copy Markdown
Contributor

@samuelallan72 thanks! I invited you to the Triage team, so you don't have to wait for test approvals: visit https://github.com/openedx to accept the invitation.

@sarina

sarina commented Aug 28, 2025

Copy link
Copy Markdown
Contributor

@arbrandes or @brian-smith-tcril could we get some quick 👀 here? This is for improvements to the PR sandboxes.

@brian-smith-tcril brian-smith-tcril left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@samuelallan72 you mentioned

I did a quick pass over the changelogs for image-minimizer-webpack-plugin and sharp, and couldn't see any breaking changes that would affect how they are used here.

Assuming image-minimizer-webpack-plugin is properly semantically versioning their package, that means we only need to check the changes in 4.0.0.

Looking at that release https://github.com/webpack-contrib/image-minimizer-webpack-plugin/releases/tag/v4.0.0 I found

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 18.12.0 (d3f2531)

18 is lower than our minimum supported version, so this is safe to land.

@brian-smith-tcril
brian-smith-tcril merged commit 69c02eb into openedx:master Aug 28, 2025
5 checks passed
@github-project-automation github-project-automation Bot moved this from Waiting on Author to Done in Contributions Aug 28, 2025
@samuelallan72

Copy link
Copy Markdown
Author

Thanks @sarina , much appreciated! :)

Thanks for your review @brian-smith-tcril ! :)

@samuelallan72
samuelallan72 deleted the samuel/update-sharp branch August 28, 2025 22:13
@samuelallan72

samuelallan72 commented Aug 28, 2025

Copy link
Copy Markdown
Author

@sarina @brian-smith-tcril it appears releases may be handled automatically for this repo? Would you have an estimate for when this patch will be released? Thanks :)

@brian-smith-tcril

Copy link
Copy Markdown
Contributor

@samuelallan72 this commit was marked as "chore" which does not trigger a semantic release. For it to trigger a release it would have needed to be fix or feat. It will be in the next triggered release, which will happen when a fix or feat commit lands.

I'll look through some open PRs to see if there's something safe to land that'll trigger a release.

@openedx-semantic-release-bot

Copy link
Copy Markdown

🎉 This PR is included in version 14.6.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@samuelallan72

Copy link
Copy Markdown
Author

Thanks @brian-smith-tcril :)

samuelallan72 added a commit to open-craft/frontend-app-gradebook that referenced this pull request Sep 1, 2025
Earlier versions of @openedx/frontend-build used on older version of
'sharp', which caused intermittent installation issues. The version of
'sharp' was updated in @openedx/frontend-build to fix these issues, so
the frontend-build version can be updated here, to fix the issues in
this project too. See
openedx/frontend-build#664 and
openedx/frontend-build#665 for more information.

The frontend-build dependency was updated by:

```
npm install --package-lock-only @openedx/frontend-build
```

Private-ref: https://tasks.opencraft.com/browse/BB-9953
samuelallan72 added a commit to open-craft/frontend-app-learner-dashboard that referenced this pull request Sep 1, 2025
Earlier versions of @openedx/frontend-build used on older version of
'sharp', which caused intermittent installation issues. The version of
'sharp' was updated in @openedx/frontend-build to fix these issues, so
the frontend-build version can be updated here, to fix the issues in
this project too. See
openedx/frontend-build#664 and
openedx/frontend-build#665 for more information.

The frontend-build dependency was updated by:

```
npm install --package-lock-only @openedx/frontend-build
```

Private-ref: https://tasks.opencraft.com/browse/BB-9953
samuelallan72 added a commit to open-craft/frontend-app-learning that referenced this pull request Sep 1, 2025
Earlier versions of @openedx/frontend-build used on older version of
'sharp', which caused intermittent installation issues. The version of
'sharp' was updated in @openedx/frontend-build to fix these issues, so
the frontend-build version can be updated here, to fix the issues in
this project too. See
openedx/frontend-build#664 and
openedx/frontend-build#665 for more information.

The frontend-build dependency was updated by:

```
npm install --package-lock-only @openedx/frontend-build
```

Private-ref: https://tasks.opencraft.com/browse/BB-9953
samuelallan72 added a commit to open-craft/frontend-app-ora-grading that referenced this pull request Sep 1, 2025
Earlier versions of @openedx/frontend-build used on older version of
'sharp', which caused intermittent installation issues. The version of
'sharp' was updated in @openedx/frontend-build to fix these issues, so
the frontend-build version can be updated here, to fix the issues in
this project too. See
openedx/frontend-build#664 and
openedx/frontend-build#665 for more information.

The frontend-build dependency was updated by:

```
npm install --package-lock-only @openedx/frontend-build
```

Private-ref: https://tasks.opencraft.com/browse/BB-9953
samuelallan72 added a commit to open-craft/frontend-app-profile that referenced this pull request Sep 1, 2025
Earlier versions of @openedx/frontend-build used on older version of
'sharp', which caused intermittent installation issues. The version of
'sharp' was updated in @openedx/frontend-build to fix these issues, so
the frontend-build version can be updated here, to fix the issues in
this project too. See
openedx/frontend-build#664 and
openedx/frontend-build#665 for more information.

The frontend-build dependency was updated by:

```
npm install --package-lock-only @openedx/frontend-build
```

Private-ref: https://tasks.opencraft.com/browse/BB-9953
samuelallan72 added a commit to open-craft/frontend-app-discussions that referenced this pull request Sep 1, 2025
Earlier versions of @openedx/frontend-build used on older version of
'sharp', which caused intermittent installation issues. The version of
'sharp' was updated in @openedx/frontend-build to fix these issues, so
the frontend-build version can be updated here, to fix the issues in
this project too. See
openedx/frontend-build#664 and
openedx/frontend-build#665 for more information.

The frontend-build dependency was updated by:

```
npm install --package-lock-only @openedx/frontend-build
```

Private-ref: https://tasks.opencraft.com/browse/BB-9953
bradenmacdonald pushed a commit to openedx/frontend-app-authoring that referenced this pull request Sep 2, 2025
Earlier versions of @openedx/frontend-build used on older version of
'sharp', which caused intermittent installation issues. The version of
'sharp' was updated in @openedx/frontend-build to fix these issues, so
the frontend-build version can be updated here, to fix the issues in
this project too. See
openedx/frontend-build#664 and
openedx/frontend-build#665 for more information.

The frontend-build dependency was updated by:

```
npm install --package-lock-only @openedx/frontend-build
```

Private-ref: https://tasks.opencraft.com/browse/BB-9953
diana-villalvazo-wgu pushed a commit to openedx/frontend-app-profile that referenced this pull request Sep 4, 2025
Earlier versions of @openedx/frontend-build used on older version of
'sharp', which caused intermittent installation issues. The version of
'sharp' was updated in @openedx/frontend-build to fix these issues, so
the frontend-build version can be updated here, to fix the issues in
this project too. See
openedx/frontend-build#664 and
openedx/frontend-build#665 for more information.

The frontend-build dependency was updated by:

```
npm install --package-lock-only @openedx/frontend-build
```

Private-ref: https://tasks.opencraft.com/browse/BB-9953
diana-villalvazo-wgu pushed a commit to openedx/frontend-app-account that referenced this pull request Sep 4, 2025
Earlier versions of @openedx/frontend-build used on older version of
'sharp', which caused intermittent installation issues. The version of
'sharp' was updated in @openedx/frontend-build to fix these issues, so
the frontend-build version can be updated here, to fix the issues in
this project too. See
openedx/frontend-build#664 and
openedx/frontend-build#665 for more information.

The frontend-build dependency was updated by:

```
npm install --package-lock-only @openedx/frontend-build
```

Private-ref: https://tasks.opencraft.com/browse/BB-9953
bradenmacdonald added a commit to openedx/frontend-app-ora-grading that referenced this pull request Sep 5, 2025
Earlier versions of @openedx/frontend-build used on older version of
'sharp', which caused intermittent installation issues. The version of
'sharp' was updated in @openedx/frontend-build to fix these issues, so
the frontend-build version can be updated here, to fix the issues in
this project too. See
openedx/frontend-build#664 and
openedx/frontend-build#665 for more information.

The frontend-build dependency was updated by:

```
npm install --package-lock-only @openedx/frontend-build
```

Private-ref: https://tasks.opencraft.com/browse/BB-9953

Co-authored-by: Braden MacDonald <mail@bradenm.com>
diana-villalvazo-wgu pushed a commit to openedx/frontend-app-gradebook that referenced this pull request Sep 5, 2025
Earlier versions of @openedx/frontend-build used on older version of
'sharp', which caused intermittent installation issues. The version of
'sharp' was updated in @openedx/frontend-build to fix these issues, so
the frontend-build version can be updated here, to fix the issues in
this project too. See
openedx/frontend-build#664 and
openedx/frontend-build#665 for more information.

The frontend-build dependency was updated by:

```
npm install --package-lock-only @openedx/frontend-build
```

Private-ref: https://tasks.opencraft.com/browse/BB-9953
diana-villalvazo-wgu pushed a commit to openedx/frontend-app-discussions that referenced this pull request Sep 5, 2025
Earlier versions of @openedx/frontend-build used on older version of
'sharp', which caused intermittent installation issues. The version of
'sharp' was updated in @openedx/frontend-build to fix these issues, so
the frontend-build version can be updated here, to fix the issues in
this project too. See
openedx/frontend-build#664 and
openedx/frontend-build#665 for more information.

The frontend-build dependency was updated by:

```
npm install --package-lock-only @openedx/frontend-build
```

Private-ref: https://tasks.opencraft.com/browse/BB-9953
diana-villalvazo-wgu pushed a commit to openedx/frontend-app-communications that referenced this pull request Sep 5, 2025
Earlier versions of @openedx/frontend-build used on older version of
'sharp', which caused intermittent installation issues. The version of
'sharp' was updated in @openedx/frontend-build to fix these issues, so
the frontend-build version can be updated here, to fix the issues in
this project too. See
openedx/frontend-build#664 and
openedx/frontend-build#665 for more information.

The frontend-build dependency was updated by:

```
npm install --package-lock-only @openedx/frontend-build
```

Private-ref: https://tasks.opencraft.com/browse/BB-9953
samuelallan72 added a commit to open-craft/frontend-app-authn that referenced this pull request Sep 7, 2025
Earlier versions of @openedx/frontend-build used on older version of
'sharp', which caused intermittent installation issues. The version of
'sharp' was updated in @openedx/frontend-build to fix these issues, so
the frontend-build version can be updated here, to fix the issues in
this project too. See
openedx/frontend-build#664 and
openedx/frontend-build#665 for more information.

The frontend-build dependency was updated by:

```
npm install --package-lock-only @openedx/frontend-build
```

Private-ref: https://tasks.opencraft.com/browse/BB-9953
diana-villalvazo-wgu pushed a commit to openedx/frontend-app-authn that referenced this pull request Sep 8, 2025
Earlier versions of @openedx/frontend-build used on older version of
'sharp', which caused intermittent installation issues. The version of
'sharp' was updated in @openedx/frontend-build to fix these issues, so
the frontend-build version can be updated here, to fix the issues in
this project too. See
openedx/frontend-build#664 and
openedx/frontend-build#665 for more information.

The frontend-build dependency was updated by:

```
npm install --package-lock-only @openedx/frontend-build
```

Private-ref: https://tasks.opencraft.com/browse/BB-9953
filippovskii09 pushed a commit to raccoongang/frontend-app-profile that referenced this pull request Sep 12, 2025
Earlier versions of @openedx/frontend-build used on older version of
'sharp', which caused intermittent installation issues. The version of
'sharp' was updated in @openedx/frontend-build to fix these issues, so
the frontend-build version can be updated here, to fix the issues in
this project too. See
openedx/frontend-build#664 and
openedx/frontend-build#665 for more information.

The frontend-build dependency was updated by:

```
npm install --package-lock-only @openedx/frontend-build
```

Private-ref: https://tasks.opencraft.com/browse/BB-9953
arbrandes pushed a commit to openedx/frontend-app-learning that referenced this pull request Sep 12, 2025
Earlier versions of @openedx/frontend-build used on older version of
'sharp', which caused intermittent installation issues. The version of
'sharp' was updated in @openedx/frontend-build to fix these issues, so
the frontend-build version can be updated here, to fix the issues in
this project too. See
openedx/frontend-build#664 and
openedx/frontend-build#665 for more information.

The frontend-build dependency was updated by:

```
npm install --package-lock-only @openedx/frontend-build
```

Private-ref: https://tasks.opencraft.com/browse/BB-9953
nsprenkle pushed a commit to edx/frontend-app-learning that referenced this pull request Dec 23, 2025
Earlier versions of @openedx/frontend-build used on older version of
'sharp', which caused intermittent installation issues. The version of
'sharp' was updated in @openedx/frontend-build to fix these issues, so
the frontend-build version can be updated here, to fix the issues in
this project too. See
openedx/frontend-build#664 and
openedx/frontend-build#665 for more information.

The frontend-build dependency was updated by:

```
npm install --package-lock-only @openedx/frontend-build
```

Private-ref: https://tasks.opencraft.com/browse/BB-9953
nsprenkle pushed a commit to edx/frontend-app-learning that referenced this pull request Dec 23, 2025
Earlier versions of @openedx/frontend-build used on older version of
'sharp', which caused intermittent installation issues. The version of
'sharp' was updated in @openedx/frontend-build to fix these issues, so
the frontend-build version can be updated here, to fix the issues in
this project too. See
openedx/frontend-build#664 and
openedx/frontend-build#665 for more information.

The frontend-build dependency was updated by:

```
npm install --package-lock-only @openedx/frontend-build
```

Private-ref: https://tasks.opencraft.com/browse/BB-9953
nsprenkle added a commit to edx/frontend-app-learning that referenced this pull request Dec 23, 2025
commit 1d5484f
Author: Jansen Kantor <jkantor@edx.org>
Date:   Tue Oct 28 11:12:33 2025 -0400

    fix: re-add removed import (openedx#1815)

commit 52692dc
Author: Muhammad Anas <88967643+Anas12091101@users.noreply.github.com>
Date:   Fri Oct 24 22:55:12 2025 +0500

    refactor: shift grade summary calculation to backend and display "hidden grades" label in the grade table (openedx#1797)

    Refactors the grade summary logic to delegate all calculation responsibilities to the backend.
    Previously, the frontend was performing grade summary computations using data fetched from the API. Now, the API itself provides the fully computed grade summary, simplifying the frontend and ensuring consistent results across clients.

    Additionally, a "Hidden Grades" label has been added in the grade summary table to clearly indicate sections where grades are not visible to learners.

    Finally, for visibility settings that depend on the due date, this PR adds a banner on the Progress page indicating that grades are not yet released, along with the relevant due date information.

commit f91af21
Author: Jansen Kantor <jkantor@edx.org>
Date:   Mon Oct 20 12:03:07 2025 -0400

    feat: add plugin slot for content iframe error component (openedx#1771)

    * feat: add plugin slot for content iframe error component

    * style: quality

    * fix: copilot suggestions

commit 7318fb3
Author: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com>
Date:   Sun Oct 19 20:41:43 2025 -0400

    chore: update browserslist DB (openedx#1808)

    Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>

commit 7233f08
Author: Michael Roytman <mroytman@2u.com>
Date:   Wed Oct 15 13:35:20 2025 -0400

    feat: update version of frontend-lib-learning-assistant to 2.23.1 (openedx#1807)

    This commit installs version 2.23.1 of @edx/frontend-lib-learning-assistant.

    This release fixes a bug where the Xpert Learning Assistant was only available to learners in the audit and credit modes.

    See https://github.com/edx/frontend-lib-learning-assistant/releases/tag/v2.23.1.

commit d6d229f
Author: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com>
Date:   Sun Oct 12 20:40:36 2025 -0400

    chore: update browserslist DB (openedx#1799)

    Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>

commit 47b9a43
Author: Muhammad Anas <88967643+Anas12091101@users.noreply.github.com>
Date:   Wed Oct 8 18:48:07 2025 +0500

    chore: bump frontend-component-header to v8.x.x (openedx#1791)

    * chore: bump frontend-component-header to v6.6.x

    * chore: bump frontend-component-header to ^8.0.0

commit e556d5b
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Tue Oct 7 19:17:29 2025 +0000

    chore(deps): update dependency @edx/frontend-component-header to v6.4.2 (openedx#1804)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

commit 694d95a
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Tue Oct 7 16:13:33 2025 +0000

    chore(deps): update dependency @edx/frontend-component-footer to v14.9.2 (openedx#1803)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

commit e83813d
Author: PKulkoRaccoonGang <peter.kulko@raccoongang.com>
Date:   Mon Oct 6 09:00:26 2025 +0300

    build: Upgrade to node 24 and update package-lock.json

commit a54a1b8
Author: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com>
Date:   Sun Sep 28 20:39:45 2025 -0400

    chore: update browserslist DB (openedx#1795)

    Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>

commit d3188ef
Author: Feanil Patel <feanil@axim.org>
Date:   Tue Sep 23 13:52:53 2025 -0400

    build: remove unused @edx/reactifex package

    Remove @edx/reactifex package from devDependencies as it is no longer
    needed. Translation extraction functionality has been verified to work
    correctly without this dependency.

    Co-Authored-By: Claude <noreply@anthropic.com>

commit 33f7375
Author: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com>
Date:   Sun Sep 21 20:41:28 2025 -0400

    chore: update browserslist DB (openedx#1793)

    Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>

commit 8702630
Author: Agrendalath <piotr@surowiec.it>
Date:   Sat Apr 5 18:09:46 2025 +0200

    fix: ensure iframe visibility tracking is triggered on load

    The previous implementation had a race condition that sometimes prevented
    XBlocks from being marked as viewed. Users had to scroll or resize the window
    to trigger visibility tracking instead of having it happen once content loads.

commit af50d5a
Author: Peter Kulko <93188219+PKulkoRaccoonGang@users.noreply.github.com>
Date:   Tue Sep 16 17:55:28 2025 +0300

    test: Add Node 24 to CI matrix (openedx#1752)

commit 7fccf77
Author: Samuel Allan <samuel@opencraft.com>
Date:   Mon Sep 1 14:41:52 2025 +0930

    fix: update frontend-build to fix install issues

    Earlier versions of @openedx/frontend-build used on older version of
    'sharp', which caused intermittent installation issues. The version of
    'sharp' was updated in @openedx/frontend-build to fix these issues, so
    the frontend-build version can be updated here, to fix the issues in
    this project too. See
    openedx/frontend-build#664 and
    openedx/frontend-build#665 for more information.

    The frontend-build dependency was updated by:

    ```
    npm install --package-lock-only @openedx/frontend-build
    ```

    Private-ref: https://tasks.opencraft.com/browse/BB-9953

commit c760bc4
Author: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com>
Date:   Sun Sep 7 20:40:25 2025 -0400

    chore: update browserslist DB (openedx#1788)

    Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>

commit d5140a6
Author: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com>
Date:   Sun Aug 31 20:46:51 2025 -0400

    chore: update browserslist DB (openedx#1784)

    Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>

commit 9bf5d01
Author: Isaac Lee <124631592+ilee2u@users.noreply.github.com>
Date:   Mon Aug 25 12:54:13 2025 -0400

    chore: update learning assistant plugin 2.23.0 (openedx#1781)

commit f333408
Author: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com>
Date:   Sun Aug 24 20:41:09 2025 -0400

    chore: update browserslist DB (openedx#1783)

    Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>

commit 4840fff
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Aug 21 14:21:56 2025 -0700

    chore(deps): bump actions/download-artifact from 4 to 5 (openedx#1779)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v4...v5)

    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 579bd03
Author: Muhammad Adeel Tajamul <77053848+muhammadadeeltajamul@users.noreply.github.com>
Date:   Thu Aug 21 23:09:28 2025 +0500

    feat: updated notification preferences unsubscribe flow (openedx#1778)

commit 2b4a966
Author: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>
Date:   Mon Aug 18 00:39:50 2025 +0000

    chore: update browserslist DB

commit a6e4e28
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Aug 11 22:15:57 2025 +0000

    chore(deps): bump actions/checkout from 4 to 5

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)

    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit e6f7588
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Aug 5 20:30:19 2025 +0000

    chore(deps): bump js-toml from 1.0.1 to 1.0.2

    Bumps [js-toml](https://github.com/sunnyadn/js-toml) from 1.0.1 to 1.0.2.
    - [Release notes](https://github.com/sunnyadn/js-toml/releases)
    - [Commits](sunnyadn/js-toml@v1.0.1...v1.0.2)

    ---
    updated-dependencies:
    - dependency-name: js-toml
      dependency-version: 1.0.2
      dependency-type: indirect
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit db29e31
Author: Muhammad Anas <88967643+Anas12091101@users.noreply.github.com>
Date:   Mon Aug 4 19:36:44 2025 +0500

    feat: customize proctoring review requirements link using externalLinkUrlOverrides (openedx#1775)

commit e9121f9
Author: Diana Olarte <diana.olarte@edunext.co>
Date:   Mon May 26 15:39:18 2025 +1000

    feat: display the certificate available date if available in progress tab

commit 9cbc227
Author: Nawfal Ahmed <111358247+NawfalAhmed@users.noreply.github.com>
Date:   Thu Jul 31 23:53:18 2025 +0500

    feat: use discount info endpoint for streak discount information (openedx#1763)

    * feat: use discount info endpoint for streak discount information

    * feat: pass course run key to discount code info call

    * feat: move changes behind a flag

    * fix: use async IIFE inside useEffect

    * fix: fix line length

    * fix: remove default value in dev

    * fix: improve coverage by adding conditional test based on env value

    * refactor: move logic inside function

    * refactor: move functions to utils

    * fix: ignore merge config

commit 4c8aa7c
Author: Maniraja Raman <mraman-apphelix@2u.com>
Date:   Wed Jul 30 02:18:07 2025 +0530

    feat: add FEATURE_ENABLE_CHAT_V2_ENDPOINT to environment files and update library version (openedx#1768)

commit 6892633
Author: Diana Villalvazo <diana.villalvazo@wgu.edu>
Date:   Tue Jul 29 08:13:07 2025 -0600

    test: transform snapshot into rtl test 1/2 (openedx#1756)

    * test: remove snapshots and use rtl tests

    * test: improve coverage on search results test

commit 56a73ee
Author: Diana Villalvazo <diana.villalvazo@wgu.edu>
Date:   Tue Jul 29 08:03:07 2025 -0600

    test: transform snapshot into rtl test 2/2 (openedx#1757)

    * test: remove snapshots and use rtl tests

    * test: add expected result on map search

commit bf95916
Author: Jacobo Dominguez <jacobo.dominguez@wgu.edu>
Date:   Mon Jul 28 12:10:49 2025 -0600

    docs: add comprehensive readme documentation for plugin slots (openedx#1770)

commit 48270c3
Author: Diana Villalvazo <diana.villalvazo@wgu.edu>
Date:   Mon Jul 28 12:02:55 2025 -0600

    chore: remove react-unit-test-utils package (openedx#1758)

commit 33d7d66
Author: Diana Villalvazo <diana.villalvazo@wgu.edu>
Date:   Mon Jul 28 10:48:53 2025 -0600

    test: deprecate react-unit-test-utils 1/2 (openedx#1750)

commit a75c89c
Author: Diana Villalvazo <diana.villalvazo@wgu.edu>
Date:   Mon Jul 28 10:12:32 2025 -0600

    test: deprecate react-test-utils 2/2 (openedx#1751)

commit 06902d8
Author: Ihor Romaniuk <ihor.romaniuk@raccoongang.com>
Date:   Mon Jul 21 20:57:43 2025 +0200

    feat: remove waffle flags for managing course outline sidebar (openedx#1713)

    * feat: remove waffle flags for managing course outline sidebar

    * fix: flag and tests

    * fix: product-tours tests

    * fix: remove default content for SequenceNavigationSlot and update tests

    * fix: remove default content for CourseBreadcrumbsSlot

    * fix: update plugin-slots version and documentation

    * revert: update plugin-slots version

    * fix: update tests

commit e413464
Author: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com>
Date:   Sun Jul 6 20:44:46 2025 -0400

    chore: update browserslist DB (openedx#1755)

    Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>

commit 77fcc83
Author: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com>
Date:   Sun Jun 29 20:43:50 2025 -0400

    chore: update browserslist DB (openedx#1744)

    Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>

commit b050535
Author: Farhaan Bukhsh <farhaan@opencraft.com>
Date:   Tue Jul 30 00:57:46 2024 +0530

    fix: Fixes the auto_advance feature for video XBlock

    The commit adds eventlistener which picks up the autoAdvance message and
    triggers the next sequence. This has the same effect of clicking the
    next button.

    Signed-off-by: Farhaan Bukhsh <farhaan@opencraft.com>

commit ddbc212
Author: Brian Smith <112954497+brian-smith-tcril@users.noreply.github.com>
Date:   Wed Jun 18 12:07:01 2025 -0400

    feat!: add design tokens support (openedx#1737)

    BREAKING CHANGE: Pre-design-tokens theming is no longer supported.

    Co-authored-by: Diana Olarte <diana.olarte@edunext.co>

commit 462e75f
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Wed Jun 18 14:03:53 2025 +0000

    fix(deps): update dependency @edx/frontend-platform to v8.4.0 (openedx#1739)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

commit bc4c8c2
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Wed Jun 18 05:29:53 2025 +0000

    fix(deps): update dependency @edx/frontend-component-footer to v14.9.0 (openedx#1736)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

commit ecd5164
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Wed Jun 18 01:03:51 2025 +0000

    fix(deps): update dependency @openedx/frontend-build to v14.6.1 (openedx#1700)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

commit 44d952b
Author: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com>
Date:   Sun Jun 15 20:42:49 2025 -0400

    chore: update browserslist DB (openedx#1734)

    Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>
mboisson added a commit to calculquebec/frontend-app-account that referenced this pull request Jan 26, 2026
* fix(deps): update dependency @edx/frontend-component-footer to v14.7.0 (openedx#1239)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency @edx/openedx-atlas to ^0.7.0 (openedx#1240)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: update browserslist DB (openedx#1242)

Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>

* fix(deps): update dependency @edx/frontend-component-footer to v14.7.1 (openedx#1243)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @openedx/frontend-build to v14.6.0 (openedx#1244)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: temporarily disabled notification preferences course dropdown (openedx#1246)

* chore: update browserslist DB (openedx#1247)

Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>

* chore: update browserslist DB (openedx#1248)

Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>

* fix(deps): update dependency @edx/frontend-component-footer to v14.7.2 (openedx#1249)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency @edx/frontend-platform to v8.3.6 (openedx#1250)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency @edx/frontend-platform to v8.3.7 (openedx#1252)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat: added immediate option in email cadence dropdown (openedx#1251)

* feat: added immediate option in email cadence dropdown

* chore: added tests

* fix(deps): update react-router monorepo to v6.30.1 (openedx#1255)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency @openedx/paragon to v22.18.1 (openedx#1256)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: update browserslist DB (openedx#1257)

Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>

* fix(deps): update dependency @edx/frontend-platform to v8.3.8 (openedx#1258)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency @edx/frontend-component-footer to v14.8.0 (openedx#1259)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: update browserslist DB (openedx#1261)

Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>

* fix(deps): update dependency @edx/frontend-platform to v8.3.9 (openedx#1263)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency @edx/frontend-component-footer to v14.9.0 (openedx#1264)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix: untranslated user facing texts for i18n (openedx#1245)

Co-authored-by: diana-villalvazo-wgu <dianaximena.villalva@wgu.edu>

* chore: update browserslist DB (openedx#1267)

Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>

* fix(deps): update dependency @edx/frontend-platform to v8.4.0 (openedx#1268)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency @openedx/paragon to v22.20.2 (openedx#1269)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat: Add notification for discussion app

* feat!: add design tokens support (openedx#1272)

BREAKING CHANGE: Pre-design-tokens theming is no longer supported.

Co-authored-by: Diana Olarte <diana.olarte@edunext.co>

* fix: use Container component with size='xl' (openedx#1274)

* fix(deps): update dependency @openedx/paragon to v23.13.0 (openedx#1276)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @openedx/frontend-build to v14.6.1 (openedx#1275)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: update browserslist DB (openedx#1277)

Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>

* fix(deps): update dependency core-js to v3.43.0 (openedx#1278)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat: integrated notification preferences v2 API (openedx#1280)

* chore: update browserslist DB (openedx#1281)

Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>

* fix(deps): update dependency @edx/frontend-component-header to v6.4.1 (openedx#1282)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency @openedx/paragon to v23.14.0 (openedx#1283)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat: added support for non editable field in notification preference (openedx#1284)

* refactor: Replace of injectIntl with useIntl() (openedx#1296)

* fix(deps): update dependency @edx/frontend-component-header to v6.4.2 (openedx#1301)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency core-js to v3.44.0 (openedx#1302)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* refactor: Replace of injectIntl with useIntl()

* chore(deps): update dependency @testing-library/jest-dom to v6.6.4 (openedx#1311)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency @fortawesome/react-fontawesome to v0.2.3 (openedx#1312)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat: add dev script to package.json (openedx#1313)

* fix: add dev script to package.json

* docs: update readme with dev script

* chore: cleaned up course level preferences apis

* chore: updated the notification section description

* fix: fixed lint

* feat: Restore jump nav and content width (openedx#994)

* refactor: replace injectIntl

* test: improve coverage

* refactor: Replace of injectIntl with useIntl() (openedx#1297)

* refactor: Replace of injectIntl with useIntl() (openedx#1298)

* Replace of injectIntl with useIntl() 4/10 (openedx#1299)

* refactor: Replace of injectIntl with useIntl()

* fix: improve coverage

* refactor: Replace of injectIntl with useIntl() (openedx#1304)

* refactor: Replace of injectIntl with useIntl() (openedx#1305)

* refactor: Replace of injectIntl with useIntl() (openedx#1306)

* fix(deps): update dependency @openedx/paragon to v23.14.1 (openedx#1320)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency bowser to v2.12.0 (openedx#1323)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency @edx/frontend-component-header to v6.6.0 (openedx#1321)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency @edx/frontend-platform to v8.5.0 (openedx#1322)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat: add slot to extend the profile fields (openedx#1254)

* feat: add ExtendedProfileFieldsSlot component

* feat: update ExtendedProfileFieldsSlot documentation and images

* fix: format code in ExtendedProfileFieldsSlot README for consistency

* feat: add error handling to ExtendedProfileFieldsSlot component

* feat: replace ExtendedProfileFieldsSlot with AdditionalProfileFieldsSlot and update documentation

* feat: add Example component for AdditionalProfileFieldsSlot and update README

* fix: update README to reflect correct slot name and widget ID for AdditionalProfileFieldsSlot

* chore: remove unused default_fields.png image

* chore: update browserslist DB (openedx#1317)

Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>

* fix(deps): update dependency @openedx/paragon to v23.14.2 (openedx#1326)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @testing-library/jest-dom to v6.7.0 (openedx#1327)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: update browserslist DB (openedx#1331)

Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>

* fix(deps): update dependency @fortawesome/react-fontawesome to v0.2.6 (openedx#1332)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency bowser to v2.12.1 (openedx#1333)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* test: added test cases to improve test coverage (openedx#1330)

* test: added test cases to improve test coverage

* fix: updated the link for code coverage

* fix: fixed lint errors

* test: added test cases

* fix: fixed message id

* fix: long email field on account page (openedx#1024)

* fix: long email field on account page

* fix: Add tooltip to the email field

---------

Co-authored-by: Stanislav Lunyachek <stanislav.lunyachek@raccoongang.com>

* chore: update browserslist DB (openedx#1334)

Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>

* refactor: Replace of injectIntl with useIntl() (openedx#1303)

* fix: update frontend-build to fix install issues (openedx#1335)

Earlier versions of @openedx/frontend-build used on older version of
'sharp', which caused intermittent installation issues. The version of
'sharp' was updated in @openedx/frontend-build to fix these issues, so
the frontend-build version can be updated here, to fix the issues in
this project too. See
openedx/frontend-build#664 and
openedx/frontend-build#665 for more information.

The frontend-build dependency was updated by:

```
npm install --package-lock-only @openedx/frontend-build
```

Private-ref: https://tasks.opencraft.com/browse/BB-9953

* Revert "Replace of injectIntl with useIntl() 10/10"

* test: do not revert increase on coverage

* chore: update browserslist DB (openedx#1339)

Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>

* fix(deps): update dependency @edx/frontend-component-header to v6.6.1 (openedx#1341)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency @edx/frontend-component-footer to v14.9.1 (openedx#1340)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Revert "Replace of injectIntl with useIntl() 9/10" (openedx#1346)

* fix(deps): update dependency @edx/frontend-component-footer to v14.9.2 (openedx#1348)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency @edx/frontend-platform to v8.5.1 (openedx#1349)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* test: Add Node 24 to CI matrix (openedx#1342)

* chore: update browserslist DB (openedx#1350)

Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>

* fix(deps): update dependency form-urlencoded to v6.1.6 (openedx#1351)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @testing-library/jest-dom to v6.8.0 (openedx#1352)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* build: Upgrade to Node 24

* test: Remove support for Node 20 (openedx#1345)

Co-authored-by: Peter Kulko <93188219+PKulkoRaccoonGang@users.noreply.github.com>

* build: remove unused reactifex packages

Remove both reactifex and @edx/reactifex packages from devDependencies
as they are no longer needed. Translation extraction functionality has
been verified to work correctly without these dependencies.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* build: Drop translation pushing.

This is now handled via the openedx-translations repo so we don't need
this target that uses scripts from the deprecated reactifex repo.

* chore: update browserslist DB (openedx#1354)

Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>

* chore(deps): update dependency @openedx/paragon to v23.14.3 (openedx#1355)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency core-js to v3.45.1 (openedx#1356)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: update browserslist DB (openedx#1357)

Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>

* chore(deps): update dependency @openedx/paragon to v23.14.4 (openedx#1358)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @testing-library/jest-dom to v6.9.1 (openedx#1359)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: update browserslist DB (openedx#1360)

Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>

* fix(deps): update dependency core-js to v3.46.0 (openedx#1362)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @openedx/paragon to v23.14.8 (openedx#1361)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: update browserslist DB (openedx#1363)

Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>

* chore(deps): update dependency @edx/frontend-component-footer to v14.9.3 (openedx#1366)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @edx/frontend-platform to v8.5.2 (openedx#1367)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: update browserslist DB (openedx#1369)

Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>

* fix(deps): update dependency redux-saga to v1.4.2 (openedx#1370)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: update browserslist DB (openedx#1372)

Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>

* chore: update browserslist DB (openedx#1378)

Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>

* chore(deps): update react-router monorepo to v6.30.2 (openedx#1379)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: update browserslist DB (openedx#1382)

Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>

* fix(deps): update dependency bowser to v2.13.0 (openedx#1383)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency core-js to v3.47.0 (openedx#1384)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* refactor: simplify notifications channels flag logic (openedx#1381)

* chore: update browserslist DB (openedx#1388)

Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>

* feat: added env parse to boolean functionality (openedx#1389)

* feat: Change Twitter to X (openedx#1215)

* test: fix X/twitter broken tests (openedx#1399)

* fix(deps): update dependency bowser to v2.13.1 (openedx#1393)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs: update owner/maintainer (openedx#1398)

* fix(deps): update dependency qs to v6.14.1 [security] (openedx#1400)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat: implemented notifications configurations V3 API (openedx#1401)

* feat: implemented notifications configurations V3 API

* fix: removed default daily email cadence when email toggle is turned on

* chore: update browserslist DB (openedx#1392)

Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>

* chore(deps): update react-router monorepo to v6.30.3 (openedx#1402)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: update browserslist DB (openedx#1403)

Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>

* chore(deps): update dependency @edx/frontend-platform to v8.5.4 (openedx#1404)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: edX requirements bot <49161187+edx-requirements-bot@users.noreply.github.com>
Co-authored-by: abdullahwaheed <42172960+abdullahwaheed@users.noreply.github.com>
Co-authored-by: Muhammad Adeel Tajamul <77053848+muhammadadeeltajamul@users.noreply.github.com>
Co-authored-by: Diana Villalvazo <diana.villalvazo@wgu.edu>
Co-authored-by: diana-villalvazo-wgu <dianaximena.villalva@wgu.edu>
Co-authored-by: Hassan Raza <h.raza@arbisoft.com>
Co-authored-by: Brian Smith <112954497+brian-smith-tcril@users.noreply.github.com>
Co-authored-by: Diana Olarte <diana.olarte@edunext.co>
Co-authored-by: Adam Stankiewicz <agstanki@gmail.com>
Co-authored-by: Ahtisham Shahid <ahtisham300@gmail.com>
Co-authored-by: wgu-jesse-stewart <jesse.stewart@wgu.edu>
Co-authored-by: eemaanamir <eemaan.amir@gmail.com>
Co-authored-by: Eemaan Amir <57627710+eemaanamir@users.noreply.github.com>
Co-authored-by: Stanislav <stanislav.lunyachek@raccoongang.com>
Co-authored-by: sundasnoreen12 <72802712+sundasnoreen12@users.noreply.github.com>
Co-authored-by: Brayan Cerón <brayan.ceron@edunext.co>
Co-authored-by: bydawen <oleksandr.buhaienko@raccoongang.com>
Co-authored-by: Samuel Allan <samuelengineer@fastmail.com>
Co-authored-by: Awais Ansari <79941147+awais-ansari@users.noreply.github.com>
Co-authored-by: Peter Kulko <93188219+PKulkoRaccoonGang@users.noreply.github.com>
Co-authored-by: Feanil Patel <feanil@axim.org>
Co-authored-by: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

FC Relates to an Axim Funded Contribution project open-source-contribution PR author is not from Axim or 2U released

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Update sharp dependency

7 participants