Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…/21e58ba73afa91e9335c1825880278b926a79821)

* fix(deps): update dependency micromatch to v4.0.8 (#381)

* chore: willboosterify this repo

* chore: willboosterify this repo

* chore: willboosterify this repo

* chore(deps): lock file maintenance (#380)

* chore(deps): update dependency semantic-release to v24.1.0 (#379)

* chore: willboosterify this repo

* chore(deps): lock file maintenance (#378)

* chore(deps): update dependency @types/yargs to v17.0.33 (#377)

* chore: willboosterify this repo

* chore(deps): lock file maintenance (#376)

* chore(deps): update dependency lint-staged to v15.2.8 (#375)

* chore(deps): update yarn to v4.4.0 (#374)

* chore: willboosterify this repo

* chore: willboosterify this repo

* chore(deps): lock file maintenance (#373)

* chore(deps): update all non-major dependencies (#372)

* chore: willboosterify this repo

* chore: willboosterify this repo

* chore: willboosterify this repo

* chore(deps): lock file maintenance (#371)
  • Loading branch information
WillBooster-bot committed Aug 23, 2024
1 parent 7290240 commit 7eacf2c
Show file tree
Hide file tree
Showing 6 changed files with 1,470 additions and 1,498 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
* text=auto

*.lockb binary diff=lockb
*.vcproj text eol=crlf

*.cjs text eol=lf
Expand Down
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.3.1.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.4.0.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 @@ -11,4 +11,4 @@ plugins:
path: .yarn/plugins/plugin-auto-install.cjs
spec: 'https://github.com/WillBooster/yarn-plugin-auto-install/releases/download/v2.0.1/index.cjs'

yarnPath: .yarn/releases/yarn-4.3.1.cjs
yarnPath: .yarn/releases/yarn-4.4.0.cjs
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,20 @@
"prettier": "@willbooster/prettier-config",
"dependencies": {
"fs-extra": "11.2.0",
"micromatch": "4.0.7",
"pino": "9.3.1",
"pino-pretty": "11.2.1",
"micromatch": "4.0.8",
"pino": "9.3.2",
"pino-pretty": "11.2.2",
"simple-git": "3.25.0",
"yargs": "17.7.2"
},
"devDependencies": {
"@types/eslint": "8.56.10",
"@types/eslint": "8.56.11",
"@types/fs-extra": "11.0.4",
"@types/micromatch": "4.0.9",
"@types/semantic-release": "20.0.6",
"@types/yargs": "17.0.32",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"@types/yargs": "17.0.33",
"@typescript-eslint/eslint-plugin": "8.2.0",
"@typescript-eslint/parser": "8.2.0",
"@willbooster/eslint-config-ts": "10.6.0",
"@willbooster/prettier-config": "9.1.2",
"build-ts": "13.1.8",
Expand All @@ -59,17 +59,17 @@
"eslint-plugin-import": "2.29.1",
"eslint-plugin-sort-class-members": "1.20.0",
"eslint-plugin-sort-destructure-keys": "2.0.0",
"eslint-plugin-unicorn": "54.0.0",
"husky": "9.1.1",
"lint-staged": "15.2.7",
"eslint-plugin-unicorn": "55.0.0",
"husky": "9.1.5",
"lint-staged": "15.2.9",
"pinst": "3.0.0",
"prettier": "3.3.3",
"semantic-release": "24.0.0",
"sort-package-json": "2.10.0",
"typescript": "5.5.3",
"semantic-release": "24.1.0",
"sort-package-json": "2.10.1",
"typescript": "5.5.4",
"vitest": "1.6.0"
},
"packageManager": "yarn@4.3.1",
"packageManager": "yarn@4.4.0",
"engines": {
"node": ">=18"
},
Expand Down
Loading

0 comments on commit 7eacf2c

Please sign in to comment.