Skip to content

Comments

Bump d3-format from 3.1.0 to 3.1.2#823

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/d3-format-3.1.2
Closed

Bump d3-format from 3.1.0 to 3.1.2#823
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/d3-format-3.1.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps d3-format from 3.1.0 to 3.1.2.

Release notes

Sourced from d3-format's releases.

v3.1.2

  • Avoid use of optional chaining to retain ES2019 compatibility. #149

v3.1.1

  • Fix handling of parens with formatPrefix. #134 #135 #142 Thanks, @​GlenKelley!
  • Fix precisionFixed, precisionRound, and precisionPrefix to return NaN when step is zero. #147
  • Fix the s format to not sometimes apply an erroneous suffix to NaN or ±Infinity. #147
  • The r format now formats zero as 0 instead of 0.0. #147
  • Upgrade ESLint, Vitest, etc.
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for d3-format since your current version.


Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [d3-format](https://github.com/d3/d3-format) from 3.1.0 to 3.1.2.
- [Release notes](https://github.com/d3/d3-format/releases)
- [Commits](d3/d3-format@v3.1.0...v3.1.2)

---
updated-dependencies:
- dependency-name: d3-format
  dependency-version: 3.1.2
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Change requested in dependencies javascript Pull requests that update Javascript code labels Feb 1, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 1, 2026 12:23
@github-actions
Copy link

github-actions bot commented Feb 1, 2026

🤖 Claude Code Review

Code Review Analysis

Summary

This is a dependency update that bumps d3-format from version 3.1.0 to 3.1.2 (a patch version update). The change only affects package-lock.json.


Review Checklist Results

Code Quality

Code follows style guide - This is a dependency update with no code changes. The package-lock.json format is auto-generated and follows standard npm conventions.

No commented-out code - No code comments present in this diff.

Meaningful variable names - N/A for dependency updates.

DRY principle followed - N/A for dependency updates.

Identify Defects - No defects identified. This is a patch version update (3.1.0 → 3.1.2) which typically contains bug fixes and security patches. The integrity hash has been properly updated, ensuring package authenticity.

Project memory configuration - No .claude/CLAUDE.md file exists in the repository, so no project-specific review criteria to apply.

Testing

⚠️ Unit tests for new functions - N/A for dependency updates, but recommend verifying that existing tests still pass after the update.

⚠️ Integration tests for new endpoints - N/A for dependency updates.

⚠️ Edge cases covered - N/A for dependency updates.

Test coverage > 80% - Cannot verify from this diff. Dependency updates should not affect coverage, but tests should be run to ensure compatibility.

Documentation

README updated if needed - Not required for patch version dependency updates.

API docs updated - Not required for patch version dependency updates.

Inline comments for complex logic - N/A for dependency updates.

⚠️ CHANGELOG.md updated - Should verify if CHANGELOG.md needs an entry for this dependency update. Some projects track all dependency updates, others only track direct dependency changes.

Markdown formatting - N/A for this change.

Security

No hardcoded credentials - None present.

Input validation implemented - N/A for dependency updates.

Proper error handling - N/A for dependency updates.

No sensitive data in logs - N/A for dependency updates.

No license files (.lic) or AQAAAD strings - None present in the diff.


Recommendations

  1. Verify tests pass: Run the full test suite to ensure the d3-format update doesn't introduce breaking changes.

  2. Check CHANGELOG.md: Determine if your project's convention requires documenting dependency updates in the CHANGELOG.

  3. Review d3-format release notes: Review what changed between 3.1.0 and 3.1.2 at https://github.com/d3/d3-format/releases to understand if any bug fixes affect your usage.


Overall Assessment

✅ APPROVED - This is a clean dependency update with proper integrity hash updates. The change is minimal risk as it's a patch version update. Ensure CI/CD pipeline passes all tests before merging.

Automated code review analyzing defects and coding standards

arawinters added a commit that referenced this pull request Feb 4, 2026
Updates all Angular packages to 19.2.18 for stability:
- @angular/animations: 19.2.16 → 19.2.18
- @angular/cdk: 19.2.16 → 19.2.18
- @angular/common: 19.2.16 → 19.2.18
- @angular/compiler: 19.2.16 → 19.2.18
- @angular/compiler-cli: 19.2.16 → 19.2.18
- @angular/core: 19.2.16 → 19.2.18
- @angular/elements: 19.2.16 → 19.2.18
- @angular/forms: 19.2.16 → 19.2.18
- @angular/language-service: 19.2.16 → 19.2.18
- @angular/material: 19.2.16 → 19.2.18
- @angular/platform-browser: 19.2.16 → 19.2.18
- @angular/platform-browser-dynamic: 19.2.16 → 19.2.18
- @angular/router: 19.2.16 → 19.2.18

Regenerates lockfile to incorporate transitive dependency updates from
PRs #821, #822, #823, #824, #825.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@arawinters
Copy link
Contributor

Superseded by #826 which combines all dependency updates with a regenerated lockfile.

@arawinters arawinters closed this Feb 4, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 4, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/d3-format-3.1.2 branch February 4, 2026 22:13
arawinters added a commit that referenced this pull request Feb 4, 2026
…18 (#826)

Updates all Angular packages to 19.2.18 for stability:
- @angular/animations: 19.2.16 → 19.2.18
- @angular/cdk: 19.2.16 → 19.2.18
- @angular/common: 19.2.16 → 19.2.18
- @angular/compiler: 19.2.16 → 19.2.18
- @angular/compiler-cli: 19.2.16 → 19.2.18
- @angular/core: 19.2.16 → 19.2.18
- @angular/elements: 19.2.16 → 19.2.18
- @angular/forms: 19.2.16 → 19.2.18
- @angular/language-service: 19.2.16 → 19.2.18
- @angular/material: 19.2.16 → 19.2.18
- @angular/platform-browser: 19.2.16 → 19.2.18
- @angular/platform-browser-dynamic: 19.2.16 → 19.2.18
- @angular/router: 19.2.16 → 19.2.18

Regenerates lockfile to incorporate transitive dependency updates from
PRs #821, #822, #823, #824, #825.

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Change requested in dependencies javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant