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

Update dependency babel-plugin-named-asset-import to ^0.3.0 #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 9, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
babel-plugin-named-asset-import (source) ^0.2.2 -> ^0.3.0 age adoption passing confidence

Release Notes

facebook/create-react-app (babel-plugin-named-asset-import)

v0.3.8

Compare Source

v0.3.7

Compare Source

v0.3.6

Compare Source

v0.3.5

Compare Source

v0.3.4

Compare Source

v0.3.3

Compare Source

v0.3.2

Compare Source

v0.3.1

Compare Source

0.3.1 (September 2, 2016)

Build Dependency (react-scripts)
Migrating from 0.3.0 to 0.3.1

Inside any created project that has not been ejected, run:

npm install --save-dev --save-exact react-scripts@0.3.1

v0.3.0

Compare Source

0.3.0 (September 1, 2016)

Build Dependency (react-scripts)
Global CLI (create-react-app)
  • You can now create a project in a folder that already contains an .idea folder, which is necessary for future WebStorm integration. (@​denofevil in #​522)
Migrating from 0.2.3 to 0.3.0

You may optionally update the global command (it’s not required):

npm install -g create-react-app@0.3.0

Inside any created project that has not been ejected, run:

npm install --save-dev --save-exact react-scripts@0.3.0
Breaking Change

Now favicon.ico is not treated specially anymore.
If you use it, move it to src and add the following line to <head> in your HTML:

<link rel="shortcut icon" href="./src/favicon.ico">
New Feature

Since 0.3.0 added a test runner, we recommend that you add it to the scripts section of your package.json like this:

  // ...
  "scripts": {
    // ...
    "test": "react-scripts test --env=jsdom"
  }

Then read the testing guide to learn more about using it!

v0.2.3

Compare Source

0.2.3 (August 25, 2016)

Build Dependency (react-scripts)
Migrating from 0.2.2 to 0.2.3

Update react-scripts to point to 0.2.3 in your package.json and run npm install. You shouldn’t need to do anything else.

Newly created projects will use 0.2.3 automatically. You don’t need to update the global create-react-app CLI itself. It stays at 0.2.0 for now because it doesn’t have any changes.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/babel-plugin-named-asset-import-0.x branch from 1e8d94e to b52fac3 Compare May 15, 2021 20:02
@renovate renovate bot changed the title Update dependency babel-plugin-named-asset-import to ^0.3.0 Update dependency babel-plugin-named-asset-import to v0.3.7 May 15, 2021
@renovate renovate bot force-pushed the renovate/babel-plugin-named-asset-import-0.x branch from b52fac3 to 9134643 Compare March 7, 2022 17:35
@renovate renovate bot changed the title Update dependency babel-plugin-named-asset-import to v0.3.7 Update dependency babel-plugin-named-asset-import to v0.3.8 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/babel-plugin-named-asset-import-0.x branch from 9134643 to 9939e23 Compare November 20, 2022 08:53
@renovate renovate bot changed the title Update dependency babel-plugin-named-asset-import to v0.3.8 Update dependency babel-plugin-named-asset-import to ^0.3.0 Nov 20, 2022
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.

0 participants