Skip to content
Snippets Groups Projects
Commit 7350115f authored by michael.minelli's avatar michael.minelli
Browse files

Merge branch 'v4.2.0'

parents 1003fbc9 75cf9851
No related branches found
No related tags found
No related merge requests found
Pipeline #33494 passed
......@@ -17,6 +17,9 @@
- No modifications / Keep major and minors versions in sync with all parts of the project
-->
## 4.2.0 (Upcoming)
- No modifications / Keep major and minors versions in sync with all parts of the project
## 4.1.1 (2024-05-28)
......
......@@ -59,7 +59,7 @@
sed -i -r "s/,[\ \n]*\}/\}/g" src/init.ts
echo "DOTENV_KEY_PRODUCTION=\"${DOTENV_PROD_KEY}\"" > .env.keys
npx @dotenvx/dotenvx decrypt
npx @dotenvx/dotenvx@0.45.0 decrypt
mv .env.production .env
rm .env.keys
fi
......
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="MaterialThemeProjectNewConfig">
<option name="metadata">
<MTProjectMetadataState>
<option name="migrated" value="true" />
<option name="pristineConfig" value="false" />
<option name="userId" value="104e8585:19002424fea:-7ffe" />
</MTProjectMetadataState>
</option>
</component>
</project>
\ No newline at end of file
This diff is collapsed.
{
"name" : "dojo_exercise_checker",
"description" : "App that check an exercise of the Dojo project",
"version" : "4.1.1",
"version" : "4.2.0",
"license" : "AGPLv3",
"author" : "Michaël Minelli <dojo@minelli.me>",
"type" : "module",
......@@ -30,7 +30,7 @@
"test" : "echo \"Error: no test specified\" && exit 1"
},
"dependencies" : {
"@dotenvx/dotenvx" : "^0.44.1",
"@dotenvx/dotenvx" : "^0.45.0",
"@gitbeaker/core" : "^40.0.3",
"@gitbeaker/requester-utils": "^40.0.3",
"@gitbeaker/rest" : "^40.0.3",
......@@ -45,22 +45,22 @@
"tar-stream" : "^3.1.7",
"winston" : "^3.13.0",
"winston-transport" : "^4.7.0",
"yaml" : "^2.4.2",
"yaml" : "^2.4.5",
"zod" : "^3.23.8",
"zod-validation-error" : "^3.3.0"
},
"devDependencies": {
"@types/fs-extra" : "^11.0.4",
"@types/js-yaml" : "^4.0.9",
"@types/node" : "^18.19.33",
"@types/node" : "^18.19.39",
"@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.11.0",
"tsx" : "^4.16.2",
"ts-node" : "^10.9.2",
"typescript" : "^5.4.5",
"typescript-eslint" : "^7.11.0"
"typescript" : "^5.5.3",
"typescript-eslint" : "^7.15.0"
}
}
Subproject commit c2afa861bf6306ddec79ffd465a4c7b0edcd3453
Subproject commit bf75a99ba472386daa111c2fefbe69a4272ef48c
Subproject commit 55a94e77db69635e1ca837a52de29cb04d0b4138
Subproject commit 4e33e70f6035898f119369ae5db784d51d8298a0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment