Skip to content

Commit

Permalink
Merge pull request #41 from mlibrary/2024-02-05-updates
Browse files Browse the repository at this point in the history
February 2024 dependency updates.
  • Loading branch information
niquerio authored Feb 23, 2024
2 parents da84f1d + 7352f5c commit 12cf6e8
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 67 deletions.
10 changes: 10 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/dependency_updates_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ These dependencies have been updated to their latest versions:
- `postcss-cli`
- `postcss-import`

## Workflows
These actions have been updated to their latest versions:
- `actions/checkout`
- `aquasecurity/trivy-action`
- `mlibrary/platform-engineering-workflows/.github/workflows/build-production.yml`
- `mlibrary/platform-engineering-workflows/.github/workflows/build-unstable.yml`
- `mlibrary/platform-engineering-workflows/.github/workflows/deploy.yml`
- `ruby/setup-ruby`
- `xom9ikk/dotenv`

## Testing
- Install the updated packages (`docker-compose run --rm web npm install`).
- Make a CSS change, and build the styles (`docker-compose run --rm web npm run build`).
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Create .env file
run: cat env.* > .env
- name: Load .env file
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -288,4 +288,4 @@ DEPENDENCIES
yabeda-puma-plugin

BUNDLED WITH
2.5.5
2.5.6
62 changes: 21 additions & 41 deletions config/institution_hours_exceptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,15 @@
"open_hour": [
{
"type": {
"value": "EXCEPTION",
"desc": "Exception"
"value": "EVENT",
"desc": "Event"
},
"inherited": false,
"desc": "Memorial Day",
"from_date": "2023-05-29Z",
"to_date": "2023-05-29Z",
"from_hour": "00:00",
"to_hour": "23:59",
"desc": "End of Term",
"from_date": "2024-05-02Z",
"status": {
"value": "CLOSE",
"desc": "Closed"
"value": "OPEN",
"desc": "Open"
}
},
{
Expand All @@ -22,9 +19,9 @@
"desc": "Exception"
},
"inherited": false,
"desc": "Independence Day",
"from_date": "2023-07-04Z",
"to_date": "2023-07-04Z",
"desc": "Memorial Day",
"from_date": "2024-05-27Z",
"to_date": "2024-05-27Z",
"from_hour": "00:00",
"to_hour": "23:59",
"status": {
Expand All @@ -38,9 +35,9 @@
"desc": "Exception"
},
"inherited": false,
"desc": "Labor Day",
"from_date": "2023-09-04Z",
"to_date": "2023-09-04Z",
"desc": "Independence Day",
"from_date": "2024-07-04Z",
"to_date": "2024-07-04Z",
"from_hour": "00:00",
"to_hour": "23:59",
"status": {
Expand All @@ -54,9 +51,9 @@
"desc": "Exception"
},
"inherited": false,
"desc": "Thanksgiving",
"from_date": "2023-11-23Z",
"to_date": "2023-11-24Z",
"desc": "Labor Day",
"from_date": "2024-09-02Z",
"to_date": "2024-09-02Z",
"from_hour": "00:00",
"to_hour": "23:59",
"status": {
Expand All @@ -70,9 +67,9 @@
"desc": "Exception"
},
"inherited": false,
"desc": "Winter Holidays",
"from_date": "2023-12-25Z",
"to_date": "2023-12-29Z",
"desc": "Thanksgiving",
"from_date": "2024-11-28Z",
"to_date": "2024-11-29Z",
"from_hour": "00:00",
"to_hour": "23:59",
"status": {
Expand All @@ -86,32 +83,15 @@
"desc": "Exception"
},
"inherited": false,
"desc": "New Year's Day",
"from_date": "2024-01-01Z",
"to_date": "2024-01-01Z",
"desc": "Winter Holidays",
"from_date": "2024-12-25Z",
"to_date": "2025-01-01Z",
"from_hour": "00:00",
"to_hour": "23:59",
"day_of_week": {
"value": "MONDAY",
"desc": "Monday"
},
"status": {
"value": "CLOSE",
"desc": "Closed"
}
},
{
"type": {
"value": "EVENT",
"desc": "Event"
},
"inherited": false,
"desc": "End of Term",
"from_date": "2024-05-03Z",
"status": {
"value": "OPEN",
"desc": "Open"
}
}
]
}
54 changes: 30 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 12cf6e8

Please sign in to comment.