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

Re-locked more JS dependencies #22032

Merged
merged 2 commits into from
Mar 2, 2025
Merged

Conversation

sureshjoshi
Copy link
Member

Similar to #22027, trying to calm Dependabot down - but I missed some on the last PR.

@sureshjoshi sureshjoshi added category:internal CI, fixes for not-yet-released features, etc. backend: JavaScript JavaScript backend-related issues release-notes:not-required PR doesn't require mention in release notes labels Mar 2, 2025
@@ -122,8 +124,8 @@ def configure_runner_with_js_project(request, rule_runner: RuleRunner) -> RuleRu
"scripts": {
"build": "parcel build index.mjs --dist-dir=dist --cache-dir=.parcel-cache"
},
"dependencies": {"child-lib": "*"},
"devDependencies": {"parcel": "^2.12.0"},
"dependencies": {"child-lib": child_dep},
Copy link
Member Author

Choose a reason for hiding this comment

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

I needed to do this, because pnpm/yarn/npm don't all seem to like the same specification of workspace dependencies (anymore?)

Copy link
Member Author

Choose a reason for hiding this comment

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

This project doesn't package - and it didn't seem to package earlier, due to a missing esbuild. I'll see where CI takes us, but it looks like tsx dep inference wasn't working.

@sureshjoshi sureshjoshi merged commit 780116f into pantsbuild:main Mar 2, 2025
24 checks passed
@sureshjoshi sureshjoshi deleted the js-more-deps branch March 2, 2025 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend: JavaScript JavaScript backend-related issues category:internal CI, fixes for not-yet-released features, etc. release-notes:not-required PR doesn't require mention in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants