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

fix(deps): update all non-major dependencies #105

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@hapi/hapi (source) 20.2.1 -> 20.3.0 age adoption passing confidence devDependencies minor
@hapi/hoek 9.2.1 -> 9.3.0 age adoption passing confidence dependencies minor
ad-m/github-push-action v0.6.0 -> v0.8.0 age adoption passing confidence action minor
coveralls 1.0.6 -> 1.0.7 age adoption passing confidence orb patch
debug 4.3.3 -> 4.4.0 age adoption passing confidence dependencies minor
eslint-config-goodway 3.2.1 -> 3.3.2 age adoption passing confidence devDependencies minor
eslint-plugin-import 2.25.4 -> 2.31.0 age adoption passing confidence devDependencies minor
jest (source) 27.4.7 -> 27.5.1 age adoption passing confidence devDependencies minor
nock 13.2.2 -> 13.5.6 age adoption passing confidence devDependencies minor
node (source) 14.18.3 -> 14.21.3 age adoption passing confidence minor

Release Notes

hapijs/hapi (@​hapi/hapi)

v20.3.0

Compare Source

v20.2.2

Compare Source

hapijs/hoek (@​hapi/hoek)

v9.3.0

Compare Source

ad-m/github-push-action (ad-m/github-push-action)

v0.8.0

Compare Source

What's Changed

Full Changelog: ad-m/github-push-action@v0.7.0...v0.8.0

v0.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: ad-m/github-push-action@v0.6.0...v0.7.0

debug-js/debug (debug)

v4.4.0

Compare Source

v4.3.7

Compare Source

What's Changed

Full Changelog: debug-js/debug@4.3.6...4.3.7

v4.3.6

Compare Source

What's Changed

New Contributors

Full Changelog: debug-js/debug@4.3.5...4.3.6

v4.3.5

Compare Source

Patch

Thank you @​calvintwr for the fix.

v4.3.4

Compare Source

What's Changed

New Contributors

Full Changelog: debug-js/debug@4.3.3...4.3.4

GoodwayGroup/eslint-config-goodway (eslint-config-goodway)

v3.3.2

Compare Source

Bug Fixes
  • MS-52 updating JSX settings for React 17+ (#​56)

v3.3.1

Compare Source

Bug Fixes
  • Resolve plugin version conflict. All rules covered by airbnb. (#​55)
Chore
  • release: v3.3.1

v3.3.0

Compare Source

Bug Fixes
  • deps: update dependency eslint-plugin-import to v2.23.2 (#​27)
  • deps: update dependency eslint-plugin-import to v2.23.0 (#​26)
Features
  • SDG-6 Standardize eslint (#​46)
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
jestjs/jest (jest)

v27.5.1

Compare Source

Features
  • [jest-config] Support comments in JSON config file (#​12316)
  • [pretty-format] Expose ConvertAnsi plugin (#​12308)
Fixes
  • [expect] Add type definitions for asymmetric closeTo matcher (#​12304)
  • [jest-cli] Load binary via exported API (#​12315)
  • [jest-config] Replace jsonlint with parse-json (#​12316)
  • [jest-repl] Make module importable (#​12311 & #​12315)
Chore & Maintenance
  • [*] Avoid anonymous default exports (#​12313)

v27.5.0

Compare Source

Features
  • [expect] Add asymmetric matcher expect.closeTo (#​12243)
  • [jest-mock] Added mockFn.mock.lastCall to retrieve last argument (#​12285)
Fixes
  • [expect] Add a fix for .toHaveProperty('') (#​12251)
  • [jest-each, @​jest/globals] Allow passing ReadonlyArray type of a table to describe.each and test.each (#​12297)
  • [@jest/globals] Add missing options argument to jest.doMock typing (#​12292)
  • [jest-environment-node] Add atob and btoa (#​12269)
  • [jest-matcher-utils]

Configuration

📅 Schedule: Branch creation - "after 3am and before 10pm" (UTC), 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 dependencies Updating dependencies minor A minor or patch level change labels Feb 1, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ef0c0d9 to 805ebaa Compare February 3, 2022 19:40
@renovate renovate bot changed the title chore(deps): update node.js to v14.19.0 chore(deps): update all non-major dependencies Feb 3, 2022
@coveralls
Copy link

coveralls commented Feb 3, 2022

Pull Request Test Coverage Report for Build 860cbaa4-b152-4a39-9426-dc9f897b740e

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build d84f0364-f064-466d-adc9-9d891adf7d00: 0.0%
Covered Lines: 116
Relevant Lines: 116

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 6ef4522 to 94e11df Compare February 8, 2022 12:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 94e11df to d308014 Compare February 13, 2022 15:00
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Feb 13, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d308014 to 41838c5 Compare March 9, 2022 19:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 41838c5 to 2315d40 Compare March 18, 2022 12:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2315d40 to f25af5c Compare April 25, 2022 02:55
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Apr 25, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f25af5c to ff33dc9 Compare May 15, 2022 21:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ff33dc9 to 7a80a68 Compare June 18, 2022 22:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7a80a68 to de76010 Compare November 20, 2022 12:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from de76010 to 7287bcd Compare March 16, 2023 11:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7287bcd to 0cb6787 Compare May 28, 2023 11:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0cb6787 to 9ad210d Compare July 13, 2023 23:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9ad210d to 0b0d81d Compare July 28, 2023 07:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fd2d023 to 87c69be Compare August 18, 2023 21:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 87c69be to 280666a Compare September 1, 2023 16:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5b8f73d to d6d3125 Compare October 11, 2023 01:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 53a882e to 184dbff Compare October 23, 2023 08:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 09ff65f to 319520a Compare November 3, 2023 07:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 319520a to b90da7f Compare November 27, 2023 22:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b90da7f to a05f26a Compare December 14, 2023 20:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a05f26a to f715d51 Compare January 14, 2024 22:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f715d51 to 9f97a22 Compare January 28, 2024 21:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c9a45bc to 088bdda Compare February 20, 2024 21:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 088bdda to a505645 Compare February 27, 2024 01:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a505645 to db5f688 Compare April 30, 2024 22:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from db5f688 to d6f7320 Compare May 31, 2024 14:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d6f7320 to 4b6a1af Compare July 27, 2024 14:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4b6a1af to 8aebae8 Compare August 20, 2024 08:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 684ec18 to 64c687c Compare September 6, 2024 01:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 64c687c to 58ff2f8 Compare October 3, 2024 12:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 58ff2f8 to f7986fa Compare November 9, 2024 19:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f7986fa to f1b512f Compare December 6, 2024 15:04
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Updating dependencies minor A minor or patch level change
Development

Successfully merging this pull request may close these issues.

1 participant