forked from openedx/frontend-app-account
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[improve][fork] Update fork with lastest changes in upstream #2
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat: added cron github action to auto update brwoserlist DB periodically * feat: added workflow_dispatch for manual testing * fix: fixed error * fix: fixed indentation issue * fix: linting issue
fix: migrated functions to arrow functions to fix linting
#672) * fix(deps): update dependency @edx/frontend-component-footer to v11.3.1 * fix: updated package-lock to resolve dependency tree issue Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Bilal Qamar <[email protected]> Co-authored-by: Abdullah Waheed <[email protected]>
* fix(deps): update dependency @tensorflow/tfjs-core to v3.21.0 * fix: updated package-lock to resolve dependency tree issue Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Bilal Qamar <[email protected]> Co-authored-by: Abdullah Waheed <[email protected]>
) * fix(deps): update dependency @tensorflow/tfjs-converter to v3.21.0 * fix: updated package-lock to resolve dependency tree issue Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Bilal Qamar <[email protected]> Co-authored-by: Abdullah Waheed <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update dependency react-router-hash-link to v2 * refactor: update snapshot tests Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: mashal-m <[email protected]>
* refactor: removed deprecated paragon components from CoachingToggle and used alternatives * refactor: removed deprecated paragon components from ConfirmationModal and used alternatives * refactor: removed deprecations from EditableField and created separate component for SelectField * refactor: updated DemographicsSection to use new select component * refactor: removed deprecations from EmailField and used alternatives * refactor: removed deprecated Input from CoachingConsentForm * refactor: removed deprecated Input from DemographicsSection * refactor: removed deprecated Input from SummaryPanel component * refactor: removed deprecated CheckBox and used Form.CheckBox * refactor: fixed unit tests * refactor: changes based on PR reviews * fix: linting issue
* feat: added new translations in Makefile and updated all the translations * refactor: updated i18n index file to fix language errors
refactor: removed disable eslint and created channels constant
fix: removed extra loader while updating preferences
…918) Part of openedx/axim-engineering#23 This updates the brand alias to point to the package at the `openedx` scope. This does not impact imports because this package is used via an alias.
#903) fix: Correction to the language code for Português, Italian and German lowercase code for DE lowercase code for IT Co-authored-by: Omar Al-Ithawi <[email protected]>
Co-authored-by: Jenkins <[email protected]>
* refactor: bumped frontend-platform version * refactor: updated paragon and snapshots * refactor: bumped edx packages * refactor: bumped frontend-build version * refactor: bumped frontend-platform version * refactor: pinned paragon version
Co-authored-by: Stanislav Lunyachek <[email protected]>
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.5 to 7.23.2. - [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.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2 +/- ##
==========================================
+ Coverage 39.53% 46.53% +6.99%
==========================================
Files 106 117 +11
Lines 2188 2407 +219
Branches 582 639 +57
==========================================
+ Hits 865 1120 +255
+ Misses 1238 1213 -25
+ Partials 85 74 -11
☔ View full report in Codecov by Sentry. |
* refactor: updated README file to reflect template changes * refactor: updated README file to reflect template changes * refactor: updated README file to reflect template changes * refactor: updated README file to reflect template changes
bra-i-am
changed the title
[improve][fork] Update fork with lastest changes in upstream (Olive & Palm)
[improve][fork] Update fork with lastest changes in upstream
Nov 15, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR updates the fork of this MFE with the lastest changes in upstream
https://edunext.atlassian.net/browse/DS-717