Skip to content

Commit 12cf6e8

Browse files
authored
Merge pull request #41 from mlibrary/2024-02-05-updates
February 2024 dependency updates.
2 parents da84f1d + 7352f5c commit 12cf6e8

File tree

5 files changed

+63
-67
lines changed

5 files changed

+63
-67
lines changed

.github/PULL_REQUEST_TEMPLATE/dependency_updates_template.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ These dependencies have been updated to their latest versions:
88
- `postcss-cli`
99
- `postcss-import`
1010

11+
## Workflows
12+
These actions have been updated to their latest versions:
13+
- `actions/checkout`
14+
- `aquasecurity/trivy-action`
15+
- `mlibrary/platform-engineering-workflows/.github/workflows/build-production.yml`
16+
- `mlibrary/platform-engineering-workflows/.github/workflows/build-unstable.yml`
17+
- `mlibrary/platform-engineering-workflows/.github/workflows/deploy.yml`
18+
- `ruby/setup-ruby`
19+
- `xom9ikk/dotenv`
20+
1121
## Testing
1222
- Install the updated packages (`docker-compose run --rm web npm install`).
1323
- Make a CSS change, and build the styles (`docker-compose run --rm web npm run build`).

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
test:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
- name: Create .env file
1212
run: cat env.* > .env
1313
- name: Load .env file

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,4 +288,4 @@ DEPENDENCIES
288288
yabeda-puma-plugin
289289

290290
BUNDLED WITH
291-
2.5.5
291+
2.5.6

config/institution_hours_exceptions.json

Lines changed: 21 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,15 @@
22
"open_hour": [
33
{
44
"type": {
5-
"value": "EXCEPTION",
6-
"desc": "Exception"
5+
"value": "EVENT",
6+
"desc": "Event"
77
},
88
"inherited": false,
9-
"desc": "Memorial Day",
10-
"from_date": "2023-05-29Z",
11-
"to_date": "2023-05-29Z",
12-
"from_hour": "00:00",
13-
"to_hour": "23:59",
9+
"desc": "End of Term",
10+
"from_date": "2024-05-02Z",
1411
"status": {
15-
"value": "CLOSE",
16-
"desc": "Closed"
12+
"value": "OPEN",
13+
"desc": "Open"
1714
}
1815
},
1916
{
@@ -22,9 +19,9 @@
2219
"desc": "Exception"
2320
},
2421
"inherited": false,
25-
"desc": "Independence Day",
26-
"from_date": "2023-07-04Z",
27-
"to_date": "2023-07-04Z",
22+
"desc": "Memorial Day",
23+
"from_date": "2024-05-27Z",
24+
"to_date": "2024-05-27Z",
2825
"from_hour": "00:00",
2926
"to_hour": "23:59",
3027
"status": {
@@ -38,9 +35,9 @@
3835
"desc": "Exception"
3936
},
4037
"inherited": false,
41-
"desc": "Labor Day",
42-
"from_date": "2023-09-04Z",
43-
"to_date": "2023-09-04Z",
38+
"desc": "Independence Day",
39+
"from_date": "2024-07-04Z",
40+
"to_date": "2024-07-04Z",
4441
"from_hour": "00:00",
4542
"to_hour": "23:59",
4643
"status": {
@@ -54,9 +51,9 @@
5451
"desc": "Exception"
5552
},
5653
"inherited": false,
57-
"desc": "Thanksgiving",
58-
"from_date": "2023-11-23Z",
59-
"to_date": "2023-11-24Z",
54+
"desc": "Labor Day",
55+
"from_date": "2024-09-02Z",
56+
"to_date": "2024-09-02Z",
6057
"from_hour": "00:00",
6158
"to_hour": "23:59",
6259
"status": {
@@ -70,9 +67,9 @@
7067
"desc": "Exception"
7168
},
7269
"inherited": false,
73-
"desc": "Winter Holidays",
74-
"from_date": "2023-12-25Z",
75-
"to_date": "2023-12-29Z",
70+
"desc": "Thanksgiving",
71+
"from_date": "2024-11-28Z",
72+
"to_date": "2024-11-29Z",
7673
"from_hour": "00:00",
7774
"to_hour": "23:59",
7875
"status": {
@@ -86,32 +83,15 @@
8683
"desc": "Exception"
8784
},
8885
"inherited": false,
89-
"desc": "New Year's Day",
90-
"from_date": "2024-01-01Z",
91-
"to_date": "2024-01-01Z",
86+
"desc": "Winter Holidays",
87+
"from_date": "2024-12-25Z",
88+
"to_date": "2025-01-01Z",
9289
"from_hour": "00:00",
9390
"to_hour": "23:59",
94-
"day_of_week": {
95-
"value": "MONDAY",
96-
"desc": "Monday"
97-
},
9891
"status": {
9992
"value": "CLOSE",
10093
"desc": "Closed"
10194
}
102-
},
103-
{
104-
"type": {
105-
"value": "EVENT",
106-
"desc": "Event"
107-
},
108-
"inherited": false,
109-
"desc": "End of Term",
110-
"from_date": "2024-05-03Z",
111-
"status": {
112-
"value": "OPEN",
113-
"desc": "Open"
114-
}
11595
}
11696
]
11797
}

package-lock.json

Lines changed: 30 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)