Skip to content

Commit

Permalink
Dependency & Maintenance update (#174)
Browse files Browse the repository at this point in the history
* Bump docker/build-push-action from 5 to 6 (#150)

* Bump braces from 3.0.2 to 3.0.3 (#149)

* Bump the production-dependencies group across 1 directory with 3 updates (#165)

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-backend-commons](https://github.com/natlibfi/melinda-backend-commons-js) and [@natlibfi/melinda-commons](https://github.com/natlibfi/melinda-commons-js).
* Bump braces from 3.0.2 to 3.0.3 (#173)

* Bump the development-dependencies group across 1 directory with 10 updates (#172)

Bumps the development-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.24.5` | `7.24.8` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.5` | `7.25.2` |
| [@babel/node](https://github.com/babel/babel/tree/HEAD/packages/babel-node) | `7.23.9` | `7.25.0` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.24.5` | `7.25.3` |
| [@natlibfi/fixugen](https://github.com/natlibfi/fixugen-js) | `2.0.5` | `2.0.9` |
| [@natlibfi/fixura](https://github.com/natlibfi/fixura-js) | `3.0.5` | `3.0.8` |
| [chai](https://github.com/chaijs/chai) | `4.4.1` | `4.5.0` |
| [mocha](https://github.com/mochajs/mocha) | `10.4.0` | `10.7.3` |
| [nodemon](https://github.com/remy/nodemon) | `3.1.0` | `3.1.4` |

* Update deps

* Fix tests

* 2.0.8-alpha.1
  • Loading branch information
ammsalme authored Aug 15, 2024
1 parent 2558631 commit 06763d7
Show file tree
Hide file tree
Showing 5 changed files with 1,076 additions and 888 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/melinda-node-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
username: ${{ secrets.MELINDA_QUAY_IO_USERNAME }}
password: ${{ secrets.MELINDA_QUAY_IO_PASSWORD }}
- name: Build and publish image to Quay.io
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down
Loading

0 comments on commit 06763d7

Please sign in to comment.