build(deps-dev): bump prettier from 3.3.3 to 3.8.3#444
Conversation
d14375b to
d31f29f
Compare
| @@ -1,70 +1,70 @@ | |||
| import type { StorybookConfig } from '@storybook/react-vite'; | |||
There was a problem hiding this comment.
What: Consider using stable imports instead of dynamic imports.
Why: Dynamic imports can potentially lead to additional overhead in terms of parsing and loading the module when the function is called. This use may also introduce variability in the loading performance if the imported module is large or depends on external resources.
How: If possible, use static imports at the top of your file for modules that are known at compile time, which can improve performance and reduce complexity.
| addons: [ | ||
| '@storybook/addon-onboarding', | ||
| '@storybook/addon-links', | ||
| '@storybook/addon-essentials', |
There was a problem hiding this comment.
What: Validate the handling of the 'dts' plugin removal.
Why: Removing a plugin without understanding its dependencies or implications might lead to unexpected behavior during builds. If the 'dts' plugin is needed for TypeScript functionality but not in this config, make sure this is indeed the case, or else document the reason for its removal.
How: Test the resulting configuration to ensure that TypeScript definitions are still being generated as expected, or keep the plugin if it's used in other environments or configurations.
| 'src/utilities' | ||
| ), | ||
| '@/components': path.resolve( | ||
| __dirname, |
There was a problem hiding this comment.
What: Check if the logic in the aliasing process needs more validation or error handling.
Why: Mapping aliases to file paths may throw errors if the paths are incorrect or missing. This could lead to runtime errors that are hard to debug.
How: Consider adding checks to ensure that the resolved paths actually exist, and log an error or throw an exception if they do not.
Bumps prettier from 3.3.3 to 3.8.3.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
d7108a7Release 3.8.3177f908Prevent trailing comma in SCSSif()function (#18471)1cd4066Release@prettier/plugin-oxc@0.1.4a8700e2Update oxc-parser to v0.125.0752157cFix tests053fd41Bump Prettier dependency to 3.8.2904c636Clean changelog_unreleaseddc1f7fcUpdate dependents countb31557cRelease 3.8.296bbaedSupport Angular v21.2 (#18722)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for prettier since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)