khaIilnafis / solsantas

https://solsantas.xyz
2 stars 0 forks source link

Bump @craco/craco from 5.7.0 to 6.4.2 #9

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @craco/craco from 5.7.0 to 6.4.2.

Release notes

Sourced from @​craco/craco's releases.

v6.4.2

Fix ts config support with function syntax gsoft-inc/craco#344

v6.4.1

Added support for craco.config.cjs file gsoft-inc/craco#343

v6.4.0

Add support for TS config file gsoft-inc/craco#334

v6.3.0

Add support for prepending or appending Webpack plugins gsoft-inc/craco#322

v6.2.0

Allow to extend plugins by array or function gsoft-inc/craco#267

v6.1.2

gsoft-inc/craco#283

v6.1.1

Fix the replacement of default CRA webpack plugins gsoft-inc/craco#245

v6.1.0

  • New utility methods available : getPlugin, pluginByName, addPlugins and removePlugins.
  • Webpack config override now allow the removal of webpack plugins.

The old syntax to modify webpack plugins (an array) is still supported for backward compatibility but we encourage you to switch to the new syntax:

webpack: {
    plugins: {
        add: [], 
        remove: [],
    }
}

v6.0.0

Migration Path from 5.8.0

Eslint-loader has been deleted from create-react-app in version 4.0. Now eslint is being delivered through eslint-webpack-plugin, not eslint-loader. View Changes.

The property loaderOptions is now named pluginOptions

CRACO 5.8

    eslint: {
</tr></table> 

... (truncated)

Commits
  • e90069a v6.4.2
  • ed076ff Merge pull request #344 from alvis/fix/ts-loader
  • 04806e3 fix: load ts config file synchronously
  • b18037c v6.4.1
  • cdd02fc Merge pull request #343 from shibin2021/master
  • 6f41383 add config 'craco.config.cjs' to support for ES6 module
  • d3fc538 v6.4.0
  • 0f59ef0 Merge pull request #334 from alvis/feat/support-ts-config
  • 21422ef refactor: move the config file path finding logic to config.js
  • 2072c92 fix: remove duplicated log
  • 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)
vercel[bot] commented 2 years ago

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/inafis/solsantas/21A6zpRy87RqV9sycTzCdcheUnTq
✅ Preview: https://solsantas-git-dependabot-npmandyarncracocraco-642-inafis.vercel.app

dependabot[bot] commented 2 years ago

Looks like @craco/craco is up-to-date now, so this is no longer needed.