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] authored Sep 1, 2024
1 parent 7cb1c8e commit dce9007
Show file tree
Hide file tree
Showing 5 changed files with 588 additions and 433 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/accessibility-alt-text-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
if: ${{ !endsWith(github.actor, '[bot]') }}
runs-on: ubuntu-latest
steps:
- uses: github/accessibility-alt-text-bot@v1.4.0
- uses: github/accessibility-alt-text-bot@v1.5.0
2 changes: 1 addition & 1 deletion .github/workflows/semantic-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5.4.0
- uses: amannn/action-semantic-pull-request@v5.5.3
env:
GITHUB_TOKEN: ${{ github.token }}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.1
20.17.0
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"typegen": "tsx scripts/typegen.ts"
},
"dependencies": {
"@antfu/install-pkg": "^0.3.3",
"@antfu/install-pkg": "^0.4.0",
"@clack/prompts": "^0.7.0",
"globals": "^15.9.0",
"local-pkg": "^0.5.0"
Expand All @@ -62,7 +62,7 @@
"@commitlint/cli": "19.4.1",
"@commitlint/config-conventional": "19.4.1",
"@cspell/dict-cryptocurrencies": "5.0.0",
"@eslint-react/eslint-plugin": "1.9.1",
"@eslint-react/eslint-plugin": "1.12.4",
"@eslint/compat": "1.1.1",
"@intlify/eslint-plugin-vue-i18n": "3.0.0",
"@semantic-release/changelog": "6.0.3",
Expand All @@ -73,38 +73,38 @@
"@semantic-release/release-notes-generator": "14.0.1",
"@stylistic/eslint-plugin": "2.6.2",
"@stylistic/eslint-plugin-migrate": "2.6.2",
"@types/eslint": "9.6.0",
"@types/node": "22.2.0",
"@types/eslint": "9.6.1",
"@types/node": "22.5.1",
"@typescript-eslint/eslint-plugin": "8.0.1",
"@typescript-eslint/parser": "8.0.1",
"@typescript-eslint/utils": "8.0.1",
"@unocss/eslint-plugin": "0.61.9",
"commitizen": "4.3.0",
"cspell": "8.13.2",
"cz-conventional-changelog": "3.3.0",
"deassert": "1.1.0",
"deassert": "1.3.2",
"eslint": "9.9.0",
"eslint-config-prettier": "9.1.0",
"eslint-flat-config-utils": "0.3.0",
"eslint-flat-config-utils": "0.3.1",
"eslint-formatting-reporter": "0.0.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-merge-processors": "0.1.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-format": "0.1.2",
"eslint-plugin-functional": "7.0.1",
"eslint-plugin-functional": "7.0.2",
"eslint-plugin-i18next": "6.0.9",
"eslint-plugin-import-x": "3.1.0",
"eslint-plugin-jsdoc": "50.0.0",
"eslint-plugin-jsdoc": "50.2.2",
"eslint-plugin-jsonc": "2.16.0",
"eslint-plugin-markdown": "5.1.0",
"eslint-plugin-n": "17.10.2",
"eslint-plugin-no-only-tests": "3.1.0",
"eslint-plugin-no-only-tests": "3.3.0",
"eslint-plugin-optimize-regex": "1.2.1",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.9",
"eslint-plugin-readable-tailwind": "1.6.0",
"eslint-plugin-react-refresh": "0.4.11",
"eslint-plugin-readable-tailwind": "1.7.0",
"eslint-plugin-regexp": "2.6.0",
"eslint-plugin-sonarjs": "1.0.4",
"eslint-plugin-tailwindcss": "3.17.4",
Expand All @@ -114,23 +114,23 @@
"eslint-plugin-vue": "9.27.0",
"eslint-plugin-yml": "1.14.0",
"eslint-processor-vue-blocks": "0.1.2",
"eslint-typegen": "0.3.0",
"husky": "9.1.4",
"eslint-typegen": "0.3.1",
"husky": "9.1.5",
"jiti": "1.21.6",
"jsonc-eslint-parser": "2.4.0",
"knip": "5.27.2",
"lint-staged": "15.2.8",
"markdownlint": "0.34.0",
"knip": "5.28.0",
"lint-staged": "15.2.9",
"markdownlint": "0.35.0",
"markdownlint-cli": "0.41.0",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"rollup": "4.20.0",
"rollup": "4.21.2",
"rollup-plugin-ts": "3.4.5",
"semantic-release": "24.0.0",
"sort-package-json": "2.10.0",
"sort-package-json": "2.10.1",
"toml-eslint-parser": "0.10.0",
"tsc-files": "1.1.4",
"tsx": "4.17.0",
"tsx": "4.19.0",
"typescript": "5.4.5",
"vue-eslint-parser": "9.4.3",
"yaml-eslint-parser": "1.2.3"
Expand Down Expand Up @@ -304,7 +304,7 @@
"optional": true
}
},
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.9.0",
"engines": {
"node": ">=20.0.0"
}
Expand Down
Loading

0 comments on commit dce9007

Please sign in to comment.