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: landing pages syntax highlighting [internal] #1222

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

webrdaniel
Copy link
Contributor

reported here: https://apify.slack.com/archives/C0L33UM7Z/p1726736971578239

I've found out that it started with this commit #1176

The issue was with package-lock, so I've tried to use the previous package-lock in the current master and update it with npm i. Looks like it is fixed but there are quite a lot of changes, so I hope it didn't break anything.

If you have an idea of how to fix this more gently please go ahead and try it or suggest it here.

@webrdaniel webrdaniel self-assigned this Sep 20, 2024
@github-actions github-actions bot added this to the 98th sprint - Web Team milestone Sep 20, 2024
@github-actions github-actions bot added the t-web Issues with this label are in the ownership of the web team. label Sep 20, 2024
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

⚠️ Pull Request Tookit has failed!

Pull request is neither linked to an issue or epic nor labeled as adhoc!

@webrdaniel webrdaniel added the adhoc Ad-hoc unplanned task added during the sprint. label Sep 20, 2024
@webrdaniel webrdaniel changed the title fix: landing pages syntax highlighting fix: landing pages syntax highlighting [internal] Sep 20, 2024
Copy link
Member

@B4nan B4nan left a comment

Choose a reason for hiding this comment

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

reverting dependency updates like this is not really a fix, this will get broken again quite easily. if something, you should find what dependency caused this and pin its version instead of altering lockfile by hand. even better, find a way to make it work with the latest versions of our dependencies - that is the proper fix to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
adhoc Ad-hoc unplanned task added during the sprint. t-web Issues with this label are in the ownership of the web team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants