Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency & Maintenance update #82

Merged
merged 8 commits into from
Mar 7, 2024
Merged

Dependency & Maintenance update #82

merged 8 commits into from
Mar 7, 2024

Conversation

ammsalme
Copy link
Contributor

@ammsalme ammsalme commented Mar 7, 2024

No description provided.

dependabot bot and others added 8 commits March 7, 2024 09:53
Bumps [mikaelvesavuori/license-compliance-action](https://github.com/mikaelvesavuori/license-compliance-action) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/mikaelvesavuori/license-compliance-action/releases)
- [Commits](mikaelvesavuori/license-compliance-action@v1.0.2...v1.0.3)

---
updated-dependencies:
- dependency-name: mikaelvesavuori/license-compliance-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the production-dependencies group with 1 update: [http-status](https://github.com/adaltas/node-http-status).


Updates `http-status` from 1.7.3 to 1.7.4
- [Changelog](https://github.com/adaltas/node-http-status/blob/master/CHANGELOG.md)
- [Commits](adaltas/node-http-status@v1.7.3...v1.7.4)

---
updated-dependencies:
- dependency-name: http-status
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the development-dependencies group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) | `7.23.4` | `7.23.9` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.23.6` | `7.24.0` |
| [@babel/node](https://github.com/babel/babel/tree/HEAD/packages/babel-node) | `7.22.19` | `7.23.9` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.23.6` | `7.24.0` |
| [@babel/register](https://github.com/babel/babel/tree/HEAD/packages/babel-register) | `7.22.15` | `7.23.7` |
| [@natlibfi/eslint-config-melinda-backend](https://github.com/natlibfi/eslint-config-melinda-backend) | `3.0.3` | `3.0.4` |
| [@natlibfi/fixugen-http-client](https://github.com/natlibfi/fixugen-http-client-js) | `3.0.3` | `3.0.4` |
| [chai](https://github.com/chaijs/chai) | `4.3.10` | `4.4.1` |
| [eslint](https://github.com/eslint/eslint) | `8.56.0` | `8.57.0` |
| [mocha](https://github.com/mochajs/mocha) | `10.2.0` | `10.3.0` |
| [nodemon](https://github.com/remy/nodemon) | `3.0.2` | `3.1.0` |


Updates `@babel/cli` from 7.23.4 to 7.23.9
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.9/packages/babel-cli)

Updates `@babel/core` from 7.23.6 to 7.24.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.0/packages/babel-core)

Updates `@babel/node` from 7.22.19 to 7.23.9
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.9/packages/babel-node)

Updates `@babel/preset-env` from 7.23.6 to 7.24.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.0/packages/babel-preset-env)

Updates `@babel/register` from 7.22.15 to 7.23.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.7/packages/babel-register)

Updates `@natlibfi/eslint-config-melinda-backend` from 3.0.3 to 3.0.4
- [Release notes](https://github.com/natlibfi/eslint-config-melinda-backend/releases)
- [Commits](NatLibFi/eslint-config-melinda-backend@v3.0.3...v3.0.4)

Updates `@natlibfi/fixugen-http-client` from 3.0.3 to 3.0.4
- [Release notes](https://github.com/natlibfi/fixugen-http-client-js/releases)
- [Commits](NatLibFi/fixugen-http-client-js@v3.0.3...v3.0.4)

Updates `chai` from 4.3.10 to 4.4.1
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](chaijs/chai@v4.3.10...v4.4.1)

Updates `eslint` from 8.56.0 to 8.57.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.56.0...v8.57.0)

Updates `mocha` from 10.2.0 to 10.3.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.2.0...v10.3.0)

Updates `nodemon` from 3.0.2 to 3.1.0
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](remy/nodemon@v3.0.2...v3.1.0)

---
updated-dependencies:
- dependency-name: "@babel/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@babel/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@babel/register"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@natlibfi/eslint-config-melinda-backend"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@natlibfi/fixugen-http-client"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: chai
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@ammsalme ammsalme changed the title Next Dependency & Maintenance update Mar 7, 2024
@ammsalme ammsalme marked this pull request as ready for review March 7, 2024 08:22
@ammsalme ammsalme requested a review from a team as a code owner March 7, 2024 08:22
@ammsalme ammsalme merged commit 9538760 into master Mar 7, 2024
12 checks passed
@ammsalme ammsalme deleted the next branch March 7, 2024 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant