Skip to content

Commit c17d88a

Browse files
Copilotmaehr
andauthored
Add Grundlagen, Methoden und Anwendungen der Digital History to learning materials (#281)
* Initial plan * Initial exploration of repository structure and understanding of issue #280 Co-authored-by: maehr <[email protected]> * Add 'Grundlagen, Methoden und Anwendungen der Digital History' entry as requested in issue #280 Co-authored-by: maehr <[email protected]> * Fix formatting and rebuild README as requested - run format and prebuild scripts Co-authored-by: maehr <[email protected]> * Refactor code structure for improved readability and maintainability * Update Node.js version to 24 and remove pnpm version specification in CI workflow --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: maehr <[email protected]> Co-authored-by: Moritz Mähr <[email protected]>
1 parent 6e745c5 commit c17d88a

File tree

6 files changed

+3880
-3215
lines changed

6 files changed

+3880
-3215
lines changed

.github/workflows/awesome-lint.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,14 @@ jobs:
99
- uses: actions/checkout@v4
1010
with:
1111
fetch-depth: 0
12-
- run: npx awesome-lint
12+
- name: Setup pnpm
13+
uses: pnpm/action-setup@v4
14+
- name: Setup Node.js
15+
uses: actions/setup-node@v5
16+
with:
17+
node-version: 24
18+
cache: 'pnpm'
19+
- name: Install dependencies
20+
run: pnpm install --frozen-lockfile
21+
- name: Run awesome-lint
22+
run: pnpm run awesome-lint

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ Finding aids for textual and multimedia [primary sources](https://en.wikipedia.o
179179
- [Crafting Digital History](http://workbook.craftingdigitalhistory.ca/) - A Workbook for Methods and Readings in Digital History.
180180
- [Digital History Guide](http://chnm.gmu.edu/digitalhistory/) - Introduction to the web for historians, who wish to produce online historical work.
181181
- [Geospatial Historian](https://geospatialhistorian.wordpress.com/) - Open HGIS Lessons and Resources.
182+
- [Grundlagen, Methoden und Anwendungen der Digital History](https://dh-erfurt.github.io/digital-history/home.html) - Teaching and collaborative resources for digital history (University of Erfurt).
182183
- [HIST 7370](https://cblevins.github.io/f19-dig-hist/) - Online course for Methods and Readings in Digital History.
183184
- [History Toolkit](https://dg.philhist.unibas.ch/en/studium/history-a-toolkit-for-students/) - History Toolkit for Students.
184185
- [Introduction to Digital History](https://wissen-ist-acht.github.io/digitalhistory.intro/) - This guide, created in the fall semester of 2022, accompanies the introductory courses in history at the University of Basel and is intended to provide a first insight into the field of digital history.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,31 +24,31 @@
2424
"private": true,
2525
"packageManager": "[email protected]",
2626
"devDependencies": {
27-
"@playwright/test": "^1.52.0",
27+
"@playwright/test": "^1.55.0",
2828
"@sveltejs/adapter-cloudflare": "^4.9.0",
29-
"@sveltejs/adapter-static": "^3.0.8",
30-
"@sveltejs/kit": "^2.21.2",
29+
"@sveltejs/adapter-static": "^3.0.9",
30+
"@sveltejs/kit": "^2.41.0",
3131
"@sveltejs/vite-plugin-svelte": "^3.1.2",
3232
"@tailwindcss/typography": "^0.5.16",
3333
"autoprefixer": "^10.4.21",
3434
"awesome-lint": "^1.2.0",
3535
"daisyui": "^4.12.24",
3636
"eslint": "^8.57.1",
37-
"eslint-config-prettier": "^9.1.0",
37+
"eslint-config-prettier": "^9.1.2",
3838
"eslint-plugin-svelte3": "^4.0.0",
3939
"mdsvex": "^0.11.2",
4040
"mdsvex-relative-images": "^1.0.3",
41-
"postcss": "^8.5.4",
42-
"prettier": "^3.5.3",
41+
"postcss": "^8.5.6",
42+
"prettier": "^3.6.2",
4343
"prettier-plugin-svelte": "^3.4.0",
4444
"prettier-plugin-tailwindcss": "^0.5.14",
4545
"rehype-autolink-headings": "^7.1.0",
4646
"svelte": "^4.2.20",
4747
"svelte-check": "^3.8.6",
4848
"svelte-multiselect": "^10.3.0",
4949
"tailwindcss": "^3.4.17",
50-
"typescript": "^5.8.3",
51-
"vite": "^5.4.19",
50+
"typescript": "^5.9.2",
51+
"vite": "^5.4.20",
5252
"vitest": "^1.6.1"
5353
},
5454
"type": "module"

0 commit comments

Comments
 (0)