Skip to content

Commit

Permalink
Remove melinda specific sort rules (#40) (#41)
Browse files Browse the repository at this point in the history
* Remove melinda specific sort rules (#40)

* Remove Melinda specific sorting rules, keep only generic ones
** This is a breaking change, if Melinda specific sorting is required
** Melinda-specific sorting rules are moved to https://github.com/NatLibFi/marc-record-validators-melinda 

* Export sortByTags and sortAlphabetically so that they can be used externally

* Update dependencies
* Update dependabot [MRA-641]

* Bump @babel/traverse from 7.22.10 to 7.23.2 (#42)
* Bump actions/checkout from 3 to 4 (#37)

* 8.0.0-alpha.2
  • Loading branch information
ammsalme authored Oct 19, 2023
1 parent b0b3682 commit 148f366
Show file tree
Hide file tree
Showing 17 changed files with 1,007 additions and 1,033 deletions.
16 changes: 10 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ updates:
interval: "daily"
time: "06:30"
timezone: "Europe/Helsinki"
target-branch: "dependencies"

target-branch: "next"

# Minor updates to npm production dependencies daily
- package-ecosystem: "npm"
Expand All @@ -21,9 +20,14 @@ updates:
time: "06:45"
timezone: "Europe/Helsinki"
versioning-strategy: lockfile-only
allow:
- dependency-type: "production"
target-branch: "dependencies"
target-branch: "next"
pull-request-branch-name:
separator: "-"
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"

# Major updates to npm dependencies weekly @tuesday
# Not possible yet https://github.com/dependabot/dependabot-core/issues/1778
Expand All @@ -38,4 +42,4 @@ updates:
# labels:
# - "npm major dependencies"
# reviewers:
# - "natlibfi/melinda-js-lead"
# - "natlibfi/melinda-js-lead"
8 changes: 4 additions & 4 deletions .github/workflows/melinda-node-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout the code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: mikaelvesavuori/license-compliance-action@v1.0.2
with:
exclude_pattern: /^@natlibfi/
Expand All @@ -45,7 +45,7 @@ jobs:

steps:
- name: Checkout the code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: nodejsscan scan
id: njsscan
uses: ajinabraham/njsscan-action@master
Expand All @@ -58,7 +58,7 @@ jobs:
if: contains(github.ref, 'refs/tags/')

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
Expand Down
Loading

0 comments on commit 148f366

Please sign in to comment.