Skip to content

Commit

Permalink
chore(deps) Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 12, 2023
1 parent 0b07c2d commit 56cc494
Show file tree
Hide file tree
Showing 6 changed files with 162 additions and 124 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linkcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
npm install
npm run build
- uses: untitaker/hyperlink@0.1.31
- uses: untitaker/hyperlink@0.1.32
with:
args: docs/_site/
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ repos:
- id: pyupgrade
args: [--py36-plus]
- repo: https://github.com/PyCQA/isort
rev: 5.12.0
rev: 5.13.1
hooks:
- id: isort
exclude: docs*
additional_dependencies: [toml]
- repo: https://github.com/psf/black
rev: 23.10.1
rev: 23.12.0
hooks:
- id: black
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
Expand Down
110 changes: 75 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "djlint",
"version": "1.34.0",
"version": "1.34.1",
"description": "HTML Template Linter and Formatter",
"directories": {
"doc": "docs",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@semantic-release/commit-analyzer": "10.0.4",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "9.2.1",
"@semantic-release/github": "9.2.5",
"@semantic-release/npm": "10.0.6",
"@semantic-release/release-notes-generator": "11.0.7",
"cz-conventional-changelog": "3.3.0",
Expand Down
Loading

0 comments on commit 56cc494

Please sign in to comment.