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

Update all dependencies #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 6, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-config-prettier 6.9.0 -> 6.15.0 age adoption passing confidence
eslint-plugin-import 2.19.1 -> 2.31.0 age adoption passing confidence
eslint-plugin-jest 23.3.0 -> 23.20.0 age adoption passing confidence
eslint-plugin-node 11.0.0 -> 11.1.0 age adoption passing confidence
eslint-plugin-prettier 3.1.2 -> 3.4.1 age adoption passing confidence
eslint-plugin-promise 4.2.1 -> 4.3.1 age adoption passing confidence
eslint-plugin-standard 4.0.1 -> 4.1.0 age adoption passing confidence
prettier (source) 2.0.5 -> 2.8.8 age adoption passing confidence
snapshot-diff ^0.6.0 -> ^0.10.0 age adoption passing confidence
ts-jest (source) 24.2.0 -> 24.3.0 age adoption passing confidence
typescript (source) 3.7.4 -> 3.9.10 age adoption passing confidence
vuex 3.1.2 -> 3.6.2 age adoption passing confidence

Release Notes

prettier/eslint-config-prettier (eslint-config-prettier)

v6.15.0

Compare Source

v6.14.0

Compare Source

  • Added: New [eslint-plugin-vue] rules: [vue/array-bracket-newline] and [vue/block-tag-newline]. Thanks to @​xcatliu!

v6.13.0

Compare Source

  • Added: New rules in [eslint-plugin-vue] 7.0 (which supports Vue 3.0). Thanks to @​xcatliu!

v6.12.0

Compare Source

v6.11.0

Compare Source

v6.10.1

Compare Source

  • Improved: Recommend using npx when running the CLI helper tool.
  • Updated: Mention that eslint-config-prettier has been tested with Prettier 2.0 and the latest versions of plugins.

v6.10.0

Compare Source

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

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 ([#​1820], 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
Changed

v2.26.0

Compare Source

Added
  • [no-named-default], [no-default-export], [prefer-default-export], [no-named-export], [export], [named], [namespace], [no-unused-modules]: support arbitrary module namespace names ([#​2358], thanks [@​sosukesuzuki])
  • [no-dynamic-require]: support dynamic import with espree ([#​2371], thanks [@​sosukesuzuki])
  • [no-relative-packages]: add fixer ([#​2381], thanks [@​forivall])
Fixed
  • [default]: typescript-eslint-parser: avoid a crash on exporting as namespace (thanks [@​ljharb])
  • [export]/TypeScript: false positive for typescript namespace merging ([#​1964], thanks [@​magarcia])
  • [no-duplicates]: ignore duplicate modules in different TypeScript module declarations ([#​2378], thanks [@​remcohaszing])
  • [no-unused-modules]: avoid a crash when processing re-exports ([#​2388], thanks [@​ljharb])
Changed

v2.25.4

Compare Source

Fixed
Changed
  • [no-default-import]: report on the token "default" instead of the entire node ([#​2299], thanks [@​pmcelhaney])
  • [Docs] [order]: Remove duplicate mention of default ([#​2280], thanks [@​johnthagen])
  • [Deps] update eslint-module-utils

v2.25.3

Compare Source

Fixed
Changed

v2.25.2

Compare Source

Fixed

v2.25.1

Compare Source

Fixed
  • [Deps] update eslint-module-utils

v2.25.0

Compare Source

Added
Fixed
Changed
  • [Refactor] switch to an internal replacement for pkg-up and read-pkg-up ([#​2047], thanks [@​mgwalker])
  • [patch] TypeScript config: remove .d.ts from [import/parsers setting] and [import/extensions setting] ([#​2220], thanks [@​jablko])
  • [Refactor] [no-unresolved], [no-extraneous-dependencies]: moduleVisitor usage ([#​2233], thanks [@​jablko])

v2.24.2

Compare Source

Fixed
  • [named], [namespace]: properly handle ExportAllDeclarations ([#​2199], thanks [@​ljharb])

v2.24.1

Compare Source

Fixed
Changed

v2.24.0

Compare Source

Added
Fixed
  • [no-duplicates]: ensure autofix avoids excessive newlines ([#​2028], thanks [@​ertrzyiks])
  • [extensions]: avoid crashing on partially typed import/export statements ([#​2118], thanks [@​ljharb])
  • [no-extraneous-dependencies]: add ESM intermediate package.json support ([#​2121], thanks [@​paztis])
  • Use context.getPhysicalFilename() when available (ESLint 7.28+) ([#​2160], thanks [@​pmcelhaney])
  • [extensions]/importType: fix isScoped treating @​/abc as scoped module ([#​2146], thanks [@​rperello])
Changed

v2.23.4

Compare Source

Fixed
  • [no-import-module-exports]: Don't crash if packages have no entrypoint ([#​2099], thanks [@​eps1lon])
  • [no-extraneous-dependencies]: fix package name algorithm ([#​2097], thanks [@​paztis])

v2.23.3

Compare Source

Fixed
Changed
  • [Docs] Add [no-relative-packages] to list of to the list of rules ([#​2075], thanks [@​arvigeus])

v2.23.2

Compare Source

Changed
  • [meta] add safe-publish-latest; use prepublishOnly script for npm 7+

[v2.23.1](https://redirect.github.com/im


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 renovate This pull request was created by renovate label Jan 6, 2020
@renovate renovate bot changed the title Update dependency @typescript-eslint/eslint-plugin to v2.15.0 Update all dependencies Jan 7, 2020
@renovate renovate bot force-pushed the renovate/all-dependencies branch 6 times, most recently from 390b3b5 to 2820ae1 Compare January 13, 2020 18:28
@renovate renovate bot force-pushed the renovate/all-dependencies branch 3 times, most recently from 302af6a to 4c5fc6a Compare January 20, 2020 18:10
@renovate renovate bot force-pushed the renovate/all-dependencies branch 3 times, most recently from ba7871a to b9246b5 Compare January 28, 2020 07:51
@renovate renovate bot force-pushed the renovate/all-dependencies branch 4 times, most recently from 305e64c to 6998517 Compare February 7, 2020 21:14
@renovate renovate bot force-pushed the renovate/all-dependencies branch 3 times, most recently from 25d61c4 to 288ad30 Compare February 17, 2020 18:09
@renovate renovate bot force-pushed the renovate/all-dependencies branch 3 times, most recently from 0d960d4 to 7df5747 Compare February 24, 2020 18:14
@renovate renovate bot force-pushed the renovate/all-dependencies branch 3 times, most recently from 6391680 to 7d9bbf1 Compare March 2, 2020 18:08
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 7d9bbf1 to 45c2c2b Compare March 15, 2020 04:58
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 45c2c2b to 4555239 Compare April 26, 2020 12:57
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 4555239 to e30f0f7 Compare May 7, 2020 20:57
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 3e5198c to bdab58f Compare July 16, 2020 20:17
@renovate renovate bot force-pushed the renovate/all-dependencies branch 4 times, most recently from 90465b7 to d3535a6 Compare July 30, 2020 10:52
@renovate renovate bot force-pushed the renovate/all-dependencies branch from d3535a6 to edad8d9 Compare August 22, 2020 02:00
@renovate renovate bot force-pushed the renovate/all-dependencies branch from edad8d9 to 3b0ed0e Compare October 29, 2020 06:00
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 3b0ed0e to 8b937a3 Compare November 26, 2020 19:54
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 8b937a3 to ece8d43 Compare December 11, 2020 18:55
@renovate renovate bot force-pushed the renovate/all-dependencies branch from ece8d43 to 88582c0 Compare January 5, 2021 19:56
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 88582c0 to 43de16f Compare February 11, 2021 01:00
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 43de16f to 975b4f5 Compare April 26, 2021 13:21
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 975b4f5 to 80b07c7 Compare May 15, 2021 19:45
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 80b07c7 to 9e890fe Compare June 6, 2021 19:26
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 9e890fe to bcdb6ca Compare October 19, 2021 02:31
@renovate renovate bot force-pushed the renovate/all-dependencies branch from bcdb6ca to 9d47cf7 Compare March 7, 2022 16:11
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 9d47cf7 to cdeae3a Compare March 26, 2022 12:22
@renovate renovate bot force-pushed the renovate/all-dependencies branch from cdeae3a to 3022305 Compare April 24, 2022 21:52
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 3022305 to c893f82 Compare June 18, 2022 17:34
@renovate renovate bot force-pushed the renovate/all-dependencies branch from c893f82 to 23d0601 Compare September 25, 2022 15:38
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 23d0601 to a3a54cd Compare March 16, 2023 12:10
@renovate renovate bot force-pushed the renovate/all-dependencies branch from a3a54cd to eea3740 Compare March 24, 2023 22:57
@renovate renovate bot force-pushed the renovate/all-dependencies branch from eea3740 to f95de8a Compare May 28, 2023 11:35
@renovate renovate bot force-pushed the renovate/all-dependencies branch from f95de8a to 12359b1 Compare July 28, 2023 07:03
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 12359b1 to 93ffa1d Compare August 18, 2023 22:22
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 93ffa1d to 532c55a Compare October 23, 2023 11:02
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 532c55a to 0e971a2 Compare December 14, 2023 20:05
@renovate renovate bot force-pushed the renovate/all-dependencies branch from 0e971a2 to df3e8ac Compare September 3, 2024 11:25
@renovate renovate bot force-pushed the renovate/all-dependencies branch from df3e8ac to 20f05d2 Compare October 3, 2024 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate This pull request was created by renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants