-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin external deps to ensure explicit updates to lage bundle (#712)
- Loading branch information
1 parent
990dd48
commit 429047e
Showing
20 changed files
with
174 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
{ | ||
"editor.defaultFormatter": "esbenp.prettier-vscode", | ||
"editor.formatOnSave": false, | ||
"typescript.tsdk": "node_modules/typescript/lib" | ||
"editor.formatOnSave": true, | ||
"typescript.tsdk": "node_modules/typescript/lib", | ||
"files.associations": { | ||
"*.json5": "jsonc" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"type": "patch", | ||
"comment": "Pin external deps to ensure explicit updates to lage bundle", | ||
"packageName": "@lage-run/cache-github-actions", | ||
"email": "[email protected]", | ||
"dependentChangeType": "patch" | ||
}, | ||
{ | ||
"type": "patch", | ||
"comment": "Pin external deps to ensure explicit updates to lage bundle", | ||
"packageName": "@lage-run/cache", | ||
"email": "[email protected]", | ||
"dependentChangeType": "patch" | ||
}, | ||
{ | ||
"type": "patch", | ||
"comment": "Pin external deps to ensure explicit updates to lage bundle", | ||
"packageName": "@lage-run/cli", | ||
"email": "[email protected]", | ||
"dependentChangeType": "patch" | ||
}, | ||
{ | ||
"type": "patch", | ||
"comment": "Pin external deps to ensure explicit updates to lage bundle", | ||
"packageName": "@lage-run/config", | ||
"email": "[email protected]", | ||
"dependentChangeType": "patch" | ||
}, | ||
{ | ||
"type": "patch", | ||
"comment": "Pin external deps to ensure explicit updates to lage bundle", | ||
"packageName": "@lage-run/hasher", | ||
"email": "[email protected]", | ||
"dependentChangeType": "patch" | ||
}, | ||
{ | ||
"type": "patch", | ||
"comment": "Pin external deps to ensure explicit updates to lage bundle", | ||
"packageName": "lage", | ||
"email": "[email protected]", | ||
"dependentChangeType": "patch" | ||
}, | ||
{ | ||
"type": "patch", | ||
"comment": "Pin external deps to ensure explicit updates to lage bundle", | ||
"packageName": "@lage-run/reporters", | ||
"email": "[email protected]", | ||
"dependentChangeType": "patch" | ||
}, | ||
{ | ||
"type": "patch", | ||
"comment": "Pin external deps to ensure explicit updates to lage bundle", | ||
"packageName": "@lage-run/target-graph", | ||
"email": "[email protected]", | ||
"dependentChangeType": "patch" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ | |
"watch": "lage transpile isolatedTypes --no-cache --verbose --unstable-watch", | ||
"change": "beachball change", | ||
"checkchange": "beachball check", | ||
"ci": "lage transpile types build test lint bundle", | ||
"release": "beachball publish -y --tag latest", | ||
"test": "lage test --verbose", | ||
"lint": "lage lint", | ||
|
@@ -34,10 +35,10 @@ | |
"@types/jest": "^29.5.1", | ||
"@types/node": "^16.18.3", | ||
"beachball": "^2.37.0", | ||
"fast-glob": "^3.2.12", | ||
"fast-glob": "3.3.1", | ||
"gh-pages": "^4.0.0", | ||
"husky": "^8.0.3", | ||
"lage-npm": "npm:[email protected].6", | ||
"lage-npm": "npm:[email protected].10", | ||
"lint-staged": "^13.2.0", | ||
"patch-package": "^6.5.1", | ||
"prettier": "^2.8.6", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,6 @@ | |
}, | ||
"devDependencies": { | ||
"@lage-run/monorepo-scripts": "*", | ||
"execa": "^5.1.1" | ||
"execa": "5.1.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.