Skip to content

Commit

Permalink
Bump tailwindcss from 3.4.3 to 3.4.4 (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Xiao <[email protected]>
  • Loading branch information
dependabot[bot] and chrisx8 authored Jun 7, 2024
1 parent 54f1bb0 commit c0f2ea2
Show file tree
Hide file tree
Showing 8 changed files with 73 additions and 62 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
version: 2
updates:
- package-ecosystem: "github-actions"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dependency_review.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: dependency review
on:
on: # yamllint disable-line rule:truthy
pull_request:
jobs:
dependency-review:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
name: pre-commit checks
on:
on: # yamllint disable-line rule:truthy
pull_request:
jobs:
pre-commit:
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
hooks:
- id: remove-crlf
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -30,7 +30,7 @@ repos:
hooks:
- id: yamllint
- repo: https://github.com/ansible-community/ansible-lint
rev: v24.2.1
rev: v24.6.0
hooks:
- id: ansible-lint
args:
Expand Down
24 changes: 17 additions & 7 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
---

extends: default

yaml-files:
- '*.yaml'
- '*.yml'
- '.yamllint'

rules:
document-start: disable
braces:
max-spaces-inside: 1
comments:
min-spaces-from-content: 1
comments-indentation: false
document-start:
level: error
line-length:
max: 120
octal-values:
forbid-explicit-octal: true
forbid-implicit-octal: true
truthy:
level: error

yaml-files:
- "*.yaml"
- "*.yml"
- ".yamllint"
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ Yet another homelab dashboard with ZERO Javascript, powered by TailwindCSS and A

LauncherTW is an Ansible role, which means you need to install Ansible.

You can install Ansible with your OS's package manager, such as `apt`, `dnf`, `pacman`, or `brew`. You can also [install with `pip`](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html).

### Tailwind CSS

LauncherTW uses [Tailwind CSS](https://tailwindcss.com/), specifically the `tailwindcss` CLI. To install, run:
Expand Down
96 changes: 48 additions & 48 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dependencies": {
"tailwindcss": "^3.4.3"
"tailwindcss": "^3.4.4"
}
}

0 comments on commit c0f2ea2

Please sign in to comment.