-
Notifications
You must be signed in to change notification settings - Fork 1
dev/regular housekeeping dec 2025 #126
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
Conversation
| * import/namespace can't parse module subpath exports | ||
| */ | ||
| 'import/ignore': [ | ||
| 'eslint-plugin-testing-library', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- did this package change it's exports? import/namespace and friends can't parse beween
7.14.0and7.15.3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update: yes
| You must run `rush update` after.", | ||
| "commandKind": "global", | ||
| "shellCommand": "node common/scripts/install-run.js npm-check-updates@19.1.2 \ | ||
| "shellCommand": "node common/scripts/install-run.js npm-check-updates@19.2.0 \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- should I make these use an autoinstaller and remove need for multiline json?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update: maybe
No description provided.