Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update @babel/* #9551

Closed
wants to merge 1 commit into from

Conversation

MichaelDeBoey
Copy link
Member

Before:

 WARN  deprecated @babel/plugin-proposal-export-namespace-from@7.18.9: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-export-namespace-from instead.
 WARN  deprecated @babel/plugin-proposal-optional-chaining@7.21.0: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.
 WARN  deprecated @types/chalk@2.2.0: This is a stub types definition for chalk (https://github.com/chalk/chalk). chalk provides its own type definitions, so you don't need @types/chalk installed!
 WARN  25 deprecated subdependencies found: @babel/plugin-proposal-async-generator-functions@7.20.7, @babel/plugin-proposal-class-properties@7.18.6, @babel/plugin-proposal-class-static-block@7.21.0, @babel/plugin-proposal-dynamic-import@7.18.6, @babel/plugin-proposal-json-strings@7.18.6, @babel/plugin-proposal-logical-assignment-operators@7.20.7, @babel/plugin-proposal-nullish-coalescing-operator@7.18.6, @babel/plugin-proposal-numeric-separator@7.18.6, @babel/plugin-proposal-object-rest-spread@7.20.7, @babel/plugin-proposal-optional-catch-binding@7.18.6, @babel/plugin-proposal-private-methods@7.18.6, @babel/plugin-proposal-private-property-in-object@7.21.0, @babel/plugin-proposal-unicode-property-regex@7.18.6, @extra-number/significant-digits@1.3.9, abab@2.0.6, domexception@4.0.0, is-accessor-descriptor@0.1.6, is-accessor-descriptor@1.0.0, is-data-descriptor@0.1.4, is-data-descriptor@1.0.0, rollup-plugin-inject@3.0.2, socks@2.7.3, sourcemap-codec@1.4.8, superagent@8.1.2, uuid@3.4.0

After:

 WARN  deprecated @types/chalk@2.2.0: This is a stub types definition for chalk (https://github.com/chalk/chalk). chalk provides its own type definitions, so you don't need @types/chalk installed!
 WARN  12 deprecated subdependencies found: @extra-number/significant-digits@1.3.9, abab@2.0.6, domexception@4.0.0, is-accessor-descriptor@0.1.6, is-accessor-descriptor@1.0.0, is-data-descriptor@0.1.4, is-data-descriptor@1.0.0, rollup-plugin-inject@3.0.2, socks@2.7.3, sourcemap-codec@1.4.8, superagent@8.1.2, uuid@3.4.0

@MichaelDeBoey MichaelDeBoey added package:dev package:eslint-config dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 3, 2024
Copy link

changeset-bot bot commented Jun 3, 2024

⚠️ No Changeset found

Latest commit: b131afe

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@brophdawg11
Copy link
Contributor

I think we should hold off on maintenance changes like this in the Remix repo for now since we've migrated everything to React Router and will only be doing limited 2.x releases for certain features and deprecation warnings/future flag to ease the eventual RR v7 upgrade. This just muddies the water on what things need to be migrated to RR v7 after they are released in Remix (since we just look at the commits in each release and migrate them).

@brophdawg11 brophdawg11 closed this Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code package:dev package:eslint-config
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants