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

Merge branch 'v4.2.0'

parents 85ed09f2 26c5424f
Branches
No related tags found
No related merge requests found
Pipeline #33493 passed
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
sed -i -r "s/,[\ \n]*\}/\}/g" src/init.ts sed -i -r "s/,[\ \n]*\}/\}/g" src/init.ts
echo "DOTENV_KEY_PRODUCTION=\"${DOTENV_PROD_KEY}\"" > .env.keys echo "DOTENV_KEY_PRODUCTION=\"${DOTENV_PROD_KEY}\"" > .env.keys
npx @dotenvx/dotenvx decrypt npx @dotenvx/dotenvx@0.45.0 decrypt
mv .env.production .env mv .env.production .env
rm .env.keys rm .env.keys
fi 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_assignment_checker", "name" : "dojo_assignment_checker",
"description" : "App that check an assignment of the Dojo project", "description" : "App that check an assignment of the Dojo project",
"version" : "4.1.1", "version" : "4.2.0",
"license" : "AGPLv3", "license" : "AGPLv3",
"author" : "Michaël Minelli <dojo@minelli.me>", "author" : "Michaël Minelli <dojo@minelli.me>",
"type" : "module", "type" : "module",
...@@ -30,8 +30,8 @@ ...@@ -30,8 +30,8 @@
"test" : "echo \"Error: no test specified\" && exit 1" "test" : "echo \"Error: no test specified\" && exit 1"
}, },
"dependencies" : { "dependencies" : {
"@dotenvx/dotenvx" : "^0.44.1", "@dotenvx/dotenvx" : "^0.45.0",
"@eslint/js" : "^9.3.0", "@eslint/js" : "^9.6.0",
"@gitbeaker/core" : "^40.0.3", "@gitbeaker/core" : "^40.0.3",
"@gitbeaker/requester-utils": "^40.0.3", "@gitbeaker/requester-utils": "^40.0.3",
"@gitbeaker/rest" : "^40.0.3", "@gitbeaker/rest" : "^40.0.3",
...@@ -46,21 +46,21 @@ ...@@ -46,21 +46,21 @@
"tar-stream" : "^3.1.7", "tar-stream" : "^3.1.7",
"winston" : "^3.13.0", "winston" : "^3.13.0",
"winston-transport" : "^4.7.0", "winston-transport" : "^4.7.0",
"yaml" : "^2.4.2", "yaml" : "^2.4.5",
"zod" : "^3.23.8", "zod" : "^3.23.8",
"zod-validation-error" : "^3.3.0" "zod-validation-error" : "^3.3.0"
}, },
"devDependencies": { "devDependencies": {
"@types/fs-extra" : "^11.0.4", "@types/fs-extra" : "^11.0.4",
"@types/js-yaml" : "^4.0.9", "@types/js-yaml" : "^4.0.9",
"@types/node" : "^18.19.33", "@types/node" : "^18.19.39",
"@types/tar-stream" : "^3.1.3", "@types/tar-stream" : "^3.1.3",
"eslint" : "^8.57.0", "eslint" : "^8.57.0",
"genversion" : "^3.2.0", "genversion" : "^3.2.0",
"pkg" : "^5.8.1", "pkg" : "^5.8.1",
"tiny-typed-emitter": "^2.1.0", "tiny-typed-emitter": "^2.1.0",
"tsx" : "^4.11.0", "tsx" : "^4.16.2",
"typescript" : "^5.4.5", "typescript" : "^5.5.3",
"typescript-eslint" : "^7.11.0" "typescript-eslint" : "^7.15.0"
} }
} }
Subproject commit c2afa861bf6306ddec79ffd465a4c7b0edcd3453 Subproject commit bf75a99ba472386daa111c2fefbe69a4272ef48c
Subproject commit 55a94e77db69635e1ca837a52de29cb04d0b4138 Subproject commit 4e33e70f6035898f119369ae5db784d51d8298a0
...@@ -17,6 +17,9 @@ ...@@ -17,6 +17,9 @@
- No modifications / Keep major and minors versions in sync with all parts of the project - 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) ## 4.1.1 (2024-05-28)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment