chore: update ignores and tasks #3761
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This pull request introduces several updates aimed at improving development workflows, modernizing dependencies, and enhancing project configurations. The most significant changes include migrating from
npm
topnpm
, adding new debugging configurations, and updating build dependencies and tasks.Workflow Improvements:
npm
commands topnpm
in.vscode/launch.json
to standardize the package manager across the project. This includes commands for running builds, tests, linting, and other tasks. Additionally, new debugging configurations (Debug Enhanced Tests
,Debug Current Test File
,Debug Package Tests
,Debug All Tests
) were added to streamline testing workflows..vscode/tasks.json
for building theenhanced
package usingpnpm
and Node.js v18, with support for NVM to ensure compatibility with the required Node version.Dependency Updates:
packages/chrome-devtools/project.json
to include adependsOn
property for thebuild
target, ensuring dependencies are built in the correct order.@module-federation/utilities
from thepeerDependencies
inpackages/storybook-addon/package.json
, potentially reducing unused dependencies.Configuration Cleanup:
.vscode/
from the.cursorignore
file, likely to ensure that VS Code-specific configurations are included in the repository.Related Issue
Types of changes
Checklist