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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 20, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@commitlint/cli (source) 17.6.0 -> 17.8.1 age adoption passing confidence devDependencies minor
@commitlint/config-conventional (source) 17.6.0 -> 17.8.1 age adoption passing confidence devDependencies minor
@digitalroute/cz-conventional-changelog-for-jira 8.0.0 -> 8.0.1 age adoption passing confidence devDependencies patch
@types/jest (source) 29.5.0 -> 29.5.14 age adoption passing confidence devDependencies patch
@types/node-fetch (source) 2.5.12 -> 2.6.12 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 5.58.0 -> 5.62.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 5.58.0 -> 5.62.0 age adoption passing confidence devDependencies minor
ad-m/github-push-action v0.6.0 -> v0.8.0 age adoption passing confidence action minor
commitizen 4.3.0 -> 4.3.1 age adoption passing confidence devDependencies patch
coveralls 1.0.6 -> 1.0.7 age adoption passing confidence orb patch
eslint (source) 8.38.0 -> 8.57.1 age adoption passing confidence devDependencies minor
eslint-plugin-jest 27.2.1 -> 27.9.0 age adoption passing confidence devDependencies minor
eslint-plugin-tsdoc (source) 0.2.17 -> 0.4.0 age adoption passing confidence devDependencies minor
jest (source) 29.5.0 -> 29.7.0 age adoption passing confidence devDependencies minor
nock 13.3.0 -> 13.5.6 age adoption passing confidence devDependencies minor
node-fetch 2.6.9 -> 2.7.0 age adoption passing confidence dependencies minor
ts-jest (source) 29.1.0 -> 29.2.5 age adoption passing confidence devDependencies minor
typedoc-plugin-markdown (source) 3.15.1 -> 3.17.1 age adoption passing confidence devDependencies minor
typescript (source) 5.0.4 -> 5.7.3 age adoption passing confidence devDependencies minor

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v17.8.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.8.0

Compare Source

Note: Version bump only for package @​commitlint/cli

17.7.2 (2023-09-28)

Note: Version bump only for package @​commitlint/cli

17.7.1 (2023-08-10)

Note: Version bump only for package @​commitlint/cli

v17.7.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.7.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.7.0

Compare Source

Note: Version bump only for package @​commitlint/cli

17.6.7 (2023-07-19)

Note: Version bump only for package @​commitlint/cli

17.6.6 (2023-06-24)

Note: Version bump only for package @​commitlint/cli

17.6.5 (2023-05-30)

Note: Version bump only for package @​commitlint/cli

17.6.3 (2023-05-04)

Note: Version bump only for package @​commitlint/cli

17.6.1 (2023-04-14)

Note: Version bump only for package @​commitlint/cli

v17.6.7

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.6.6

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.6.5

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.6.3

Compare Source

Note: Version bump only for package @​commitlint/cli

v17.6.1

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v17.8.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v17.8.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v17.7.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

17.6.7 (2023-07-19)

Note: Version bump only for package @​commitlint/config-conventional

17.6.6 (2023-06-24)

Note: Version bump only for package @​commitlint/config-conventional

17.6.5 (2023-05-30)

Note: Version bump only for package @​commitlint/config-conventional

17.6.3 (2023-05-04)

Note: Version bump only for package @​commitlint/config-conventional

17.6.1 (2023-04-14)

Note: Version bump only for package @​commitlint/config-conventional

v17.6.7

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v17.6.6

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v17.6.5

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v17.6.3

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v17.6.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

digitalroute/cz-conventional-changelog-for-jira (@​digitalroute/cz-conventional-changelog-for-jira)

v8.0.1

Compare Source

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

v5.62.0

Compare Source

Bug Fixes
  • eslint-plugin: [comma-spacing] allow no space after trailing comma in objects and arrays (#​6938) (24bdacc)
  • eslint-plugin: [prefer-includes] escape special characters (#​7161) (5a347a5), closes #​7145
  • eslint-plugin: replace auto-fix of class literal property style rule with suggestion (#​7054) (a8c824a)
Features
  • eslint-plugin: [prefer-nullish-coalescing] add ignorePrimitives option (#​6487) (6edaa04)

You can read about our versioning strategy and releases on our website.

v5.61.0

Compare Source

Features

You can read about our versioning strategy and releases on our website.

5.60.1 (2023-06-26)

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

You can read about our versioning strategy and releases on our website.

v5.60.1

Compare Source

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

You can read about our versioning strategy and releases on our website.

v5.60.0

Compare Source

Features
  • eslint-plugin: [restrict-plus-operands] add allow* options (#​6161) (def09f8)

5.59.11 (2023-06-12)

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

5.59.10 (2023-06-12)

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

5.59.9 (2023-06-05)

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

5.59.8 (2023-05-29)

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

5.59.7 (2023-05-22)

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

5.59.6 (2023-05-15)

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

5.59.5 (2023-05-08)

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

5.59.4 (2023-05-08)

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

5.59.3 (2023-05-08)

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

5.59.2 (2023-05-01)

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

5.59.1 (2023-04-24)

Bug Fixes
  • eslint-plugin: [prefer-regexp-exec] skip malformed regexes (#​6935) (05ed60e)
  • eslint-plugin: [unified-signatures] no parameters function (#​6940) (2970861)

v5.59.11

Compare Source

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

v5.59.10

Compare Source

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

v5.59.9

Compare Source

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

v5.59.8

Compare Source

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

v5.59.7

Compare Source

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

v5.59.6

Compare Source

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

v5.59.5

Compare Source

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

v5.59.2

Compare Source

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

v5.59.1

Compare Source

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

v5.59.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] allow nullish coalescing for naked type parameter (#​6910) (3e5f858)
Features
  • eslint-plugin: [ban-types] add NonNullable suggestion and allow custom suggestions (#​6876) (ff65235)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.62.0

Compare Source

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

You can read about our versioning strategy and releases on our website.

v5.61.0

Compare Source

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

You can read about our versioning strategy and releases on our website.

5.60.1 (2023-06-26)

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

You can read about our versioning strategy and releases on our website.

v5.60.1

Compare Source

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

You can read about our versioning strategy and releases on our website.

v5.60.0

Compare Source

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

5.59.11 (2023-06-12)

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

5.59.10 (2023-06-12)

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

5.59.9 (2023-06-05)

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

5.59.8 (2023-05-29)

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

5.59.7 (2023-05-22)

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

5.59.6 (2023-05-15)

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

5.59.5 (2023-05-08)

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

5.59.4 (2023-05-08)

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

5.59.3 (2023-05-08)

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

5.59.2 (2023-05-01)

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

5.59.1 (2023-04-24)

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

v5.59.11

Compare Source

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

v5.59.10

Compare Source

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

v5.59.9

Compare Source

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

v5.59.8

Compare Source

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

v5.59.7

Compare Source

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

v5.59.6

Compare Source

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

v5.59.5

Compare Source

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

v5.59.2

Compare Source

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

v5.59.1

Compare Source

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

v5.59.0

Compare Source

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

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


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 the dependencies Updating dependencies label Jan 20, 2022
@renovate renovate bot changed the title chore(deps): update dependency typescript to v4.5.5 chore(deps): update all non-major dependencies Feb 1, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 4dcf6b6 to 261c0ae Compare February 8, 2022 13:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 75c3d04 to 1eee6b0 Compare February 15, 2022 22:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1eee6b0 to 9e8ab76 Compare March 1, 2022 03:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c34dc9f to 7143cd2 Compare March 24, 2022 23:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7143cd2 to fc68db4 Compare April 24, 2022 18:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fc68db4 to 05c3a01 Compare May 15, 2022 19:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 05c3a01 to 2104648 Compare June 18, 2022 21:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2104648 to 053bf79 Compare September 25, 2022 20:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 053bf79 to 49dba7d Compare November 20, 2022 11:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 49dba7d to 1e3199d Compare March 17, 2023 04:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1e3199d to 4df24d7 Compare March 29, 2023 05:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4df24d7 to 3179ce1 Compare April 17, 2023 10:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 3cd77d1 to abcc0a0 Compare May 5, 2023 08:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e0f67bf to 273aae6 Compare May 8, 2023 16:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e967965 to eefa038 Compare April 10, 2024 16:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6ab8b15 to 73451ca Compare May 28, 2024 08:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 73451ca to f293f78 Compare May 29, 2024 04:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from eed404d to 6908db4 Compare June 20, 2024 19:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1aed0e3 to ee821db Compare July 8, 2024 15:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 719a5ce to 7b5f76e Compare July 10, 2024 18:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9953277 to 8a8cb9f Compare July 22, 2024 23:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8a8cb9f to 24333f2 Compare August 1, 2024 10:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 856fabc to 1eecb0b Compare August 23, 2024 17:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 494620d to 73e52d8 Compare September 12, 2024 19:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 73e52d8 to d289267 Compare September 16, 2024 17:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d289267 to e02618a Compare September 27, 2024 06:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e02618a to 2f8c145 Compare October 8, 2024 22:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2f8c145 to 88a6625 Compare October 23, 2024 05:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3012aca to 2e2b5f5 Compare November 11, 2024 19:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8d27289 to 9d5b796 Compare November 23, 2024 04:35
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9d5b796 to 7ed37f0 Compare January 8, 2025 21:07
Copy link
Contributor Author

renovate bot commented Jan 8, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm WARN deprecated [email protected]: This version is no longer supported. Please see https://eslint.org/version-support for other options.
npm WARN deprecated @humanwhocodes/[email protected]: Use @eslint/config-array instead
npm WARN deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm WARN deprecated @humanwhocodes/[email protected]: Use @eslint/object-schema instead
npm ERR! cb() never called!

npm ERR! This is an error with npm itself. Please report this error at:
npm ERR!     <https://npm.community>

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2025-01-08T21_07_29_353Z-debug.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Updating dependencies
Development

Successfully merging this pull request may close these issues.

0 participants