finmavis / razzle-plugin-svg-react-component

Razzle plugin to import SVG as ReactComponent
MIT License
3 stars 2 forks source link

Bump razzle-dev-utils from 3.0.0 to 3.3.0 #25

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps razzle-dev-utils from 3.0.0 to 3.3.0.

Release notes

Sourced from razzle-dev-utils's releases.

v3.3.0

This is meant to prepare you for Razzle 4.0.

If you enable all the experimental features added you are better prepared for Razzle 4.0 where these features are defaults.

// razzle.config.js
'use strict';

module.exports = { experimental: { newBabel: true, newExternals: true, newSplitChunks: true, newContentHash: true, newMainFields: true, } };

To try it now:

npx create-razzle-app --example with-all-experimental testing --ignore-existing
cd testing
yarn start
yarn build
yarn start:prod
yarn export 
yarn start:static
yarn test

See the docs

Minor Changes

  • Feat(less-plugin): add razzle plugin less: #1150
  • Feat(razzle): add support for postcss.config.js: #1266
  • Fix:(razzle/scss/less): remove minimize option/add automatic css modules: #1285
  • Feat:(razzle) add experimental support for react-refresh: 8a5502230dab7966ee6ebe5bf16d2a279d7c2a38
  • Fix: update default app template: 4c0436c5ecfecfa7e27d67fd60205c74f669195c
  • Feat:(less/scss) support postcss.config js and modules in less and scss plugin: fd89ec5ed96cabe3214e16df3441b02a49e5a404
  • Feat:(examples) add with-single-exposed-port example, remove code that should not be committed: 32bed7bf5e0e15dc7215bd4f6f82991603c229d6
  • Feat:(typescript) add support for typescript to razzle core, deprecate typescript plugin: d1ecb735ce507d31e026db94d2d7800139aabe60
  • Feat(razzle): make configuration promise based: 2b85e57b2b7c578785c990f91daaa99d5f663b7e
  • Feat(create-razzle-app) :add support for npm/github/git/file example templates: 462324e47a5b0eda20a2192ff988e8bf8dfea05a
  • Fix(example): fix windows paths: 404dabd77c36253322c91d4e3698c0ec95c07092
  • Feat(razzle): support paths in jsconfig and tsconfig: 36efaf420d5fa2aa20fe0770e072a67db1dafc10
  • Feat: allow dev port config: ceb545ff9c2487e6cea2350a68633e36edbb3fa3
  • Chore(sass): update sass dependencies: 2df508f857d01b07329571ad5bc6cb596d699091
Commits
  • 2c07de3 v3.3.0
  • 027c6b7 chore: prepare release
  • 85956d0 Merge branch 'canary' into master
  • eed294e Update FUNDING.yml
  • dc815ec Create FUNDING.yml
  • 2599936 docs: document 4.0 migration tips
  • a5ebc36 dev-infra: fix regex for package tag
  • 67c9790 fix(razzle): merge razzle options correctly
  • 9f02267 fix(razzle): remove feature that should not go in 3.3
  • 32faf61 fix(razzle): remove feature that should not go in 3.3
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by razzle-bot, a new releaser for razzle-dev-utils since your current version.


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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #26.