Skip to content

Commit

Permalink
Bump minimist package 0.0.10->0.2.4 in overrides (#211)
Browse files Browse the repository at this point in the history
* bump minimist package 0.0.10->0.2.4 in overrides

upgrade CI pnpm version

* remove the lint:installed-check linting

* remove installed-check dependency
  • Loading branch information
mahmoudmoravej authored Oct 18, 2024
1 parent 1477b5f commit 26d0894
Show file tree
Hide file tree
Showing 4 changed files with 225 additions and 351 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: pnpm/action-setup@v2
id: pnpm-install
with:
version: 8
version: 9.*
run_install: false

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 8
version: 9.*
run_install: false

- name: Get pnpm store directory
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"lint:eslint": "eslint . --max-warnings=0 --cache --cache-location node_modules/.cache/eslint",
"lint:stylelint": "stylelint \"**/*.css\" --cache --cache-location node_modules/.cache/stylelint",
"lint:knip": "knip",
"lint:installed-check": "installed-check",
"lint:types": "pnpm -r --parallel --filter \"!@workleap/typescript-configs\" exec tsc",
"changeset": "changeset",
"ci-release": "pnpm build && changeset publish",
Expand All @@ -42,7 +41,6 @@
"@workleap/eslint-plugin": "workspace:*",
"@workleap/typescript-configs": "workspace:*",
"eslint": "8.57.0",
"installed-check": "9.3.0",
"jest": "29.7.0",
"knip": "5.9.4",
"prettier": "3.2.5",
Expand All @@ -51,6 +49,11 @@
"ts-node": "10.9.2",
"typescript": "5.4.5"
},
"pnpm":{
"overrides": {
"minimist": "^0.2.4"
}
},
"engines": {
"node": ">=20.0.0"
},
Expand Down
Loading

0 comments on commit 26d0894

Please sign in to comment.