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

Fix deprecated warning in package.json export module (fix #2047) #2048

Merged
merged 1 commit into from Oct 4, 2021
Merged

Fix deprecated warning in package.json export module (fix #2047) #2048

merged 1 commit into from Oct 4, 2021

Conversation

hamidyfine
Copy link

As mentioned in #2047

Using the "./": "./" is being deprecated and it should be changed to "./*": "./*" in the future.
Adding both to the package.json will make it ready for the deprecation and remove the DeprecationWarning in the current version.

Copy link
Contributor

@Alanscut Alanscut left a comment

Choose a reason for hiding this comment

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

Looks good 😄 it works for me both node 16 and node 12

@kiaking
Copy link
Member

kiaking commented Oct 4, 2021

Thanks! Didn't thought the fix was this easy.

@MatthieuBoxho
Copy link

I have the same DeprecationWarning here with 3.6.2 and Node LTS (16.13.0).
Will it be implemented to version 3.x ?

@tomas-kulhanek
Copy link

@kiaking is possible to implement to version 3.x?

@andypattenden
Copy link

Looks as though this change was never published?

@nextmat
Copy link

nextmat commented Jan 29, 2022

Looks like this is already fixed in the 3.x branch, any chance of getting a release cut?

@simonmaass
Copy link

same problem here

@leshkin
Copy link

leshkin commented Mar 6, 2022

waiting for a fix (3.6.2)

@andrewg-camus
Copy link

Would love to see this be released in a v4.0.3 release sometime soon!

@brunomperes
Copy link

It's been about a year the fix has been merged, any chance of having a patch release that includes this fix ? :)

bargar added a commit to bargar/vuex that referenced this pull request Jan 11, 2023
bargar pushed a commit to bargar/vuex that referenced this pull request Jan 11, 2023
@awkj
Copy link

awkj commented Mar 15, 2023

is any plan update vuex to 3.6.3?

@gabrielsze
Copy link

Would appreciate the update on 3.6.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.x enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet