build(deps-dev): bump typescript from 5.4.2 to 6.0.3#448
build(deps-dev): bump typescript from 5.4.2 to 6.0.3#448dependabot[bot] wants to merge 1 commit into
Conversation
32b53a7 to
319b76f
Compare
| @@ -1,70 +1,70 @@ | |||
| import type { StorybookConfig } from '@storybook/react-vite'; | |||
There was a problem hiding this comment.
What: The import statement uses an older version of the Storybook config.
Why: Switching to the newer Storybook version may enhance compatibility with the latest features and updates. It is advisable to consistently use compatible configurations to avoid potential issues down the line.
How: Update the import statement for Storybook to ensure it aligns with the latest installed version.
| }, | ||
| }; | ||
| export default config; | ||
| import type { StorybookConfig } from '@storybook/react-vite'; |
There was a problem hiding this comment.
What: The code replaces the @storybook/react-webpack5 type definition with a @storybook/react-vite type definition without checking for compatibility.
Why: This can potentially lead to runtime issues or configuration conflicts if the new type definitions introduce breaking changes.
How: Make sure to test the Storybook setup thoroughly after updating the type definitions, especially if you are migrating between major Storybook versions.
| import type { StorybookConfig } from '@storybook/react-vite'; | ||
| import path from 'path'; | ||
|
|
||
| /** @type { import('@storybook/react-webpack5').StorybookConfig } */ |
There was a problem hiding this comment.
What: The addition of several plugins is present, but we should ensure they are up-to-date as well.
Why: Using outdated plugins might expose the application to security vulnerabilities or compatibility issues.
How: Check for the latest versions of all plugins listed and update them if necessary.
Bumps typescript from 5.4.2 to 6.0.3.
Commits
050880cBump version to 6.0.3 and LKGeeae9dd🤖 Pick PR #63401 (Also check package name validity in...) into release-6.0 (#...ad1c695🤖 Pick PR #63368 (Harden ATA package name filtering) into release-6.0 (#63372)0725fb4🤖 Pick PR #63310 (Mark class property initializers as...) into release-6.0 (#...607a22aBump version to 6.0.2 and LKG9e72ab7🤖 Pick PR #63239 (Fix missing lib files in reused pro...) into release-6.0 (#...35ff23d🤖 Pick PR #63163 (Port anyFunctionType subtype fix an...) into release-6.0 (#...e175b69Bump version to 6.0.1-rc and LKGaf4caacUpdate LKG8efd7e8Merge remote-tracking branch 'origin/main' into release-6.0Dependabot 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)