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 dependency tslint to v6 #130

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tslint (source) 5.20.1 -> 6.1.3 age adoption passing confidence

Release Notes

palantir/tslint (tslint)

v6.1.3

Compare Source

  • [bugfix] add support for TypeScript 4.0 peer dependency (#​4943)

v6.1.2

Compare Source

  • [bugfix] restore typings compatibility with TS < 3.8 (#​4933)

v6.1.1

Compare Source

  • [bugfix] upgrade mkdirp dependency to ^0.5.3 (#​4918)

v6.1.0

Compare Source

Thanks to our contributors!

  • Daniel Zwelling
  • Ryan Delaney

v6.0.0

Compare Source

This version has been marked as deprecated on NPM to encourage users to migrate to ESLint.

  • [bugfix] fix enforce-trailing-newline option in file-header rule (#​4890)
  • [bugfix] avoid writing to temp files with writeFileSync on macOS 10.15 (#​4887)
  • [bugfix] fix crash in completed-docs rule when tag contents are undefined (#​4895)
  • [docs] fix example code of Radix rule (#​4892)
  • [docs] Add missing colon after [error] in testing rules documentation (#​4903)

Thanks to our contributors!

  • Ivan Sorokin
  • Tanmoy Bhowmik
  • Meng Wang
  • Jay Bhagat
  • Aman Sharma
  • Josh Goldberg

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Author

renovate bot commented Apr 1, 2024

⚠ 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 ancient lockfile 
npm WARN ancient lockfile The package-lock.json file was created with an old version of npm,
npm WARN ancient lockfile so supplemental metadata must be fetched from the registry.
npm WARN ancient lockfile 
npm WARN ancient lockfile This is a one-time fix-up, please be patient...
npm WARN ancient lockfile 
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @unibeautify/beautifier-{{ beautifierDashedName }}@0.0.1
npm ERR! Found: [email protected]
npm ERR! node_modules/tslint
npm ERR!   dev tslint@"6.1.3" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer tslint@"^5.1.0" from [email protected]
npm ERR! node_modules/tslint-microsoft-contrib
npm ERR!   dev tslint-microsoft-contrib@"6.2.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2024-04-01T17_38_35_280Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-04-01T17_38_35_280Z-debug-0.log

@renovate renovate bot changed the title Update dependency tslint to v6 Update dependency tslint to v6 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/tslint-6.x branch December 8, 2024 18:49
@renovate renovate bot changed the title Update dependency tslint to v6 - autoclosed Update dependency tslint to v6 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
Copy link
Author

renovate bot commented Dec 9, 2024

⚠️ 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 ancient lockfile
npm warn ancient lockfile The package-lock.json file was created with an old version of npm,
npm warn ancient lockfile so supplemental metadata must be fetched from the registry.
npm warn ancient lockfile
npm warn ancient lockfile This is a one-time fix-up, please be patient...
npm warn ancient lockfile
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: @unibeautify/beautifier-{{ beautifierDashedName }}@0.0.1
npm error Found: [email protected]
npm error node_modules/tslint
npm error   dev tslint@"6.1.3" from the root project
npm error
npm error Could not resolve dependency:
npm error peer tslint@"^5.1.0" from [email protected]
npm error node_modules/tslint-microsoft-contrib
npm error   dev tslint-microsoft-contrib@"6.2.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-12-09T04_45_52_982Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-12-09T04_45_52_982Z-debug-0.log

@renovate renovate bot force-pushed the renovate/tslint-6.x branch from 27966ce to 9457231 Compare December 9, 2024 04:46
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.

0 participants