-
Notifications
You must be signed in to change notification settings - Fork 368
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11519 from linode/staging
Release v1.134.0 - staging → master
- Loading branch information
Showing
623 changed files
with
22,360 additions
and
5,168 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ | |
"test:sdk": "yarn workspace @linode/api-v4 test", | ||
"test:search": "yarn workspace @linode/search test", | ||
"test:ui": "yarn workspace @linode/ui test", | ||
"package-versions": "node ./scripts/package-versions/index.js", | ||
"package-versions": "yarn workspace @linode/scripts package-versions", | ||
"storybook": "yarn workspace linode-manager storybook", | ||
"cy:run": "yarn workspace linode-manager cy:run", | ||
"cy:e2e": "yarn workspace linode-manager cy:e2e", | ||
|
@@ -39,23 +39,25 @@ | |
"cy:component": "yarn workspace linode-manager cy:component", | ||
"cy:component:run": "yarn workspace linode-manager cy:component:run", | ||
"cy:rec-snap": "yarn workspace linode-manager cy:rec-snap", | ||
"changeset": "node scripts/changelog/changeset.mjs", | ||
"generate-changelogs": "node scripts/changelog/generate-changelogs.mjs", | ||
"changeset": "yarn workspace @linode/scripts changeset", | ||
"generate-changelogs": "yarn workspace @linode/scripts generate-changelogs", | ||
"coverage": "yarn workspace linode-manager coverage", | ||
"coverage:summary": "yarn workspace linode-manager coverage:summary", | ||
"junit:summary": "tsx scripts/junit-summary/index.ts", | ||
"generate-tod": "tsx scripts/tod-payload/index.ts", | ||
"junit:summary": "YARN_SILENT=1 yarn workspace @linode/scripts junit:summary", | ||
"generate-tod": "YARN_SILENT=1 yarn workspace @linode/scripts generate-tod", | ||
"docs": "bunx [email protected] dev docs", | ||
"prepare": "husky" | ||
}, | ||
"resolutions": { | ||
"node-fetch": "^2.6.7", | ||
"yaml": "^2.3.0", | ||
"semver": "^7.5.2" | ||
"semver": "^7.5.2", | ||
"cookie": "^0.7.0" | ||
}, | ||
"workspaces": { | ||
"packages": [ | ||
"packages/*" | ||
"packages/*", | ||
"scripts" | ||
] | ||
}, | ||
"version": "0.0.0", | ||
|
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
Oops, something went wrong.