Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DojoExerciseChecker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dojo Project (HES-SO)
Projects
Pipelines
DojoExerciseChecker
Compare revisions
e1e30af91773875181d158ac3c8c1379b539b026 to b09c5235f2fa49d74cc13d243d816385b8f3103c
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
dojo_project/projects/pipelines/dojoexercisechecker
Select target project
No results found
b09c5235f2fa49d74cc13d243d816385b8f3103c
Select Git revision
Branches
jw_sonar
jw_sonar_backup
main
move-to-esm-only
update-dependencies
v5.0.0
v6.0.0
Tags
2.0.0
2.1.0
2.2.0
3.0.0
3.0.1
3.1.0
3.2.0
3.3.0
3.4.0
3.5.0
4.0.0
4.1.0
4.1.1
4.2.0
5.0.0
6.0.0-dev
v1.0.1
24 results
Swap
Target
dojo_project/projects/pipelines/dojoexercisechecker
Select target project
dojo_project/projects/pipelines/dojoexercisechecker
1 result
e1e30af91773875181d158ac3c8c1379b539b026
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Update dependencies
· 8864533c
michael.minelli
authored
4 months ago
8864533c
Merge branch 'update-dependencies' into v6.0.0
· b09c5235
michael.minelli
authored
4 months ago
b09c5235
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
ExerciseChecker/package-lock.json
+1354
-673
1354 additions, 673 deletions
ExerciseChecker/package-lock.json
ExerciseChecker/package.json
+14
-15
14 additions, 15 deletions
ExerciseChecker/package.json
ExerciseChecker/src/shared
+1
-1
1 addition, 1 deletion
ExerciseChecker/src/shared
with
1369 additions
and
689 deletions
ExerciseChecker/package-lock.json
View file @
b09c5235
Source diff could not be displayed: it is too large. Options to address this:
view the blob
.
This diff is collapsed.
Click to expand it.
ExerciseChecker/package.json
View file @
b09c5235
...
...
@@ -31,36 +31,35 @@
},
"dependencies"
:
{
"@dotenvx/dotenvx"
:
"^0.45.0"
,
"@gitbeaker/core"
:
"^4
0.0.3
"
,
"@gitbeaker/requester-utils"
:
"^4
0.0.3
"
,
"@gitbeaker/rest"
:
"^4
0.0.3
"
,
"@gitbeaker/core"
:
"^4
2.1.0
"
,
"@gitbeaker/requester-utils"
:
"^4
2.1.0
"
,
"@gitbeaker/rest"
:
"^4
2.1.0
"
,
"axios"
:
"^1.7.2"
,
"boxen"
:
"^5.1.2"
,
"chalk"
:
"^4.1.2"
,
"form-data"
:
"^4.0.
0
"
,
"fs-extra"
:
"^11.
2
.0"
,
"form-data"
:
"^4.0.
2
"
,
"fs-extra"
:
"^11.
3
.0"
,
"http-status-codes"
:
"^2.3.0"
,
"json5"
:
"^2.2.3"
,
"ora"
:
"^5.4.1"
,
"tar-stream"
:
"^3.1.7"
,
"winston"
:
"^3.1
3
.0"
,
"winston-transport"
:
"^4.
7
.0"
,
"yaml"
:
"^2.
4.5
"
,
"zod"
:
"^3.2
3.8
"
,
"zod-validation-error"
:
"^3.
3
.0"
"winston"
:
"^3.1
7
.0"
,
"winston-transport"
:
"^4.
9
.0"
,
"yaml"
:
"^2.
7.0
"
,
"zod"
:
"^3.2
4.2
"
,
"zod-validation-error"
:
"^3.
4
.0"
},
"devDependencies"
:
{
"@types/fs-extra"
:
"^11.0.4"
,
"@types/js-yaml"
:
"^4.0.9"
,
"@types/node"
:
"^18.19.
39
"
,
"@types/node"
:
"^18.19.
76
"
,
"@types/tar-stream"
:
"^3.1.3"
,
"eslint"
:
"^8.57.0"
,
"genversion"
:
"^3.2.0"
,
"pkg"
:
"^5.8.1"
,
"tiny-typed-emitter"
:
"^2.1.0"
,
"tsx"
:
"^4.1
6.2
"
,
"tsx"
:
"^4.1
9.3
"
,
"ts-node"
:
"^10.9.2"
,
"typescript"
:
"
^
5.5.
3
"
,
"typescript-eslint"
:
"^7.1
5
.0"
"typescript"
:
"
~
5.5.
4
"
,
"typescript-eslint"
:
"^7.1
8
.0"
}
}
This diff is collapsed.
Click to expand it.
shared
@
92008b25
Compare
de8af98a
...
92008b25
Subproject commit
de8af98ab1085f83a5756e797812b400298689dd
Subproject commit
92008b25753c96bef9917cd39baab3a4d160cd9c
This diff is collapsed.
Click to expand it.