mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-05-23 06:10:51 -05:00
[PR #475] [MERGED] build(dev-deps): bump themes dev-deps + anchor-js #2531
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/conventional-commits/conventionalcommits.org/pull/475
Author: @lorenzodianni
Created: 10/23/2022
Status: ✅ Merged
Merged: 10/23/2022
Merged by: @damianopetrungaro
Base:
master← Head:feature/update-theme-deps📝 Commits (5)
4e9ae71build(dev-deps): bump themes dev-deps + anchor-jsc5f517cchore: ignore .idea and .css.map filesb59ba53build: update node to latest version10ac2c2build: set netflify node version4cc392ebuild: remove python and g++ from prod dockerfile📊 Changes
10 files changed (+3974 additions, -7497 deletions)
View changed files
📝
.gitignore(+1 -0)➕
.node-version(+1 -0)📝
Dockerfile(+2 -3)📝
Dockerfile.dev(+2 -1)📝
Makefile(+1 -6)📝
themes/conventional-commits/.gitignore(+1 -0)📝
themes/conventional-commits/package-lock.json(+3948 -7472)📝
themes/conventional-commits/package.json(+13 -12)📝
themes/conventional-commits/static/css/scss/components/_dropdown.scss(+3 -2)📝
themes/conventional-commits/static/css/scss/layout/_welcome.scss(+2 -1)📄 Description
There was a problem with node-sass and the current node version (v19) that broke local build (see #441).
To fix this error we must update how we build css, moving from node-sass (that is deprecated) to sass
I've also updated to latest version webpack and all other css dev-deps + anchor-js
We can NOT update github-markdown-css because has some breaking changes that cause some layout bugs, we need to do that in a new dedicated PR
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.