Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaka91 committed Feb 28, 2024
1 parent 0c07a20 commit 5e4c353
Show file tree
Hide file tree
Showing 7 changed files with 1,230 additions and 324 deletions.
16 changes: 16 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"editor.quickSuggestions": {
"comments": "on",
"other": "on",
"strings": "on"
},
"files.associations": {
"**/templates/**/*.html": "jinja-html",
"*.css": "tailwindcss",
"*.tmTheme": "xml"
},
"git.detectSubmodules": false,
"tailwindCSS.includeLanguages": {
"jinja-html": "html"
}
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ All notable changes to this project will be documented in this file.
<!-- markdownlint-disable no-trailing-spaces -->
## Unreleased

### 📚 Documentation

- Strip unneeded comments from the CHANGELOG.md ([0c07a20](https://github.com/dnaka91/llvm-cov-pretty/commit/0c07a206b10c6263b63a224d5315f8b2e5fe74bc))
> All headers are prefixed with a `<!-- [number] -->` HTML comment to
> enforce certain ordering of change categories. But these are not needed
> for anything but initial sorting and can be stripped.
### ⚙️ Miscellaneous Tasks

- Bump actions/setup-node to v4 ([83fed52](https://github.com/dnaka91/llvm-cov-pretty/commit/83fed5275c8cedb9743a66a40463c03275dd150a))
Expand Down
Loading

0 comments on commit 5e4c353

Please sign in to comment.