Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2025

Bumps the npm-development group with 10 updates in the / directory:

Package From To
@code-pushup/cli 0.65.1 0.65.2
@code-pushup/coverage-plugin 0.65.1 0.65.2
@code-pushup/eslint-plugin 0.65.1 0.65.2
@code-pushup/js-packages-plugin 0.65.1 0.65.2
@types/node 22.13.10 22.13.14
eslint-plugin-jsonc 2.19.1 2.20.0
eslint-plugin-prettier 5.2.3 5.2.5
npm-check-updates 17.1.15 17.1.16
ts-jest 29.2.6 29.3.0
type-fest 4.37.0 4.38.0

Updates @code-pushup/cli from 0.65.1 to 0.65.2

Release notes

Sourced from @​code-pushup/cli's releases.

v0.65.2

0.65.2 (2025-03-26)

🚀 Features

  • plugin-typescript: adjust logic (#975)

🩹 Fixes

  • plugin-js-packages: handle empty output from yarn outdated (a8cb0810)

❤️ Thank You

Changelog

Sourced from @​code-pushup/cli's changelog.

0.65.2 (2025-03-26)

🚀 Features

  • plugin-typescript: adjust logic (#975)

🩹 Fixes

  • plugin-js-packages: handle empty output from yarn outdated (a8cb0810)

❤️ Thank You

Commits

Updates @code-pushup/coverage-plugin from 0.65.1 to 0.65.2

Release notes

Sourced from @​code-pushup/coverage-plugin's releases.

v0.65.2

0.65.2 (2025-03-26)

🚀 Features

  • plugin-typescript: adjust logic (#975)

🩹 Fixes

  • plugin-js-packages: handle empty output from yarn outdated (a8cb0810)

❤️ Thank You

Changelog

Sourced from @​code-pushup/coverage-plugin's changelog.

0.65.2 (2025-03-26)

🚀 Features

  • plugin-typescript: adjust logic (#975)

🩹 Fixes

  • plugin-js-packages: handle empty output from yarn outdated (a8cb0810)

❤️ Thank You

Commits

Updates @code-pushup/eslint-plugin from 0.65.1 to 0.65.2

Release notes

Sourced from @​code-pushup/eslint-plugin's releases.

v0.65.2

0.65.2 (2025-03-26)

🚀 Features

  • plugin-typescript: adjust logic (#975)

🩹 Fixes

  • plugin-js-packages: handle empty output from yarn outdated (a8cb0810)

❤️ Thank You

Changelog

Sourced from @​code-pushup/eslint-plugin's changelog.

0.65.2 (2025-03-26)

🚀 Features

  • plugin-typescript: adjust logic (#975)

🩹 Fixes

  • plugin-js-packages: handle empty output from yarn outdated (a8cb0810)

❤️ Thank You

Commits

Updates @code-pushup/js-packages-plugin from 0.65.1 to 0.65.2

Release notes

Sourced from @​code-pushup/js-packages-plugin's releases.

v0.65.2

0.65.2 (2025-03-26)

🚀 Features

  • plugin-typescript: adjust logic (#975)

🩹 Fixes

  • plugin-js-packages: handle empty output from yarn outdated (a8cb0810)

❤️ Thank You

Changelog

Sourced from @​code-pushup/js-packages-plugin's changelog.

0.65.2 (2025-03-26)

🚀 Features

  • plugin-typescript: adjust logic (#975)

🩹 Fixes

  • plugin-js-packages: handle empty output from yarn outdated (a8cb0810)

❤️ Thank You

Commits
  • 88299bf release: 0.65.2 [skip ci]
  • a8cb081 fix(plugin-js-packages): handle empty output from yarn outdated
  • See full diff in compare view

Updates @types/node from 22.13.10 to 22.13.14

Commits

Updates eslint-plugin-jsonc from 2.19.1 to 2.20.0

Release notes

Sourced from eslint-plugin-jsonc's releases.

v2.20.0

Minor Changes

Changelog

Sourced from eslint-plugin-jsonc's changelog.

2.20.0

Minor Changes

Commits
  • daab78e chore: release eslint-plugin-jsonc (#395)
  • d666108 chore(deps): update dependency vue-eslint-parser to v10 (#398)
  • 237932c refactor: hourcekeeping, bump all (dev) deps, stricter rule options typings...
  • 45931be chore(deps): update coverallsapp/github-action action to v2.3.5 (#396)
  • d4bb440 chore: fix type
  • 5b97867 minor refactor
  • 70d4b06 minor refactor (#394)
  • See full diff in compare view

Updates eslint-plugin-prettier from 5.2.3 to 5.2.5

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.2.5

Patch Changes

v5.2.4

Patch Changes

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.2.5

Patch Changes

5.2.4

Patch Changes

Commits

Updates npm-check-updates from 17.1.15 to 17.1.16

Commits

Updates ts-jest from 29.2.6 to 29.3.0

Release notes

Sourced from ts-jest's releases.

v29.3.0

Please refer to CHANGELOG.md for details.

Changelog

Sourced from ts-jest's changelog.

29.3.0 (2025-03-21)

Features

  • feat: support hybrid module values for isolatedModules: true (f372121)

Bug Fixes

  • fix: set customConditions to undefined in TsCompiler (b091d70), closes #4620

Code Refactoring

  • refactor: remove manual version checker (89458fc)
  • refactor: remove patching deps based on version checker (bac4c43)
  • refactor: deprecate RawCompilerOptions interface (2b1b6cd)
  • refactor: deprecate transform option isolatedModules (7dfef71)

DEPRECATIONS

Commits
  • 0ac3891 chore(release): 29.3.0
  • 4a33ec1 docs: update new compiler options interface
  • 130057e build(deps): Update dependency eslint-plugin-prettier to ^5.2.4
  • f372121 feat: support hybrid module values for isolatedModules: true
  • 273dba1 build(deps): Update dependency eslint-plugin-jsdoc to ^50.6.9
  • f515157 build(deps): Update ESLint packages
  • 708861b build(deps): Update dependency @​formatjs/ts-transformer to ^3.13.33
  • 91cd0a6 build(deps): Update dependency @​types/node to v20.17.25
  • 7c78c17 build(deps): Update ESLint packages to ^8.27.0
  • 2b1b6cd refactor: deprecate RawCompilerOptions interface
  • Additional commits viewable in compare view

Updates type-fest from 4.37.0 to 4.38.0

Release notes

Sourced from type-fest's releases.

v4.38.0

  • AsyncReturnType: Add support for PromiseLike (#1082) 72ccde9
  • DelimiterCase / SnakeCase / ScreamingSnakeCase / KebabCase: Fix instantiations containing punctuations (#1080) 063e28d
  • DelimiterCase: Pass Options generic to all related types (#1078) 1974944
  • CamelCasedPropertiesDeep: Make nested array objects respect the options (#1077) c11c9ca

sindresorhus/type-fest@v4.37.0...v4.38.0

Commits
  • a6590b9 4.38.0
  • 72ccde9 AsyncReturnType: Add support for PromiseLike (#1082)
  • 568604c Remove voxpelli from CODEOWNERS
  • 063e28d DelimiterCase / SnakeCase / ScreamingSnakeCase / KebabCase: Fix insta...
  • e5382f0 Update dev dependencies
  • 1974944 DelimiterCase: Pass Options generic to all related types (#1078)
  • c11c9ca CamelCasedPropertiesDeep: Make nested array objects respect the options (#1...
  • c48d1d5 DelimiterCasedPropertiesDeep: Remove duplicate code (#1076)
  • db76e5b Refactor how options are handled for types (#1081)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm-development group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@code-pushup/cli](https://github.com/code-pushup/cli/tree/HEAD/packages/cli) | `0.65.1` | `0.65.2` |
| [@code-pushup/coverage-plugin](https://github.com/code-pushup/cli/tree/HEAD/packages/plugin-coverage) | `0.65.1` | `0.65.2` |
| [@code-pushup/eslint-plugin](https://github.com/code-pushup/cli/tree/HEAD/packages/plugin-eslint) | `0.65.1` | `0.65.2` |
| [@code-pushup/js-packages-plugin](https://github.com/code-pushup/cli/tree/HEAD/packages/plugin-js-packages) | `0.65.1` | `0.65.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.10` | `22.13.14` |
| [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.19.1` | `2.20.0` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.3` | `5.2.5` |
| [npm-check-updates](https://github.com/raineorshine/npm-check-updates) | `17.1.15` | `17.1.16` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.2.6` | `29.3.0` |
| [type-fest](https://github.com/sindresorhus/type-fest) | `4.37.0` | `4.38.0` |



Updates `@code-pushup/cli` from 0.65.1 to 0.65.2
- [Release notes](https://github.com/code-pushup/cli/releases)
- [Changelog](https://github.com/code-pushup/cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/code-pushup/cli/commits/v0.65.2/packages/cli)

Updates `@code-pushup/coverage-plugin` from 0.65.1 to 0.65.2
- [Release notes](https://github.com/code-pushup/cli/releases)
- [Changelog](https://github.com/code-pushup/cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/code-pushup/cli/commits/v0.65.2/packages/plugin-coverage)

Updates `@code-pushup/eslint-plugin` from 0.65.1 to 0.65.2
- [Release notes](https://github.com/code-pushup/cli/releases)
- [Changelog](https://github.com/code-pushup/cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/code-pushup/cli/commits/v0.65.2/packages/plugin-eslint)

Updates `@code-pushup/js-packages-plugin` from 0.65.1 to 0.65.2
- [Release notes](https://github.com/code-pushup/cli/releases)
- [Changelog](https://github.com/code-pushup/cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/code-pushup/cli/commits/v0.65.2/packages/plugin-js-packages)

Updates `@types/node` from 22.13.10 to 22.13.14
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint-plugin-jsonc` from 2.19.1 to 2.20.0
- [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-jsonc@v2.19.1...v2.20.0)

Updates `eslint-plugin-prettier` from 5.2.3 to 5.2.5
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.2.3...v5.2.5)

Updates `npm-check-updates` from 17.1.15 to 17.1.16
- [Release notes](https://github.com/raineorshine/npm-check-updates/releases)
- [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md)
- [Commits](raineorshine/npm-check-updates@v17.1.15...v17.1.16)

Updates `ts-jest` from 29.2.6 to 29.3.0
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.2.6...v29.3.0)

Updates `type-fest` from 4.37.0 to 4.38.0
- [Release notes](https://github.com/sindresorhus/type-fest/releases)
- [Commits](sindresorhus/type-fest@v4.37.0...v4.38.0)

---
updated-dependencies:
- dependency-name: "@code-pushup/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: "@code-pushup/coverage-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: "@code-pushup/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: "@code-pushup/js-packages-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: eslint-plugin-jsonc
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: npm-check-updates
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-development
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
- dependency-name: type-fest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 31, 2025
@dependabot dependabot bot requested a review from matejchalk as a code owner March 31, 2025 01:38
@github-actions
Copy link

Code PushUp

😟 Code PushUp report has regressed – compared current commit b6ebc9d with previous commit 5b58a9c.

🏷️ Categories

🏷️ Category ⭐ Previous score ⭐ Current score 🔄 Score change
Security 🔴 33 🔴 32 ↓ −0.8
Updates 🟢 98 🟢 98 ↓ −0.6
Bug prevention 🟢 100 🟢 100
Code style 🟢 100 🟢 100
Code coverage 🟡 58 🟡 58
👎 2 groups regressed, 👎 2 audits regressed, 1 audit changed without impacting score

🗃️ Groups

🔌 Plugin 🗃️ Group ⭐ Previous score ⭐ Current score 🔄 Score change
JS Packages NPM audit 🔴 33 🔴 32 ↓ −0.8
JS Packages NPM outdated dependencies 🟢 98 🟢 98 ↓ −0.6

10 other groups are unchanged.

🛡️ Audits

🔌 Plugin 🛡️ Audit 📏 Previous value 📏 Current value 🔄 Value change
JS Packages Vulnerabilities for NPM dev dependencies. 🟨 5 vulnerabilities (5 moderate) 🟨 6 vulnerabilities (6 moderate) ↑ +20 %
JS Packages Outdated NPM dev dependencies. 🟨 3 major outdated package versions 🟨 4 major outdated package versions ↑ +33.3 %
JS Packages Outdated NPM prod dependencies. 🟩 all dependencies are up to date 🟩 5 patch outdated package versions ↑ +∞ %

169 other audits are unchanged.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 7, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 7, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-development-32e68ddb9a branch April 7, 2025 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant