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': [
'error',
{
default:
{
order: 'as-written',
},
}
],
'@typescript-eslint/member-ordering': 'off',
'@typescript-eslint/naming-convention': [
'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/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/' }),
};

23199
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"
},
"dependencies": {
"@angular/animations": "^17.1.0",
"@angular/common": "^17.1.0",
"@angular/compiler": "^17.1.0",
"@angular/core": "^17.1.0",
"@angular/forms": "^17.1.0",
"@angular/platform-browser": "^17.1.0",
"@angular/platform-browser-dynamic": "^17.1.0",
"@angular/router": "^17.1.0",
"@angular/animations": "^17.3.0",
"@angular/common": "^17.3.0",
"@angular/compiler": "^17.3.0",
"@angular/core": "^17.3.0",
"@angular/forms": "^17.3.0",
"@angular/platform-browser": "^17.3.0",
"@angular/platform-browser-dynamic": "^17.3.0",
"@angular/router": "^17.3.0",
"@awesome-cordova-plugins/badge": "^6.6.0",
"@awesome-cordova-plugins/camera": "^6.6.0",
"@awesome-cordova-plugins/clipboard": "^6.6.0",
@ -132,15 +132,15 @@
},
"devDependencies": {
"@angular-builders/custom-webpack": "^17.0.0",
"@angular-devkit/build-angular": "^17.1.0",
"@angular-eslint/builder": "^17.1.0",
"@angular-eslint/eslint-plugin": "^17.1.0",
"@angular-eslint/eslint-plugin-template": "^17.1.0",
"@angular-eslint/schematics": "^17.1.0",
"@angular-eslint/template-parser": "^17.1.0",
"@angular/cli": "^17.1.0",
"@angular/compiler-cli": "^17.1.0",
"@angular/language-service": "^17.1.0",
"@angular-devkit/build-angular": "^17.3.0",
"@angular-eslint/builder": "^17.3.0",
"@angular-eslint/eslint-plugin": "^17.3.0",
"@angular-eslint/eslint-plugin-template": "^17.3.0",
"@angular-eslint/schematics": "^17.3.0",
"@angular-eslint/template-parser": "^17.3.0",
"@angular/cli": "^17.3.0",
"@angular/compiler-cli": "^17.3.0",
"@angular/language-service": "^17.3.0",
"@ionic/angular-toolkit": "^10.0.0",
"@ionic/cli": "^7.2.0",
"@types/faker": "^5.1.3",
@ -163,12 +163,8 @@
"eslint-plugin-promise": "^6.1.1",
"faker": "^5.1.0",
"fs-extra": "^9.1.0",
"gulp": "4.0.2",
"gulp": "^5.0.0",
"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",
"jest": "^29.7.0",
"jest-preset-angular": "^13.1.4",
@ -179,7 +175,8 @@
"terser-webpack-plugin": "^5.3.9",
"ts-jest": "^29.1.1",
"ts-node": "^8.3.0",
"typescript": "~5.3.3"
"typescript": "~5.3.3",
"vinyl": "^3.0.0"
},
"engines": {
"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
index 5831cd3..c0ae072 100755
index cbc9c4d..36f1ebc 100755
--- a/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["Local"] = 1] = "Local";
})(R3NgModuleMetadataKind || (R3NgModuleMetadataKind = {}));

View File

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

View File

@ -1,7 +1,7 @@
{
"contactdataprotectionofficer": "Contact the privacy officer",
"cancelrequest": "Cancel request",
"cancelrequestconfirmation": "Do you really want cancel this data request?",
"contactdataprotectionofficer": "Contact the privacy officer",
"createnewdatarequest": "Create a new data request",
"datarequests": "Data requests",
"daterequested": "Date requested",
@ -17,8 +17,8 @@
"requestcomments": "Comments",
"requeststatus": "Status",
"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_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",
"requesttypeexport": "Export all of my personal data",
"requesttypeothers": "General enquiry",

View File

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

View File

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