Skip to content

Commit

Permalink
Dependency update (#99)
Browse files Browse the repository at this point in the history
* Bump actions/setup-node from 3 to 4 (#73)
* Bump the development-dependencies group with 9 updates (#98)
| Package | From | To |
| --- | --- | --- |
| [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.23.0` | `7.23.4` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.23.2` | `7.23.6` |
| [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `7.22.15` | `7.23.3` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.23.2` | `7.23.6` |
| [@natlibfi/eslint-config-melinda-backend](https://github.com/natlibfi/eslint-config-melinda-backend) | `3.0.2` | `3.0.3` |
| [@natlibfi/fixugen](https://github.com/natlibfi/fixugen-js) | `2.0.1` | `2.0.3` |
| [@natlibfi/fixura](https://github.com/natlibfi/fixura-js) | `3.0.1` | `3.0.3` |
| [eslint](https://github.com/eslint/eslint) | `8.51.0` | `8.56.0` |
| [nodemon](https://github.com/remy/nodemon) | `3.0.1` | `3.0.2` |

* Bump the production-dependencies group with 5 updates (#97)

Bumps the production-dependencies group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) | `7.23.2` | `7.23.6` |
| [@natlibfi/marc-record-validate](https://github.com/natlibfi/marc-record-validate) | `8.0.1` | `8.0.4` |
| [@natlibfi/melinda-backend-commons](https://github.com/natlibfi/melinda-backend-commons-js) | `2.2.1` | `2.2.4` |
| [@natlibfi/melinda-commons](https://github.com/natlibfi/melinda-commons-js) | `13.0.6` | `13.0.9` |
| [@natlibfi/melinda-record-import-commons](https://github.com/natlibfi/melinda-record-import-commons-js) | `10.1.7` | `10.2.2` |

* Update deps
* Update eslint
* Update marc-record: v8.0.2
* Update node-tests v16.x -> v19.x
* Some simpler scripts

* 2.0.5-alpha.1
  • Loading branch information
ammsalme authored Dec 21, 2023
1 parent 68f420c commit 08d24c2
Show file tree
Hide file tree
Showing 3 changed files with 705 additions and 658 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/melinda-node-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 19.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- name: Checkout the code
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand Down
Loading

0 comments on commit 08d24c2

Please sign in to comment.