Skip to content

Commit

Permalink
Merge pull request #10 from evansosenko/update-stuff
Browse files Browse the repository at this point in the history
Update tools for end of 2024
  • Loading branch information
razor-x authored Dec 30, 2024
2 parents 56cf717 + 0333dfa commit 926fcca
Show file tree
Hide file tree
Showing 15 changed files with 2,169 additions and 1,200 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG VARIANT="20"

FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:${VARIANT}

ARG HUGO_VERSION="0.127.0"
ARG HUGO_VERSION="0.140.0"
ARG HUGO_ARCH="64bit"

RUN hugo_url="https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}" \
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dockerfile": "Dockerfile",
"args": {
"VARIANT": "20",
"HUGO_VERSION": "0.127.0",
"HUGO_VERSION": "0.140.0",
"HUGO_ARCH": "64bit"
}
},
Expand Down
4 changes: 0 additions & 4 deletions .eslintrc.json

This file was deleted.

2 changes: 1 addition & 1 deletion .github/actions/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
node_version:
description: The Node.js version.
required: false
default: '20'
default: '22'

runs:
using: composite
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Copyright (c) 2013-2024 Evan Sosenko.
Copyright (c) 2013-2025 Evan Sosenko.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $ npm run format

## License

The code and content for this site is is Copyright (c) 2013-2024 Evan Sosenko.
The code and content for this site is is Copyright (c) 2013-2025 Evan Sosenko.

## Warranty

Expand Down
5 changes: 5 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import neostandard from 'neostandard'

export default neostandard({
noStyle: true,
})
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
publish = "public"

[build.environment]
HUGO_VERSION = "0.127.0"
HUGO_VERSION = "0.140.0"

[[headers]]
for = "/*"
Expand Down
Loading

0 comments on commit 926fcca

Please sign in to comment.