Skip to content

Commit e1985cf

Browse files
authored
dependency updates (#123)
Signed-off-by: Maximilian Inckmann <[email protected]>
1 parent 6a908fe commit e1985cf

File tree

8 files changed

+675
-434
lines changed

8 files changed

+675
-434
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: CI
33

44
on:
55
push:
6-
branches: [ main, '**' ]
6+
branches: [main, "**"]
77
pull_request:
8-
branches: [ main ]
8+
branches: [main]
99

1010
permissions:
1111
contents: read
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-node@v4
1919
with:
2020
node-version: 20
21-
cache: 'npm'
21+
cache: "npm"
2222
- name: Install dependencies
2323
run: npm ci
2424
- name: Lint

.github/workflows/npm-publish.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
- uses: actions/setup-node@v4
2222
with:
2323
node-version: 20
24-
cache: 'npm' # Added caching
24+
cache: "npm" # Added caching
2525
- run: npm ci
2626
- run: npm run build
2727
- name: Upload build artifacts
2828
uses: actions/upload-artifact@v4
2929
with:
3030
name: build-output
3131
path: dist/
32-
32+
3333
publish-gpr:
3434
needs: build
3535
runs-on: ubuntu-latest
@@ -41,9 +41,9 @@ jobs:
4141
- uses: actions/setup-node@v4
4242
with:
4343
node-version: 20
44-
cache: 'npm'
45-
registry-url: 'https://npm.pkg.github.com'
46-
scope: '@kit-data-manager'
44+
cache: "npm"
45+
registry-url: "https://npm.pkg.github.com"
46+
scope: "@kit-data-manager"
4747
- name: Download build artifacts
4848
uses: actions/download-artifact@v4
4949
with:
@@ -53,7 +53,7 @@ jobs:
5353
- run: npm publish
5454
env:
5555
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
56-
56+
5757
publish-npm:
5858
needs: build
5959
runs-on: ubuntu-latest
@@ -65,8 +65,8 @@ jobs:
6565
- uses: actions/setup-node@v4
6666
with:
6767
node-version: 20
68-
cache: 'npm'
69-
registry-url: 'https://registry.npmjs.org'
68+
cache: "npm"
69+
registry-url: "https://registry.npmjs.org"
7070
- name: Download build artifacts
7171
uses: actions/download-artifact@v4
7272
with:

.pre-commit-config.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# See https://pre-commit.com for more information
2+
# See https://pre-commit.com/hooks.html for more hooks
3+
repos:
4+
- repo: https://github.com/pre-commit/pre-commit-hooks
5+
rev: v3.2.0
6+
hooks:
7+
- id: trailing-whitespace
8+
- id: check-yaml
9+
- id: check-added-large-files
10+
- repo: https://github.com/Materials-Data-Science-and-Informatics/somesy
11+
rev: "v0.7.3"
12+
hooks:
13+
- id: somesy

CITATION.cff

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ cff-version: 1.2.0
22
message: If you use this software, please cite it using these metadata.
33
type: software
44
title: '@kit-data-manager/mapping-service-input'
5-
abstract: The mapping-service-input provides a minimalistic user interface for
6-
the KIT Data Manager Mapping Service. It allows users to select an existing
5+
abstract: The mapping-service-input provides a minimalistic user interface for
6+
the KIT Data Manager Mapping Service. It allows users to select an existing
77
mapping schema and use it to map their data.
8-
version: 1.2.0
8+
version: 1.2.1
99
keywords:
1010
- metadata
1111
- JSON
@@ -27,10 +27,15 @@ authors:
2727
affiliation: Karlsruhe Institute of Technology (KIT)
2828
given-names: Andreas
2929
family-names: Pfeil
30-
- orcid: https://orcid.org/0009-0008-3532-7018
31-
given-names: Ajay
30+
- given-names: Ajay
31+
orcid: https://orcid.org/0009-0008-3532-7018
3232
family-names: Kirar
3333
license: Apache-2.0
3434
url: https://kit-data-manager.github.io/com_mapping-service-input
35-
repository-code:
36-
https://github.com/kit-data-manager/com_mapping-service-input.git
35+
repository-code: https://github.com/kit-data-manager/com_mapping-service-input.git
36+
contact:
37+
- affiliation: Karlsruhe Institute of Technology (KIT)
38+
family-names: Inckmann
39+
40+
given-names: Maximilian
41+
orcid: https://orcid.org/0009-0005-2800-4833

codemeta.json

Lines changed: 32 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -10,38 +10,42 @@
1010
"author": [
1111
{
1212
"@type": "Person",
13-
"givenName": "Ajay",
14-
"familyName": "Kirar",
15-
"@id": "https://orcid.org/0009-0008-3532-7018",
16-
"identifier": "https://orcid.org/0009-0008-3532-7018"
13+
"givenName": "Thomas",
14+
"familyName": "Jejkal",
15+
"@id": "https://orcid.org/0000-0003-2804-688X",
16+
"identifier": "https://orcid.org/0000-0003-2804-688X",
17+
"affiliation": "Karlsruhe Institute of Technology (KIT)"
18+
},
19+
{
20+
"@type": "Person",
21+
"givenName": "Maximilian",
22+
"familyName": "Inckmann",
23+
"email": "[email protected]",
24+
"@id": "https://orcid.org/0009-0005-2800-4833",
25+
"identifier": "https://orcid.org/0009-0005-2800-4833",
26+
"affiliation": "Karlsruhe Institute of Technology (KIT)"
1727
}
1828
],
1929
"name": "@kit-data-manager/mapping-service-input",
2030
"description": "The mapping-service-input provides a minimalistic user interface for the KIT Data Manager Mapping Service. It allows users to select an existing mapping schema and use it to map their data.",
21-
"version": "1.2.0",
22-
"keywords": [
23-
"metadata",
24-
"JSON",
25-
"mapping",
26-
"form",
27-
"kit-data-manager",
28-
"typescript"
29-
],
30-
"license": [
31-
"https://spdx.org/licenses/Apache-2.0"
31+
"version": "1.2.1",
32+
"keywords": ["metadata", "JSON", "mapping", "form", "kit-data-manager", "typescript"],
33+
"maintainer": [
34+
{
35+
"@type": "Person",
36+
"givenName": "Maximilian",
37+
"familyName": "Inckmann",
38+
"email": "[email protected]",
39+
"@id": "https://orcid.org/0009-0005-2800-4833",
40+
"identifier": "https://orcid.org/0009-0005-2800-4833",
41+
"affiliation": "Karlsruhe Institute of Technology (KIT)"
42+
}
3243
],
44+
"license": ["https://spdx.org/licenses/Apache-2.0"],
3345
"softwareHelp": "https://kit-data-manager.github.io/com_mapping-service-input",
3446
"codeRepository": "https://github.com/kit-data-manager/com_mapping-service-input.git",
3547
"buildInstructions": "https://kit-data-manager.github.io/com_mapping-service-input",
3648
"contributor": [
37-
{
38-
"@type": "Person",
39-
"givenName": "Thomas",
40-
"familyName": "Jejkal",
41-
"@id": "https://orcid.org/0000-0003-2804-688X",
42-
"identifier": "https://orcid.org/0000-0003-2804-688X",
43-
"affiliation": "Karlsruhe Institute of Technology (KIT)"
44-
},
4549
{
4650
"@type": "Person",
4751
"givenName": "Andreas",
@@ -52,13 +56,11 @@
5256
},
5357
{
5458
"@type": "Person",
55-
"givenName": "Maximilian",
56-
"familyName": "Inckmann",
57-
"email": "[email protected]",
58-
"@id": "https://orcid.org/0009-0005-2800-4833",
59-
"identifier": "https://orcid.org/0009-0005-2800-4833",
60-
"affiliation": "Karlsruhe Institute of Technology (KIT)"
59+
"givenName": "Ajay",
60+
"familyName": "Kirar",
61+
"@id": "https://orcid.org/0009-0008-3532-7018",
62+
"identifier": "https://orcid.org/0009-0008-3532-7018"
6163
}
6264
],
6365
"url": "https://kit-data-manager.github.io/com_mapping-service-input"
64-
}
66+
}

0 commit comments

Comments
 (0)