Skip to content

Commit

Permalink
Keep glob back, we can't upgrade it without our minimum Node
Browse files Browse the repository at this point in the history
  • Loading branch information
rix0rrr committed Jul 26, 2024
1 parent 34cea56 commit 3c10603
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 72 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/yarn-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,10 @@ jobs:
--filter=typescript
# Upgrade all other dependencies (devDependencies) to the latest
# Exclude:
# - glob, because newer version don't support Node 18
lerna exec --parallel ncu -- --upgrade --target=latest \
--reject='@types/inquirer,@types/node,typescript,@types/fs-extra,@types/yargs,${{ steps.production-dependencies.outputs.list }},${{ steps.monorepo-packages.outputs.list }}'
--reject='@types/inquirer,@types/node,typescript,@types/fs-extra,@types/yargs,glob,${{ steps.production-dependencies.outputs.list }},${{ steps.monorepo-packages.outputs.list }}'
# This will ensure the current lockfile is up-to-date with the dependency specifications (necessary for "yarn update" to run)
- name: Run "yarn install"
Expand Down
2 changes: 1 addition & 1 deletion packages/@jsii/benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@types/glob": "^8.1.0",
"glob": "^11.0.0"
"glob": "^10.3.12"
},
"scripts": {
"build": "yarn --silent tsc --build && npm run lint",
Expand Down
74 changes: 4 additions & 70 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3c10603

Please sign in to comment.