Skip to content

Releases: weaponsforge/adventofcode

adventofcode_v1.3.0

06 Feb 19:39
c7a7b36
Compare
Choose a tag to compare

Summary

February 7, 2025

Main Updates

  • Feat: create script entry for debugging a TS file (using vite-node) with VSCode and Docker, #53
  • Feat: create functions for deferring function execution
  • Fix: vitest security cve-2025-24964, #55; run npm audit fix
  • Feat: enable running tests using vitest with file change watching in Docker containers running in Windows WSL2
    • npm run docker:dev:win
  • Feat: use the default image user - USER node in the Dockerfile
  • Docs: update Available and Docker scripts notes in the README

Upgrade devDependencies version

Dependency Old New
@types/node 22.10.2 22.13.1
eslint 9.16.0 9.19.0
globals 15.13.0 15.14.0
typescript 5.7.2 5.7.3
typescript-eslint 8.18.0 8.23.0
vite-node 2.1.8 3.0.5
vitetest 2.1.8 3.0.5

What's Changed

Full Changelog: v1.2.2...v1.3.0

adventofcode_v1.2.2

14 Jan 21:36
f0e5756
Compare
Choose a tag to compare

Summary

January 15, 2024

Day 11 - 15 AoC 2024 quiz solutions

  • Day 11 - Plutonian Pebbles, #16
  • Day 12 - Garden Groups, #17
  • Day 13 - Claw Contraption, #19
  • Day 14 - Restroom Redoubt, #22
  • Day 15 - Warehouse Woes, #24
  • Refactor: put AoC grid, point and other related types and utils in one place, #44
  • Chore: Provide input for the 2024 Day 11 Part 2 quiz, #49
  • Chore: Re-organize file input reading for 2024 Day 14

What's Changed

Full Changelog: v1.2.1...v1.2.2

adventofcode_v1.2.1

29 Dec 05:04
4a01a3c
Compare
Choose a tag to compare

Summary

December 29, 2024

Day 6 - 10 AoC quiz solutions

  • Day 6 - Guard Gallivant, #11
  • Day 7 - Brigde Repair, #12
  • Day 8 - Resonant Collinearity, #13
  • Day 9 - Disk Fragmenter, #14
  • Day 10 - Hoof It, #15

What's Changed

Full Changelog: v1.2.0...v1.2.1

adventofcode_v1.2.0

15 Dec 08:56
f1ebc50
Compare
Choose a tag to compare

Summary

December 15, 2024

Day 2 - 5 2024 AoC solutions

  • Feat: solutions for the Day 2, Red-Nosed Reports quiz, #7
  • Feat: solutions for the Day 3, Mull It Over quiz, #8
  • Feat: solutions for the Day 4, Ceres Search quiz, #9
  • Feat: solutions for the Day 4, Ceres Search quiz, #10
  • Chore: run quiz as main programs and remove quiz tests
  • Chore: delete static quiz text content
  • Chore: use random quiz input

What's Changed

New Contributors

Full Changelog: https://github.com/weaponsforge/adventofcode/commits/v1.2.0