Avatar for the cnpm user
cnpm
packument
BlogDocsChangelog

Performance History

Latest Results

chore: bump up cargo-bins/cargo-binstall digest to d0a4e39
renovate/cargo-bins-cargo-binstall-digest
2 hours ago
chore: bump up taiki-e/install-action digest to 8702668
renovate/taiki-e-install-action-digest
15 hours ago
chore: bump up cargo-bins/cargo-binstall digest to 5bc2b72
renovate/cargo-bins-cargo-binstall-digest
15 hours ago
chore: bump up taiki-e/install-action digest to 7c40b35
renovate/taiki-e-install-action-digest
21 hours ago
chore: bump up taiki-e/install-action digest to 7311293
renovate/taiki-e-install-action-digest
1 day ago
1.7.0
master
2 days ago
chore: bump up oxlint-tsgolint version to ^0.11.0 (#55) This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [oxlint-tsgolint](https://redirect.github.com/oxc-project/tsgolint) | [`^0.10.0` → `^0.11.0`](https://renovatebot.com/diffs/npm/oxlint-tsgolint/0.10.0/0.11.4) | ![age](https://developer.mend.io/api/mc/badges/age/npm/oxlint-tsgolint/0.11.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxlint-tsgolint/0.10.0/0.11.4?slim=true) | --- ### Release Notes <details> <summary>oxc-project/tsgolint (oxlint-tsgolint)</summary> ### [`v0.11.4`](https://redirect.github.com/oxc-project/tsgolint/releases/tag/v0.11.4) [Compare Source](https://redirect.github.com/oxc-project/tsgolint/compare/v0.11.3...v0.11.4) #### What's Changed - fix(promise-function-async): use different error message for hybrid return types by [@&#8203;camc314](https://redirect.github.com/camc314) in [#&#8203;617](https://redirect.github.com/oxc-project/tsgolint/pull/617) - fix(promise-function-async): use suggestion instead of auto-fix for hybrid return types by [@&#8203;camc314](https://redirect.github.com/camc314) in [#&#8203;618](https://redirect.github.com/oxc-project/tsgolint/pull/618) **Full Changelog**: <https://github.com/oxc-project/tsgolint/compare/v0.11.3...v0.11.4> ### [`v0.11.3`](https://redirect.github.com/oxc-project/tsgolint/releases/tag/v0.11.3) [Compare Source](https://redirect.github.com/oxc-project/tsgolint/compare/v0.11.2...v0.11.3) #### What's Changed - chore(deps): update crate-ci/typos action to v1.42.2 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;612](https://redirect.github.com/oxc-project/tsgolint/pull/612) - chore(deps): update crate-ci/typos action to v1.42.3 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;613](https://redirect.github.com/oxc-project/tsgolint/pull/613) - perf: Concurrent tsconfig lookup per file by [@&#8203;no-yan](https://redirect.github.com/no-yan) in [#&#8203;555](https://redirect.github.com/oxc-project/tsgolint/pull/555) **Full Changelog**: <https://github.com/oxc-project/tsgolint/compare/v0.11.2...v0.11.3> ### [`v0.11.2`](https://redirect.github.com/oxc-project/tsgolint/releases/tag/v0.11.2) [Compare Source](https://redirect.github.com/oxc-project/tsgolint/compare/v0.11.1...v0.11.2) #### What's Changed - chore(deps): update module golang.org/x/tools to v0.41.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;598](https://redirect.github.com/oxc-project/tsgolint/pull/598) - chore(deps): update github-actions by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;597](https://redirect.github.com/oxc-project/tsgolint/pull/597) - chore(deps): update npm packages by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;599](https://redirect.github.com/oxc-project/tsgolint/pull/599) - chore(deps): update crate-ci/typos action to v1.42.1 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;600](https://redirect.github.com/oxc-project/tsgolint/pull/600) - chore(deps): update typescript-go digest to [`b553e0f`](https://redirect.github.com/oxc-project/tsgolint/commit/b553e0f) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;594](https://redirect.github.com/oxc-project/tsgolint/pull/594) - chore(deps): update typescript-go digest to [`01cac67`](https://redirect.github.com/oxc-project/tsgolint/commit/01cac67) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;601](https://redirect.github.com/oxc-project/tsgolint/pull/601) - chore(deps): update typescript-go digest to [`ede1a6b`](https://redirect.github.com/oxc-project/tsgolint/commit/ede1a6b) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;602](https://redirect.github.com/oxc-project/tsgolint/pull/602) - fix: do not consider relational operators and multiple comparisons by [@&#8203;camchenry](https://redirect.github.com/camchenry) in [#&#8203;596](https://redirect.github.com/oxc-project/tsgolint/pull/596) - feat: Update no-floating-promise quick fix description by [@&#8203;nrayburn-tech](https://redirect.github.com/nrayburn-tech) in [#&#8203;553](https://redirect.github.com/oxc-project/tsgolint/pull/553) - fix: `prefer-nullish-coalescing`: do not call AsBinaryExpression unless we know it is one by [@&#8203;camchenry](https://redirect.github.com/camchenry) in [#&#8203;606](https://redirect.github.com/oxc-project/tsgolint/pull/606) - fix: `no-misused-spread`: remove multiline message and add help messages by [@&#8203;camchenry](https://redirect.github.com/camchenry) in [#&#8203;605](https://redirect.github.com/oxc-project/tsgolint/pull/605) - chore(deps): update github-actions by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;608](https://redirect.github.com/oxc-project/tsgolint/pull/608) - chore(deps): update npm packages by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;609](https://redirect.github.com/oxc-project/tsgolint/pull/609) - chore(deps): update typescript-go digest to [`2ca325f`](https://redirect.github.com/oxc-project/tsgolint/commit/2ca325f) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;603](https://redirect.github.com/oxc-project/tsgolint/pull/603) - fix: gen-json-schema tool by [@&#8203;camc314](https://redirect.github.com/camc314) in [#&#8203;610](https://redirect.github.com/oxc-project/tsgolint/pull/610) #### New Contributors - [@&#8203;nrayburn-tech](https://redirect.github.com/nrayburn-tech) made their first contribution in [#&#8203;553](https://redirect.github.com/oxc-project/tsgolint/pull/553) **Full Changelog**: <https://github.com/oxc-project/tsgolint/compare/v0.11.1...v0.11.2> ### [`v0.11.1`](https://redirect.github.com/oxc-project/tsgolint/releases/tag/v0.11.1) [Compare Source](https://redirect.github.com/oxc-project/tsgolint/compare/v0.11.0...v0.11.1) #### What's Changed - chore(deps): update typescript-go digest to [`0f7cc3d`](https://redirect.github.com/oxc-project/tsgolint/commit/0f7cc3d) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;572](https://redirect.github.com/oxc-project/tsgolint/pull/572) - chore(deps): update typescript-go digest to [`6e1e2c2`](https://redirect.github.com/oxc-project/tsgolint/commit/6e1e2c2) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;575](https://redirect.github.com/oxc-project/tsgolint/pull/575) - chore(deps): update dependency vitest>vite to v8.0.0-beta.7 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;578](https://redirect.github.com/oxc-project/tsgolint/pull/578) - chore(deps): update dependency dprint-pretty\_yaml to v0.6.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;580](https://redirect.github.com/oxc-project/tsgolint/pull/580) - chore(deps): update github-actions by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;579](https://redirect.github.com/oxc-project/tsgolint/pull/579) - chore(deps): update gomod by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;581](https://redirect.github.com/oxc-project/tsgolint/pull/581) - chore: update implemented rules list by [@&#8203;connorshea](https://redirect.github.com/connorshea) in [#&#8203;582](https://redirect.github.com/oxc-project/tsgolint/pull/582) - chore(deps): update typescript-go digest to [`cfbe2fe`](https://redirect.github.com/oxc-project/tsgolint/commit/cfbe2fe) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;586](https://redirect.github.com/oxc-project/tsgolint/pull/586) - chore(deps): update typescript-go digest to [`f522127`](https://redirect.github.com/oxc-project/tsgolint/commit/f522127) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;588](https://redirect.github.com/oxc-project/tsgolint/pull/588) - chore(deps): update typescript-go digest to [`a40fd3a`](https://redirect.github.com/oxc-project/tsgolint/commit/a40fd3a) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;589](https://redirect.github.com/oxc-project/tsgolint/pull/589) - chore(deps): update typescript-go digest to [`46a8635`](https://redirect.github.com/oxc-project/tsgolint/commit/46a8635) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;590](https://redirect.github.com/oxc-project/tsgolint/pull/590) - chore(deps): update typescript-go digest to [`ac123d5`](https://redirect.github.com/oxc-project/tsgolint/commit/ac123d5) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;591](https://redirect.github.com/oxc-project/tsgolint/pull/591) - chore(deps): update typescript-go digest to [`f5bcdfc`](https://redirect.github.com/oxc-project/tsgolint/commit/f5bcdfc) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;592](https://redirect.github.com/oxc-project/tsgolint/pull/592) - chore: add description to published npm pacakge by [@&#8203;camc314](https://redirect.github.com/camc314) in [#&#8203;593](https://redirect.github.com/oxc-project/tsgolint/pull/593) - fix: circular tsconfig config crash by [@&#8203;camc314](https://redirect.github.com/camc314) in [#&#8203;577](https://redirect.github.com/oxc-project/tsgolint/pull/577) #### New Contributors - [@&#8203;connorshea](https://redirect.github.com/connorshea) made their first contribution in [#&#8203;582](https://redirect.github.com/oxc-project/tsgolint/pull/582) **Full Changelog**: <https://github.com/oxc-project/tsgolint/compare/v0.11.0...v0.11.1> ### [`v0.11.0`](https://redirect.github.com/oxc-project/tsgolint/releases/tag/v0.11.0) [Compare Source](https://redirect.github.com/oxc-project/tsgolint/compare/v0.10.1...v0.11.0) #### What's Changed - fix: enable multi-threaded linting for the InferredProject by [@&#8203;no-yan](https://redirect.github.com/no-yan) in [#&#8203;549](https://redirect.github.com/oxc-project/tsgolint/pull/549) - chore(deps): update dependency dprint-json to v0.21.1 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;560](https://redirect.github.com/oxc-project/tsgolint/pull/560) - chore(deps): update taiki-e/install-action action to v2.65.12 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;561](https://redirect.github.com/oxc-project/tsgolint/pull/561) - chore(deps): update npm packages by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;562](https://redirect.github.com/oxc-project/tsgolint/pull/562) - chore: add profile outputs to `.gitignore` by [@&#8203;no-yan](https://redirect.github.com/no-yan) in [#&#8203;558](https://redirect.github.com/oxc-project/tsgolint/pull/558) - chore(deps): update typescript-go digest to [`5be8200`](https://redirect.github.com/oxc-project/tsgolint/commit/5be8200) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;563](https://redirect.github.com/oxc-project/tsgolint/pull/563) - chore(deps): update typescript-go digest to [`a7b5685`](https://redirect.github.com/oxc-project/tsgolint/commit/a7b5685) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;564](https://redirect.github.com/oxc-project/tsgolint/pull/564) - fix(no-misused-promises): handle top-level return statements without panic by [@&#8203;camc314](https://redirect.github.com/camc314) in [#&#8203;566](https://redirect.github.com/oxc-project/tsgolint/pull/566) - chore(deps): update typescript-go digest to [`0527802`](https://redirect.github.com/oxc-project/tsgolint/commit/0527802) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;567](https://redirect.github.com/oxc-project/tsgolint/pull/567) - chore(deps): update crate-ci/typos action to v1.42.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;569](https://redirect.github.com/oxc-project/tsgolint/pull/569) - chore(deps): update typescript-go digest to [`ceefddd`](https://redirect.github.com/oxc-project/tsgolint/commit/ceefddd) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;570](https://redirect.github.com/oxc-project/tsgolint/pull/570) - chore(deps): update typescript-go digest to [`f726edf`](https://redirect.github.com/oxc-project/tsgolint/commit/f726edf) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;571](https://redirect.github.com/oxc-project/tsgolint/pull/571) - refactor: Extract options and profiling setup by [@&#8203;no-yan](https://redirect.github.com/no-yan) in [#&#8203;559](https://redirect.github.com/oxc-project/tsgolint/pull/559) - feat: prefer-optional-chaining by [@&#8203;kalvenschraut](https://redirect.github.com/kalvenschraut) in [#&#8203;484](https://redirect.github.com/oxc-project/tsgolint/pull/484) **Full Changelog**: <https://github.com/oxc-project/tsgolint/compare/v0.10.1...v0.11.0> ### [`v0.10.1`](https://redirect.github.com/oxc-project/tsgolint/releases/tag/v0.10.1) [Compare Source](https://redirect.github.com/oxc-project/tsgolint/compare/v0.10.0...v0.10.1) #### What's Changed - chore(deps): update npm packages by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;535](https://redirect.github.com/oxc-project/tsgolint/pull/535) - chore(deps): update taiki-e/install-action action to v2.65.1 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;536](https://redirect.github.com/oxc-project/tsgolint/pull/536) - chore(deps): update pnpm to v10.26.1 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;537](https://redirect.github.com/oxc-project/tsgolint/pull/537) - fix(require-array-sort-compare): handle string literal unions and string enums by [@&#8203;camc314](https://redirect.github.com/camc314) in [#&#8203;540](https://redirect.github.com/oxc-project/tsgolint/pull/540) - chore(ci): skip GO test on windows (only run e2e) by [@&#8203;camc314](https://redirect.github.com/camc314) in [#&#8203;541](https://redirect.github.com/oxc-project/tsgolint/pull/541) - chore(deps): update github-actions by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;542](https://redirect.github.com/oxc-project/tsgolint/pull/542) - chore(deps): update npm packages by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;543](https://redirect.github.com/oxc-project/tsgolint/pull/543) - chore(deps): update typescript-go digest to [`aee6f7f`](https://redirect.github.com/oxc-project/tsgolint/commit/aee6f7f) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;544](https://redirect.github.com/oxc-project/tsgolint/pull/544) - chore(deps): update typescript-go digest to [`1611cc9`](https://redirect.github.com/oxc-project/tsgolint/commit/1611cc9) by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;545](https://redirect.github.com/oxc-project/tsgolint/pull/545) - chore(deps): update crate-ci/typos action to v1.40.1 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;546](https://redirect.github.com/oxc-project/tsgolint/pull/546) - fix: defer debug logging to prevent nil pointer access by [@&#8203;no-yan](https://redirect.github.com/no-yan) in [#&#8203;547](https://redirect.github.com/oxc-project/tsgolint/pull/547) - chore(deps): update crate-ci/typos action to v1.41.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;550](https://redirect.github.com/oxc-project/tsgolint/pull/550) - feat(only-throw-error): add `allowRethrowing` option by [@&#8203;camc314](https://redirect.github.com/camc314) in [#&#8203;552](https://redirect.github.com/oxc-project/tsgolint/pull/552) #### New Contributors - [@&#8203;no-yan](https://redirect.github.com/no-yan) made their first contribution in [#&#8203;547](https://redirect.github.com/oxc-project/tsgolint/pull/547) **Full Changelog**: <https://github.com/oxc-project/tsgolint/compare/v0.10.0...v0.10.1> </details> --- ### 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 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cnpm/packument). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43NC41IiwidXBkYXRlZEluVmVyIjoiNDIuOTUuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
master
2 days ago

Active Branches

chore: bump up cargo-bins/cargo-binstall digest to d0a4e39
last run
2 hours ago
#68
CodSpeed Performance Gauge
0%
#67
CodSpeed Performance Gauge
0%
Ā© 2026 CodSpeed Technology
Home Terms Privacy Docs