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: bump unraw from 2.0.1 to 3.0.0 #1761

Merged
merged 1 commit into from
Sep 11, 2023
Merged

chore: bump unraw from 2.0.1 to 3.0.0 #1761

merged 1 commit into from
Sep 11, 2023

Conversation

nmoinvaz
Copy link
Contributor

@nmoinvaz nmoinvaz commented Sep 9, 2023

Description

This bumps unraw to version 3.0.0. It fixes source map warnings found in iansan5653/unraw#33.

After upgrading to newer version of @lingui/core, I started getting warnings like these due to unraw 2.0.1:

WARNING in ./.yarn/cache/unraw-npm-2.0.1-5ecb408b75-af9a9d2f6e.zip/node_modules/unraw/dist/index.js
Module Warning (from ./.yarn/__virtual__/source-map-loader-virtual-27a3af5d08/0/cache/source-map-loader-npm-3.0.1-4faa2e7eac-6ff27ba933.zip/node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from '.yarn\cache\unraw-npm-2.0.1-5ecb408b75-af9a9d2f6e.zip\node_modules\unraw\src\index.ts' file: Error: ENOENT: no such file or directory, open '/node_modules/unraw/src/index.ts'

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Fixes iansan5653/unraw#33.

Checklist

  • I have read the CONTRIBUTING and CODE_OF_CONDUCT docs
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

@vercel
Copy link

vercel bot commented Sep 9, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
js-lingui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 10, 2023 4:24pm

@github-actions
Copy link

github-actions bot commented Sep 9, 2023

size-limit report 📦

Path Size
./packages/core/dist/index.mjs 2.76 KB (0%)
./packages/detect-locale/dist/index.mjs 721 B (0%)
./packages/react/dist/index.mjs 1.66 KB (0%)
./packages/remote-loader/dist/index.mjs 7.24 KB (0%)

@codecov
Copy link

codecov bot commented Sep 10, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (398ae58) 75.95% compared to head (2b06227) 75.95%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1761   +/-   ##
=======================================
  Coverage   75.95%   75.95%           
=======================================
  Files          81       81           
  Lines        2063     2063           
  Branches      529      529           
=======================================
  Hits         1567     1567           
  Misses        383      383           
  Partials      113      113           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@andrii-bodnar andrii-bodnar left a comment

Choose a reason for hiding this comment

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

@nmoinvaz thank you!

@andrii-bodnar andrii-bodnar merged commit 42d7276 into lingui:main Sep 11, 2023
13 checks passed
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.

npm package distribution - source maps errors with webpack@5 and CRA
2 participants