Skip to content

Commit

Permalink
chore(cdktf): upgrade yarn and added yarn files to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jon77p committed Sep 16, 2024
1 parent 69834a7 commit e9daf34
Show file tree
Hide file tree
Showing 6 changed files with 8,008 additions and 4,947 deletions.
2 changes: 2 additions & 0 deletions .gitleaksignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cdktf/.yarn/releases/yarn-4.5.0.cjs:aws-access-token:149
cdktf/.yarn/releases/yarn-4.5.0.cjs:generic-api-key:567
9 changes: 9 additions & 0 deletions cdktf/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Yarn files
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

*.d.ts
*.js
node_modules
Expand Down
925 changes: 925 additions & 0 deletions cdktf/.yarn/releases/yarn-4.5.0.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions cdktf/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

Check failure on line 1 in cdktf/.yarnrc.yml

View workflow job for this annotation

GitHub Actions / yamllint

[yamllint] cdktf/.yarnrc.yml#L1

[warning] missing document start "---" (document-start)
Raw output
cdktf/.yarnrc.yml:1:1: [warning] missing document start "---" (document-start)

yarnPath: .yarn/releases/yarn-4.5.0.cjs
3 changes: 2 additions & 1 deletion cdktf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^5.0.0"
}
},
"packageManager": "yarn@4.5.0"
}
Loading

0 comments on commit e9daf34

Please sign in to comment.