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 minor dependencies (master) (minor) #2252

Merged
merged 1 commit into from Oct 7, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2019

This PR contains the following updates:

Package Type Update Change
@commitlint/cli devDependencies minor ^8.1.0 -> ^8.2.0
@commitlint/config-conventional devDependencies minor ^8.1.0 -> ^8.2.0
eslint (source) devDependencies minor ^6.4.0 -> ^6.5.1
eslint-config-prettier devDependencies minor ^6.3.0 -> ^6.4.0
lint-staged devDependencies minor ^9.2.5 -> ^9.4.1
webpack devDependencies minor ^4.40.2 -> ^4.41.0

Release Notes

conventional-changelog/commitlint

v8.2.0

Compare Source

This release is versioned as minor change because some of the core components are rewritten to TypeScript. It's part of the full port to TypeScript, currently in progress at #​659.

Bug Fixes
eslint/eslint

v6.5.1

Compare Source

  • 0d3d7d9 Docs: fix typo in no-magic-numbers (#​12345) (Josiah Rooney)
  • 447ac87 Fix: no-useless-rename handles ExperimentalRestProperty (fixes #​12335) (#​12339) (Kai Cataldo)
  • b6ff73c Sponsors: Sync README with website (ESLint Jenkins)

v6.5.0

Compare Source

  • 73596cb Update: Add enforceForSwitchCase option to use-isnan (#​12106) (Milos Djermanovic)
  • d592a24 Fix: exclude \u000d so new line won't convert to text (fixes #​12027) (#​12031) (zamboney)
  • e85d27a Fix: no-regex-spaces false positives and invalid autofix (fixes #​12226) (#​12231) (Milos Djermanovic)
  • b349bf7 Fix: prefer-named-capture-group incorrect locations (fixes #​12233) (#​12247) (Milos Djermanovic)
  • 7dc1ea9 Fix: no-useless-return autofix removes comments (#​12292) (Milos Djermanovic)
  • 0e68677 Fix: no-extra-bind autofix removes comments (#​12293) (Milos Djermanovic)
  • 6ad7e86 Fix: no-extra-label autofix removes comments (#​12298) (Milos Djermanovic)
  • acec201 Fix: no-undef-init autofix removes comments (#​12299) (Milos Djermanovic)
  • d89390b Fix: use async reading of stdin in bin/eslint.js (fixes #​12212) (#​12230) (Barrie Treloar)
  • 334ca7c Update: no-useless-rename also reports default values (fixes #​12301) (#​12322) (Kai Cataldo)
  • 41bfe91 Update: Fix handling of chained new expressions in new-parens (#​12303) (Milos Djermanovic)
  • 160b7c4 Chore: add autofix npm script (#​12330) (Kai Cataldo)
  • 04b6adb Chore: enable eslint-plugin-jsdoc (refs #​11146) (#​12332) (Kai Cataldo)
  • 9b86167 Docs: Add new ES environments to Configuring ESLint (#​12289) (Milos Djermanovic)
  • c9aeab2 Docs: Add supported ECMAScript version to README (#​12290) (Milos Djermanovic)
  • 8316e7b Fix: no-useless-rename autofix removes comments (#​12300) (Milos Djermanovic)
  • 29c12f1 Chore: cache results in runtime-info (#​12320) (Kai Cataldo)
  • f5537b2 Fix: prefer-numeric-literals autofix removes comments (#​12313) (Milos Djermanovic)
  • 11ae6fc Update: Fix call, new and member expressions in no-extra-parens (#​12302) (Milos Djermanovic)
  • a7894eb New: add --env-info flag to CLI (#​12270) (Kai Cataldo)
  • 61392ff Sponsors: Sync README with website (ESLint Jenkins)
  • 2c6bf8e Docs: English fix (#​12306) (Daniel Nixon)
  • 6f11877 Sponsors: Sync README with website (ESLint Jenkins)
  • 2e202ca Docs: fix links in array-callback-return (#​12288) (Milos Djermanovic)
  • e39c631 Docs: add example for CLIEngine#executeOnText 3rd arg (#​12286) (Kai Cataldo)
  • d4f9a16 Update: add support for JSXFragments in indent rule (fixes #​12208) (#​12210) (Kai Cataldo)
  • c6af95f Sponsors: Sync README with website (ESLint Jenkins)
  • 8cadd52 Sponsors: Sync README with website (ESLint Jenkins)
  • f9fc695 Chore: enable default-param-last (#​12244) (薛定谔的猫)
  • 9984c3e Docs: Update README team and sponsors (ESLint Jenkins)
prettier/eslint-config-prettier

v6.4.0

Compare Source

  • Added: [unicorn/no-nested-ternary]. Thanks to Yang Mingshan
    (@​yangmingshan)!
okonet/lint-staged

v9.4.1

Compare Source

Bug Fixes

v9.4.0

Compare Source

Features

v9.3.0

Compare Source

Features
  • allow to pass config instead of configPath (14c46d2)
webpack/webpack

v4.41.0

Compare Source

Developer Experience

  • disallow cache group named test with shorthand syntax to point out a potential config error

Performance

  • Improve performance of LimitChunkCountPlugin

v4.40.3

Compare Source

Bugfixes

  • fix a bug that the HMR plugin affected child compilations

Performance

  • improve performance of splitChunks name option by caching hashed value
  • improve rebuild performance by caching module size computation

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 Sep 16, 2019

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #2252   +/-   ##
======================================
  Coverage    93.9%   93.9%           
======================================
  Files          34      34           
  Lines        1280    1280           
  Branches      368     368           
======================================
  Hits         1202    1202           
  Misses         71      71           
  Partials        7       7

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 98aa8e1...e14b9ce. Read the comment docs.

@renovate renovate bot force-pushed the renovate/master-all-minor-dependencies branch from 63ce9fc to a32ca7a Compare September 16, 2019 14:07
@hiroppy
Copy link
Member

hiroppy commented Sep 16, 2019

We have to lock this package version.

@renovate renovate bot changed the title chore(deps): update dependency http-proxy-middleware to ^0.20.0 (master) chore(deps): update all minor dependencies (master) (minor) Sep 16, 2019
@renovate renovate bot force-pushed the renovate/master-all-minor-dependencies branch 3 times, most recently from d980e4a to 8a9669f Compare September 23, 2019 10:21
@renovate renovate bot force-pushed the renovate/master-all-minor-dependencies branch 2 times, most recently from 6c3d40e to 938e672 Compare September 24, 2019 16:20
@renovate renovate bot force-pushed the renovate/master-all-minor-dependencies branch 6 times, most recently from c5933b8 to 5dd2d32 Compare October 1, 2019 05:19
package.json Outdated
@@ -45,7 +45,7 @@
"del": "^4.1.1",
"express": "^4.17.1",
"html-entities": "^1.2.1",
"http-proxy-middleware": "0.19.1",
"http-proxy-middleware": "0.20.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

renovate seems to do updating automatically...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should open issue in renovate

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I submitted an issue to Renovate as a question.

hiroppy
hiroppy previously approved these changes Oct 2, 2019
alexander-akait
alexander-akait previously approved these changes Oct 2, 2019
@renovate renovate bot force-pushed the renovate/master-all-minor-dependencies branch from d33fff8 to 1279791 Compare October 4, 2019 14:54
@renovate renovate bot force-pushed the renovate/master-all-minor-dependencies branch from 1279791 to e14b9ce Compare October 5, 2019 21:34
@alexander-akait
Copy link
Member

Feel free to feedback, merge because other approves were dropped

@alexander-akait alexander-akait merged commit 06e014b into master Oct 7, 2019
@alexander-akait alexander-akait deleted the renovate/master-all-minor-dependencies branch October 7, 2019 11:39
digitaljohn pushed a commit to signal-noise/webpack-dev-server that referenced this pull request Oct 7, 2019
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

3 participants