Skip to content

bump deps - #186

Merged
fulldecent merged 2 commits into
mainfrom
bump-deps
Jul 30, 2026
Merged

bump deps#186
fulldecent merged 2 commits into
mainfrom
bump-deps

Conversation

@fulldecent

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings July 30, 2026 14:56

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the project’s tooling/runtime baselines and CI/dev-environment setup to align with newer Node/Yarn and Ruby versions, along with refreshing JavaScript dev dependencies and lockfile.

Changes:

  • Bump JavaScript tooling dependencies (Prettier, html-validate, markdownlint-cli2, etc.) and regenerate yarn.lock.
  • Standardize Ruby version via a checked-in .ruby-version and update docs/CI/devcontainer to use it.
  • Update GitHub Actions workflows (new major versions of actions and explicit Corepack/Yarn activation) and set Node version via .nvmrc.

Reviewed changes

Copilot reviewed 7 out of 8 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
yarn.lock Regenerated lockfile reflecting updated dependency graph and Yarn lock metadata version.
package.json Bumps dev tooling versions and updates packageManager to Yarn 4.18.0.
README.md Updates local setup instructions to reference .ruby-version and adds guidance for keeping it in sync with GitHub Pages.
.ruby-version Pins Ruby version for CI/devcontainer/local tooling consistency.
.nvmrc Pins Node version used by CI and local tooling.
.github/workflows/code-lint.yml Updates actions versions and ensures Corepack/Yarn activation before installs/lint.
.github/workflows/build-test-deploy.yml Updates actions versions, reads Ruby version from .ruby-version, and ensures Corepack/Yarn activation.
.devcontainer/devcontainer.json Switches devcontainer features to rbenv/nvm-based versioning and installs Ruby/Node/Yarn accordingly in postCreateCommand.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
Comment on lines +19 to +22
```sh
brew install rbenv
rbenv install # installs the version from .ruby-version
```
Comment thread README.md
Keep [.ruby-version](.ruby-version) matching [the Ruby that GitHub Pages runs](https://pages.github.com/versions/) (used by CI, the dev container, and rbenv locally):

```sh
curl -s https://pages.github.com/versions.json | jq -r .ruby > .ruby-version # Send PR if changed
@fulldecent
fulldecent merged commit ad4cd42 into main Jul 30, 2026
5 checks passed
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.

2 participants