-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Node version from 18 to 20 * Update deps for the repo root * Npm audit for the repo root * Update deps for system-tests * Add a couple of box: trues * Update deps for shared-module * Npm audit for shared-module * Update deps for cms * Npm audit for cms * Update deps for course-material * Npm audit for course-material * Update deps for example-exercise * Npm audit for example-exercise * Update deps for main-frontend * Npm audit for main-frontend * Update deps for quizzes * Npm audit for quizzes * Update deps for tmc * Npm audit for tmc * cargo upgrade * Cargo update * Fix types * Cargo clippy * Cargo fmt * Eslint fixes * isLoading -> isPending * Type updates * Type updates * Fix render loop * Test fixes * Snapshot updates * Update gutenberg attributes * Documentation updates * Code style * Fixes * Fixes * Fixes * Remove unused imports * Update doc files
- Loading branch information
Showing
236 changed files
with
10,478 additions
and
8,454 deletions.
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 +1 @@ | ||
18 | ||
20 |
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 @@ | ||
FROM node:18-bookworm-slim | ||
FROM node:20-bookworm-slim | ||
|
||
RUN apt-get update \ | ||
&& apt-get upgrade -yy \ | ||
|
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
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
18 | ||
20 |
Oops, something went wrong.