Skip to content

Commit 707e7d4

Browse files
authored
August 2025 updates (#107)
- Add August 2025 event - Update dependencies - Upgrade to `actions/checkout@v5`
1 parent 4180c8f commit 707e7d4

File tree

5 files changed

+93
-78
lines changed

5 files changed

+93
-78
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v5
1010
- name: Setup node
1111
uses: actions/setup-node@v4
1212
with:

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
deploy:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111
- name: Setup node
1212
uses: actions/setup-node@v4
1313
with:

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
"@quasibit/eleventy-plugin-sitemap": "^2.2.0",
2929
"@tailwindcss/typography": "^0.5.16",
3030
"autoprefixer": "^10.4.21",
31-
"cross-env": "^7.0.3",
31+
"cross-env": "^10.0.0",
3232
"html-minifier-terser": "^7.2.0",
33-
"lint-staged": "^16.1.2",
33+
"lint-staged": "^16.1.5",
3434
"npm-run-all": "^4.1.5",
3535
"prettier": "^3.6.2",
3636
"rimraf": "^6.0.1",
37-
"simple-git-hooks": "^2.13.0",
37+
"simple-git-hooks": "^2.13.1",
3838
"tailwindcss": "^3.4.17",
3939
"terser": "^5.43.1"
4040
},

src/globals/events.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
* @type {JSMNEvent[]}
1313
*/
1414
module.exports = [
15+
{
16+
title: "August Event: Open Floor Show/Tell and Discussion",
17+
date: new Date("2025-08-27T18:00-05:00"),
18+
link: "https://www.meetup.com/javascriptmn/events/308531783/",
19+
location: "Virtual",
20+
},
1521
{
1622
title: "July Event: Open Floor Show/Tell and Discussion",
1723
date: new Date("2025-07-30T18:00-05:00"),

0 commit comments

Comments
 (0)