Compare commits
27 Commits
v14.9.1
...
renovate/m
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
348766a276 | ||
|
|
8a5ba98e96 | ||
|
|
29e96e3b5a | ||
|
|
1abf704144 | ||
|
|
9905fff1a0 | ||
|
|
c63030a52d | ||
|
|
08445d891d | ||
|
|
1dc8f3e654 | ||
|
|
0f56f46109 | ||
|
|
8b9246efe7 | ||
|
|
b1335b9373 | ||
|
|
bbe3b58620 | ||
|
|
c99804bff4 | ||
|
|
2d03191631 | ||
|
|
c23d3fe74d | ||
|
|
1d12c6506e | ||
|
|
39a88243e5 | ||
|
|
9466f6aced | ||
|
|
7cb75a333f | ||
|
|
4dcbae37f2 | ||
|
|
636e71e141 | ||
|
|
320cfa17a2 | ||
|
|
b61302c3f5 | ||
|
|
e6444392a6 | ||
|
|
cd10265c60 | ||
|
|
c7a84e62f1 | ||
|
|
2d3c5ecc4c |
14
.github/workflows/release.yml
vendored
14
.github/workflows/release.yml
vendored
@@ -4,6 +4,11 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- alpha
|
||||
|
||||
permissions:
|
||||
id-token: write # Required for OIDC
|
||||
contents: write # For Semantic Release tagging
|
||||
|
||||
jobs:
|
||||
release:
|
||||
name: Release
|
||||
@@ -13,12 +18,10 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Setup Nodejs Env
|
||||
run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ env.NODE_VER }}
|
||||
node-version-file: '.nvmrc'
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
- name: Validate package-lock.json changes
|
||||
@@ -37,7 +40,6 @@ jobs:
|
||||
- name: Build
|
||||
run: npm run build
|
||||
- name: Release
|
||||
run: npx semantic-release@25
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }}
|
||||
NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }}
|
||||
run: npx semantic-release
|
||||
GITHUB_TOKEN: ${{ secrets.OPENEDX_SEMANTIC_RELEASE_GITHUB_TOKEN }}
|
||||
|
||||
@@ -62,9 +62,9 @@ Cloning and Startup
|
||||
|
||||
``git clone https://github.com/openedx/frontend-component-footer.git``
|
||||
|
||||
2. Use node v18.x.
|
||||
2. Use node v24.x.
|
||||
|
||||
The current version of the micro-frontend build scripts support node 18.
|
||||
The current version of the micro-frontend build scripts support node 24.
|
||||
Using other major versions of node *may* work, but this is unsupported. For
|
||||
convenience, this repository includes an .nvmrc file to help in setting the
|
||||
correct node version via `nvm <https://github.com/nvm-sh/nvm>`_.
|
||||
|
||||
10727
package-lock.json
generated
10727
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
@@ -34,10 +34,9 @@
|
||||
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2",
|
||||
"@edx/browserslist-config": "^1.1.1",
|
||||
"@edx/frontend-platform": "^8.2.1",
|
||||
"@edx/reactifex": "^2.1.1",
|
||||
"@openedx/frontend-build": "^14.3.1",
|
||||
"@openedx/paragon": "^23.3.0",
|
||||
"@testing-library/jest-dom": "^5.16.4",
|
||||
"@testing-library/jest-dom": "^6.0.0",
|
||||
"@testing-library/react": "^16.2.0",
|
||||
"@testing-library/dom": "^10.4.0",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
@@ -45,22 +44,21 @@
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-redux": "8.1.3",
|
||||
"react-router-dom": "6.30.1",
|
||||
"react-router-dom": "6.30.2",
|
||||
"react-test-renderer": "18.3.1",
|
||||
"redux": "4.2.1",
|
||||
"semantic-release": "21.1.2"
|
||||
"semantic-release": "21.1.2",
|
||||
"ts-jest": "^29.1.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "6.7.2",
|
||||
"@fortawesome/free-brands-svg-icons": "6.7.2",
|
||||
"@fortawesome/free-regular-svg-icons": "6.7.2",
|
||||
"@fortawesome/free-solid-svg-icons": "6.7.2",
|
||||
"@fortawesome/react-fontawesome": "0.2.2",
|
||||
"@fortawesome/react-fontawesome": "0.2.6",
|
||||
"@openedx/frontend-plugin-framework": "^1.7.0",
|
||||
"classnames": "^2.5.1",
|
||||
"jest-environment-jsdom": "^29.7.0",
|
||||
"lodash": "^4.17.21",
|
||||
"ts-jest": "^29.1.2"
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@edx/frontend-platform": "^7.0.0 || ^8.0.0",
|
||||
|
||||
@@ -23,7 +23,7 @@ const BUTTONS = [
|
||||
},
|
||||
{
|
||||
as: 'a',
|
||||
href: 'https://sandbox.openedx.org/courses/course-v1:OpenedX+01-2024+2024-1/about',
|
||||
href: 'https://training.openedx.io/courses/course-v1:OpenedX+DemoX+Demo_Course/about',
|
||||
size: 'sm',
|
||||
message: messages.openEdxDemoCourseButtonLabel,
|
||||
dataTestid: 'openEdXDemoCourseButton',
|
||||
|
||||
Reference in New Issue
Block a user