@natlibfi/melinda-commons 12.0.7 → 12.0.9

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,9 +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
- # With this line @NatLibFi/melinda-js-lead owns any files in the /src/
7
- # directory at the root of the repository and any of its
8
- # subdirectories.
9
- /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
 
15
16
  # Minor updates to npm production dependencies daily
@@ -20,10 +21,9 @@ updates:
20
21
  time: "06:45"
21
22
  timezone: "Europe/Helsinki"
22
23
  versioning-strategy: lockfile-only
23
- labels:
24
- - "npm minor dependencies"
25
24
  allow:
26
25
  - dependency-type: "production"
26
+ target-branch: dependencies
27
27
 
28
28
  # Major updates to npm dependencies weekly @tuesday
29
29
  # 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: '16.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/package.json CHANGED
@@ -14,10 +14,10 @@
14
14
  "url": "git@github.com:natlibfi/melinda-commons-js.git"
15
15
  },
16
16
  "license": "MIT",
17
- "version": "12.0.7",
17
+ "version": "12.0.9",
18
18
  "main": "./dist/index.js",
19
19
  "engines": {
20
- "node": ">=14"
20
+ "node": ">=18"
21
21
  },
22
22
  "publishConfig": {
23
23
  "access": "public"
@@ -35,32 +35,32 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@natlibfi/marc-record": "^7.2.2",
38
- "@natlibfi/marc-record-serializers": "^9.0.2",
39
- "@natlibfi/sru-client": "^5.0.3",
38
+ "@natlibfi/marc-record-serializers": "^9.0.4",
39
+ "@natlibfi/sru-client": "^5.0.4",
40
40
  "debug": "^4.3.4",
41
- "deep-eql": "^4.1.1",
42
- "http-status": "^1.5.3",
41
+ "deep-eql": "^4.1.3",
42
+ "http-status": "^1.6.2",
43
43
  "moment": "^2.29.4",
44
- "nock": "^13.2.9",
45
- "node-fetch": "^2.6.7"
44
+ "nock": "^13.3.0",
45
+ "node-fetch": "^2.6.8"
46
46
  },
47
47
  "devDependencies": {
48
- "@babel/cli": "^7.19.3",
49
- "@babel/core": "^7.19.6",
48
+ "@babel/cli": "^7.20.7",
49
+ "@babel/core": "^7.20.12",
50
50
  "@babel/eslint-parser": "^7.19.1",
51
- "@babel/node": "^7.20.0",
51
+ "@babel/node": "^7.20.7",
52
52
  "@babel/plugin-transform-runtime": "^7.19.6",
53
- "@babel/preset-env": "^7.19.4",
53
+ "@babel/preset-env": "^7.20.2",
54
54
  "@babel/register": "^7.18.9",
55
- "@natlibfi/eslint-config-melinda-backend": "^2.0.1",
55
+ "@natlibfi/eslint-config-melinda-backend": "^2.0.2",
56
56
  "@natlibfi/fixugen-http-client": "^2.0.1",
57
57
  "@natlibfi/fixura": "^2.2.5",
58
58
  "babel-plugin-istanbul": "^6.1.1",
59
59
  "babel-plugin-rewire": "^1.2.0",
60
- "chai": "^4.3.6",
60
+ "chai": "^4.3.7",
61
61
  "cross-env": "^7.0.3",
62
- "eslint": "^8.26.0",
63
- "mocha": "^10.1.0",
62
+ "eslint": "^8.32.0",
63
+ "mocha": "^10.2.0",
64
64
  "nodemon": "^2.0.20",
65
65
  "nyc": "^15.1.0"
66
66
  },