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

fix: updating turbo.json file for pipelines #1308

Closed
wants to merge 1 commit into from

Conversation

DhairyaMajmudar
Copy link
Contributor

@DhairyaMajmudar DhairyaMajmudar commented Oct 19, 2024

Description
-> While running the command npm run lint:fix warnings were thrown in the terminal due to deprecated pipeline field in turbo.json file which is now replaced by latest tasks field

-> Run script npm run lint:fix

-> Docs reference:- https://turbo.build/repo/docs/reference/configuration#defining-tasks

-> Screenshots

Before After
image image

cc: @derberg

Copy link

changeset-bot bot commented Oct 19, 2024

⚠️ No Changeset found

Latest commit: 39c944b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

sonarcloud bot commented Oct 19, 2024

Copy link
Member

@derberg derberg left a comment

Choose a reason for hiding this comment

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

it is not a problem with the wrong key name, it is a problem that we use wrong $schema pointer that points to latest (newer version of turborepo without pipeline)

migrating to new version of turborepo is a separate issue that you can create. For not I close this PR as the fix is provided in https://github.com/asyncapi/generator/pull/1304/files#r1800918106

@derberg derberg closed this Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants