Skip to content

Comments

Bump @babel/plugin-bugfix-v8-static-class-fields-redefine-readonly from 7.28.3 to 7.28.6#822

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/babel/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.28.6
Closed

Bump @babel/plugin-bugfix-v8-static-class-fields-redefine-readonly from 7.28.3 to 7.28.6#822
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/babel/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.28.6

Conversation

@dependabot
Copy link
Contributor

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

Bumps @babel/plugin-bugfix-v8-static-class-fields-redefine-readonly from 7.28.3 to 7.28.6.

Release notes

Sourced from @​babel/plugin-bugfix-v8-static-class-fields-redefine-readonly's releases.

v7.28.6 (2026-01-12)

Thanks @​kadhirash and @​kolvian for your first PRs!

🐛 Bug Fix

  • babel-cli, babel-code-frame, babel-core, babel-helper-check-duplicate-nodes, babel-helper-fixtures, babel-helper-plugin-utils, babel-node, babel-plugin-transform-flow-comments, babel-plugin-transform-modules-commonjs, babel-plugin-transform-property-mutators, babel-preset-env, babel-traverse, babel-types
  • babel-plugin-transform-regenerator
  • babel-plugin-transform-react-jsx

💅 Polish

  • babel-core, babel-standalone

🏠 Internal

  • babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-plugin-proposal-decorators, babel-plugin-proposal-import-attributes-to-assertions, babel-plugin-proposal-import-wasm-source, babel-plugin-syntax-async-do-expressions, babel-plugin-syntax-decorators, babel-plugin-syntax-destructuring-private, babel-plugin-syntax-do-expressions, babel-plugin-syntax-explicit-resource-management, babel-plugin-syntax-export-default-from, babel-plugin-syntax-flow, babel-plugin-syntax-function-bind, babel-plugin-syntax-function-sent, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-plugin-syntax-import-defer, babel-plugin-syntax-import-source, babel-plugin-syntax-jsx, babel-plugin-syntax-module-blocks, babel-plugin-syntax-optional-chaining-assign, babel-plugin-syntax-partial-application, babel-plugin-syntax-pipeline-operator, babel-plugin-syntax-throw-expressions, babel-plugin-syntax-typescript, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-dotall-regex, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-explicit-resource-management, babel-plugin-transform-exponentiation-operator, babel-plugin-transform-json-strings, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-regexp-modifiers, babel-plugin-transform-unicode-property-regex, babel-plugin-transform-unicode-sets-regex

🏃‍♀️ Performance

  • babel-plugin-transform-react-jsx

Committers: 7

v7.28.5 (2025-10-23)

Thank you @​CO0Ki3, @​Olexandr88, and @​youthfulhps for your first PRs!

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​babel/plugin-bugfix-v8-static-class-fields-redefine-readonly 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 [@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-bugfix-v8-static-class-fields-redefine-readonly) from 7.28.3 to 7.28.6.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.6/packages/babel-plugin-bugfix-v8-static-class-fields-redefine-readonly)

---
updated-dependencies:
- dependency-name: "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly"
  dependency-version: 7.28.6
  dependency-type: indirect
  update-type: version-update:semver-patch
...

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

github-actions bot commented Feb 1, 2026

🤖 Claude Code Review

CHANGELOG.md updated - This is a dependency update that should have an entry in CHANGELOG.md. The file exists (read successfully) but there's no entry for these Babel dependency updates in the changelog.

Markdown files follow CommonMark specification - Not applicable; no markdown file changes in this diff.

Security

No hardcoded credentials - No credentials present in dependency updates.

Input validation implemented - Not applicable; no code changes.

Proper error handling - Not applicable; no code changes.

No sensitive data in logs - Not applicable; no code changes.

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


Summary

This pull request updates multiple Babel dev dependencies from their 7.27.x-7.28.x versions to 7.28.6-7.29.0. The changes are limited to package-lock.json only.

Critical Issues

None found.

Recommendations

  1. CHANGELOG.md Entry Required - Add an entry to CHANGELOG.md documenting this dependency update. Based on the existing changelog format, consider adding something like:
## [Unreleased]

### Modified

- Updated Babel dependencies to latest versions (7.29.0) for improved build tooling
  1. Testing Verification - While not visible in the diff, ensure that:
    • All existing unit tests pass
    • Build process completes successfully
    • No breaking changes were introduced by these Babel updates

Positive Observations

  • Dependencies are being kept up-to-date
  • All updates are within the Babel ecosystem, reducing risk of compatibility issues
  • Changes are confined to dev dependencies (won't affect production bundle)
  • Version updates follow semantic versioning appropriately

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/babel/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.28.6 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