Skip to content

Commit 3b6b127

Browse files
authored
Fixes ; Dependency & Maintenance updates (#357) (#360)
* Next (#357) * Dependency & Maintenance Update (#346) (#348) * Dependency & Maintenance Update (#346) * Bump cookie and express (#328) Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. * Update passport-melinda-aleph v3.0.6 & fix after update * Update commons * Update http-status v2.1.0 * Update uuid v11.0.5 * Update copyright year * Node-tests: add v23 * Bump @natlibfi/melinda-rest-api-commons (#349) * Bump the production-dependencies group across 1 directory with 3 updates (#353) Bumps the production-dependencies group with 3 updates in the / directory: [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime), [@natlibfi/melinda-commons](https://github.com/natlibfi/melinda-commons-js) and [@natlibfi/passport-melinda-aleph](https://github.com/natlibfi/passport-melinda-aleph-js). * Bump the development-dependencies group with 2 updates (#352) Bumps the development-dependencies group with 2 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env). * Fix getting setState result * Bump @natlibfi/melinda-rest-api-commons (#356) Bumps the production-dependencies group with 1 update in the / directory: [@natlibfi/melinda-rest-api-commons](https://github.com/natlibfi/melinda-rest-api-commons). * Bump the development-dependencies group with 3 updates (#355) Bumps the development-dependencies group with 3 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env). * Check pActiveLib validity (MRA-836) (#361) * Add allowedLibs check for pActiveLibrary (MRA-836) * Add .env* to .gitignore * Update melinda-rest-api-commons: v4.2.4 * 3.4.1-alpha.8
1 parent eff772a commit 3b6b127

File tree

10 files changed

+3129
-4298
lines changed

10 files changed

+3129
-4298
lines changed

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

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

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

1717
steps:

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ coverage
44
dist
55
.nyc_output
66
.vscode
7-
.env
7+
.env*
88
tmp/

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@ Melinda REST API for ILS integration
2222
| REQUIRE_AUTH_FOR_READ | No | false |
2323
| REQUIRE_KVP_FOR_WRITE | No | false |
2424
| DEFAULT_ACCEPT | No | application/json |
25-
| FIX_TYPES | No | UNDEL,DELET
25+
| FIX_TYPES | No | UNDEL,DELET |
26+
| ALLOWED_LIBS | No | [] |
2627

2728
### ApiDoc
2829
https://bib-rest.api.melinda.kansalliskirjasto.fi/swagger/
2930

3031
## License and copyright
3132

32-
Copyright (c) 2018-2024 **University Of Helsinki (The National Library Of Finland)**
33+
Copyright (c) 2018-2025 **University Of Helsinki (The National Library Of Finland)**
3334

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

0 commit comments

Comments
 (0)