-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed the Deploy Demo App Staging pipeline (#824)
* Added fail on artifact not found in Deploy Demo App pipeline * Removed version of root package.json * Moved some package dependencies to dev dependencies * Fixed misbumped packages versions in whole repository * Also bump private packages in deploy pipeline * Fixed the Deploy Demo App pipeline
- Loading branch information
1 parent
454a985
commit f91135b
Showing
33 changed files
with
356 additions
and
513 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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -19,13 +19,16 @@ jobs: | |
uses: actions/checkout@v4 | ||
- name: ⚙️ Setting up the MonkJs project | ||
uses: ./.github/actions/monkjs-set-up | ||
with: | ||
build-env: production | ||
- name: 📱 Building the demo app | ||
run: cd apps/demo-app && yarn build:staging | ||
- name: 📦 Uploading the artifact | ||
uses: actions/[email protected] | ||
with: | ||
name: build-demo-app-staging | ||
path: build | ||
path: apps/demo-app/build | ||
if-no-files-found: error | ||
|
||
deploy: | ||
name: Deploy | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "monk-demo-app", | ||
"version": "4.0.0", | ||
"version": "4.0.4", | ||
"license": "BSD-3-Clause-Clear", | ||
"packageManager": "[email protected]", | ||
"description": "MonkJs test app with react and typescript", | ||
|
@@ -25,16 +25,16 @@ | |
}, | ||
"dependencies": { | ||
"@auth0/auth0-react": "^2.2.4", | ||
"@monkvision/analytics": "4.0.0", | ||
"@monkvision/common": "4.0.0", | ||
"@monkvision/common-ui-web": "4.0.0", | ||
"@monkvision/inspection-capture-web": "4.0.0", | ||
"@monkvision/monitoring": "4.0.0", | ||
"@monkvision/network": "4.0.0", | ||
"@monkvision/posthog": "4.0.0", | ||
"@monkvision/sentry": "4.0.0", | ||
"@monkvision/sights": "4.0.0", | ||
"@monkvision/types": "4.0.0", | ||
"@monkvision/analytics": "4.0.4", | ||
"@monkvision/common": "4.0.4", | ||
"@monkvision/common-ui-web": "4.0.4", | ||
"@monkvision/inspection-capture-web": "4.0.4", | ||
"@monkvision/monitoring": "4.0.4", | ||
"@monkvision/network": "4.0.4", | ||
"@monkvision/posthog": "4.0.4", | ||
"@monkvision/sentry": "4.0.4", | ||
"@monkvision/sights": "4.0.4", | ||
"@monkvision/types": "4.0.4", | ||
"@types/babel__core": "^7", | ||
"@types/jest": "^27.5.2", | ||
"@types/node": "^16.18.18", | ||
|
@@ -60,13 +60,13 @@ | |
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.22.9", | ||
"@monkvision/eslint-config-base": "4.0.0", | ||
"@monkvision/eslint-config-typescript": "4.0.0", | ||
"@monkvision/eslint-config-typescript-react": "4.0.0", | ||
"@monkvision/jest-config": "4.0.0", | ||
"@monkvision/prettier-config": "4.0.0", | ||
"@monkvision/test-utils": "4.0.0", | ||
"@monkvision/typescript-config": "4.0.0", | ||
"@monkvision/eslint-config-base": "4.0.4", | ||
"@monkvision/eslint-config-typescript": "4.0.4", | ||
"@monkvision/eslint-config-typescript-react": "4.0.4", | ||
"@monkvision/jest-config": "4.0.4", | ||
"@monkvision/prettier-config": "4.0.4", | ||
"@monkvision/test-utils": "4.0.4", | ||
"@monkvision/typescript-config": "4.0.4", | ||
"@testing-library/dom": "^8.20.0", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^12.1.5", | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "drive-app", | ||
"version": "4.0.0", | ||
"version": "4.0.4", | ||
"license": "BSD-3-Clause-Clear", | ||
"packageManager": "[email protected]", | ||
"description": "MonkJs capture app for Drive", | ||
|
@@ -27,16 +27,16 @@ | |
}, | ||
"dependencies": { | ||
"@auth0/auth0-react": "^2.2.4", | ||
"@monkvision/analytics": "4.0.0", | ||
"@monkvision/common": "4.0.0", | ||
"@monkvision/common-ui-web": "4.0.0", | ||
"@monkvision/inspection-capture-web": "4.0.0", | ||
"@monkvision/monitoring": "4.0.0", | ||
"@monkvision/network": "4.0.0", | ||
"@monkvision/posthog": "4.0.0", | ||
"@monkvision/sentry": "4.0.0", | ||
"@monkvision/sights": "4.0.0", | ||
"@monkvision/types": "4.0.0", | ||
"@monkvision/analytics": "4.0.4", | ||
"@monkvision/common": "4.0.4", | ||
"@monkvision/common-ui-web": "4.0.4", | ||
"@monkvision/inspection-capture-web": "4.0.4", | ||
"@monkvision/monitoring": "4.0.4", | ||
"@monkvision/network": "4.0.4", | ||
"@monkvision/posthog": "4.0.4", | ||
"@monkvision/sentry": "4.0.4", | ||
"@monkvision/sights": "4.0.4", | ||
"@monkvision/types": "4.0.4", | ||
"@types/babel__core": "^7", | ||
"@types/jest": "^27.5.2", | ||
"@types/node": "^16.18.18", | ||
|
@@ -62,13 +62,13 @@ | |
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.22.9", | ||
"@monkvision/eslint-config-base": "4.0.0", | ||
"@monkvision/eslint-config-typescript": "4.0.0", | ||
"@monkvision/eslint-config-typescript-react": "4.0.0", | ||
"@monkvision/jest-config": "4.0.0", | ||
"@monkvision/prettier-config": "4.0.0", | ||
"@monkvision/test-utils": "4.0.0", | ||
"@monkvision/typescript-config": "4.0.0", | ||
"@monkvision/eslint-config-base": "4.0.4", | ||
"@monkvision/eslint-config-typescript": "4.0.4", | ||
"@monkvision/eslint-config-typescript-react": "4.0.4", | ||
"@monkvision/jest-config": "4.0.4", | ||
"@monkvision/prettier-config": "4.0.4", | ||
"@monkvision/test-utils": "4.0.4", | ||
"@monkvision/typescript-config": "4.0.4", | ||
"@testing-library/dom": "^8.20.0", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^12.1.5", | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "lux-demo-app", | ||
"version": "4.0.0", | ||
"version": "4.0.4", | ||
"license": "BSD-3-Clause-Clear", | ||
"packageManager": "[email protected]", | ||
"description": "MonkJs demo app for Lux", | ||
|
@@ -23,16 +23,16 @@ | |
}, | ||
"dependencies": { | ||
"@auth0/auth0-react": "^2.2.4", | ||
"@monkvision/analytics": "4.0.0", | ||
"@monkvision/common": "4.0.0", | ||
"@monkvision/common-ui-web": "4.0.0", | ||
"@monkvision/inspection-capture-web": "4.0.0", | ||
"@monkvision/monitoring": "4.0.0", | ||
"@monkvision/network": "4.0.0", | ||
"@monkvision/posthog": "4.0.0", | ||
"@monkvision/sentry": "4.0.0", | ||
"@monkvision/sights": "4.0.0", | ||
"@monkvision/types": "4.0.0", | ||
"@monkvision/analytics": "4.0.4", | ||
"@monkvision/common": "4.0.4", | ||
"@monkvision/common-ui-web": "4.0.4", | ||
"@monkvision/inspection-capture-web": "4.0.4", | ||
"@monkvision/monitoring": "4.0.4", | ||
"@monkvision/network": "4.0.4", | ||
"@monkvision/posthog": "4.0.4", | ||
"@monkvision/sentry": "4.0.4", | ||
"@monkvision/sights": "4.0.4", | ||
"@monkvision/types": "4.0.4", | ||
"@types/babel__core": "^7", | ||
"@types/jest": "^27.5.2", | ||
"@types/node": "^16.18.18", | ||
|
@@ -58,13 +58,13 @@ | |
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.22.9", | ||
"@monkvision/eslint-config-base": "4.0.0", | ||
"@monkvision/eslint-config-typescript": "4.0.0", | ||
"@monkvision/eslint-config-typescript-react": "4.0.0", | ||
"@monkvision/jest-config": "4.0.0", | ||
"@monkvision/prettier-config": "4.0.0", | ||
"@monkvision/test-utils": "4.0.0", | ||
"@monkvision/typescript-config": "4.0.0", | ||
"@monkvision/eslint-config-base": "4.0.4", | ||
"@monkvision/eslint-config-typescript": "4.0.4", | ||
"@monkvision/eslint-config-typescript-react": "4.0.4", | ||
"@monkvision/jest-config": "4.0.4", | ||
"@monkvision/prettier-config": "4.0.4", | ||
"@monkvision/test-utils": "4.0.4", | ||
"@monkvision/typescript-config": "4.0.4", | ||
"@testing-library/dom": "^8.20.0", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^12.1.5", | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "renault-demo-app", | ||
"version": "4.0.0", | ||
"version": "4.0.4", | ||
"license": "BSD-3-Clause-Clear", | ||
"packageManager": "[email protected]", | ||
"description": "Renault test app for demo purposes", | ||
|
@@ -22,16 +22,16 @@ | |
}, | ||
"dependencies": { | ||
"@auth0/auth0-react": "^2.2.4", | ||
"@monkvision/analytics": "4.0.0", | ||
"@monkvision/common": "4.0.0", | ||
"@monkvision/common-ui-web": "4.0.0", | ||
"@monkvision/inspection-capture-web": "4.0.0", | ||
"@monkvision/monitoring": "4.0.0", | ||
"@monkvision/network": "4.0.0", | ||
"@monkvision/posthog": "4.0.0", | ||
"@monkvision/sentry": "4.0.0", | ||
"@monkvision/sights": "4.0.0", | ||
"@monkvision/types": "4.0.0", | ||
"@monkvision/analytics": "4.0.4", | ||
"@monkvision/common": "4.0.4", | ||
"@monkvision/common-ui-web": "4.0.4", | ||
"@monkvision/inspection-capture-web": "4.0.4", | ||
"@monkvision/monitoring": "4.0.4", | ||
"@monkvision/network": "4.0.4", | ||
"@monkvision/posthog": "4.0.4", | ||
"@monkvision/sentry": "4.0.4", | ||
"@monkvision/sights": "4.0.4", | ||
"@monkvision/types": "4.0.4", | ||
"@types/babel__core": "^7", | ||
"@types/jest": "^27.5.2", | ||
"@types/node": "^16.18.18", | ||
|
@@ -57,13 +57,13 @@ | |
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.22.9", | ||
"@monkvision/eslint-config-base": "4.0.0", | ||
"@monkvision/eslint-config-typescript": "4.0.0", | ||
"@monkvision/eslint-config-typescript-react": "4.0.0", | ||
"@monkvision/jest-config": "4.0.0", | ||
"@monkvision/prettier-config": "4.0.0", | ||
"@monkvision/test-utils": "4.0.0", | ||
"@monkvision/typescript-config": "4.0.0", | ||
"@monkvision/eslint-config-base": "4.0.4", | ||
"@monkvision/eslint-config-typescript": "4.0.4", | ||
"@monkvision/eslint-config-typescript-react": "4.0.4", | ||
"@monkvision/jest-config": "4.0.4", | ||
"@monkvision/prettier-config": "4.0.4", | ||
"@monkvision/test-utils": "4.0.4", | ||
"@monkvision/typescript-config": "4.0.4", | ||
"@testing-library/dom": "^8.20.0", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^12.1.5", | ||
|
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,7 +1,7 @@ | ||
{ | ||
"name": "@monkvision/eslint-config-base", | ||
"packageManager": "[email protected]", | ||
"version": "4.0.0", | ||
"version": "4.0.4", | ||
"description": "The base ESLint config used in MonkJs projects", | ||
"author": "monkvision", | ||
"private": true, | ||
|
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,7 +1,7 @@ | ||
{ | ||
"name": "@monkvision/eslint-config-typescript-react-native", | ||
"packageManager": "[email protected]", | ||
"version": "4.0.0", | ||
"version": "4.0.4", | ||
"description": "The base ESLint config that used in MonkJs TypeScript React Native projects", | ||
"author": "monkvision", | ||
"private": true, | ||
|
@@ -13,11 +13,11 @@ | |
"README.md" | ||
], | ||
"peerDependencies": { | ||
"@monkvision/eslint-config-typescript": "4.0.0", | ||
"@monkvision/eslint-config-typescript": "*", | ||
"eslint-plugin-jsx-a11y": "^6.7.1", | ||
"eslint-plugin-react": "^7.27.1", | ||
"eslint-plugin-react-hooks": "^4.3.0", | ||
"eslint-plugin-react-native": "^4.0.0" | ||
"eslint-plugin-react-native": "^4.0.4" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
|
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,7 +1,7 @@ | ||
{ | ||
"name": "@monkvision/eslint-config-typescript-react", | ||
"packageManager": "[email protected]", | ||
"version": "4.0.0", | ||
"version": "4.0.4", | ||
"description": "The base ESLint config that used in MonkJs TypeScript React projects", | ||
"author": "monkvision", | ||
"private": true, | ||
|
@@ -13,7 +13,7 @@ | |
"README.md" | ||
], | ||
"peerDependencies": { | ||
"@monkvision/eslint-config-typescript": "4.0.0", | ||
"@monkvision/eslint-config-typescript": "*", | ||
"eslint-plugin-jsx-a11y": "^6.7.1", | ||
"eslint-plugin-react": "^7.27.1", | ||
"eslint-plugin-react-hooks": "^4.3.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@monkvision/eslint-config-typescript", | ||
"packageManager": "[email protected]", | ||
"version": "4.0.0", | ||
"version": "4.0.4", | ||
"description": "The base ESLint config that used in MonkJs TypeScript projects", | ||
"author": "monkvision", | ||
"private": true, | ||
|
@@ -13,7 +13,7 @@ | |
"README.md" | ||
], | ||
"peerDependencies": { | ||
"@monkvision/eslint-config-base": "4.0.0", | ||
"@monkvision/eslint-config-base": "*", | ||
"@typescript-eslint/eslint-plugin": "^5.43.0", | ||
"@typescript-eslint/parser": "^5.43.0", | ||
"typescript": "^4.8.4" | ||
|
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,7 +1,7 @@ | ||
{ | ||
"name": "@monkvision/jest-config", | ||
"packageManager": "[email protected]", | ||
"version": "4.0.0", | ||
"version": "4.0.4", | ||
"description": "Jest configuration files used in MonkJs projects", | ||
"author": "monkvision", | ||
"private": true, | ||
|
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,7 +1,7 @@ | ||
{ | ||
"name": "@monkvision/prettier-config", | ||
"packageManager": "[email protected]", | ||
"version": "4.0.0", | ||
"version": "4.0.4", | ||
"description": "The base Prettier config used in MonkJs projects", | ||
"author": "monkvision", | ||
"private": true, | ||
|
Oops, something went wrong.