@natlibfi/melinda-record-matching 3.0.3 → 3.0.5-alpha.1

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.
@@ -1,10 +1,2 @@
1
- # With this line @NatLibFi/melinda-js-lead owns any files in the /.github/
2
- # directory at the root of the repository and any of its
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
@@ -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.x, 16.x, 18.x]
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:
@@ -62,7 +62,7 @@ jobs:
62
62
  # Setup .npmrc file to publish to npm
63
63
  - uses: actions/setup-node@v3
64
64
  with:
65
- node-version: '14.x'
65
+ node-version: '18.x'
66
66
  registry-url: 'https://registry.npmjs.org'
67
67
  - run: npm ci
68
68
  - run: npm publish
package/README.md CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
  ## License and copyright
4
4
 
5
- Copyright (c) 2020-2022 **University Of Helsinki (The National Library Of Finland)**
5
+ Copyright (c) 2020-2023 **University Of Helsinki (The National Library Of Finland)**
6
6
 
7
7
  This project's source code is licensed under the terms of **GNU Lesser General Public License Version 3** or any later version.
package/package.json CHANGED
@@ -14,10 +14,10 @@
14
14
  "url": "git@github.com:natlibfi/melinda-record-matching-js.git"
15
15
  },
16
16
  "license": "LGPL-3.0+",
17
- "version": "3.0.3",
17
+ "version": "3.0.5-alpha.1",
18
18
  "main": "./dist/index.js",
19
19
  "engines": {
20
- "node": ">=14"
20
+ "node": ">=18"
21
21
  },
22
22
  "publishConfig": {
23
23
  "access": "public"
@@ -37,34 +37,34 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@natlibfi/marc-record": "^7.2.2",
40
- "@natlibfi/marc-record-serializers": "^9.0.2",
41
- "@natlibfi/melinda-commons": "^12.0.6",
42
- "@natlibfi/sru-client": "^5.0.3",
40
+ "@natlibfi/marc-record-serializers": "^9.0.4",
41
+ "@natlibfi/melinda-commons": "^12.0.9",
42
+ "@natlibfi/sru-client": "^5.0.4",
43
43
  "debug": "^4.3.4",
44
- "isbn3": "^1.1.28",
44
+ "isbn3": "^1.1.30",
45
45
  "moment": "^2.29.4",
46
- "natural": "^5.2.3",
46
+ "natural": "^6.1.4",
47
47
  "uuid": "^9.0.0",
48
48
  "winston": "^3.8.2"
49
49
  },
50
50
  "devDependencies": {
51
- "@babel/cli": "^7.19.3",
52
- "@babel/core": "^7.19.6",
51
+ "@babel/cli": "^7.20.7",
52
+ "@babel/core": "^7.20.12",
53
53
  "@babel/eslint-parser": "^7.19.1",
54
54
  "@babel/node": "^7.20.0",
55
- "@babel/preset-env": "^7.19.4",
55
+ "@babel/preset-env": "^7.20.2",
56
56
  "@babel/register": "^7.18.9",
57
- "@natlibfi/eslint-config-melinda-backend": "^2.0.1",
57
+ "@natlibfi/eslint-config-melinda-backend": "^2.0.2",
58
58
  "@natlibfi/fixugen": "^1.1.0",
59
59
  "@natlibfi/fixugen-http-client": "^2.0.1",
60
60
  "@natlibfi/fixura": "^2.2.5",
61
61
  "babel-plugin-istanbul": "^6.1.1",
62
62
  "babel-plugin-rewire": "^1.2.0",
63
- "chai": "^4.3.6",
63
+ "chai": "^4.3.7",
64
64
  "chai-as-promised": "^7.1.1",
65
65
  "cross-env": "^7.0.3",
66
- "eslint": "^8.26.0",
67
- "mocha": "^10.1.0",
66
+ "eslint": "^8.32.0",
67
+ "mocha": "^10.2.0",
68
68
  "nodemon": "^2.0.20",
69
69
  "nyc": "^15.1.0"
70
70
  },