-
Notifications
You must be signed in to change notification settings - Fork 224
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
fix: yarn downgrade for oclif linux release fixes #2230
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
…rade-ESLINT-FIXES which has passing tests
remove duplice lint rule.
set up CI to validate change
ryandagg
temporarily deployed
to
AcceptanceTests
February 2, 2023 19:51
— with
GitHub Actions
Inactive
ryandagg
temporarily deployed
to
AcceptanceTests
February 2, 2023 19:51
— with
GitHub Actions
Inactive
ryandagg
temporarily deployed
to
AcceptanceTests
February 2, 2023 19:51
— with
GitHub Actions
Inactive
ryandagg
temporarily deployed
to
AcceptanceTests
February 2, 2023 19:52
— with
GitHub Actions
Inactive
ryandagg
temporarily deployed
to
AcceptanceTests
February 2, 2023 19:52
— with
GitHub Actions
Inactive
ryandagg
temporarily deployed
to
AcceptanceTests
February 2, 2023 19:52
— with
GitHub Actions
Inactive
…nly stop uploads; we need these to be tested on PRs.
k80bowman
approved these changes
Feb 2, 2023
ryandagg
temporarily deployed
to
AcceptanceTests
February 2, 2023 20:11
— with
GitHub Actions
Inactive
ryandagg
temporarily deployed
to
AcceptanceTests
February 2, 2023 20:11
— with
GitHub Actions
Inactive
ryandagg
temporarily deployed
to
AcceptanceTests
February 2, 2023 20:11
— with
GitHub Actions
Inactive
ryandagg
temporarily deployed
to
AcceptanceTests
February 2, 2023 20:11
— with
GitHub Actions
Inactive
ryandagg
temporarily deployed
to
AcceptanceTests
February 2, 2023 20:12
— with
GitHub Actions
Inactive
ryandagg
temporarily deployed
to
AcceptanceTests
February 2, 2023 20:12
— with
GitHub Actions
Inactive
ryandagg
added a commit
that referenced
this pull request
Feb 6, 2023
* Revert "v8.0.1 (#2231)" This reverts commit d973836. * Revert "fix: don't run deb scripts in PR" This reverts commit 8fc7fc8. * Revert "fix: yarn downgrade for oclif linux release fixes (#2230)" This reverts commit d0f9234. * Revert "chore: add skipLibCheck to tsconfig for buildpacks and pipelines (#2229)" This reverts commit c8737ca. * Revert "chore: upgrade oclif version to 3.6.1 (#2228)" This reverts commit c5d476d. * Revert "chore: upgrade lerna and remove oclif readme command (#2227)" This reverts commit ed11841. * Revert "v8.0.0 (#2225)" This reverts commit 52372ab. * Revert "Oclif core migration (#2144)" This reverts commit a1f4604. * Revert "chore: fix snyk GH Action syntax (#2216)" This reverts commit 3175402. * Revert "refactor: Upgrade from yarn v1 to v3 (#2207)" This reverts commit 0589573. * Revert "move snyk to cron job (#2212)" This reverts commit d8711d5. * Revert "Revert "move snyk to cron job (#2212)"" This reverts commit b9f6885.
ryandagg/oclif-linux-release-fixes |
1 similar comment
ryandagg/oclif-linux-release-fixes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Revert yarn back to v1.
Tweaks to manage eslint issues with v1 dependency resolutions.
Now running
pack_deb
andpack_tarballs
in PR tests. Moved the conditional to avoid uploading artifacts.