Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: phuctm97/tailwindcss-text-fill
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: phuctm97/tailwindcss-text-fill
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Loading
Showing with 1,076 additions and 695 deletions.
  1. +1 −1 .github/workflows/pr-metadata.yml
  2. +6 −6 package.json
  3. +1,069 −688 yarn.lock
2 changes: 1 addition & 1 deletion .github/workflows/pr-metadata.yml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: dependabot/fetch-metadata@v1.3.1
- uses: dependabot/fetch-metadata@v1.6.0
id: dependabot-metadata
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -30,12 +30,12 @@
"tailwindcss": ">=2.0.0"
},
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-angular": "^16.2.3",
"@commitlint/prompt-cli": "^16.2.3",
"cspell": "^5.19.7",
"husky": "^7.0.4",
"lint-staged": "^12.4.1",
"@commitlint/cli": "^17.0.2",
"@commitlint/config-angular": "^17.0.0",
"@commitlint/prompt-cli": "^17.0.0",
"cspell": "^6.1.1",
"husky": "^8.0.1",
"lint-staged": "^13.0.0",
"prettier": "^2.6.2",
"semantic-release": "^19.0.2"
}
Loading