Skip to content

Fix/update dependencies#170

Draft
jetzlstorfer wants to merge 2 commits intomainfrom
fix/update-dependencies
Draft

Fix/update dependencies#170
jetzlstorfer wants to merge 2 commits intomainfrom
fix/update-dependencies

Conversation

@jetzlstorfer
Copy link
Member

This pull request updates the Jekyll build and development setup to improve compatibility, streamline configuration, and enhance the development workflow. The most important changes include updating Sass handling, adjusting development server settings, and improving project configuration for both local and CI environments.

Build and Dependency Updates:

  • Updated the jekyll-sass-converter gem to version ~> 3.0 in the Gemfile, switching from sassc to the new default Sass engine for better compatibility with Jekyll and future-proofing the build process.

Development Workflow Improvements:

  • Modified the JEKYLL_CMD in the makefile to run the server on all network interfaces (--host 0.0.0.0), making local development accessible from other devices or containers.
  • Added a VS Code workspace setting to auto-approve running the Jekyll build command in the integrated terminal, streamlining the developer experience. (.vscode/settings.json)

Configuration and Code Modernization:

  • Updated the Sass import syntax in assets/style.scss from @import to @use to align with the latest Sass standards and ensure compatibility with the updated Jekyll Sass converter.

Project Structure and Exclusions:

  • Added .venv to the exclude list in _config.yml to prevent Python virtual environment files from being processed or published by Jekyll.

dependabot bot and others added 2 commits March 9, 2026 02:57
Bumps [ffi](https://github.com/ffi/ffi) from 1.17.2 to 1.17.3.
- [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md)
- [Commits](ffi/ffi@v1.17.2...v1.17.3)

---
updated-dependencies:
- dependency-name: ffi
  dependency-version: 1.17.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
- Add VSCode settings for terminal auto-approval
- Update jekyll-sass-converter to version 3.0
- Upgrade ffi to version 1.17.3
- Exclude .venv from site generation
- Change import of SVG icons to use syntax
- Modify Jekyll command in Makefile to specify host
@vercel
Copy link

vercel bot commented Mar 10, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cloudnativelinz-github-io Ready Ready Preview, Comment Mar 10, 2026 1:43pm

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