Skip to content
This repository was archived by the owner on Feb 15, 2022. It is now read-only.

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 3, 2021

Bumps next-transpile-modules from 4.1.0 to 6.4.0.

Release notes

Sourced from next-transpile-modules's releases.

6.4.0

  • Improved performances for Webpack 5 users
  • Improved performances for users using not using link: or file: (you might want to set resolveSymlinks to true, cf. documentation)
  • Improved some FAQ points

If you're curious about these changes, you can have a look at martpie/next-transpile-modules#179.

Big big thanks to @​sokra and @​ScriptedAlchemy!

6.3.0

  • Improved package resolution for some advanced package.json exports usecases

6.2.0

  • Fixed some issues with nested node_modules
  • Fixed scoped packages transpilation on Windows
  • Fixed Webpack 5 with Next.js 10.0.6
  • Update tested Next.js version to 10.0.6

Webpack 5 users 👇

  • unstable_webpack5 has been removed, please use future: { webpack5: true } in your next.config.js instead (requires [email protected])

6.1.0

  • Added support for module field in package.json
  • Improved do not transpile nested node_modules (node_modules in node_modules)
  • Improved dependencies hell (less dependencies when installing the plugin)
  • Improved some FAQ points

6.0.0

Hello there 👋

shortly after the release of v5, here's v6, which solves some edgecases when transpiling modules. Again, no API changes, I still consider it major version as your build might break with this release.

The breaking changes are indicated by the ⚠️ icon.

Coming from v4? -> Please read the changes of v5 first ;)

⚠️ Fixed resolution strategy for packages resolving their main field to a sub-directory

Let's say a module/package is as follows:

styleguide/
    components/
    utils/ 
    package.json # <- `main` field resolving to components/index.js 

with v5, then only styleguide/components would get transpiled, and styleguide/utils/ would get ignored.

... (truncated)

Commits
  • fa1fdfe 6.4.0
  • a37eeae Performance improvements (#179)
  • b70e1d4 Update FAQ about invalid hooks
  • 1e81165 Add FAQ about finding which package causes a runtime exception
  • 0862988 Merge pull request #174 from martpie/nextjs-update
  • e8eada6 Bump Next.js tested version to 10.0.8
  • 15c381b Bump Next.js tested version to 10.0.7
  • 0a696db Merge pull request #169 from dominic-farquharson/patch-1
  • fc864fb Update README.md
  • 9fd0416 Update Webpack 5 example in README
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 3, 2021
@vercel
Copy link

vercel bot commented Apr 3, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/solvuu/nextocamlorg/H4s5ksbSLsGf8mSpNMvwsfHbmGVY
✅ Preview: Failed

[Deployment for 794df5c failed]

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-transpile-modules-6.4.0 branch from b607d5d to 2ea72c5 Compare April 5, 2021 19:54
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-transpile-modules-6.4.0 branch from 2ea72c5 to f492ac4 Compare April 10, 2021 00:20
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-transpile-modules-6.4.0 branch from f492ac4 to 794df5c Compare April 22, 2021 00:02
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 26, 2021

Superseded by #304.

@dependabot dependabot bot closed this Apr 26, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/next-transpile-modules-6.4.0 branch April 26, 2021 10:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants