gilbsgilbs / babel-plugin-i18next-extract

Babel plugin that statically extracts i18next and react-i18next translation keys.
https://i18next-extract.netlify.com
MIT License
161 stars 37 forks source link

An in-range update of rollup is breaking the build 🚨 #101

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 5 years ago

The devDependency rollup was updated from 1.27.0 to 1.27.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

rollup is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - βœ… **gilbsgilbs.babel-plugin-i18next-extract (Build Project Build):** [0 errors / 0 warnings](https://dev.azure.com/gilbsgilbert/7092471e-19a9-41a2-8246-46803e7b5e4e/_build/results?buildId=463) - βœ… **gilbsgilbs.babel-plugin-i18next-extract (Run tests Run tests suite node13):** [0 errors / 0 warnings](https://dev.azure.com/gilbsgilbert/7092471e-19a9-41a2-8246-46803e7b5e4e/_build/results?buildId=463) - βœ… **gilbsgilbs.babel-plugin-i18next-extract (Run tests Run tests suite node12):** [0 errors / 0 warnings](https://dev.azure.com/gilbsgilbert/7092471e-19a9-41a2-8246-46803e7b5e4e/_build/results?buildId=463) - βœ… **gilbsgilbs.babel-plugin-i18next-extract (Run tests Run tests suite node10):** [0 errors / 0 warnings](https://dev.azure.com/gilbsgilbert/7092471e-19a9-41a2-8246-46803e7b5e4e/_build/results?buildId=463) - βœ… **gilbsgilbs.babel-plugin-i18next-extract:** [1 errors / 0 warnings](https://dev.azure.com/gilbsgilbert/7092471e-19a9-41a2-8246-46803e7b5e4e/_build/results?buildId=463) - ❌ **gilbsgilbs.babel-plugin-i18next-extract (Static checks Run Yarn Audit):** [1 errors / 0 warnings](https://dev.azure.com/gilbsgilbert/7092471e-19a9-41a2-8246-46803e7b5e4e/_build/results?buildId=463) - βœ… **gilbsgilbs.babel-plugin-i18next-extract (Static checks Run Typing Checks):** [0 errors / 0 warnings](https://dev.azure.com/gilbsgilbert/7092471e-19a9-41a2-8246-46803e7b5e4e/_build/results?buildId=463) - βœ… **gilbsgilbs.babel-plugin-i18next-extract (Static checks Run ESLint):** [0 errors / 0 warnings](https://dev.azure.com/gilbsgilbert/7092471e-19a9-41a2-8246-46803e7b5e4e/_build/results?buildId=463)

Release Notes for v1.27.1

2019-11-18

Bug Fixes

  • Fix an issue where code after a switch-statement with removed cases was erroneously not included (#3241)

Pull Requests

Commits

The new version differs by 7 commits.

  • 0697166 1.27.1
  • d7ad410 Update changelog
  • 690d388 Do not truncate after switch-statement with removed case (#3241)
  • 3885a7f make acornOptions optional in parse() in docs (#3237)
  • 4227977 Update dependencies and fix vulnerability (#3240)
  • 5289fde docs: Fix tutorial example
  • d588810 docs: Fix phase for resolveDynamicImport

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

After pinning to 1.27.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.27.2

2019-11-18

Bug Fixes

  • Fix an issue where live bindings were not working correctly when using += in SystemJS (#3242)

Pull Requests

  • #3242: Export updated assignments when using shorthand update assignment expressions in SystemJS (@lukastaegert)
Commits

The new version differs by 3 commits.

  • 0366e24 1.27.2
  • 81a2726 Update changelog
  • 6dcc4e0 Export updated assignments when using shorthand update assignment expressions in SystemJS (#3242)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.27.3

2019-11-20

Bug Fixes

  • Provide better warning when empty chunks are created in a code-splitting scenario (#3244)

Pull Requests

Commits

The new version differs by 4 commits.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.27.4

2019-11-22

Bug Fixes

  • Aggregate circular dependency warnings in the CLI (#3249)
  • Do not defer non-aggregated handlers in the CLI (#3249)

Pull Requests

Commits

The new version differs by 4 commits.

  • 2f46901 1.27.4
  • ac9008f Update changelog
  • 3befd40 Add installation as a separate header (#3251)
  • 4eccc99 Fix broken Windows CLI tests (#3249)

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.27.5

2019-11-25

Bug Fixes

  • Make sure namespaces for inlined dynamic imports are treated as variable accesses when deconflicting (#3256)

Pull Requests

Commits

The new version differs by 5 commits.

  • c547361 1.27.5
  • 6718a09 Update changelog
  • 973c046 Avoid name conflicts when inlining dynamic imports nested in functions (#3256)
  • 99a715a Update dependencies (#3257)
  • 54cbc81 Add note about generating source maps to load() and transform() (#3252)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.27.6

2019-11-30

Bug Fixes

  • Use "auto" export mode by default for all modules when preserving modules (#3265)
  • Observe "output.exports" when preserving modules and warn for mixed exports if necessary (#3265)

Pull Requests

Commits

The new version differs by 3 commits.

  • 5a01f05 1.27.6
  • fe0fced Update changelog
  • bdd1e03 Use export mode "auto" by default when preserving modules (#3265)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.27.7

2019-12-01

Bug Fixes

  • Fix a scenario where a reassignments to computed properties were not tracked (#3267)

Pull Requests

Commits

The new version differs by 4 commits.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.27.8

2019-12-02

Bug Fixes

  • Deoptimize objects when a method is called on them to make sure modifications via "this" are observed (#3266)

Pull Requests

  • #3266: Workaround for various object literal mutation bugs (@kzc)
Commits

The new version differs by 3 commits.

  • 195bd62 1.27.8
  • f99054f Update changelog
  • 3e0aa46 workaround for various object literal mutation bugs (#3266)

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v1.27.9

2019-12-07

Bug Fixes

  • Fix an issue where reexports could be missing when preserving modules (#3273)
  • Allow turning of color output via NO_COLOR or FORCE_COLOR=0 environment variables (#3272)

Pull Requests

  • #3272: Support either NO_COLOR or FORCE_COLOR=0 to turn off color (@kikonen)
  • #3273: Make sure that indirectly reexported modules also become chunk dependencies when preserving modules(@lukastaegert)
Commits

The new version differs by 6 commits.

  • 4d809d1 1.27.9
  • 3c36f7d Update changelog
  • 2b56d7d FIX support either NO_COLOR or FORCE_COLOR=0 to turn off color (#3272)
  • 27201d8 Make sure that indirectly reexported modules also become chunk dependencies when preserving modules (#3273)
  • 6e92e52 Try to fix docs formatting issues
  • f489472 Update changelog

See the full diff