AlexRogalskiy / github-action-user-contribution

👪 GitHub action for user contributions charts
https://github.com/marketplace/actions/user-contribution
GNU General Public License v3.0
1 stars 1 forks source link

:arrow_up: Updates lit-analyzer to v2 #2451

Open renovate[bot] opened 8 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lit-analyzer ^1.2.1 -> ^2.0.0 age adoption passing confidence

Release Notes

runem/lit-analyzer (lit-analyzer) ### [`v2.0.3`](https://togithub.com/runem/lit-analyzer/compare/d062108f60b9fedebc25d492320786f41a02c1be...3f652530d5621c568f4dafcd1bb1a4d1a900bea6) [Compare Source](https://togithub.com/runem/lit-analyzer/compare/d062108f60b9fedebc25d492320786f41a02c1be...3f652530d5621c568f4dafcd1bb1a4d1a900bea6) ### [`v2.0.2`](https://togithub.com/runem/lit-analyzer/compare/d722963acefc770c89fc82e1e570efcc3e872f55...3f652530d5621c568f4dafcd1bb1a4d1a900bea6) [Compare Source](https://togithub.com/runem/lit-analyzer/compare/6877915d793fb8517be3bc66d5f423ac427522cd...d062108f60b9fedebc25d492320786f41a02c1be) ### [`v2.0.1`](https://togithub.com/runem/lit-analyzer/compare/6877915d793fb8517be3bc66d5f423ac427522cd...d722963acefc770c89fc82e1e570efcc3e872f55) [Compare Source](https://togithub.com/runem/lit-analyzer/compare/6877915d793fb8517be3bc66d5f423ac427522cd...6877915d793fb8517be3bc66d5f423ac427522cd) ### [`v2.0.0`](https://togithub.com/runem/lit-analyzer/blob/HEAD/CHANGELOG.md#200-pre3) [Compare Source](https://togithub.com/runem/lit-analyzer/compare/v1.2.1...6877915d793fb8517be3bc66d5f423ac427522cd) ##### Breaking - Updated to support TypeScript 5.0, dropped support for TypeScript versions <4.4.4. ##### Added - Added the ability to emit 'index entries'. ([#​271](https://togithub.com/runem/lit-analyzer/pull/271))

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Moscow, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 8 months ago

⚠ 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:

The artifact failure details are included below:

File name: package-lock.json
ERROR: npm v10.2.1 is known not to run on Node.js v14.17.0.  This version of npm supports the following node versions: `^18.17.0 || >=20.5.0`. You can find the latest version at https://nodejs.org/.

ERROR:
/opt/containerbase/tools/npm/10.2.1/node_modules/npm/node_modules/@npmcli/agent/lib/agents.js:105
    options.lookup ??= this.#options.lookup
                   ^^^

SyntaxError: Unexpected token '??='
    at wrapSafe (internal/modules/cjs/loader.js:984:16)
    at Module._compile (internal/modules/cjs/loader.js:1032:27)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1097:10)
    at Module.load (internal/modules/cjs/loader.js:933:32)
    at Function.Module._load (internal/modules/cjs/loader.js:774:14)
    at Module.require (internal/modules/cjs/loader.js:957:19)
    at require (internal/modules/cjs/helpers.js:88:18)
    at Object.<anonymous> (/opt/containerbase/tools/npm/10.2.1/node_modules/npm/node_modules/@npmcli/agent/lib/index.js:7:15)
    at Module._compile (internal/modules/cjs/loader.js:1068:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1097:10)
ERROR: npm v10.2.1 is known not to run on Node.js v14.17.0.  This version of npm supports the following node versions: `^18.17.0 || >=20.5.0`. You can find the latest version at https://nodejs.org/.

ERROR:
/opt/containerbase/tools/npm/10.2.1/node_modules/npm/node_modules/@npmcli/agent/lib/agents.js:105
    options.lookup ??= this.#options.lookup
                   ^^^

SyntaxError: Unexpected token '??='
    at wrapSafe (internal/modules/cjs/loader.js:984:16)
    at Module._compile (internal/modules/cjs/loader.js:1032:27)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1097:10)
    at Module.load (internal/modules/cjs/loader.js:933:32)
    at Function.Module._load (internal/modules/cjs/loader.js:774:14)
    at Module.require (internal/modules/cjs/loader.js:957:19)
    at require (internal/modules/cjs/helpers.js:88:18)
    at Object.<anonymous> (/opt/containerbase/tools/npm/10.2.1/node_modules/npm/node_modules/@npmcli/agent/lib/index.js:7:15)
    at Module._compile (internal/modules/cjs/loader.js:1068:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1097:10)
changelogg[bot] commented 8 months ago

Hey! Changelogs info seems to be missing or might be in incorrect format. Please use the below template in PR description to ensure Changelogg can detect your changes:

    - (tag) changelog_text
or
```
- tag: changelog_text
```
**OR**
You can add tag in PR header or while doing a commit too
```    
(tag) PR header
```
or
```
tag: PR header
```
Valid tags: **added** / **feat**, **changed**, **deprecated**, **fixed** / **fix**, **removed**, **security**, **build**, **ci**, **chore**, **docs**, **perf**, **refactor**, **revert**, **style**, **test**
Thanks!
For more info, check out [changelogg docs](https://docs.changelogg.io/)
viezly[bot] commented 8 months ago

Pull request by bot. No need to analyze

github-actions[bot] commented 8 months ago

Thanks for opening an issue! Make sure you've followed CONTRIBUTING.md.

github-actions[bot] commented 8 months ago

Hello from PR Helper

Is your PR ready for review and processing? Mark the PR ready by including #pr-ready in a comment.

If you still have work to do, even after marking this ready. Put the PR on hold by including #pr-onhold in a comment.

github-actions[bot] commented 8 months ago

Thanks for the PR!

This section of the codebase is owner by https://github.com/AlexRogalskiy/ - if they write a comment saying "LGTM" then it will be merged.