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: Fix DEP0148 warning message #279

Merged
merged 3 commits into from Dec 10, 2021
Merged

Conversation

Triloworld
Copy link
Contributor

ERROR (node:69269) [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package at /Volumes/Dane/Repozytoria/osklad.pl/node_modules/@nuxtjs/sanity/package.json.
Update this package.json to use a subpath pattern like "./*".
(Use node --trace-deprecation ... to show where the warning was created)

Node: v16.11.1
NPM: 8.0.0

It is compatible with Node v12 as this state: postcss/postcss#1455 (comment)

ERROR  (node:69269) [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package at /Volumes/Dane/Repozytoria/osklad.pl/node_modules/@nuxtjs/sanity/package.json.
Update this package.json to use a subpath pattern like "./*".
(Use `node --trace-deprecation ...` to show where the warning was created)

Node: v16.11.1
NPM: 8.0.0

It is compatible with Node v12 as this state: postcss/postcss#1455 (comment)
@Triloworld Triloworld changed the title Fix DEP0148 warning message Chores : Fix DEP0148 warning message Oct 30, 2021
@Triloworld Triloworld changed the title Chores : Fix DEP0148 warning message chore: Fix DEP0148 warning message Oct 30, 2021
package.json Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Oct 30, 2021

Codecov Report

Merging #279 (0b978f5) into main (1b53485) will not change coverage.
The diff coverage is n/a.

❗ Current head 0b978f5 differs from pull request most recent head 532cdf9. Consider uploading reports for the commit 532cdf9 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##             main     #279   +/-   ##
=======================================
  Coverage   95.60%   95.60%           
=======================================
  Files           8        8           
  Lines         205      205           
  Branches       87       87           
=======================================
  Hits          196      196           
  Misses          9        9           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1b53485...532cdf9. Read the comment docs.

If this is ok then yes! I just see that LTS (https://nodejs.org/en/about/releases/) it is supported right now so it is viable to give some time. I don't know how much people use v12 and this library

Co-authored-by: Daniel Roe <daniel@roe.dev>
@Triloworld
Copy link
Contributor Author

Awaiting merge of another pull request about node version: #278

@danielroe danielroe merged commit a6061bd into nuxt-modules:main Dec 10, 2021
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.

None yet

2 participants