Skip to content

Commit

Permalink
chore(deps): update all major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 19, 2024
1 parent 22b4786 commit 401f42e
Show file tree
Hide file tree
Showing 3 changed files with 4,318 additions and 3,323 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fetch-depth: 0

- name: Setup pnpm ${{ env.pnpm_version }}
uses: pnpm/action-setup@v2.4.0
uses: pnpm/action-setup@v3.0.0
with:
version: ${{ env.pnpm_version }}

Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
fetch-depth: 0

- name: Setup pnpm ${{ env.pnpm_version }}
uses: pnpm/action-setup@v2.4.0
uses: pnpm/action-setup@v3.0.0
with:
version: ${{ env.pnpm_version }}

Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
echo "::set-output name=TAG_NAME::$tag_name"
- name: Push Release to github
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ github.event.inputs.tagName || steps.latest-tag.outputs.TAG_NAME || github.ref}}
body_path: RELEASE.md
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dvcol/stylelint-plugin-presets",
"version": "2.1.2",
"packageManager": "pnpm@8.14.1",
"packageManager": "pnpm@9.0.4",
"description": "Basic presets for stylelint",
"keywords": [
"stylelint",
Expand Down Expand Up @@ -103,12 +103,12 @@
}
},
"devDependencies": {
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@dvcol/eslint-plugin-presets": "^1.3.3",
"eslint": "^8.56.0",
"eslint": "^9.0.0",
"extract-changelog-release": "^1.0.2",
"husky": "^8.0.3",
"husky": "^9.0.0",
"standard-version": "^9.5.0"
},
"pnpm": {
Expand Down
Loading

0 comments on commit 401f42e

Please sign in to comment.