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

Update merge [MRA-763] & Dependency update #377

Merged
merged 7 commits into from
Mar 12, 2024
Merged

Update merge [MRA-763] & Dependency update #377

merged 7 commits into from
Mar 12, 2024

Conversation

ammsalme
Copy link
Contributor

No description provided.

dependabot bot and others added 7 commits March 12, 2024 13:01
Bumps the production-dependencies group with 4 updates: [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime), [@natlibfi/marc-record-validators-melinda](https://github.com/natlibfi/marc-record-validators-melinda), [@natlibfi/sru-client](https://github.com/natlibfi/sru-client-js) and [http-status](https://github.com/adaltas/node-http-status).

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@natlibfi/marc-record-validators-melinda"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: "@natlibfi/sru-client"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: http-status
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

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

| Package | From | To |
| --- | --- | --- |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.23.9` | `7.24.0` |
| [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) | `7.23.9` | `7.24.0` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.23.9` | `7.24.0` |
| [eslint](https://github.com/eslint/eslint) | `8.56.0` | `8.57.0` |
| [nodemon](https://github.com/remy/nodemon) | `3.0.3` | `3.1.0` |


Updates `@babel/core` from 7.23.9 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/plugin-transform-runtime` from 7.23.9 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-plugin-transform-runtime)

Updates `@babel/preset-env` from 7.23.9 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 `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 `nodemon` from 3.0.3 to 3.1.0
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](remy/nodemon@v3.0.3...v3.1.0)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@babel/plugin-transform-runtime"
  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: eslint
  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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Update melinda-marc-record-merge-reducers v2.2.0-alpha.1
-- when merging a prepublication record to a preferred finalized record, ignore most of the fields from the prepublication record
@ammsalme ammsalme changed the base branch from master to test March 12, 2024 11:39
@ammsalme ammsalme marked this pull request as ready for review March 12, 2024 11:39
@ammsalme ammsalme requested a review from a team as a code owner March 12, 2024 11:39
@ammsalme ammsalme changed the title Next Update merge [MRA-763] & Dependency update Mar 12, 2024
@ammsalme ammsalme merged commit 07f93f3 into test Mar 12, 2024
14 checks passed
@ammsalme ammsalme deleted the next branch March 12, 2024 11:41
ammsalme added a commit that referenced this pull request Mar 18, 2024
* Update merge [MRA-763] & Dependency update (#377)

* Update merge [MRA-763]

- Update melinda-marc-record-merge-reducers v2.2.0
-- when merging a prepublication record to a preferred, finalized record, ignore most of the fields from the prepublication record

* Bump the production-dependencies group with 4 updates (#376)
* Bump the development-dependencies group with 5 updates (#374)
* Bump mikaelvesavuori/license-compliance-action from 1.0.2 to 1.0.3 (#369)

* Update deps
* Update package-lock

* Update matchValidator
Update matchValidator v2.2.1
- avoid crashing if record has empty subfields in f300 or f020

* Avoid caching
Update sru-client-js v6.0.10-alpha.3
- avoid caching requests to SRU server

* 3.6.0-alpha.4
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