-
Notifications
You must be signed in to change notification settings - Fork 50
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
feat: updated major versions for frontend-platform & paragon #947
Merged
DawoudSheraz
merged 14 commits into
openedx:master
from
BilalQamar95:bilalqamar95/frontend-platform-upgrade
Aug 2, 2024
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
11dd237
feat: updated major versions for frontend-platform & paragon
BilalQamar95 4741bd8
Merge branch 'master' into bilalqamar95/frontend-platform-upgrade
BilalQamar95 4aa9a8b
refactor: updated paragon & frontend-build to openedx scope
BilalQamar95 a5af849
refactor: updated major versions for both frontend-platform & compone…
BilalQamar95 30dbfa1
refactor: updated frontend-build version
BilalQamar95 59628d7
Merge branch 'master' of https://github.com/BilalQamar95/frontend-app…
BilalQamar95 6625a14
refactor: updated snapshots for failing tests
BilalQamar95 b74a091
Merge branch 'master' of https://github.com/BilalQamar95/frontend-app…
BilalQamar95 a17d0db
Merge branch 'master' of https://github.com/BilalQamar95/frontend-app…
BilalQamar95 757d2f4
Merge branch 'master' into bilalqamar95/frontend-platform-upgrade
BilalQamar95 21494e3
Merge branch 'master' into bilalqamar95/frontend-platform-upgrade
BilalQamar95 5644bb6
feat: major version upgrades for frontend-platform & frontend-build
BilalQamar95 1c7ad62
fix: updated snapshots for failing tests
BilalQamar95 2d1d723
fix: resolve Jest exit code 1 error by adjusting worker settings
BilalQamar95 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// eslint-disable-next-line import/no-extraneous-dependencies | ||
const { createConfig } = require('@edx/frontend-build'); | ||
const { createConfig } = require('@openedx/frontend-build'); | ||
|
||
module.exports = createConfig('eslint'); |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
const { createConfig } = require('@edx/frontend-build'); | ||
const { createConfig } = require('@openedx/frontend-build'); | ||
|
||
module.exports = createConfig('babel'); |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we moving some packages from the edx namespace to openedx?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can view axim-engineering#23 for details. I have also updated the description