Skip to content

Bump Babel toolchain and react-disposable-decorator#25

Open
rhys-childs wants to merge 1 commit into
masterfrom
deps/safe-bumps
Open

Bump Babel toolchain and react-disposable-decorator#25
rhys-childs wants to merge 1 commit into
masterfrom
deps/safe-bumps

Conversation

@rhys-childs

Copy link
Copy Markdown
Contributor

Summary

Routine dependency maintenance for react-disposable-modal. All bumps are within the current major and required no code changes. The babel src build compiles successfully.

Dependencies updated

Package Current → New Type
@babel/cli 7.4.3 → 7.29.7 minor
@babel/core 7.4.3 → 7.29.7 minor
@babel/preset-env 7.4.3 → 7.29.7 minor
@babel/preset-react 7.0.0 → 7.29.7 minor
react-disposable-decorator 4.0.0 → 4.0.2 patch
  • Breaking changes addressed: none (all within current major).
  • CVEs fixed: none specifically targeted.

Test plan

  • yarn install updates lockfile (respects 7-day registry age gate)
  • yarn build compiles successfully

🤖 Generated with Claude Code

Patch/minor maintenance bumps. No runtime import-map deps touched.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings June 1, 2026 21:34

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Routine dependency maintenance for react-disposable-modal, updating the Babel toolchain and react-disposable-decorator while keeping changes confined to package manifests/lockfile.

Changes:

  • Bump Babel devDependencies to ^7.29.7 (@babel/cli, @babel/core, @babel/preset-env, @babel/preset-react).
  • Update react-disposable-decorator resolved version to 4.0.2 in the lockfile and broaden its semver range in package.json.
  • Regenerate yarn.lock to reflect the new dependency graph under Yarn 4.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Updates declared dependency ranges for Babel and react-disposable-decorator.
yarn.lock Refreshes the lockfile to the newly resolved versions (Babel toolchain + react-disposable-decorator@4.0.2).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
"dependencies": {
"disposable-component": "^1.0.0",
"react-disposable-decorator": "^4.0.0"
"react-disposable-decorator": "^4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants