Skip to content
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

feat(core): Upgrade oclif (no-changelog) #8381

Merged
merged 3 commits into from
Jan 22, 2024
Merged

feat(core): Upgrade oclif (no-changelog) #8381

merged 3 commits into from
Jan 22, 2024

Conversation

netroy
Copy link
Member

@netroy netroy commented Jan 18, 2024

oclif 1.x has long been deprecated, and should not be used anymore.

PS: This removes the manifest generation, because to generate the manifest, we need to add the oclif package, which pulls in quite a lot of sub-dependencies.

I benchmarked the startup performance with and without the manifest file, and didn't notice any difference significant enough to justify maintaining the additional bloat.

If we really do want to keep the manifest around, we can instead copy that command into the repo, and avoid pulling in a few hundred new dependencies.

Review / Merge checklist

  • PR title and summary are descriptive

@n8n-assistant n8n-assistant bot added core Enhancement outside /nodes-base and /editor-ui n8n team Authored by the n8n team labels Jan 18, 2024
@netroy netroy changed the title feat(core): Upgrade oclif feat(core): Upgrade oclif (no-changelog) Jan 18, 2024
tomi
tomi previously approved these changes Jan 18, 2024
Copy link
Contributor

@tomi tomi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

Copy link
Contributor

⚠️ Some Cypress E2E specs are failing, please fix them before merging

1 similar comment
Copy link
Contributor

⚠️ Some Cypress E2E specs are failing, please fix them before merging

tomi
tomi previously approved these changes Jan 19, 2024
Copy link
Contributor

⚠️ Some Cypress E2E specs are failing, please fix them before merging

Copy link

cypress bot commented Jan 22, 2024

2 flaky tests on run #3869 ↗︎

0 338 5 0 Flakiness 2

Details:

🌳 master 🖥️ browsers:node18.12.0-chrome107 🤖 PR User 🗃️ e2e/*
Project: n8n Commit: 913c8c6b0c
Status: Passed Duration: 03:40 💡
Started: Jan 23, 2024 3:10 AM Ended: Jan 23, 2024 3:14 AM
Flakiness  5-ndv.cy.ts • 1 flaky test

View Output Video

Test Artifacts
NDV > should retrieve remote options when non-required params throw errors Test Replay Screenshots Video
Flakiness  28-debug.cy.ts • 1 flaky test

View Output Video

Test Artifacts
Debug > should be able to debug executions Test Replay Screenshots Video

Review all test suite changes for PR #8381 ↗︎

@netroy netroy requested a review from tomi January 22, 2024 14:36
Copy link
Contributor

✅ All Cypress E2E specs passed

@netroy netroy merged commit 913c8c6 into master Jan 22, 2024
50 checks passed
@netroy netroy deleted the upgrade-oclif branch January 22, 2024 17:25
@janober
Copy link
Member

janober commented Jan 24, 2024

Got released with n8n@1.26.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Enhancement outside /nodes-base and /editor-ui n8n team Authored by the n8n team Released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants