Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update #154

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Update #154

wants to merge 4 commits into from

Conversation

CybotTM
Copy link
Member

@CybotTM CybotTM commented Nov 18, 2024

  • go.mod
    • Change Go version from 1.21 to 1.23
  • .devcontainer/devcontainer.json
    • Update image field to use Go 1-1.23-bullseye
  • .github/workflows/check.yml
    • Update go-version field to 1.23 in the Set up Go step

* **go.mod**
  - Change Go version from 1.21 to 1.23
* **.devcontainer/devcontainer.json**
  - Update image field to use Go 1-1.23-bullseye
* **.github/workflows/check.yml**
  - Update go-version field to 1.23 in the Set up Go step
* **Dockerfile**
  - Update Node.js version to 24 in the `FROM --platform=amd64 node:22 AS frontend-builder` line

* **.github/workflows/check.yml**
  - Update Node.js version to 24 in the `node-version` field under `Set up Node.js` step in `go-test` job
  - Update Node.js version to 24 in the `node-version` field under `Set up Node.js` step in `formatting` job

* **.devcontainer/devcontainer.json**
  - Update Node.js version to 24 in the `version` field under `ghcr.io/devcontainers/features/node:1`
* **Dockerfile**
  - Change Node.js version from 24 to 23 in the `FROM --platform=amd64 node:23 AS frontend-builder` line

* **.github/workflows/check.yml**
  - Change Node.js version from 24 to 23 in the `node-version` field under `Set up Node.js` step in `go-test` job
  - Change Node.js version from 24 to 23 in the `node-version` field under `Set up Node.js` step in `formatting` job

* **.devcontainer/devcontainer.json**
  - Change Node.js version from 24 to 23 in the `version` field under `ghcr.io/devcontainers/features/node:1`
…atible with Node.js 23

* **package.json**
  - Update `@tailwindcss/forms` to ^0.5.9
  - Update `autoprefixer` to ^10.4.20
  - Update `concurrently` to ^9.1.0
  - Update `cssnano` to ^7.0.6
  - Update `nodemon` to ^3.1.7
  - Update `postcss` to ^8.4.49
  - Update `prettier` to ^3.3.3
  - Update `prettier-plugin-tailwindcss` to ^0.6.8
  - Update `tailwindcss` to ^3.4.15

* **pnpm-lock.yaml**
  - Update dependencies to reflect the new versions specified in `package.json`
  - Update various internal dependencies to match the new versions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant