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

chore(deps): update all non-major dependencies #5769

Merged
merged 1 commit into from
May 21, 2019
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 20, 2019

This PR contains the following updates:

Package Type Update Change References
@​babel/core dependencies patch ^7.4.4 -> ^7.4.5 homepage, source
@​babel/core devDependencies patch ^7.4.4 -> ^7.4.5 homepage, source
@​babel/preset-env dependencies patch ^7.4.4 -> ^7.4.5 homepage, source
@​babel/preset-env devDependencies patch ^7.4.4 -> ^7.4.5 homepage, source
@​babel/runtime dependencies patch ^7.4.4 -> ^7.4.5 source
@​nuxt/friendly-errors-webpack-plugin dependencies minor ^2.4.0 -> ^2.5.0 source
webpack dependencies minor ^4.31.0 -> ^4.32.0 source

Release Notes

babel/babel

v7.4.5

Compare Source

nuxt/friendly-errors-webpack-plugin

v2.5.0

Compare Source

2.5.0 (2019-05-20)

webpack/webpack

v4.32.0

Compare Source

Features

  • Added this.mode to the loader API, to allow loaders to choose defaults by mode similar to webpacks options
  • Stack Trace for Errors in rejected Promises from import() now includes the stack from where the import() was called

Bugfixes

  • The Parser can now analyse identifiers in rest patterns too
    • const { a, ...rest } = obj, where rest conflicts with an imported binding etc.
  • node: false now correctly disables __dirname and __filename too
  • __dirname and __filename now no longer evaluates to something when node: false or node.__file/dirname: false is set
    • if(__dirname !== "") is no longer replaced with if(true) in such scenarios
  • prefetching chunks is no executed after the initial module evaluation
    • This allows to override i. e. __webpack_public_path__ for prefetching too
  • fixes a runtime crash when using side-effect-free modules with the DllPlugin

Contribute

  • CI tests node.js 12 now too
  • webpack-bot now merges dependabot PRs automatically when status checks succeed

Renovate configuration

📅 Schedule: At any time (no schedule defined).

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

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot. View repository job log here.

@codecov-io
Copy link

Codecov Report

Merging #5769 into dev will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev    #5769   +/-   ##
=======================================
  Coverage   95.67%   95.67%           
=======================================
  Files          82       82           
  Lines        2660     2660           
  Branches      682      682           
=======================================
  Hits         2545     2545           
  Misses         97       97           
  Partials       18       18
Flag Coverage Δ
#e2e 100% <ø> (ø) ⬆️
#fixtures 50.71% <ø> (ø) ⬆️
#unit 92.63% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7084b3a...eb50b88. Read the comment docs.

@codecov-io
Copy link

codecov-io commented May 20, 2019

Codecov Report

Merging #5769 into dev will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev    #5769   +/-   ##
=======================================
  Coverage   95.64%   95.64%           
=======================================
  Files          82       82           
  Lines        2661     2661           
  Branches      682      682           
=======================================
  Hits         2545     2545           
  Misses         98       98           
  Partials       18       18
Flag Coverage Δ
#e2e 100% <ø> (ø) ⬆️
#fixtures 50.69% <ø> (ø) ⬆️
#unit 92.59% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 77a0e80...3025b49. Read the comment docs.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from eb50b88 to 6f65964 Compare May 20, 2019 10:49
@renovate renovate bot changed the title chore(deps): update dependency webpack to ^4.32.0 chore(deps): update all non-major dependencies May 20, 2019
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 39739de to 56e3a22 Compare May 21, 2019 09:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 56e3a22 to 3025b49 Compare May 21, 2019 17:59
@pi0 pi0 merged commit ac06cbe into dev May 21, 2019
@renovate renovate bot deleted the renovate/all-minor-patch branch May 21, 2019 18:42
@danielroe danielroe added the 2.x label Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants