Merge pull request #4036 from NoelDeMartin/MOBILE-4470

MOBILE-4470: Update dependencies
main
Dani Palou 2024-05-06 13:39:26 +02:00 committed by GitHub
commit 15c32cbcd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 10425 additions and 12940 deletions

View File

@ -84,16 +84,7 @@ const appConfig = {
}, },
}, },
], ],
'@typescript-eslint/member-ordering': [ '@typescript-eslint/member-ordering': 'off',
'error',
{
default:
{
order: 'as-written',
},
}
],
'@typescript-eslint/naming-convention': [ '@typescript-eslint/naming-convention': [
'error', 'error',
{ {

Binary file not shown.

BIN
.nx/cache/nx_files.nxt vendored 100644

Binary file not shown.

View File

@ -9,6 +9,6 @@ module.exports = {
'src/**/*.{ts,html}', 'src/**/*.{ts,html}',
'!src/testing/**/*', '!src/testing/**/*',
], ],
transformIgnorePatterns: ['node_modules/(?!@stencil|@angular|@ionic|@moodlehq|@ngx-translate|swiper)'], transformIgnorePatterns: ['node_modules/(?!@stencil|@angular|@ionic|@moodlehq|@ngx-translate|@awesome-cordova-plugins|swiper)'],
moduleNameMapper: pathsToModuleNameMapper(compilerOptions.paths, { prefix: '<rootDir>/src/' }), moduleNameMapper: pathsToModuleNameMapper(compilerOptions.paths, { prefix: '<rootDir>/src/' }),
}; };

23225
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -44,14 +44,14 @@
"lang:create-langindex": "./scripts/create_langindex.sh" "lang:create-langindex": "./scripts/create_langindex.sh"
}, },
"dependencies": { "dependencies": {
"@angular/animations": "^17.1.0", "@angular/animations": "^17.3.0",
"@angular/common": "^17.1.0", "@angular/common": "^17.3.0",
"@angular/compiler": "^17.1.0", "@angular/compiler": "^17.3.0",
"@angular/core": "^17.1.0", "@angular/core": "^17.3.0",
"@angular/forms": "^17.1.0", "@angular/forms": "^17.3.0",
"@angular/platform-browser": "^17.1.0", "@angular/platform-browser": "^17.3.0",
"@angular/platform-browser-dynamic": "^17.1.0", "@angular/platform-browser-dynamic": "^17.3.0",
"@angular/router": "^17.1.0", "@angular/router": "^17.3.0",
"@awesome-cordova-plugins/badge": "^6.6.0", "@awesome-cordova-plugins/badge": "^6.6.0",
"@awesome-cordova-plugins/camera": "^6.6.0", "@awesome-cordova-plugins/camera": "^6.6.0",
"@awesome-cordova-plugins/clipboard": "^6.6.0", "@awesome-cordova-plugins/clipboard": "^6.6.0",
@ -132,15 +132,15 @@
}, },
"devDependencies": { "devDependencies": {
"@angular-builders/custom-webpack": "^17.0.0", "@angular-builders/custom-webpack": "^17.0.0",
"@angular-devkit/build-angular": "^17.1.0", "@angular-devkit/build-angular": "^17.3.0",
"@angular-eslint/builder": "^17.1.0", "@angular-eslint/builder": "^17.3.0",
"@angular-eslint/eslint-plugin": "^17.1.0", "@angular-eslint/eslint-plugin": "^17.3.0",
"@angular-eslint/eslint-plugin-template": "^17.1.0", "@angular-eslint/eslint-plugin-template": "^17.3.0",
"@angular-eslint/schematics": "^17.1.0", "@angular-eslint/schematics": "^17.3.0",
"@angular-eslint/template-parser": "^17.1.0", "@angular-eslint/template-parser": "^17.3.0",
"@angular/cli": "^17.1.0", "@angular/cli": "^17.3.0",
"@angular/compiler-cli": "^17.1.0", "@angular/compiler-cli": "^17.3.0",
"@angular/language-service": "^17.1.0", "@angular/language-service": "^17.3.0",
"@ionic/angular-toolkit": "^10.0.0", "@ionic/angular-toolkit": "^10.0.0",
"@ionic/cli": "^7.2.0", "@ionic/cli": "^7.2.0",
"@types/faker": "^5.1.3", "@types/faker": "^5.1.3",
@ -163,12 +163,8 @@
"eslint-plugin-promise": "^6.1.1", "eslint-plugin-promise": "^6.1.1",
"faker": "^5.1.0", "faker": "^5.1.0",
"fs-extra": "^9.1.0", "fs-extra": "^9.1.0",
"gulp": "4.0.2", "gulp": "^5.0.0",
"gulp-clip-empty-files": "^0.1.2", "gulp-clip-empty-files": "^0.1.2",
"gulp-concat": "^2.6.1",
"gulp-flatten": "^0.4.0",
"gulp-htmlmin": "^5.0.1",
"gulp-rename": "^2.0.0",
"gulp-slash": "^1.1.3", "gulp-slash": "^1.1.3",
"jest": "^29.7.0", "jest": "^29.7.0",
"jest-preset-angular": "^13.1.4", "jest-preset-angular": "^13.1.4",
@ -179,7 +175,8 @@
"terser-webpack-plugin": "^5.3.9", "terser-webpack-plugin": "^5.3.9",
"ts-jest": "^29.1.1", "ts-jest": "^29.1.1",
"ts-node": "^8.3.0", "ts-node": "^8.3.0",
"typescript": "~5.3.3" "typescript": "~5.3.3",
"vinyl": "^3.0.0"
}, },
"engines": { "engines": {
"node": ">=18.18.2 <19" "node": ">=18.18.2 <19"

View File

@ -1,8 +1,8 @@
diff --git a/node_modules/@angular/compiler/fesm2022/compiler.mjs b/node_modules/@angular/compiler/fesm2022/compiler.mjs diff --git a/node_modules/@angular/compiler/fesm2022/compiler.mjs b/node_modules/@angular/compiler/fesm2022/compiler.mjs
index 5831cd3..c0ae072 100755 index cbc9c4d..36f1ebc 100755
--- a/node_modules/@angular/compiler/fesm2022/compiler.mjs --- a/node_modules/@angular/compiler/fesm2022/compiler.mjs
+++ b/node_modules/@angular/compiler/fesm2022/compiler.mjs +++ b/node_modules/@angular/compiler/fesm2022/compiler.mjs
@@ -6072,13 +6072,41 @@ var R3NgModuleMetadataKind; @@ -6070,13 +6070,41 @@ var R3NgModuleMetadataKind;
R3NgModuleMetadataKind[R3NgModuleMetadataKind["Global"] = 0] = "Global"; R3NgModuleMetadataKind[R3NgModuleMetadataKind["Global"] = 0] = "Global";
R3NgModuleMetadataKind[R3NgModuleMetadataKind["Local"] = 1] = "Local"; R3NgModuleMetadataKind[R3NgModuleMetadataKind["Local"] = 1] = "Local";
})(R3NgModuleMetadataKind || (R3NgModuleMetadataKind = {})); })(R3NgModuleMetadataKind || (R3NgModuleMetadataKind = {}));

View File

@ -1,5 +1,7 @@
{ {
"addnewentry": "Add a new entry", "addnewentry": "Add a new entry",
"associatewithcourse": "Blog about course {{$a.coursename}}",
"associatewithmodule": "Blog about {{$a.modtype}}: {{$a.modname}}",
"associations": "Associations", "associations": "Associations",
"blog": "Blog", "blog": "Blog",
"blogentries": "Blog entries", "blogentries": "Blog entries",
@ -14,7 +16,5 @@
"publishtoworld": "Anyone in the world", "publishtoworld": "Anyone in the world",
"showonlyyourentries": "Show only your entries", "showonlyyourentries": "Show only your entries",
"siteblogheading": "Site blog", "siteblogheading": "Site blog",
"tags": "Tags", "tags": "Tags"
"associatewithcourse": "Blog about course {{$a.coursename}}",
"associatewithmodule": "Blog about {{$a.modtype}}: {{$a.modname}}"
} }

View File

@ -1,37 +1,37 @@
{ {
"contactdataprotectionofficer": "Contact the privacy officer", "cancelrequest": "Cancel request",
"cancelrequest": "Cancel request", "cancelrequestconfirmation": "Do you really want cancel this data request?",
"cancelrequestconfirmation": "Do you really want cancel this data request?", "contactdataprotectionofficer": "Contact the privacy officer",
"createnewdatarequest": "Create a new data request", "createnewdatarequest": "Create a new data request",
"datarequests": "Data requests", "datarequests": "Data requests",
"daterequested": "Date requested", "daterequested": "Date requested",
"deletemyaccount": "Delete my account", "deletemyaccount": "Delete my account",
"download": "Download", "download": "Download",
"message": "Message", "message": "Message",
"newrequest": "New request", "newrequest": "New request",
"nopersonaldatarequests": "You don't have any personal data requests", "nopersonaldatarequests": "You don't have any personal data requests",
"pluginname": "Data privacy", "pluginname": "Data privacy",
"replyto": "Reply to", "replyto": "Reply to",
"requestactions": "Actions", "requestactions": "Actions",
"requestby": "Requested by", "requestby": "Requested by",
"requestcomments": "Comments", "requestcomments": "Comments",
"requeststatus": "Status", "requeststatus": "Status",
"requestsubmitted": "Your request has been submitted to the privacy officer", "requestsubmitted": "Your request has been submitted to the privacy officer",
"requesttype_help": "Select the reason for contacting the privacy officer. Be aware that deletion of all personal data will result in you no longer being able to log in to the site.", "requesttype": "Type",
"requesttype": "Type", "requesttype_help": "Select the reason for contacting the privacy officer. Be aware that deletion of all personal data will result in you no longer being able to log in to the site.",
"requesttypedelete": "Delete all of my personal data", "requesttypedelete": "Delete all of my personal data",
"requesttypeexport": "Export all of my personal data", "requesttypeexport": "Export all of my personal data",
"requesttypeothers": "General enquiry", "requesttypeothers": "General enquiry",
"send": "Send", "send": "Send",
"statusapproved": "Approved", "statusapproved": "Approved",
"statusawaitingapproval": "Awaiting approval", "statusawaitingapproval": "Awaiting approval",
"statuscancelled": "Cancelled", "statuscancelled": "Cancelled",
"statuscomplete": "Complete", "statuscomplete": "Complete",
"statusdeleted": "Deleted", "statusdeleted": "Deleted",
"statusexpired": "Expired", "statusexpired": "Expired",
"statuspending": "Pending", "statuspending": "Pending",
"statuspreprocessing": "Pre-processing", "statuspreprocessing": "Pre-processing",
"statusprocessing": "Processing", "statusprocessing": "Processing",
"statusready": "Download ready", "statusready": "Download ready",
"statusrejected": "Rejected" "statusrejected": "Rejected"
} }

View File

@ -26,9 +26,9 @@
"responseby": "Respondent", "responseby": "Respondent",
"responseon": "Date", "responseon": "Date",
"sitepolicynotagreederror": "Site policy not agreed.", "sitepolicynotagreederror": "Site policy not agreed.",
"steppolicies": "Policy {{$a.numpolicy}} out of {{$a.totalpolicies}}",
"status1": "Active", "status1": "Active",
"status2": "Inactive", "status2": "Inactive",
"steppolicies": "Policy {{$a.numpolicy}} out of {{$a.totalpolicies}}",
"useracceptanceactionaccept": "Accept", "useracceptanceactionaccept": "Accept",
"useracceptanceactionacceptone": "Accept {{$a}}", "useracceptanceactionacceptone": "Accept {{$a}}",
"useracceptanceactiondecline": "Decline", "useracceptanceactiondecline": "Decline",

View File

@ -2,12 +2,12 @@
"allcategories": "All categories", "allcategories": "All categories",
"allcourses": "All courses", "allcourses": "All courses",
"empty": "What are you searching for?", "empty": "What are you searching for?",
"err_minlength": "You must enter at least {{$a.format}} characters here.",
"filtercategories": "Filter results by", "filtercategories": "Filter results by",
"filtercourses": "Search in", "filtercourses": "Search in",
"filterheader": "Filter", "filterheader": "Filter",
"globalsearch": "Global search", "globalsearch": "Global search",
"noresults": "No results for \"{{$a}}\"", "noresults": "No results for \"{{$a}}\"",
"noresultshelp": "Check for typos or try using different keywords", "noresultshelp": "Check for typos or try using different keywords",
"err_minlength": "You must enter at least {{$a.format}} characters here.",
"resultby": "By {{$a}}" "resultby": "By {{$a}}"
} }