MOBILE-4470 npm: Update dependencies

main
Noel De Martin 2024-05-06 12:35:34 +02:00
parent f96f208628
commit 12ae4c7529
7 changed files with 10385 additions and 12900 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 = {}));