Skip to content

Commit

Permalink
Merge branch 'release/7.3.0' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Feb 23, 2023
2 parents 4d6f7d4 + b378083 commit 8e9cfac
Show file tree
Hide file tree
Showing 990 changed files with 32,947 additions and 37,638 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ build/Release
# Dependency directories
node_modules/
jspm_packages/
.angular/

# TypeScript v1 declaration files
typings/
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.18.1
16.10.0
3 changes: 1 addition & 2 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Copyright 2020-2022 University of Oxford
and Health and Social Care Information Centre, also known as NHS Digital
Copyright 2020-2023 University of Oxford and NHS England

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
14 changes: 0 additions & 14 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,19 +113,6 @@
"test": {
"builder": "@angular-builders/jest:run"
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"tsconfig.app.json",
"tsconfig.spec.json",
"e2e/tsconfig.json"
],
"exclude": [
"**/node_modules/**"
]
}
},
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
Expand All @@ -141,7 +128,6 @@
}
}
},
"defaultProject": "mdm-ui",
"cli": {
"analytics": false
}
Expand Down
3 changes: 1 addition & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*
Copyright 2020-2022 University of Oxford
and Health and Social Care Information Centre, also known as NHS Digital
Copyright 2020-2023 University of Oxford and NHS England
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 3 additions & 1 deletion license-check-and-add-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"ignore": [
".angular",
".git",
".github",
"coverage",
Expand Down Expand Up @@ -27,7 +28,8 @@
"**/*.ttf",
"**/*.woff",
"**/*.woff2",
"sonar-project.properties"
"sonar-project.properties",
"src/app/external/**"
],
"license": "NOTICE",

Expand Down

0 comments on commit 8e9cfac

Please sign in to comment.