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 #16

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 7, 2019

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
babel-eslint ^10.0.3 -> ^10.1.0 age adoption passing confidence devDependencies minor
eslint (source) ^6.6.0 -> ^6.8.0 age adoption passing confidence devDependencies minor
eslint-config-standard ^14.1.0 -> ^14.1.1 age adoption passing confidence devDependencies patch
eslint-plugin-import ^2.18.2 -> ^2.31.0 age adoption passing confidence devDependencies minor
eslint-plugin-promise ^4.2.1 -> ^4.3.1 age adoption passing confidence devDependencies minor
eslint-plugin-react ^7.16.0 -> ^7.37.1 age adoption passing confidence devDependencies minor
eslint-plugin-standard ^4.0.1 -> ^4.1.0 age adoption passing confidence devDependencies minor
minimist-options ^4.0.2 -> ^4.1.0 age adoption passing confidence dependencies minor
node (source) 12 -> 12.22.12 age adoption passing confidence minor
node (source) 10 -> 10.24.1 age adoption passing confidence minor
node (source) 8 -> 8.17.0 age adoption passing confidence minor
node (source) >=8.0.0 -> >=8.17.0 age adoption passing confidence engines minor

Release Notes

babel/babel-eslint (babel-eslint)

v10.1.0

Compare Source

eslint/eslint (eslint)

v6.8.0

Compare Source

v6.7.2

Compare Source

  • bc435a9 Fix: isSpaceBetweenTokens() recognizes spaces in JSXText (fixes #​12614) (#​12616) (Toru Nagashima)
  • 4928d51 Fix: don't ignore the entry directory (fixes #​12604) (#​12607) (Toru Nagashima)
  • b41677a Docs: Clarify suggestion's data in Working with Rules (refs #​12606) (#​12617) (Milos Djermanovic)
  • ea16de4 Fix: Support tagged template literal generics in no-unexpected-multiline (#​11698) (Brad Zacher)
  • fa6415d Sponsors: Sync README with website (ESLint Jenkins)
  • e1e158b Sponsors: Sync README with website (ESLint Jenkins)

v6.7.1

Compare Source

  • dd1e9f4 Fix: revert changes to key-spacing due to regression (#​12598) (Kai Cataldo)
  • c644b54 Docs: Update README team and sponsors (ESLint Jenkins)

v6.7.0

Compare Source

standard/eslint-config-standard (eslint-config-standard)

v14.1.1

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

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.

@codecov-io
Copy link

codecov-io commented Dec 7, 2019

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #16   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines          178       178           
=========================================
  Hits           178       178           

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 421fedf...ce44df0. Read the comment docs.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9b181e5 to 190f42d Compare January 16, 2020 06:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c1f467c to 951d814 Compare January 23, 2020 21:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 2cbae3e to 6658b33 Compare February 3, 2020 05:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0c56f5b to cf32557 Compare March 11, 2020 03:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cf32557 to 0e510e5 Compare May 1, 2020 10:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0e510e5 to ce44df0 Compare May 15, 2020 10:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ce44df0 to 8bec3c5 Compare July 2, 2020 04:54
@codecov-commenter
Copy link

codecov-commenter commented Jul 2, 2020

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bd106db to 458b722 Compare April 24, 2022 18:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 71f5838 to f6d47e3 Compare June 23, 2022 23:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d608123 to 9a54815 Compare March 19, 2023 02:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9a54815 to 22435ae Compare July 20, 2023 19:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d9fb780 to bb2e7e4 Compare July 30, 2023 01:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0847138 to a775479 Compare August 18, 2023 21:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ef176b9 to 06d8ab7 Compare March 4, 2024 07:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 06d8ab7 to 686f063 Compare March 15, 2024 21:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 686f063 to 229c0f0 Compare April 14, 2024 12:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 229c0f0 to d2986d9 Compare May 28, 2024 11:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d2986d9 to 9014269 Compare June 18, 2024 23:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0d59b29 to 864c419 Compare July 20, 2024 08:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 337badd to 7aafc41 Compare September 3, 2024 19:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 093e9cf to 4943dc1 Compare September 13, 2024 11:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 10966b9 to 30369b4 Compare October 1, 2024 15:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 30369b4 to fd8e601 Compare October 4, 2024 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants