@natlibfi/melinda-commons 13.0.6 → 13.0.7-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.
package/.github/dependabot.yml
CHANGED
|
@@ -10,8 +10,7 @@ updates:
|
|
|
10
10
|
interval: "daily"
|
|
11
11
|
time: "06:30"
|
|
12
12
|
timezone: "Europe/Helsinki"
|
|
13
|
-
target-branch:
|
|
14
|
-
|
|
13
|
+
target-branch: "next"
|
|
15
14
|
|
|
16
15
|
# Minor updates to npm production dependencies daily
|
|
17
16
|
- package-ecosystem: "npm"
|
|
@@ -21,9 +20,14 @@ updates:
|
|
|
21
20
|
time: "06:45"
|
|
22
21
|
timezone: "Europe/Helsinki"
|
|
23
22
|
versioning-strategy: lockfile-only
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
23
|
+
target-branch: "next"
|
|
24
|
+
pull-request-branch-name:
|
|
25
|
+
separator: "-"
|
|
26
|
+
groups:
|
|
27
|
+
production-dependencies:
|
|
28
|
+
dependency-type: "production"
|
|
29
|
+
development-dependencies:
|
|
30
|
+
dependency-type: "development"
|
|
27
31
|
|
|
28
32
|
# Major updates to npm dependencies weekly @tuesday
|
|
29
33
|
# Not possible yet https://github.com/dependabot/dependabot-core/issues/1778
|
|
@@ -38,4 +42,4 @@ updates:
|
|
|
38
42
|
# labels:
|
|
39
43
|
# - "npm major dependencies"
|
|
40
44
|
# reviewers:
|
|
41
|
-
# - "natlibfi/melinda-js-lead"
|
|
45
|
+
# - "natlibfi/melinda-js-lead"
|
|
@@ -16,7 +16,7 @@ jobs:
|
|
|
16
16
|
|
|
17
17
|
steps:
|
|
18
18
|
- name: Checkout the code
|
|
19
|
-
uses: actions/checkout@
|
|
19
|
+
uses: actions/checkout@v4
|
|
20
20
|
- name: Use Node.js ${{ matrix.node-version }}
|
|
21
21
|
uses: actions/setup-node@v3
|
|
22
22
|
with:
|
|
@@ -34,7 +34,7 @@ jobs:
|
|
|
34
34
|
runs-on: ubuntu-latest
|
|
35
35
|
|
|
36
36
|
steps:
|
|
37
|
-
- uses: actions/checkout@
|
|
37
|
+
- uses: actions/checkout@v4
|
|
38
38
|
- uses: mikaelvesavuori/license-compliance-action@v1.0.2
|
|
39
39
|
with:
|
|
40
40
|
exclude_pattern: /^@natlibfi/
|
|
@@ -45,7 +45,7 @@ jobs:
|
|
|
45
45
|
|
|
46
46
|
steps:
|
|
47
47
|
- name: Checkout the code
|
|
48
|
-
uses: actions/checkout@
|
|
48
|
+
uses: actions/checkout@v4
|
|
49
49
|
- name: nodejsscan scan
|
|
50
50
|
id: njsscan
|
|
51
51
|
uses: ajinabraham/njsscan-action@master
|
|
@@ -58,7 +58,7 @@ jobs:
|
|
|
58
58
|
if: contains(github.ref, 'refs/tags/')
|
|
59
59
|
|
|
60
60
|
steps:
|
|
61
|
-
- uses: actions/checkout@
|
|
61
|
+
- uses: actions/checkout@v4
|
|
62
62
|
# Setup .npmrc file to publish to npm
|
|
63
63
|
- uses: actions/setup-node@v3
|
|
64
64
|
with:
|
package/package.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"url": "git@github.com:natlibfi/melinda-commons-js.git"
|
|
15
15
|
},
|
|
16
16
|
"license": "MIT",
|
|
17
|
-
"version": "13.0.
|
|
17
|
+
"version": "13.0.7-alpha.1",
|
|
18
18
|
"main": "./dist/index.js",
|
|
19
19
|
"engines": {
|
|
20
20
|
"node": ">=18"
|
|
@@ -36,30 +36,30 @@
|
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@natlibfi/marc-record": "^7.3.1",
|
|
38
38
|
"@natlibfi/marc-record-serializers": "^10.1.1",
|
|
39
|
-
"@natlibfi/sru-client": "^6.0.
|
|
39
|
+
"@natlibfi/sru-client": "^6.0.5",
|
|
40
40
|
"debug": "^4.3.4",
|
|
41
41
|
"deep-eql": "^4.1.3",
|
|
42
|
-
"http-status": "^1.
|
|
42
|
+
"http-status": "^1.7.0",
|
|
43
43
|
"moment": "^2.29.4",
|
|
44
|
-
"nock": "^13.3.
|
|
44
|
+
"nock": "^13.3.4",
|
|
45
45
|
"node-fetch": "^2.7.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@babel/cli": "^7.
|
|
49
|
-
"@babel/core": "^7.
|
|
50
|
-
"@babel/eslint-parser": "^7.22.
|
|
51
|
-
"@babel/node": "^7.22.
|
|
52
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
53
|
-
"@babel/preset-env": "^7.
|
|
54
|
-
"@babel/register": "^7.22.
|
|
55
|
-
"@natlibfi/eslint-config-melinda-backend": "^3.0.
|
|
48
|
+
"@babel/cli": "^7.23.0",
|
|
49
|
+
"@babel/core": "^7.23.2",
|
|
50
|
+
"@babel/eslint-parser": "^7.22.15",
|
|
51
|
+
"@babel/node": "^7.22.19",
|
|
52
|
+
"@babel/plugin-transform-runtime": "^7.23.2",
|
|
53
|
+
"@babel/preset-env": "^7.23.2",
|
|
54
|
+
"@babel/register": "^7.22.15",
|
|
55
|
+
"@natlibfi/eslint-config-melinda-backend": "^3.0.2",
|
|
56
56
|
"@natlibfi/fixugen-http-client": "^3.0.0",
|
|
57
57
|
"@natlibfi/fixura": "^3.0.1",
|
|
58
58
|
"babel-plugin-istanbul": "^6.1.1",
|
|
59
59
|
"babel-plugin-rewire": "^1.2.0",
|
|
60
|
-
"chai": "^4.3.
|
|
60
|
+
"chai": "^4.3.10",
|
|
61
61
|
"cross-env": "^7.0.3",
|
|
62
|
-
"eslint": "^8.
|
|
62
|
+
"eslint": "^8.51.0",
|
|
63
63
|
"mocha": "^10.2.0",
|
|
64
64
|
"nodemon": "^3.0.1",
|
|
65
65
|
"nyc": "^15.1.0"
|