Bump svgo from 4.0.0 to 4.0.1 in the npm_and_yarn group across 1 directory#4
Bump svgo from 4.0.0 to 4.0.1 in the npm_and_yarn group across 1 directory#4dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the npm_and_yarn group with 1 update in the / directory: [svgo](https://github.com/svg/svgo). Updates `svgo` from 4.0.0 to 4.0.1 - [Release notes](https://github.com/svg/svgo/releases) - [Commits](svg/svgo@v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: svgo dependency-version: 4.0.1 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
Greptile SummaryThis is a Dependabot patch bump of the Key points from the review:
Confidence Score: 4/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["svgo 4.0.0 to 4.0.1"] --> B["sax 1.4.3 to 1.6.0\nXML entity-expansion fix"]
A --> C["css-tree 3.1.0 to 3.2.1"]
A --> D["mdn-data 2.12.2 to 2.27.1"]
E["eslint-import-resolver-node 0.3.9 to 0.3.10"] --> F["resolve 1.22.11 to 2.0.0-next.6"]
F --> G["node-exports-info 1.6.0 added"]
E --> H["minimatch 3.1.2 to 3.1.5"]
H --> I["brace-expansion 1.1.12 to 1.1.13"]
J["es-abstract 1.24.0 to 1.24.1"] --> K["which-typed-array 1.1.19 to 1.1.20"]
L["basic-ftp 5.0.5"] --> M["WARNING: deprecated, vuln fixed in 5.2.0"]
Reviews (1): Last reviewed commit: "Bump svgo in the npm_and_yarn group acro..." | Re-trigger Greptile |
| basic-ftp@5.0.5: | ||
| resolution: {integrity: sha512-4Bcg1P8xhUuqcii/S0Z9wiHIrQVPMermM1any+MX5GeGD7faD3/msQUDGLol9wOcz4/jbg/WJnGqoJF6LiBdtg==} | ||
| engines: {node: '>=10.0.0'} | ||
| deprecated: Security vulnerability fixed in 5.2.0, please upgrade |
There was a problem hiding this comment.
basic-ftp security deprecation exposed by lockfile regeneration
The lockfile now includes an explicit deprecation notice for basic-ftp@5.0.5:
deprecated: Security vulnerability fixed in 5.2.0, please upgrade
This warning was surfaced because pnpm re-resolved the lockfile as part of this bump. basic-ftp is a transitive dependency (not introduced by this PR), but now that the lockfile records the deprecation it is worth addressing in a follow-up PR by either upgrading the package that pulls in basic-ftp or adding a pnpm.overrides entry to force basic-ftp@>=5.2.0.
| '@types/react-dom@18.3.1': | ||
| dependencies: | ||
| '@types/react': 18.3.1 | ||
| '@types/react': 19.0.12 |
There was a problem hiding this comment.
@types/react-dom@18.3.1 snapshot now resolves @types/react to v19
The snapshot entry for @types/react-dom@18.3.1 has changed its peer-resolved @types/react from 18.3.1 to 19.0.12. Mixing @types/react-dom v18 with @types/react v19 types can lead to subtle type-checking discrepancies (e.g., event handler or ref typings that differ between major versions). This is a side-effect of pnpm re-resolving the hoisted peer version, not a direct consequence of the svgo bump. It is worth verifying that TypeScript type-checking still passes cleanly after this PR is merged (pnpm tsc --noEmit).
Bumps the npm_and_yarn group with 1 update in the / directory: svgo.
Updates
svgofrom 4.0.0 to 4.0.1Release notes
Sourced from svgo's releases.
Commits
e691f5fMerge commit from forkb1d9f1achore(deps): bump actions/upload-artifact from 6 to 7 (#2202)d724af1chore(deps): bump actions/checkout from 5 to 6 (#2195)4114b32chore(deps): bump actions/upload-artifact from 4 to 6 (#2196)c06d8f6chore: upgrade js-yaml and glob (#2191)26e86e5fix: remove unused <use> elements when deleting empty symbols (#2051)50c326bperf: optimiztions to reduce regression test runtime (#2135)1f33cbeci: separate regression tests and write delta report (#2190)79a2167ci: save test reports to artifacts (#2189)0ae52a0chore(deps): bump actions/setup-node from 5 to 6 (#2187)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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.