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 babel-plugin-universal-import to the latest version 🚀 #38

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented May 8, 2018

Version 2.0.0 of babel-plugin-universal-import was just published.

Dependency babel-plugin-universal-import
Current Version 1.5.3
Type devDependency

The version 2.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of babel-plugin-universal-import.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v2.0.0

<a name"2.0.0">

2.0.0 (2018-05-08)

Features

  • loadOption: Nested chunknames as major release (c1bb1867)

Breaking Changes

  • Chunknames no longer output directories. If the chunkname was components/component,then the output would be a directory called components with the component inside it. Keeping with webpack 3 chunking conventions, chunk folders are represented in the filename with a hyphen as a seperator: components-component.js. the side affect is flattened build outputs

re #45

(c1bb1867)

Commits

The new version differs by 2 commits.

  • 161713a Merge pull request #49 from zackljackson/nested-chunknames
  • c1bb186 feat(loadOption): Nested chunknames as major release

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 2, 2018

Version 2.0.1 just got published.

Update to this version instead 🚀

Release Notes v2.0.1

<a name"2.0.1">

2.0.1 (2018-06-01)

Bug Fixes

  • loadOption: Ensure the argument passed to importCss matches the chunkName, with dashed logic (dc64e718)
Commits

The new version differs by 4 commits.

  • 4645e25 Merge pull request #52 from dtonys/master
  • dc64e71 fix(loadOption): Ensure the argument passed to importCss matches the chunkName, with dashed logic applied.
  • 8a11132 Merge pull request #51 from rohmanhm/patch-1
  • 25ae8df docs(readme): fix wrong url

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 3, 2018

Version 2.0.2 just got published.

Update to this version instead 🚀

Release Notes v2.0.2

<a name"2.0.2">

2.0.2 (2018-06-03)

Bug Fixes

  • support multiple imports in one file (1bd5af38)
Commits

The new version differs by 5 commits.

  • 348c2b0 Merge pull request #53 from digital-detox/babel-plugin-ordering
  • 8e1a1f6 Merge remote-tracking branch 'upstream/master' into babel-plugin-ordering
  • 1bd5af3 fix: support multiple imports in one file
  • 0bb7a9d test: add failing test for multiple imports
  • 94d90f2 chore: update Babel to 7.0.0-beta.49 & fix tests

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 4, 2018

Version 3.0.0 just got published.

Update to this version instead 🚀

Release Notes v3.0.0

<a name"3.0.0">

3.0.0 (2018-06-04)

Bug Fixes

  • index.js:
    • Removed second param on loadTemplate (c5ea8e13)
    • Removed second param on loadTemplate (5f2f4f28)

Features

  • universal-loader: Webpack 4 Support (aa0ef476)

Breaking Changes

  • Webpack 4 & extract-css-chunks 3 is required

fix #30, #35, re #29

(aa0ef476)

Commits

The new version differs by 11 commits.

  • 150f52c Merge pull request #56 from faceyspacey/webpack-4
  • d6bb771 updating contributor details
  • 17a4ec1 Merge remote-tracking branch 'origin/webpack-4' into webpack-4
  • c5ea8e1 fix(index.js): Removed second param on loadTemplate
  • 5f2f4f2 fix(index.js): Removed second param on loadTemplate
  • fce8152 docs(README): Updating docs
  • 0243a73 test(tests): Updating Test Snapshots
  • aa0ef47 feat(universal-loader): Webpack 4 Support
  • 9e121b0 restoring files
  • d4ce1f3 removing importCss
  • 5f3fa68 Implementing stable webpack 4 support

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 30, 2018

Version 3.0.1 just got published.

Update to this version instead 🚀

Release Notes v3.0.1

<a name"3.0.1">

3.0.1 (2018-08-30)

Chore

Upgrade to babel 7

Commits

The new version differs by 2 commits.

  • 696b445 Merge pull request #66 from layershifter/chore/babel7
  • adbfe7f chore(package): update to Babel 7

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 4, 2018

Version 3.0.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • f1fe940 Merge pull request #67 from hedgepigdaniel/fix/critical-dependency-warning
  • 332c50f Avoid assigning static import path to a variable and therefore avoid webpack critical dependency warning

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 25, 2018

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 3bb30fd Merge pull request #65 from konpikwastaken/feat/prevent-info-leak
  • 6609c2f oops
  • be5d4bb fix:
  • 6a21206 fix:
  • 70d34eb fix(babel-plugin-universal-import): Prevent exposing filename always and move it to optional setting

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 1, 2018

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 9d61ae8 Merge pull request #69 from konpikwastaken/feat/webpack-magic-comments
  • b214727 add support, add tests, update docs

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 1, 2018

Update to this version instead 🚀

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 2, 2018

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 9b21a74 Merge remote-tracking branch 'origin/master'
  • a974e0d Meta updates (#70)
  • 8cad377 adding codeowners

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 31, 2020

Update to this version instead 🚀

Release Notes for v4.0.1

<a name"4.0.1">

4.0.1 (2020-03-31)

Bug Fixes

  • do not add module "react-universal-component" into the webpack build if it has n (f62e855b)
Commits

The new version differs by 31 commits.

  • f62e855 fix: do not add module "react-universal-component" into the webpack build if it has not been used explicilty in the app (#112)
  • 25d6f62 chore(deps): update dependency eslint to v6 (#107)
  • f8717ff chore(deps): update dependency eslint-plugin-jsx-a11y to v6 (#110)
  • 1944582 chore(deps): update dependency commitizen to v4 (#105)
  • 03210dc chore(deps): update dependency eslint-config-airbnb to v18 (#108)
  • 53cccd5 chore(deps): update dependency eslint-plugin-react to v7 (#111)
  • e4e279b chore(deps): update dependency eslint-plugin-flowtype to v4 (#109)
  • 8da219f chore(deps): update dependency cz-conventional-changelog to v3 (#106)
  • 2702ab2 chore(deps): update babel monorepo (#96)
  • 1b09215 chore(deps): update dependency eslint-plugin-import to v2.20.1 (#101)
  • e028884 chore(deps): update dependency babel-plugin-tester to v5.5.2 (#97)
  • b4010c3 chore(deps): update dependency commitizen to v2.10.1 (#98)
  • 5ae4755 chore(deps): update dependency eslint to v4.19.1 (#99)
  • f80da2f chore(deps): update dependency eslint-plugin-flowtype to v2.50.3 (#100)
  • cfd59b1 chore(deps): update dependency babel-eslint to v10 (#103)

There are 31 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 15, 2020

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants