@natlibfi/issn-verify 1.0.2 → 1.0.4-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.
@@ -10,7 +10,7 @@ updates:
10
10
  interval: "daily"
11
11
  time: "06:30"
12
12
  timezone: "Europe/Helsinki"
13
- target-branch: "dependencies"
13
+ target-branch: "test"
14
14
 
15
15
  # Minor updates to npm production dependencies daily
16
16
  - package-ecosystem: "npm"
@@ -20,9 +20,14 @@ updates:
20
20
  time: "06:45"
21
21
  timezone: "Europe/Helsinki"
22
22
  versioning-strategy: lockfile-only
23
- allow:
24
- - dependency-type: "production"
25
- target-branch: "dependencies"
23
+ target-branch: "test"
24
+ pull-request-branch-name:
25
+ separator: "-"
26
+ groups:
27
+ production-dependencies:
28
+ dependency-type: "production"
29
+ development-dependencies:
30
+ dependency-type: "development"
26
31
 
27
32
  # Major updates to npm dependencies weekly @tuesday
28
33
  # Not possible yet https://github.com/dependabot/dependabot-core/issues/1778
@@ -11,14 +11,14 @@ jobs:
11
11
 
12
12
  strategy:
13
13
  matrix:
14
- node-version: [16.x, 18.x, 20.x]
14
+ node-version: [18.x, 20.x, 21.x, 22.x]
15
15
  # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
16
16
 
17
17
  steps:
18
18
  - name: Checkout the code
19
- uses: actions/checkout@v3
19
+ uses: actions/checkout@v4
20
20
  - name: Use Node.js ${{ matrix.node-version }}
21
- uses: actions/setup-node@v3
21
+ uses: actions/setup-node@v4
22
22
  with:
23
23
  node-version: ${{ matrix.node-version }}
24
24
  cache: 'npm'
@@ -36,7 +36,7 @@ jobs:
36
36
 
37
37
  steps:
38
38
  - name: Checkout the code
39
- uses: actions/checkout@v3
39
+ uses: actions/checkout@v4
40
40
  - name: nodejsscan scan
41
41
  id: njsscan
42
42
  uses: ajinabraham/njsscan-action@master
@@ -48,8 +48,8 @@ jobs:
48
48
  runs-on: ubuntu-latest
49
49
 
50
50
  steps:
51
- - uses: actions/checkout@v3
52
- - uses: mikaelvesavuori/license-compliance-action@v1.0.2
51
+ - uses: actions/checkout@v4
52
+ - uses: mikaelvesavuori/license-compliance-action@v1.0.3
53
53
  with:
54
54
  exclude_pattern: /^@natlibfi/
55
55
 
@@ -59,9 +59,9 @@ jobs:
59
59
  if: contains(github.ref, 'refs/tags/')
60
60
 
61
61
  steps:
62
- - uses: actions/checkout@v3
62
+ - uses: actions/checkout@v4
63
63
  # Setup .npmrc file to publish to npm
64
- - uses: actions/setup-node@v3
64
+ - uses: actions/setup-node@v4
65
65
  with:
66
66
  node-version: '18.x'
67
67
  registry-url: 'https://registry.npmjs.org'
package/README.md CHANGED
@@ -37,9 +37,8 @@ if ( issn(test) ) {
37
37
  ```
38
38
 
39
39
  ## License and copyright
40
+ **This software is fork of https://github.com/malantonio/issn-verify with updated dependencies**
40
41
 
41
- Copyright (c) 2014-2017 **Pasi Tuominen <pasi.tuominen@gmail.com>**
42
-
43
- Copyright (c) 2018, 2023 **University Of Helsinki (The National Library Of Finland)**
42
+ Copyright (c) 2018, 2023-2024 **University Of Helsinki (The National Library Of Finland)**
44
43
 
45
44
  This project's source code is licensed under the terms of **MIT License** or any later version.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natlibfi/issn-verify",
3
- "version": "1.0.2",
3
+ "version": "1.0.4-alpha.1",
4
4
  "homepage": "https://github.com/malantonio/issn-verify-js",
5
5
  "bugs": {
6
6
  "url": "https://github.com/malantonio/issn-verify-js/issues"
@@ -17,9 +17,8 @@
17
17
  "directories": {
18
18
  "test": "test"
19
19
  },
20
- "dependencies": {},
21
20
  "devDependencies": {
22
- "tape": "^5.6.6"
21
+ "tape": "^5.7.5"
23
22
  },
24
23
  "scripts": {
25
24
  "test": "node test/test.js"