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

Mend Renovate

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.3.5 age adoption passing confidence dependencies patch
eslint-config-goodway 3.2.1 -> 3.3.2 age adoption passing confidence devDependencies minor
eslint-plugin-import 2.25.4 -> 2.29.1 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.4 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.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.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] Correct diff for expected asymmetric matchers (#​12264)
  • [jest-message-util] Fix .getTopFrame() (and toMatchInlineSnapshot()) with mjs files (#​12277)
Chore & Maintenance
  • [*] Update graceful-fs to ^4.2.9 (#​11749)
Performance
  • [jest-resolve] perf: skip error creation on not found stat calls (#​11749)
nock/nock (nock)

v13.5.4

Compare Source

Bug Fixes

v13.5.3

Compare Source

Bug Fixes

v13.5.2

Compare Source

Bug Fixes
  • remove duplicates from activeMocks() and pendingMocks() (#​2356) (7e957b3)

v13.5.1

Compare Source

Bug Fixes

v13.5.0

Compare Source

Features

v13.4.0

Compare Source

Features

v13.3.8

Compare Source

Bug Fixes

v13.3.7

Compare Source

Reverts

v13.3.6

Compare Source

Bug Fixes

v13.3.5

Compare Source

Bug Fixes

v13.3.4

Compare Source

Bug Fixes
  • typescript: support nock(new URL('https://example.test/')) (#​2526) (6987327)

v13.3.3

Compare Source

Bug Fixes

v13.3.2

Compare Source

Bug Fixes
  • nock.removeInterceptor can remove the wrong Intercept (#​2497) (92de0de)

v13.3.1

Compare Source

Bug Fixes

v13.3.0

Compare Source

Features

v13.2.9

Compare Source

Bug Fixes
  • README: Add notes about Scope vs Interceptor matchHeader calls (#​2382) (d9bab65)

v13.2.8

Compare Source

Bug Fixes
  • types: allow regexp on Definition#scope and Definition#path (#​2374) (2edf341)

v13.2.7

Compare Source

Bug Fixes

v13.2.6

Compare Source

Reverts

v13.2.5

Compare Source

Bug Fixes

v13.2.4

Compare Source

Bug Fixes

v13.2.3

Compare Source

Bug Fixes
nodejs/node (node)

v14.21.3: 2023-02-16, Version 14.21.3 'Fermium' (LTS), @​richardlau

Compare Source

This is a security release.

Notable Changes

The following CVEs are fixed in this release:

  • CVE-2023-23918: Node.js Permissions policies can be bypassed via process.mainModule (High)
  • CVE-2023-23920: Node.js insecure loading of ICU data through ICU_DATA environment variable (Low)

More detailed information on each of the vulnerabilities can be found in February 2023 Security Releases blog post.

This security release includes OpenSSL security updates as outlined in the recent
OpenSSL security advisory.

This security release also includes an npm update for Node.js 14 to address a number
of CVEs which either do not affect Node.js or are low severity in the context of Node.js. You
can get more details for the individual CVEs in
nodejs-dependency-vuln-assessments.

Commits

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies Updating dependencies minor A minor or patch level change labels Feb 1, 2022
@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 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 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 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 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 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
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.

None yet

1 participant