@natlibfi/marc-record-validators-melinda 9.1.1 → 9.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/CODEOWNERS +2 -10
- package/.github/dependabot.yml +2 -2
- package/.github/workflows/melinda-node-tests.yml +3 -3
- package/README.md +1 -1
- package/package.json +10 -10
package/.github/CODEOWNERS
CHANGED
|
@@ -1,10 +1,2 @@
|
|
|
1
|
-
# With this line @NatLibFi/melinda-js-lead owns any files in
|
|
2
|
-
|
|
3
|
-
# subdirectories.
|
|
4
|
-
/.github/ @NatLibFi/melinda-js-lead
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
# With this line @NatLibFi/melinda-js-lead owns any files in the /src/
|
|
8
|
-
# directory at the root of the repository and any of its
|
|
9
|
-
# subdirectories.
|
|
10
|
-
/src/ @NatLibFi/melinda-js-lead
|
|
1
|
+
# With this line @NatLibFi/melinda-js-lead owns any files in this repository
|
|
2
|
+
* @NatLibFi/melinda-js-lead
|
package/.github/dependabot.yml
CHANGED
|
@@ -10,6 +10,7 @@ updates:
|
|
|
10
10
|
interval: "daily"
|
|
11
11
|
time: "06:30"
|
|
12
12
|
timezone: "Europe/Helsinki"
|
|
13
|
+
target-branch: "dependencies"
|
|
13
14
|
|
|
14
15
|
# Minor updates to npm production dependencies daily
|
|
15
16
|
- package-ecosystem: "npm"
|
|
@@ -19,10 +20,9 @@ updates:
|
|
|
19
20
|
time: "06:45"
|
|
20
21
|
timezone: "Europe/Helsinki"
|
|
21
22
|
versioning-strategy: lockfile-only
|
|
22
|
-
labels:
|
|
23
|
-
- "npm minor dependencies"
|
|
24
23
|
allow:
|
|
25
24
|
- dependency-type: "production"
|
|
25
|
+
target-branch: "dependencies"
|
|
26
26
|
|
|
27
27
|
# Major updates to npm dependencies weekly @tuesday
|
|
28
28
|
# Not possible yet https://github.com/dependabot/dependabot-core/issues/1778
|
|
@@ -11,7 +11,7 @@ jobs:
|
|
|
11
11
|
|
|
12
12
|
strategy:
|
|
13
13
|
matrix:
|
|
14
|
-
node-version: [
|
|
14
|
+
node-version: [16.x, 18.x, 19.x]
|
|
15
15
|
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
|
16
16
|
|
|
17
17
|
steps:
|
|
@@ -32,7 +32,7 @@ jobs:
|
|
|
32
32
|
njsscan:
|
|
33
33
|
name: Njsscan-check
|
|
34
34
|
runs-on: ubuntu-latest
|
|
35
|
-
container: docker://node:
|
|
35
|
+
container: docker://node:18
|
|
36
36
|
|
|
37
37
|
steps:
|
|
38
38
|
- name: Checkout the code
|
|
@@ -53,7 +53,7 @@ jobs:
|
|
|
53
53
|
# Setup .npmrc file to publish to npm
|
|
54
54
|
- uses: actions/setup-node@v3
|
|
55
55
|
with:
|
|
56
|
-
node-version: '
|
|
56
|
+
node-version: '18.x'
|
|
57
57
|
registry-url: 'https://registry.npmjs.org'
|
|
58
58
|
- run: npm ci
|
|
59
59
|
- run: npm publish
|
package/README.md
CHANGED
|
@@ -3,6 +3,6 @@ MARC record validators used in Melinda. See [wiki](https://github.com/NatLibFi/m
|
|
|
3
3
|
|
|
4
4
|
## License and copyright
|
|
5
5
|
|
|
6
|
-
Copyright (c) 2014-
|
|
6
|
+
Copyright (c) 2014-2023 **University Of Helsinki (The National Library Of Finland)**
|
|
7
7
|
|
|
8
8
|
This project's source code is licensed under the terms of **MIT** or any later version.
|
package/package.json
CHANGED
|
@@ -14,13 +14,13 @@
|
|
|
14
14
|
"url": "git@github.com:natlibfi/marc-record-validators-melinda.git"
|
|
15
15
|
},
|
|
16
16
|
"license": "MIT",
|
|
17
|
-
"version": "9.
|
|
17
|
+
"version": "9.2.0",
|
|
18
18
|
"main": "./dist/index.js",
|
|
19
19
|
"publishConfig": {
|
|
20
20
|
"access": "public"
|
|
21
21
|
},
|
|
22
22
|
"engines": {
|
|
23
|
-
"node": ">=
|
|
23
|
+
"node": ">=18"
|
|
24
24
|
},
|
|
25
25
|
"scripts": {
|
|
26
26
|
"prepare": "npm run build",
|
|
@@ -38,21 +38,21 @@
|
|
|
38
38
|
"@babel/register": "^7.18.9",
|
|
39
39
|
"@natlibfi/issn-verify": "^1.0.0",
|
|
40
40
|
"@natlibfi/marc-record": "^7.2.2",
|
|
41
|
-
"@natlibfi/marc-record-validate": "^7.0.
|
|
41
|
+
"@natlibfi/marc-record-validate": "^7.0.3",
|
|
42
42
|
"cld3-asm": "^3.1.1",
|
|
43
43
|
"debug": "^4.3.4",
|
|
44
|
-
"isbn3": "^1.1.
|
|
44
|
+
"isbn3": "^1.1.30",
|
|
45
45
|
"langs": "^2.0.0",
|
|
46
|
-
"node-fetch": "^2.6.
|
|
46
|
+
"node-fetch": "^2.6.8",
|
|
47
47
|
"xml2js": ">=0.4.23 <1.0.0",
|
|
48
48
|
"clone": "^2.1.2"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
|
-
"@natlibfi/marc-record-validate": "^7.0.
|
|
51
|
+
"@natlibfi/marc-record-validate": "^7.0.3"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@babel/cli": "^7.
|
|
55
|
-
"@babel/core": "^7.20.
|
|
54
|
+
"@babel/cli": "^7.20.7",
|
|
55
|
+
"@babel/core": "^7.20.12",
|
|
56
56
|
"@babel/eslint-parser": "^7.19.1",
|
|
57
57
|
"@babel/preset-env": "^7.20.2",
|
|
58
58
|
"@natlibfi/eslint-config-melinda-backend": "^2.0.2",
|
|
@@ -63,9 +63,9 @@
|
|
|
63
63
|
"chai": "^4.3.7",
|
|
64
64
|
"chai-as-promised": "^7.1.1",
|
|
65
65
|
"cross-env": "^7.0.3",
|
|
66
|
-
"eslint": "^8.
|
|
66
|
+
"eslint": "^8.32.0",
|
|
67
67
|
"fetch-mock": "^9.11.0",
|
|
68
|
-
"mocha": "^10.
|
|
68
|
+
"mocha": "^10.2.0",
|
|
69
69
|
"nyc": "^15.1.0"
|
|
70
70
|
},
|
|
71
71
|
"eslintConfig": {
|