brave / brave-variations

Resources to compile, publish and inspect the variations seed file
Mozilla Public License 2.0
17 stars 17 forks source link

Update dependency @commander-js/extra-typings to v12.1.0 - autoclosed #1074

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commander-js/extra-typings 12.0.1 -> 12.1.0 age adoption passing confidence

Release Notes

commander-js/extra-typings (@​commander-js/extra-typings) ### [`v12.1.0`](https://togithub.com/commander-js/extra-typings/blob/HEAD/CHANGELOG.md#1210-2024-05-18) [Compare Source](https://togithub.com/commander-js/extra-typings/compare/12.0.1...v12.1.0) ##### Changed - use ESLint for linting (\[[#​65](https://togithub.com/commander-js/extra-typings/issues/65)]) - format source files with Prettier (\[[#​66](https://togithub.com/commander-js/extra-typings/issues/66)]) ##### Removed - removed unimplemented Option.fullDescription from TypeScript definition (\[[#​70](https://togithub.com/commander-js/extra-typings/issues/70)])

Configuration

📅 Schedule: Branch creation - " 0-4 * 3" (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.

🔕 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 4 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
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: brave-variations@0.0.1
npm ERR! Found: commander@12.0.0
npm ERR! node_modules/commander
npm ERR!   dev commander@"12.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer commander@"~12.1.0" from @commander-js/extra-typings@12.1.0
npm ERR! node_modules/@commander-js/extra-typings
npm ERR!   dev @commander-js/extra-typings@"12.1.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! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-05-29T09_17_31_219Z-debug-0.log
github-actions[bot] commented 4 months ago

[puLL-Merge] - commander-js/extra-typings@12.0.1..v12.1.0

Description

This PR makes several changes to the repository:

The motivation seems to be to modernize the codebase by adding linting, formatting, and updating outdated dependencies. This will help maintain code consistency and catch potential issues.

Changes ### Changes - `.github/workflows/tests.yml`: Adds Node.js 22.x to test matrix - `.prettierignore`, `.prettierrc.js`: Added to configure Prettier - `CHANGELOG.md`: - Added entry for version 12.1.0 - Documents the linting, formatting and type definition changes - `eslint.config.js`: Added to configure ESLint - `esm.mjs`, `index.d.ts`, `index.js`: Formatting changes - `jest.config.js`: Added Jest configuration - `package.json`: - Version bumped to 12.1.0 - Added new scripts for linting and formatting - Updated dependencies, added ESLint and Prettier related dependencies - `tests/*.test-d.ts`, `tests/*.test.ts`: Formatting changes - `tsconfig.json`: Added "types" for Node.js and Jest