Skip to content

Commit 0da9ebe

Browse files
authored
Dependency and Maintenance update (#195)
* Bump mikaelvesavuori/license-compliance-action from 1.0.2 to 1.0.3 (#194) * Bump follow-redirects from 1.15.5 to 1.15.6 (#202) * Bump the development-dependencies group with 8 updates (#210) | Package | From | To | | --- | --- | --- | | [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.23.9` | `7.24.5` | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.23.9` | `7.24.5` | | [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) | `7.23.9` | `7.24.3` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.23.9` | `7.24.5` | | [@natlibfi/fixura-mongo](https://github.com/natlibfi/fixura-mongo-js) | `2.0.13` | `2.0.14` | | [eslint](https://github.com/eslint/eslint) | `8.56.0` | `8.57.0` | | [mocha](https://github.com/mochajs/mocha) | `10.3.0` | `10.4.0` | | [nodemon](https://github.com/remy/nodemon) | `3.0.3` | `3.1.0` | * Bump the production-dependencies group across 1 directory with 6 updates (#211) | Package | From | To | | --- | --- | --- | | [@natlibfi/marc-record](https://github.com/natlibfi/marc-record-js) | `8.1.0` | `8.1.2` | | [@natlibfi/marc-record-validate](https://github.com/natlibfi/marc-record-validate) | `8.0.6` | `8.0.7` | | [@natlibfi/marc-record-validators-melinda](https://github.com/natlibfi/marc-record-validators-melinda) | `10.16.0` | `10.16.1` | | [@natlibfi/melinda-commons](https://github.com/natlibfi/melinda-commons-js) | `13.0.12` | `13.0.13` | | [amqplib](https://github.com/amqp-node/amqplib) | `0.10.3` | `0.10.4` | | [http-status](https://github.com/adaltas/node-http-status) | `1.7.3` | `1.7.4` | * Update deps * Add node-tests: v21, v22 * 4.1.5-alpha.1
1 parent 04d0e19 commit 0da9ebe

File tree

4 files changed

+1353
-1486
lines changed

4 files changed

+1353
-1486
lines changed

.github/workflows/melinda-node-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node-version: [18.x, 19.x, 20.x]
14+
node-version: [18.x, 19.x, 20.x, 21.x, 22.x]
1515
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1616

1717
steps:
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- uses: actions/checkout@v4
39-
- uses: mikaelvesavuori/[email protected].2
39+
- uses: mikaelvesavuori/[email protected].3
4040
with:
4141
exclude_pattern: /^@natlibfi/
4242

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ Executed on test server using bridge to docker server and back to server
6767

6868
Copyright (c) 2020-2024 **University Of Helsinki (The National Library Of Finland)**
6969

70-
This project's source code is licensed under the terms of MIT or any later version.
70+
This project's source code is licensed under the terms of **MIT** or any later version.

0 commit comments

Comments
 (0)