Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 25, 2025

npm install was showing deprecation warnings for @babel/plugin-proposal-private-methods and @babel/plugin-proposal-private-property-in-object. These are transitive dependencies of eslint-config-react-app, which is listed in devDependencies but never actually used—the project uses a custom ESLint config in eslint.config.js.

Changes

  • Removed eslint-config-react-app from devDependencies
  • Updated package-lock.json to reflect the cleaner dependency tree

The [email protected] warning mentioned in the issue no longer appears after the dependency tree update.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/756035/chrome-linux.zip
    • Triggering command: /usr/local/bin/node node install.js (http block)
  • unpkg.com
    • Triggering command: /usr/local/bin/node node scripts/postinstall.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

Upgrade these three packages. Ensure that the site builds and runs well.

npm install --legacy-peer-deps
npm warn deprecated @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead.
npm warn deprecated @babel/[email protected]: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead.
npm warn deprecated [email protected]: Upgrade to fsevents v2 to mitigate potential security issues


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Upgrade deprecated packages for site stability Remove unused eslint-config-react-app to eliminate deprecated Babel plugin warnings Nov 25, 2025
Copilot AI requested a review from leecalcote November 25, 2025 18:29
@leecalcote leecalcote marked this pull request as ready for review December 1, 2025 00:20
@leecalcote leecalcote closed this Dec 1, 2025
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