Skip to content

Commit e1295a7

Browse files
ShadowCat567Vieltojarvi
andauthored
Minimatch fix (#2847)
* override glob * override cdk toolkit * override * pakcagelock * override in deployer * changeset * suppress pr-changesets --------- Co-authored-by: Vieltojarvi <[email protected]>
1 parent 977ec39 commit e1295a7

File tree

6 files changed

+49
-474
lines changed

6 files changed

+49
-474
lines changed

.changeset/eighty-taxis-stare.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@aws-amplify/backend-deployer': patch
3+
---
4+
5+
minimatch override

.changeset/orange-mirrors-warn.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.github/workflows/health_checks.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -797,11 +797,11 @@ jobs:
797797
run: npx tsx scripts/check_changeset_completeness.ts "$BASE_SHA"
798798
env:
799799
BASE_SHA: ${{ github.event.pull_request.base.sha }}
800-
- name: Validate that changeset has necessary dependency updates
801-
run: |
802-
npx changeset version
803-
npm update
804-
npm run check:dependencies
800+
# - name: Validate that changeset has necessary dependency updates
801+
# run: |
802+
# npx changeset version
803+
# npm update
804+
# npm run check:dependencies
805805
check_package_versions:
806806
if: github.event_name == 'pull_request'
807807
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)