Skip to content

Update devDependencies#952

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/devdependencies
Open

Update devDependencies#952
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/devdependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 2, 2019

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@​types/faker 4.1.54.1.12 age confidence
@types/is-url (source) 1.2.281.2.32 age confidence
@types/js-cookie (source) 2.2.22.2.7 age confidence
@types/karma-fixture (source) 0.2.50.2.8 age confidence
@types/mocha (source) 5.2.65.2.7 age confidence
@types/node (source) 11.13.1111.15.54 age confidence
@types/object-assign (source) 4.0.304.0.33 age confidence
@​types/puppeteer 1.12.41.20.10 age confidence
@types/query-string 6.2.06.3.0 age confidence
@​types/uuid 3.4.43.4.13 age confidence
@types/webpack (source) 4.4.324.41.40 age confidence
@typescript-eslint/eslint-plugin (source) 1.9.01.13.0 age confidence
@typescript-eslint/parser (source) 1.9.01.13.0 age confidence
babel-eslint 10.0.110.1.0 age confidence
can-npm-publish 1.3.11.3.6 age confidence
concurrently 4.1.04.1.2 age confidence
cross-env 5.2.05.2.1 age confidence
eslint-plugin-import 2.17.32.32.0 age confidence
eslint-plugin-prettier 3.1.03.4.1 age confidence
eslint-plugin-react 7.13.07.37.5 age confidence
gh-pages 2.0.12.2.0 age confidence
karma-coverage-istanbul-reporter 2.0.52.1.1 age confidence
lerna (source) 3.14.13.22.1 age confidence
lerna-changelog 0.8.20.8.3 age confidence
lint-staged 8.1.78.2.1 age confidence
mocha (source) 6.1.46.2.3 age confidence
pug-lint 2.5.02.7.0 age confidence
puppeteer (source) 1.17.01.20.0 age confidence
query-string 6.5.06.14.1 age confidence
rimraf 2.6.32.7.1 age confidence
size-limit 1.3.51.3.8 age confidence
stylelint (source) 10.0.110.1.0 age confidence
terser-webpack-plugin 1.3.01.4.6 age confidence
testcafe (source) 1.2.11.20.1 age confidence
textlint 11.2.511.9.1 age confidence
ts-node (source) 8.2.08.10.2 age confidence
typescript (source) 3.4.53.9.10 age confidence
webpack 4.32.24.47.0 age confidence
webpack-cli (source) 3.3.23.3.12 age confidence
webpack-dev-server 3.4.13.11.3 age confidence

Release Notes

sindresorhus/query-string (@​types/query-string)

v6.3.0

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v1.13.0

Compare Source

Bug Fixes
  • Correct @types/json-schema dependency (#​675) (a5398ce)
  • eslint-plugin: remove imports from typescript-estree (#​706) (ceb2d32), closes #​705
  • eslint-plugin: undo breaking changes to recommended config (93f72e3)
Features

v1.12.0

Compare Source

Bug Fixes
Features
  • eslint-plugin: [ban-types] Support namespaced type (#​616) (e325b72)
  • eslint-plugin: [explicit-function-return-type] add handling for usage as arguments (#​680) (e0aeb18)
  • eslint-plugin: [no-explicit-any] Add an optional fixer (#​609) (606fc70)
  • eslint-plugin: Add rule no-reference-import (#​625) (af70a59)
  • eslint-plugin: add rule strict-boolean-expressions (#​579) (34e7d1e)
  • eslint-plugin: added new rule prefer-readonly (#​555) (76b89a5)

v1.11.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-magic-numbers] add support for enums (#​543) (5c40d01)
  • eslint-plugin: [promise-function-async] allow any as return value (#​553) (9a387b0)
Features

1.10.2 (2019-06-10)

Bug Fixes
  • eslint-plugin: peerDep should specify semver major range (#​602) (5589938)

1.10.1 (2019-06-09)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v1.10.2

Compare Source

Bug Fixes
  • eslint-plugin: peerDep should specify semver major range (#​602) (5589938)

v1.10.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v1.13.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v1.12.0

Compare Source

Bug Fixes
  • typescript-estree: fix async identifier token typed as Keyword (#​681) (6de19d3)

v1.11.0

Compare Source

Bug Fixes
  • parser: add simpleTraverse, replaces private ESLint util (#​628) (aa206c4)
  • typescript-estree: fix more cases with double slash in JSX text (#​607) (34cfa53)

1.10.2 (2019-06-10)

Note: Version bump only for package @​typescript-eslint/parser

1.10.1 (2019-06-09)

Note: Version bump only for package @​typescript-eslint/parser

v1.10.2

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v1.10.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

babel/babel-eslint (babel-eslint)

v10.1.0

Compare Source

v10.0.3

Compare Source

Fixes #​791, also eslint/eslint#12117

Some context: #​793 (comment)

We ended up going with @​JLHwung's PR #​794 which uses ESLint's deps instead of going with peerDeps since it really depends on the version being used and we don't want users to have to install it directly on their own.

babel-eslint is patching patches of the dependencies of ESLint itself so these kinds of issues have happened in the past. We'll need to look into figuring out how to have a more solid way of modifying behavior instead of this monkeypatching type of thing for future releases.

v10.0.2

Compare Source

Fixes #​772

azu/can-npm-publish (can-npm-publish)

v1.3.6

Compare Source

Bug Fixes
  • error on isError due to changes of output format of npm view (#​21) (12d1df4)

v1.3.5

Compare Source

Bug Fixes

It aims to fix 1.3.4 regression.
For more details, see #​19

v1.3.4

Compare Source

Bug Fixes
  • deps: update dependencies & Node 16 supports (#​18) (7967d92)

include trim-newlines updates

v1.3.3

Compare Source

Bug Fixes

v1.3.2

Compare Source

Fixes

  • cli: Output errors to stderr #​10
open-cli-tools/concurrently (concurrently)

v4.1.2

Compare Source

v4.1.1

Compare Source

  • bin: pass --prefix-length argument through (#​189)
kentcdodds/cross-env (cross-env)

v5.2.1

Compare Source

Bug Fixes
import-js/eslint-plugin-import (eslint-plugin-import)

v2.32.0

Compare Source

Added
Fixed
Changed

v2.31.0

Compare Source

Added
Fixed
Changed

v2.30.0

Compare Source

Added
Fixed
Changed
  • [Docs] [no-extraneous-dependencies]: Make glob pattern description more explicit ([#​2944], thanks [@​mulztob])
  • [no-unused-modules]: add console message to help debug [#​2866]
  • [Refactor] ExportMap: make procedures static instead of monkeypatching exportmap ([#​2982], thanks [@​soryy708])
  • [Refactor] ExportMap: separate ExportMap instance from its builder logic ([#​2985], thanks [@​soryy708])
  • [Docs] [order]: Add a quick note on how unbound imports and --fix ([#​2640], thanks [@​minervabot])
  • [Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) ([#​2987], thanks [@​joeyguerra])
  • [actions] migrate OSX tests to GHA ([ljharb#37], thanks [@​aks-])
  • [Refactor] exportMapBuilder: avoid hoisting ([#​2989], thanks [@​soryy708])
  • [Refactor] ExportMap: extract "builder" logic to separate files ([#​2991], thanks [@​soryy708])
  • [Docs] [order]: update the description of the pathGroupsExcludedImportTypes option ([#​3036], thanks [@​liby])
  • [readme] Clarify how to install the plugin ([#​2993], thanks [@​jwbth])

v2.29.1

Compare Source

Fixed

v2.29.0

Compare Source

Added

v2.28.1

Compare Source

Fixed
Changed

v2.28.0

Compare Source

Fixed
  • [no-duplicates]: remove duplicate identifiers in duplicate imports ([#​2577], thanks [@​joe-matsec])
  • [consistent-type-specifier-style]: fix accidental removal of comma in certain cases ([#​2754], thanks [@​bradzacher])
  • [Perf] ExportMap: Improve ExportMap.for performance on larger codebases ([#​2756], thanks [@​leipert])
  • [no-extraneous-dependencies]/TypeScript: do not error when importing inline type from dev dependencies ([#​2735], thanks [@​andyogo])
  • [newline-after-import]/TypeScript: do not error when re-exporting a namespaced import ([#​2832], thanks [@​laurens-dg])
  • [order]: partial fix for [#​2687] (thanks [@​ljharb])
  • [no-duplicates]: Detect across type and regular imports ([#​2835], thanks [@​benkrejci])
  • [extensions]: handle . and .. properly ([#​2778], thanks [@​benasher44])
  • [no-unused-modules]: improve schema (thanks [@​ljharb])
  • [no-unused-modules]: report error on binding instead of parent export ([#​2842], thanks [@​Chamion])
Changed
  • [Docs] [no-duplicates]: fix example schema ([#​2684], thanks [@​simmo])
  • [Docs] [group-exports]: fix syntax highlighting ([#​2699], thanks [@​devinrhode2])
  • [Docs] [extensions]: reference node ESM behavior ([#​2748], thanks [@​xM8WVqaG])
  • [Refactor] [exports-last]: use array.prototype.findlastindex (thanks [@​ljharb])
  • [Refactor] [no-anonymous-default-export]: use object.fromentries (thanks [@​ljharb])
  • [Refactor] [no-unused-modules]: use array.prototype.flatmap (thanks [@​ljharb])

v2.27.5

Compare Source

Fixed

v2.27.4

Compare Source

Fixed
  • semver should be a prod dep ([#​2668])

v2.27.3

Compare Source

Fixed
  • [no-empty-named-blocks]: rewrite rule to only check import declarations ([#​2666])

v2.27.2

Compare Source

Fixed
  • [no-duplicates]: do not unconditionally require typescript ([#​2665])

v2.27.1

Compare Source

Fixed

v2.27.0

Compare Source

Added
Fixed
  • [order]: move nested imports closer to main import entry ([#​2396], thanks [@​pri1311])
  • [no-restricted-paths]: fix an error message ([#​2466], thanks [@​AdriAt360])
  • [no-restricted-paths]: use Minimatch.match instead of minimatch to comply with Windows Native paths ([#​2466], thanks [@​AdriAt360])
  • [order]: require with member expression could not be

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" in timezone Japan, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Jun 2, 2019
@renovate renovate bot force-pushed the renovate/devdependencies branch 17 times, most recently from d67d79a to e7741a6 Compare June 11, 2019 19:32
@renovate renovate bot force-pushed the renovate/devdependencies branch 9 times, most recently from 8eb644b to 7219236 Compare June 19, 2019 05:20
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from 5f9659b to b1049ce Compare June 20, 2019 22:26
@renovate renovate bot force-pushed the renovate/devdependencies branch 7 times, most recently from a4d5801 to 9bd48f8 Compare July 3, 2019 17:38
@renovate renovate bot force-pushed the renovate/devdependencies branch 5 times, most recently from 36f8a26 to 1b54b61 Compare July 8, 2019 22:34
@renovate renovate bot force-pushed the renovate/devdependencies branch 9 times, most recently from eb6f1ed to f99c57b Compare July 17, 2019 18:52
@renovate renovate bot force-pushed the renovate/devdependencies branch 8 times, most recently from 4c8421b to d5ad272 Compare July 20, 2019 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

0 participants