Skip to content

chore(deps): update all minor dependencies (minor) #1790

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

Merged
merged 1 commit into from
Apr 13, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 10, 2019

This PR contains the following updates:

Package Type Update Change References
eslint-plugin-import devDependencies minor 2.16.0 -> 2.17.0 source
jquery devDependencies minor 3.3.1 -> 3.4.0 homepage, source
prettier devDependencies minor 1.16.4 -> 1.17.0 homepage, source
webpack devDependencies minor 4.29.6 -> 4.30.0 source

Release Notes

benmosher/eslint-plugin-import

v2.17.0

Compare Source

Added
  • Autofixer for [no-duplicates] rule ([#​1312], thanks [@​lydell])
  • [no-useless-path-segments]: Add noUselessIndex option ([#​1290], thanks [@​timkraut])
  • [no-duplicates]: Add autofix ([#​1312], thanks [@​lydell])
  • Add [no-unused-modules] rule ([#​1142], thanks [@​rfermann])
  • support export type named exports from typescript ([#​1304], thanks [@​bradennapier] and [@​schmod])
Fixed
  • [order]: Fix interpreting some external modules being interpreted as internal modules ([#​793], [#​794] thanks [@​ephys])
  • allow aliases that start with @​ to be "internal" ([#​1293], [#​1294], thanks [@​jeffshaver])
  • aliased internal modules that look like core modules ([#​1297], thanks [@​echenley])
  • [namespace]: add check for null ExportMap ([#​1235], [#​1144], thanks [@​ljqx])
  • [ExportMap] fix condition for checking if block comment ([#​1234], [#​1233], thanks [@​ljqx])
  • Fix overwriting of dynamic import() CallExpression ([no-cycle], [no-relative-parent-import], [no-unresolved], [no-useless-path-segments]) ([#​1218], [#​1166], [#​1035], thanks [@​vikr01])
  • [export]: false positives for typescript type + value export ([#​1319], thanks [@​bradzacher])
  • [export]: Support typescript namespaces ([#​1320], [#​1300], thanks [@​bradzacher])
Docs
  • Update readme for Typescript ([#​1256], [#​1277], thanks [@​kirill-konshin])
  • make rule names consistent ([#​1112], thanks [@​feychenie])
Tests
  • fix broken tests on master ([#​1295], thanks [@​jeffshaver] and [@​ljharb])
  • [no-commonjs]: add tests that show corner cases ([#​1308], thanks [@​TakeScoop])
jquery/jquery

v3.4.0

Compare Source

prettier/prettier

v1.17.0

Compare Source

diff

🔗 Release Notes

webpack/webpack

v4.30.0

Compare Source

Features

  • add amd: false to disable AMD support
  • Compilation.hooks.finishModules now also allows async plugins
  • add output.libraryTarget: "system" to compile for SystemJs environment

Bugfixes

  • fix generating a null id when concatenating an entry module in a different chunk
  • fix unneeded chunk references when splitting modules from chunks
  • fix parsing of function name in function scope

Performance

  • Lazy require some internal files
  • Faster way to generate function headers

Contributing

  • Run prettier on examples markdown

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
Copy link

codecov bot commented Apr 10, 2019

Codecov Report

Merging #1790 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1790   +/-   ##
=======================================
  Coverage   87.68%   87.68%           
=======================================
  Files           9        9           
  Lines         593      593           
  Branches      177      177           
=======================================
  Hits          520      520           
  Misses         61       61           
  Partials       12       12

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 11e5db5...6a8104f. Read the comment docs.

@renovate renovate bot changed the title chore(deps): update dependency jquery to v3.4.0 chore(deps): update all minor dependencies (minor) Apr 12, 2019
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch 2 times, most recently from 20f25c7 to fe83571 Compare April 12, 2019 21:16
@renovate renovate bot force-pushed the renovate/all-minor-dependencies branch from fe83571 to 6a8104f Compare April 13, 2019 07:31
@alexander-akait alexander-akait merged commit 59773d3 into master Apr 13, 2019
@alexander-akait alexander-akait deleted the renovate/all-minor-dependencies branch April 13, 2019 15:42
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.

3 participants