Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#326)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 25, 2024
1 parent 224c6f5 commit 134addb
Show file tree
Hide file tree
Showing 5 changed files with 3,218 additions and 1,020 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs-on-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Add TypeScript problem matcher
run: echo "::add-matcher::.github/problemMatchers/tsc.json"
- name: Use Node.js v20
Expand Down
725 changes: 367 additions & 358 deletions .yarn/releases/yarn-4.5.0.cjs → .yarn/releases/yarn-4.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: true

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.0.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,20 @@
"@favware/npm-deprecate": "^2.0.0",
"@types/jsdom": "^21.1.7",
"@types/unidecode": "^0.1.3",
"@vitest/coverage-v8": "^2.1.2",
"@vitest/coverage-v8": "^2.1.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.1",
"eslint-config-mahir": "^0.0.45",
"eslint-config-mahir": "^0.0.46",
"husky": "^9.1.6",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"pinst": "^3.0.0",
"prettier": "^3.3.3",
"pretty-quick": "^4.0.0",
"tsup": "^8.3.0",
"typedoc": "^0.26.9",
"tsup": "^8.3.4",
"typedoc": "^0.26.10",
"typescript": "^5.6.3",
"vitest": "^2.1.2"
"vitest": "^2.1.3"
},
"files": [
"dist/**/*.js*",
Expand Down Expand Up @@ -90,5 +90,5 @@
"ansi-regex": "^5.0.1",
"minimist": "^1.2.8"
},
"packageManager": "yarn@4.5.0"
"packageManager": "yarn@4.5.1"
}
Loading

0 comments on commit 134addb

Please sign in to comment.