Skip to content

Commit a3e12de

Browse files
authored
Dependency & Maintenance update (#432)
* Bump braces from 3.0.2 to 3.0.3 (#406) * Bump the production-dependencies group with 8 updates (#430) Bumps the production-dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [@natlibfi/marc-record](https://github.com/natlibfi/marc-record-js) | `9.0.0` | `9.0.1` | | [@natlibfi/marc-record-merge](https://github.com/natlibfi/marc-record-merge-js) | `7.0.3` | `7.0.5` | | [@natlibfi/marc-record-validate](https://github.com/natlibfi/marc-record-validate) | `8.0.8` | `8.0.10` | | [@natlibfi/melinda-backend-commons](https://github.com/natlibfi/melinda-backend-commons-js) | `2.3.0` | `2.3.1` | | [@natlibfi/melinda-commons](https://github.com/natlibfi/melinda-commons-js) | `13.0.15` | `13.0.16` | | [@natlibfi/melinda-record-match-validator](https://github.com/NatLibFi/melinda-record-match-validator) | `2.2.2` | `2.2.3` | | [@natlibfi/melinda-rest-api-commons](https://github.com/natlibfi/melinda-rest-api-commons) | `4.1.7` | `4.1.8` | | [@natlibfi/sru-client](https://github.com/natlibfi/sru-client-js) | `6.0.12` | `6.0.13` | * Bump the development-dependencies group with 3 updates (#431) Bumps the development-dependencies group with 3 updates: [@natlibfi/fixugen-http-server](https://github.com/natlibfi/fixugen-http-server-js), [@natlibfi/fixura](https://github.com/natlibfi/fixura-js) and [mocha](https://github.com/mochajs/mocha). * Update license to MIT (#433) * Update deps * Add missing deps: debug, fixugen * Remove unused deps: validate, marc-record-validators-melinda * Remove unused dep: chai-http * Remove unused deps: moment, chai-http * Remove unused dep: fixugen-http-server * Remove unused dep: mock-fs * Update nyc & istanbul * Node-tests: remove v19, add v22 * 3.6.3-alpha.1
1 parent cb6db3c commit a3e12de

14 files changed

+438
-1905
lines changed

.github/workflows/melinda-node-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node-version: [18.x, 19.x, 20.x]
14+
node-version: [18.x, 20.x, 22.x]
1515
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1616

1717
steps:

LICENSE.txt

+21-661
Large diffs are not rendered by default.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ Queue-item schema examle for a bulk job queueItem:
120120

121121
Copyright (c) 2020-2024 **University Of Helsinki (The National Library Of Finland)**
122122

123-
This project's source code is licensed under the terms of **GNU Affero General Public License Version 3** or any later version.
123+
This project's source code is licensed under the terms of **MIT** or any later version.

package-lock.json

+389-969
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+26-30
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"type": "git",
1414
"url": "[email protected]:NatLibFi/melinda-rest-api-validator.git"
1515
},
16-
"license": "AGPL-3.0+",
17-
"version": "3.6.2",
16+
"license": "MIT",
17+
"version": "3.6.3-alpha.1",
1818
"main": "./dist/index.js",
1919
"engines": {
2020
"node": ">=18"
@@ -35,43 +35,39 @@
3535
},
3636
"dependencies": {
3737
"@babel/runtime": "^7.25.0",
38-
"@natlibfi/marc-record": "^9.0.0",
39-
"@natlibfi/marc-record-merge": "^7.0.3",
38+
"@natlibfi/marc-record": "^9.0.1",
39+
"@natlibfi/marc-record-merge": "^7.0.5",
4040
"@natlibfi/marc-record-serializers": "^10.1.2",
41-
"@natlibfi/marc-record-validate": "^8.0.6",
42-
"@natlibfi/marc-record-validators-melinda": "^11.3.1",
43-
"@natlibfi/melinda-backend-commons": "^2.2.6",
44-
"@natlibfi/melinda-commons": "^13.0.15",
41+
"@natlibfi/melinda-backend-commons": "^2.3.1",
42+
"@natlibfi/melinda-commons": "^13.0.16",
4543
"@natlibfi/melinda-marc-record-merge-reducers": "^2.2.5",
46-
"@natlibfi/melinda-record-match-validator": "^2.2.2",
44+
"@natlibfi/melinda-record-match-validator": "^2.2.3",
4745
"@natlibfi/melinda-record-matching": "^4.3.3",
48-
"@natlibfi/melinda-rest-api-commons": "^4.1.7",
49-
"@natlibfi/sru-client": "^6.0.12",
50-
"deep-eql": "^4.1.3",
46+
"@natlibfi/melinda-rest-api-commons": "^4.1.8",
47+
"@natlibfi/sru-client": "^6.0.13",
48+
"debug": "^4.3.6",
49+
"deep-eql": "^4.1.4",
5150
"deep-object-diff": "^1.1.9",
52-
"http-status": "^1.7.4",
53-
"moment": "^2.30.1"
51+
"http-status": "^1.7.4"
5452
},
5553
"devDependencies": {
56-
"@babel/cli": "^7.23.9",
57-
"@babel/core": "^7.24.0",
58-
"@babel/node": "^7.23.9",
59-
"@babel/plugin-transform-runtime": "^7.24.0",
60-
"@babel/preset-env": "^7.24.0",
61-
"@babel/register": "^7.23.7",
62-
"@natlibfi/eslint-config-melinda-backend": "^3.0.4",
63-
"@natlibfi/fixugen-http-server": "^1.1.9",
64-
"@natlibfi/fixura": "^3.0.4",
65-
"babel-plugin-istanbul": "^6.1.1",
54+
"@babel/cli": "^7.24.8",
55+
"@babel/core": "^7.25.2",
56+
"@babel/node": "^7.25.0",
57+
"@babel/plugin-transform-runtime": "^7.24.7",
58+
"@babel/preset-env": "^7.25.3",
59+
"@babel/register": "^7.24.6",
60+
"@natlibfi/eslint-config-melinda-backend": "^3.0.5",
61+
"@natlibfi/fixugen": "^2.0.9",
62+
"@natlibfi/fixura": "^3.0.8",
63+
"babel-plugin-istanbul": "^7.0.0",
6664
"babel-plugin-rewire": "^1.2.0",
67-
"chai": "^4.4.1",
68-
"chai-http": "^4.4.0",
65+
"chai": "^4.5.0",
6966
"cross-env": "^7.0.3",
7067
"eslint": "^8.57.0",
71-
"mocha": "^10.3.0",
72-
"mock-fs": "^5.2.0",
73-
"nodemon": "^3.1.0",
74-
"nyc": "^15.1.0"
68+
"mocha": "^10.7.3",
69+
"nodemon": "^3.1.4",
70+
"nyc": "^17.0.0"
7571
},
7672
"eslintConfig": {
7773
"extends": "@natlibfi/melinda-backend"

src/index.js

-27
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,3 @@
1-
/**
2-
*
3-
* @licstart The following is the entire license notice for the JavaScript code in this file.
4-
*
5-
* RESTful API for Melinda - record validation services
6-
*
7-
* Copyright (C) 2018-2022 University Of Helsinki (The National Library Of Finland)
8-
*
9-
* This file is part of melinda-rest-api-validator
10-
*
11-
* melinda-rest-api-validator program is free software: you can redistribute it and/or modify
12-
* it under the terms of the GNU Affero General Public License as
13-
* published by the Free Software Foundation, either version 3 of the
14-
* License, or (at your option) any later version.
15-
*
16-
* melinda-rest-api-validator is distributed in the hope that it will be useful,
17-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19-
* GNU Affero General Public License for more details.
20-
*
21-
* You should have received a copy of the GNU Affero General Public License
22-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
23-
*
24-
* @licend The above is the entire license notice
25-
* for the JavaScript code in this file.
26-
*
27-
*/
281

292
import {handleInterrupt} from '@natlibfi/melinda-backend-commons';
303
import * as config from './config';

src/interfaces/validator/merge.spec.js

-27
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,3 @@
1-
/**
2-
*
3-
* @licstart The following is the entire license notice for the JavaScript code in this file.
4-
*
5-
* RESTful API for Melinda - record validation services
6-
*
7-
* Copyright (C) 2018-2022 University Of Helsinki (The National Library Of Finland)
8-
*
9-
* This file is part of melinda-rest-api-validator
10-
*
11-
* melinda-rest-api-validator program is free software: you can redistribute it and/or modify
12-
* it under the terms of the GNU Affero General Public License as
13-
* published by the Free Software Foundation, either version 3 of the
14-
* License, or (at your option) any later version.
15-
*
16-
* melinda-rest-api-validator is distributed in the hope that it will be useful,
17-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19-
* GNU Affero General Public License for more details.
20-
*
21-
* You should have received a copy of the GNU Affero General Public License
22-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
23-
*
24-
* @licend The above is the entire license notice
25-
* for the JavaScript code in this file.
26-
*
27-
*/
281

292
import generateTests from '@natlibfi/fixugen';
303
import {READERS} from '@natlibfi/fixura';

src/interfaces/validator/validate-changes.js

-27
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,3 @@
1-
/**
2-
*
3-
* @licstart The following is the entire license notice for the JavaScript code in this file.
4-
*
5-
* RESTful API for Melinda - record validation services
6-
*
7-
* Copyright (C) 2022-2023 University Of Helsinki (The National Library Of Finland)
8-
*
9-
* This file is part of melinda-rest-api-validator
10-
*
11-
* melinda-rest-api-validator program is free software: you can redistribute it and/or modify
12-
* it under the terms of the GNU Affero General Public License as
13-
* published by the Free Software Foundation, either version 3 of the
14-
* License, or (at your option) any later version.
15-
*
16-
* melinda-rest-api-validator is distributed in the hope that it will be useful,
17-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19-
* GNU Affero General Public License for more details.
20-
*
21-
* You should have received a copy of the GNU Affero General Public License
22-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
23-
*
24-
* @licend The above is the entire license notice
25-
* for the JavaScript code in this file.
26-
*
27-
*/
281

292
import deepEqual from 'deep-eql';
303
import {detailedDiff} from 'deep-object-diff';

src/interfaces/validator/validate-changes.spec.js

-27
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,3 @@
1-
/**
2-
*
3-
* @licstart The following is the entire license notice for the JavaScript code in this file.
4-
*
5-
* RESTful API for Melinda - record validation services
6-
*
7-
* Copyright (C) 2018-2022 University Of Helsinki (The National Library Of Finland)
8-
*
9-
* This file is part of melinda-rest-api-validator
10-
*
11-
* melinda-rest-api-validator program is free software: you can redistribute it and/or modify
12-
* it under the terms of the GNU Affero General Public License as
13-
* published by the Free Software Foundation, either version 3 of the
14-
* License, or (at your option) any later version.
15-
*
16-
* melinda-rest-api-validator is distributed in the hope that it will be useful,
17-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19-
* GNU Affero General Public License for more details.
20-
*
21-
* You should have received a copy of the GNU Affero General Public License
22-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
23-
*
24-
* @licend The above is the entire license notice
25-
* for the JavaScript code in this file.
26-
*
27-
*/
281

292
import generateTests from '@natlibfi/fixugen';
303
import {READERS} from '@natlibfi/fixura';

src/interfaces/validator/validate-existing-record.spec.js

-27
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,3 @@
1-
/**
2-
*
3-
* @licstart The following is the entire license notice for the JavaScript code in this file.
4-
*
5-
* Melinda record matching modules for Javascript
6-
*
7-
* Copyright (C) 2020 University Of Helsinki (The National Library Of Finland)
8-
*
9-
* This file is part of melinda-record-matching-js
10-
*
11-
* melinda-record-matching-js program is free software: you can redistribute it and/or modify
12-
* it under the terms of the GNU Lesser General Public License as
13-
* published by the Free Software Foundation, either version 3 of the
14-
* License, or (at your option) any later version.
15-
*
16-
* melinda-record-matching-js is distributed in the hope that it will be useful,
17-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19-
* GNU Lesser General Public License for more details.
20-
*
21-
* You should have received a copy of the GNU Affero General Public License
22-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
23-
*
24-
* @licend The above is the entire license notice
25-
* for the JavaScript code in this file.
26-
*
27-
*/
281

292
import generateTests from '@natlibfi/fixugen';
303
import {READERS} from '@natlibfi/fixura';

src/interfaces/validator/validate-record-state.js

-27
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,3 @@
1-
/**
2-
*
3-
* @licstart The following is the entire license notice for the JavaScript code in this file.
4-
*
5-
* RESTful API for Melinda - record validation services
6-
*
7-
* Copyright (C) 2018-2022 University Of Helsinki (The National Library Of Finland)
8-
*
9-
* This file is part of melinda-rest-api-validator
10-
*
11-
* melinda-rest-api-validator program is free software: you can redistribute it and/or modify
12-
* it under the terms of the GNU Affero General Public License as
13-
* published by the Free Software Foundation, either version 3 of the
14-
* License, or (at your option) any later version.
15-
*
16-
* melinda-rest-api-validator is distributed in the hope that it will be useful,
17-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19-
* GNU Affero General Public License for more details.
20-
*
21-
* You should have received a copy of the GNU Affero General Public License
22-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
23-
*
24-
* @licend The above is the entire license notice
25-
* for the JavaScript code in this file.
26-
*
27-
*/
281

292
import deepEqual from 'deep-eql';
303
import {detailedDiff} from 'deep-object-diff';

src/interfaces/validator/validate-record-state.spec.js

-27
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,3 @@
1-
/**
2-
*
3-
* @licstart The following is the entire license notice for the JavaScript code in this file.
4-
*
5-
* RESTful API for Melinda - record validation services
6-
*
7-
* Copyright (C) 2018-2022 University Of Helsinki (The National Library Of Finland)
8-
*
9-
* This file is part of melinda-rest-api-validator
10-
*
11-
* melinda-rest-api-validator program is free software: you can redistribute it and/or modify
12-
* it under the terms of the GNU Affero General Public License as
13-
* published by the Free Software Foundation, either version 3 of the
14-
* License, or (at your option) any later version.
15-
*
16-
* melinda-rest-api-validator is distributed in the hope that it will be useful,
17-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19-
* GNU Affero General Public License for more details.
20-
*
21-
* You should have received a copy of the GNU Affero General Public License
22-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
23-
*
24-
* @licend The above is the entire license notice
25-
* for the JavaScript code in this file.
26-
*
27-
*/
281

292
import generateTests from '@natlibfi/fixugen';
303
import {READERS} from '@natlibfi/fixura';

src/interfaces/validator/validate-update.js

-27
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,3 @@
1-
/**
2-
*
3-
* @licstart The following is the entire license notice for the JavaScript code in this file.
4-
*
5-
* RESTful API for Melinda - record validation services
6-
*
7-
* Copyright (C) 2023 University Of Helsinki (The National Library Of Finland)
8-
*
9-
* This file is part of melinda-rest-api-validator
10-
*
11-
* melinda-rest-api-validator program is free software: you can redistribute it and/or modify
12-
* it under the terms of the GNU Affero General Public License as
13-
* published by the Free Software Foundation, either version 3 of the
14-
* License, or (at your option) any later version.
15-
*
16-
* melinda-rest-api-validator is distributed in the hope that it will be useful,
17-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19-
* GNU Affero General Public License for more details.
20-
*
21-
* You should have received a copy of the GNU Affero General Public License
22-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
23-
*
24-
* @licend The above is the entire license notice
25-
* for the JavaScript code in this file.
26-
*
27-
*/
281

292
import createDebugLogger from 'debug';
303
//import {MarcRecord} from '@natlibfi/marc-record';

src/interfaces/validator/validate-update.spec.js

-27
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,3 @@
1-
/**
2-
*
3-
* @licstart The following is the entire license notice for the JavaScript code in this file.
4-
*
5-
* RESTful API for Melinda - record validation services
6-
*
7-
* Copyright (C) 2023 University Of Helsinki (The National Library Of Finland)
8-
*
9-
* This file is part of melinda-rest-api-validator
10-
*
11-
* melinda-rest-api-validator program is free software: you can redistribute it and/or modify
12-
* it under the terms of the GNU Affero General Public License as
13-
* published by the Free Software Foundation, either version 3 of the
14-
* License, or (at your option) any later version.
15-
*
16-
* melinda-rest-api-validator is distributed in the hope that it will be useful,
17-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19-
* GNU Affero General Public License for more details.
20-
*
21-
* You should have received a copy of the GNU Affero General Public License
22-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
23-
*
24-
* @licend The above is the entire license notice
25-
* for the JavaScript code in this file.
26-
*
27-
*/
281

292
import generateTests from '@natlibfi/fixugen';
303
import {READERS} from '@natlibfi/fixura';

0 commit comments

Comments
 (0)