-
-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ATL-1599] [ATL-1416] Upgrade Theia to 1.18.0 #489
Merged
Merged
Conversation
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
AlbyIanna
changed the title
[ATL-1599] [ATL-1599] Upgrade Theia to 1.17.0
[ATL-1599] [ATL-1416] Upgrade Theia to 1.17.0
Aug 30, 2021
AlbyIanna
reviewed
Aug 31, 2021
@@ -30,6 +30,7 @@ | |||
}, | |||
"scripts": { | |||
"prepare": "cross-env THEIA_ELECTRON_SKIP_REPLACE_FFMPEG=1 lerna run prepare && yarn download:plugins", | |||
"cleanup": "npx rimraf ./**/node_modules && rm -rf ./node_modules ./.browser_modules ./arduino-ide-extension/build ./arduino-ide-extension/downloads ./arduino-ide-extension/Examples ./arduino-ide-extension/lib ./browser-app/lib ./browser-app/src-gen ./browser-app/gen-webpack.config.js ./electron-app/lib ./electron-app/src-gen ./electron-app/gen-webpack.config.js", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AlbyIanna
reviewed
Aug 31, 2021
arduino-ide-extension/src/browser/widgets/sketchbook/sketchbook-widget-contribution.ts
Outdated
Show resolved
Hide resolved
fstasi
force-pushed
the
theia-upgrade
branch
from
September 2, 2021 10:21
59c93d7
to
98237e9
Compare
…k-widget-contribution.ts Co-authored-by: Alberto Iannaccone <[email protected]>
fstasi
force-pushed
the
theia-upgrade
branch
from
September 2, 2021 12:45
98237e9
to
f5a5e62
Compare
fstasi
force-pushed
the
theia-upgrade
branch
3 times, most recently
from
September 8, 2021 07:56
5738482
to
03acb58
Compare
fstasi
changed the title
[ATL-1599] [ATL-1416] Upgrade Theia to 1.17.0
[ATL-1599] [ATL-1416] Upgrade Theia to 1.17.1
Sep 8, 2021
fstasi
force-pushed
the
theia-upgrade
branch
from
September 8, 2021 15:06
4d1b95c
to
03acb58
Compare
# Conflicts: # arduino-ide-extension/package.json # browser-app/package.json # electron-app/package.json # yarn.lock # Conflicts: # yarn.lock
# Conflicts: # package.json # yarn.lock
fstasi
changed the title
[ATL-1599] [ATL-1416] Upgrade Theia to 1.17.1
[ATL-1599] [ATL-1416] Upgrade Theia to 1.18.0
Oct 4, 2021
AlbyIanna
force-pushed
the
theia-upgrade
branch
from
October 5, 2021 16:08
0f6488c
to
eaa2653
Compare
# Conflicts: # arduino-ide-extension/package.json # yarn.lock
fstasi
added a commit
that referenced
this pull request
Oct 6, 2021
Co-authored-by: Alberto Iannaccone <[email protected]>
per1234
added
topic: code
Related to content of the project itself
topic: infrastructure
Related to project infrastructure
type: enhancement
Proposed improvement
type: imperfection
Perceived defect in any part of project
labels
Oct 24, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
topic: code
Related to content of the project itself
topic: infrastructure
Related to project infrastructure
type: enhancement
Proposed improvement
type: imperfection
Perceived defect in any part of project
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why
Upgrading Theia from 1.12.0 to 1.18.0
How
next
. This will make the workflow more clear and easier when updating theia: no need to wipeyarn.lock
file anymore.Tasks
ATL-1599
ATL-1416