build(deps-dev): bump axios from 1.13.6 to 1.16.0#451
Conversation
fa3b669 to
096b3ba
Compare
| @@ -1,76 +1,76 @@ | |||
| // This file has been automatically migrated to valid ESM format by Storybook. | |||
There was a problem hiding this comment.
What: The comment indicating automatic migration may not be necessary at the top; consider removing it or making it more descriptive.
Why: It's good to have comments but ensure they add value or clarity to the code. If the migration statement isn't providing relevant future context, it might be redundant.
How: You could specify what ESM format means in this context or remove it if it's understood by the team.
| ), | ||
| '@/components': path.resolve( | ||
| __dirname, | ||
| '..', |
There was a problem hiding this comment.
What: Consider explicit error handling for the mergeConfig function to catch and handle any potential issues during the configuration merge process.
Why: Better error management can prevent the application from failing silently or crashing unexpectedly during runtime, thereby helping with troubleshooting and overall stability.
How: Wrap the mergeConfig call with a try-catch block. Log the error or handle it gracefully to inform the user/system of the configuration issue.
| }, | ||
| viteFinal: async (config) => { | ||
| // Merge custom configuration into the default config | ||
| const { mergeConfig } = await import('vite'); |
There was a problem hiding this comment.
What: When filtering plugins, clarify the purpose of excluding the vite:dts plugin for maintainability.
Why: Future developers may not immediately understand why this filter exists without additional context in comments, leading to possible misinterpretation or undesired changes later.
How: Add a comment explaining why the vite:dts plugin needs to be excluded and what implications it has for the project.
|
Superseded by #455. |
Bumps axios from 1.13.6 to 1.16.0.
Release notes
Sourced from axios's releases.
... (truncated)
Changelog
Sourced from axios's changelog.
... (truncated)
Commits
df53d7dchore(release): prepare release 1.16.0 (#10834)9d92bcdfix: gadgets and smaller issues (#10833)5107ee6fix: prevent undefined error codes in settle (#7276)e573499fix(fetch): defer global access in fetch adapter (#7260)ad68e1afix(http): honor timeout during connect without redirects (#10819)2a51828fix(http): decode URL basic auth credentials (#10825)0e8b6bbfix(http): preserve user-supplied Host header when forwarding through a proxy...79f39e1docs: document paramsSerializer.encode for strict RFC 3986 query encoding (#1...0fe3a5f[Docs/Types] UpdateparseReviverTypeScript definitions for ES2023 and add ...cd6737fchore: matches the sibling responseStream.on(aborted) handler and added tests...Install script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.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)You can disable automated security fix PRs for this repo from the Security Alerts page.