[Docs Site] Bump cidr-tools from 12.1.2 to 13.0.1 - #33020
Conversation
Dependabot review
Overall: ✅ Merge + spot-check cidr-tools 13.0.1 introduces a breaking change: network input validation (via cidr-regex) is now enabled by default, and invalid inputs throw instead of being parsed leniently. The repo's only usage is SubtractIPCalculator.tsx, a visitor-facing client-side React island that calls parseCidr (already wrapped in try/catch) and excludeCidr (only invoked after all inputs pass validation), so the new throw behavior degrades gracefully to a disabled button/empty results rather than crashing. All hardcoded MDX defaults are valid network CIDRs; the only residual risk is stricter acceptance affecting calculator output on pages with dynamic props (cloud-private-ip.mdx partial). Recommend merging after a quick spot-check of the calculator pages. Package details
|
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
🚀 Deploying Preview to Cloudflare 🚀Preview URL: https://dependabot-npm-and-yarn-cidr-tools-13-0-1.previews.developers.cloudflare.com (commit 64c6f12)This URL reflects your latest Preview deploymentPreview Deployments by commit
|
|
Preview URL: https://64c6f127.preview.developers.cloudflare.com |
72dd9fb to
17a4102
Compare
Bumps [cidr-tools](https://github.com/silverwind/cidr-tools) from 12.1.2 to 13.0.1. - [Release notes](https://github.com/silverwind/cidr-tools/releases) - [Commits](silverwind/cidr-tools@12.1.2...13.0.1) --- updated-dependencies: - dependency-name: cidr-tools dependency-version: 13.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
17a4102 to
64c6f12
Compare
Bumps cidr-tools from 12.1.2 to 13.0.1.
Release notes
Sourced from cidr-tools's releases.
Commits
2f6d39a13.0.1051cd69Cover the reported rejection cases in testsec6f83813.0.086aeac8Validate networks instead of returning a wrong one23297c9speed up IPv4 parsing and IPv6 normalizationf2e7f6crework benchmark to survive dead code elimination7b6aa56update ip-bigint to 9.0.821ce2c0remove obsolete registry-url from workflows23eda0fDisable pnpm's dependency check before script runsa3b61d012.1.3