code-pushup / github-action

GitHub Action for automating feedback from Code PushUp
MIT License
4 stars 0 forks source link

Bump the npm-development group with 8 updates #60

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the npm-development group with 8 updates:

Package From To
@code-pushup/cli 0.49.0 0.50.0
@code-pushup/coverage-plugin 0.49.0 0.50.0
@code-pushup/eslint-plugin 0.49.0 0.50.0
@code-pushup/js-packages-plugin 0.49.0 0.50.0
@types/jest 29.5.12 29.5.13
@types/node 22.5.4 22.5.5
eslint-plugin-github 5.0.1 5.0.2
typescript 5.5.4 5.6.2

Updates @code-pushup/cli from 0.49.0 to 0.50.0

Release notes

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

v0.50.0

0.50.0 (2024-09-10)

🚀 Features

  • add defaults to js-packages plugin options (#762)
  • cli: add optional label option to compare command (b3494d63)
  • cli: scaffold merge-diffs command and test argument parsing (074c50fb)
  • cli: do not show help on error (7cefdaad)
  • core: include portal link and label in report-diff.json (e5036f1d)
  • core: implement mergeDiffs logic (0a3594d5)
  • core: improve error messages for report-diff.json parsing (85b3cdb1)
  • create-cli: package to align with package managers init command (#779)
  • models: add optional portalUrl and label to reports diff schema (8a1dacb1)
  • nx-plugin: extend config generator (#778)
  • nx-plugin: implement bin property in options (#773)
  • nx-plugin: add project prefix to plugin (#792)
  • plugin-lighthouse: omit audit details table title (eb7d6295)
  • test-nx-utils: add testing lib for nx specific logic (#777)
  • utils: increase audit value column width (2d125074)
  • utils: move groups and audits under details to make diff comment more compact (7d77b51a)
  • utils: implement diff markdown comment for monorepos (3cf7b114)
  • utils: skip unchanged categories and projects in report-diff.md (c834cfa1)
  • utils: sort projects in report-diff.md by most changed (40d24768)
  • utils: move project status from heading to paragraph in report-diff.md (260692e1)
  • utils: helper function to convert unknown errors to string (1ac3c231)

🩹 Fixes

  • plugin-lighthouse: process empty array flags (2101cf14)
  • plugin-lighthouse: process empty array flags (304b2298)

❤️ Thank You

Changelog

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

0.50.0 (2024-09-10)

🚀 Features

  • add defaults to js-packages plugin options (#762)
  • cli: add optional label option to compare command (b3494d63)
  • cli: scaffold merge-diffs command and test argument parsing (074c50fb)
  • cli: do not show help on error (7cefdaad)
  • core: include portal link and label in report-diff.json (e5036f1d)
  • core: implement mergeDiffs logic (0a3594d5)
  • core: improve error messages for report-diff.json parsing (85b3cdb1)
  • create-cli: package to align with package managers init command (#779)
  • models: add optional portalUrl and label to reports diff schema (8a1dacb1)
  • nx-plugin: extend config generator (#778)
  • nx-plugin: implement bin property in options (#773)
  • nx-plugin: add project prefix to plugin (#792)
  • plugin-lighthouse: omit audit details table title (eb7d6295)
  • test-nx-utils: add testing lib for nx specific logic (#777)
  • utils: increase audit value column width (2d125074)
  • utils: move groups and audits under details to make diff comment more compact (7d77b51a)
  • utils: implement diff markdown comment for monorepos (3cf7b114)
  • utils: skip unchanged categories and projects in report-diff.md (c834cfa1)
  • utils: sort projects in report-diff.md by most changed (40d24768)
  • utils: move project status from heading to paragraph in report-diff.md (260692e1)
  • utils: helper function to convert unknown errors to string (1ac3c231)

🩹 Fixes

  • plugin-lighthouse: process empty array flags (2101cf14)
  • plugin-lighthouse: process empty array flags (304b2298)

❤️ Thank You

Commits
  • 7cefdaa feat(cli): do not show help on error
  • 79aec4a refactor: use type imports throughout codebase
  • e0d7e7f refactor: local registry (#798)
  • 0d18aca docs(cli): align merge-diffs description with compare
  • 074c50f feat(cli): scaffold merge-diffs command and test argument parsing
  • b3494d6 feat(cli): add optional label option to compare command
  • bd0351a refactor: improve publish code (#796)
  • 3a64434 ci: improve publish command (#786)
  • 7db09b9 docs: update package.json docs (#780)
  • 3898dc5 refactor: style cli help (#781)
  • Additional commits viewable in compare view


Updates @code-pushup/coverage-plugin from 0.49.0 to 0.50.0

Release notes

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

v0.50.0

0.50.0 (2024-09-10)

🚀 Features

  • add defaults to js-packages plugin options (#762)
  • cli: add optional label option to compare command (b3494d63)
  • cli: scaffold merge-diffs command and test argument parsing (074c50fb)
  • cli: do not show help on error (7cefdaad)
  • core: include portal link and label in report-diff.json (e5036f1d)
  • core: implement mergeDiffs logic (0a3594d5)
  • core: improve error messages for report-diff.json parsing (85b3cdb1)
  • create-cli: package to align with package managers init command (#779)
  • models: add optional portalUrl and label to reports diff schema (8a1dacb1)
  • nx-plugin: extend config generator (#778)
  • nx-plugin: implement bin property in options (#773)
  • nx-plugin: add project prefix to plugin (#792)
  • plugin-lighthouse: omit audit details table title (eb7d6295)
  • test-nx-utils: add testing lib for nx specific logic (#777)
  • utils: increase audit value column width (2d125074)
  • utils: move groups and audits under details to make diff comment more compact (7d77b51a)
  • utils: implement diff markdown comment for monorepos (3cf7b114)
  • utils: skip unchanged categories and projects in report-diff.md (c834cfa1)
  • utils: sort projects in report-diff.md by most changed (40d24768)
  • utils: move project status from heading to paragraph in report-diff.md (260692e1)
  • utils: helper function to convert unknown errors to string (1ac3c231)

🩹 Fixes

  • plugin-lighthouse: process empty array flags (2101cf14)
  • plugin-lighthouse: process empty array flags (304b2298)

❤️ Thank You

Changelog

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

0.50.0 (2024-09-10)

🚀 Features

  • add defaults to js-packages plugin options (#762)
  • cli: add optional label option to compare command (b3494d63)
  • cli: scaffold merge-diffs command and test argument parsing (074c50fb)
  • cli: do not show help on error (7cefdaad)
  • core: include portal link and label in report-diff.json (e5036f1d)
  • core: implement mergeDiffs logic (0a3594d5)
  • core: improve error messages for report-diff.json parsing (85b3cdb1)
  • create-cli: package to align with package managers init command (#779)
  • models: add optional portalUrl and label to reports diff schema (8a1dacb1)
  • nx-plugin: extend config generator (#778)
  • nx-plugin: implement bin property in options (#773)
  • nx-plugin: add project prefix to plugin (#792)
  • plugin-lighthouse: omit audit details table title (eb7d6295)
  • test-nx-utils: add testing lib for nx specific logic (#777)
  • utils: increase audit value column width (2d125074)
  • utils: move groups and audits under details to make diff comment more compact (7d77b51a)
  • utils: implement diff markdown comment for monorepos (3cf7b114)
  • utils: skip unchanged categories and projects in report-diff.md (c834cfa1)
  • utils: sort projects in report-diff.md by most changed (40d24768)
  • utils: move project status from heading to paragraph in report-diff.md (260692e1)
  • utils: helper function to convert unknown errors to string (1ac3c231)

🩹 Fixes

  • plugin-lighthouse: process empty array flags (2101cf14)
  • plugin-lighthouse: process empty array flags (304b2298)

❤️ Thank You

Commits


Updates @code-pushup/eslint-plugin from 0.49.0 to 0.50.0

Release notes

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

v0.50.0

0.50.0 (2024-09-10)

🚀 Features

  • add defaults to js-packages plugin options (#762)
  • cli: add optional label option to compare command (b3494d63)
  • cli: scaffold merge-diffs command and test argument parsing (074c50fb)
  • cli: do not show help on error (7cefdaad)
  • core: include portal link and label in report-diff.json (e5036f1d)
  • core: implement mergeDiffs logic (0a3594d5)
  • core: improve error messages for report-diff.json parsing (85b3cdb1)
  • create-cli: package to align with package managers init command (#779)
  • models: add optional portalUrl and label to reports diff schema (8a1dacb1)
  • nx-plugin: extend config generator (#778)
  • nx-plugin: implement bin property in options (#773)
  • nx-plugin: add project prefix to plugin (#792)
  • plugin-lighthouse: omit audit details table title (eb7d6295)
  • test-nx-utils: add testing lib for nx specific logic (#777)
  • utils: increase audit value column width (2d125074)
  • utils: move groups and audits under details to make diff comment more compact (7d77b51a)
  • utils: implement diff markdown comment for monorepos (3cf7b114)
  • utils: skip unchanged categories and projects in report-diff.md (c834cfa1)
  • utils: sort projects in report-diff.md by most changed (40d24768)
  • utils: move project status from heading to paragraph in report-diff.md (260692e1)
  • utils: helper function to convert unknown errors to string (1ac3c231)

🩹 Fixes

  • plugin-lighthouse: process empty array flags (2101cf14)
  • plugin-lighthouse: process empty array flags (304b2298)

❤️ Thank You

Changelog

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

0.50.0 (2024-09-10)

🚀 Features

  • add defaults to js-packages plugin options (#762)
  • cli: add optional label option to compare command (b3494d63)
  • cli: scaffold merge-diffs command and test argument parsing (074c50fb)
  • cli: do not show help on error (7cefdaad)
  • core: include portal link and label in report-diff.json (e5036f1d)
  • core: implement mergeDiffs logic (0a3594d5)
  • core: improve error messages for report-diff.json parsing (85b3cdb1)
  • create-cli: package to align with package managers init command (#779)
  • models: add optional portalUrl and label to reports diff schema (8a1dacb1)
  • nx-plugin: extend config generator (#778)
  • nx-plugin: implement bin property in options (#773)
  • nx-plugin: add project prefix to plugin (#792)
  • plugin-lighthouse: omit audit details table title (eb7d6295)
  • test-nx-utils: add testing lib for nx specific logic (#777)
  • utils: increase audit value column width (2d125074)
  • utils: move groups and audits under details to make diff comment more compact (7d77b51a)
  • utils: implement diff markdown comment for monorepos (3cf7b114)
  • utils: skip unchanged categories and projects in report-diff.md (c834cfa1)
  • utils: sort projects in report-diff.md by most changed (40d24768)
  • utils: move project status from heading to paragraph in report-diff.md (260692e1)
  • utils: helper function to convert unknown errors to string (1ac3c231)

🩹 Fixes

  • plugin-lighthouse: process empty array flags (2101cf14)
  • plugin-lighthouse: process empty array flags (304b2298)

❤️ Thank You

Commits


Updates @code-pushup/js-packages-plugin from 0.49.0 to 0.50.0

Release notes

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

v0.50.0

0.50.0 (2024-09-10)

🚀 Features

  • add defaults to js-packages plugin options (#762)
  • cli: add optional label option to compare command (b3494d63)
  • cli: scaffold merge-diffs command and test argument parsing (074c50fb)
  • cli: do not show help on error (7cefdaad)
  • core: include portal link and label in report-diff.json (e5036f1d)
  • core: implement mergeDiffs logic (0a3594d5)
  • core: improve error messages for report-diff.json parsing (85b3cdb1)
  • create-cli: package to align with package managers init command (#779)
  • models: add optional portalUrl and label to reports diff schema (8a1dacb1)
  • nx-plugin: extend config generator (#778)
  • nx-plugin: implement bin property in options (#773)
  • nx-plugin: add project prefix to plugin (#792)
  • plugin-lighthouse: omit audit details table title (eb7d6295)
  • test-nx-utils: add testing lib for nx specific logic (#777)
  • utils: increase audit value column width (2d125074)
  • utils: move groups and audits under details to make diff comment more compact (7d77b51a)
  • utils: implement diff markdown comment for monorepos (3cf7b114)
  • utils: skip unchanged categories and projects in report-diff.md (c834cfa1)
  • utils: sort projects in report-diff.md by most changed (40d24768)
  • utils: move project status from heading to paragraph in report-diff.md (260692e1)
  • utils: helper function to convert unknown errors to string (1ac3c231)

🩹 Fixes

  • plugin-lighthouse: process empty array flags (2101cf14)
  • plugin-lighthouse: process empty array flags (304b2298)

❤️ Thank You

Changelog

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

0.50.0 (2024-09-10)

🚀 Features

  • add defaults to js-packages plugin options (#762)
  • cli: add optional label option to compare command (b3494d63)
  • cli: scaffold merge-diffs command and test argument parsing (074c50fb)
  • cli: do not show help on error (7cefdaad)
  • core: include portal link and label in report-diff.json (e5036f1d)
  • core: implement mergeDiffs logic (0a3594d5)
  • core: improve error messages for report-diff.json parsing (85b3cdb1)
  • create-cli: package to align with package managers init command (#779)
  • models: add optional portalUrl and label to reports diff schema (8a1dacb1)
  • nx-plugin: extend config generator (#778)
  • nx-plugin: implement bin property in options (#773)
  • nx-plugin: add project prefix to plugin (#792)
  • plugin-lighthouse: omit audit details table title (eb7d6295)
  • test-nx-utils: add testing lib for nx specific logic (#777)
  • utils: increase audit value column width (2d125074)
  • utils: move groups and audits under details to make diff comment more compact (7d77b51a)
  • utils: implement diff markdown comment for monorepos (3cf7b114)
  • utils: skip unchanged categories and projects in report-diff.md (c834cfa1)
  • utils: sort projects in report-diff.md by most changed (40d24768)
  • utils: move project status from heading to paragraph in report-diff.md (260692e1)
  • utils: helper function to convert unknown errors to string (1ac3c231)

🩹 Fixes

  • plugin-lighthouse: process empty array flags (2101cf14)
  • plugin-lighthouse: process empty array flags (304b2298)

❤️ Thank You

Commits


Updates @types/jest from 29.5.12 to 29.5.13

Commits


Updates @types/node from 22.5.4 to 22.5.5

Commits


Updates eslint-plugin-github from 5.0.1 to 5.0.2

Release notes

Sourced from eslint-plugin-github's releases.

v5.0.2

What's Changed

Full Changelog: https://github.com/github/eslint-plugin-github/compare/v5.0.1...v5.0.2

Commits
  • d6f656d Merge pull request #551 from github/dependabot/npm_and_yarn/all-dependencies-...
  • df2c60a chore(deps): bump the all-dependencies group across 1 directory with 4 updates
  • 0f0979c chore(deps): bump the all-dependencies group with 3 updates (#545)
  • 0e294e5 Merge pull request #544 from github/dependabot/npm_and_yarn/all-dependencies-...
  • 17c6e39 chore(deps): bump the all-dependencies group with 3 updates
  • 86d5cb1 Merge pull request #543 from github/dependabot/npm_and_yarn/all-dependencies-...
  • 522309f chore(deps): bump the all-dependencies group across 1 directory with 3 updates
  • c3857ba Merge pull request #541 from github/dependabot/npm_and_yarn/all-dependencies-...
  • 8010f55 chore(deps): bump the all-dependencies group with 4 updates
  • 7772275 Merge pull request #540 from github/dependabot/npm_and_yarn/all-dependencies-...
  • Additional commits viewable in compare view


Updates typescript from 5.5.4 to 5.6.2

Release notes

Sourced from typescript's releases.

TypeScript 5.6

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • a7e3374 Bump version to 5.6.2 and LKG
  • 2063357 🤖 Pick PR #59708 (LEGO: Pull request from lego/hb_537...) into release-5.6 (#...
  • 4fe7e41 🤖 Pick PR #59670 (fix(59649): ts Move to a new file d...) into release-5.6 (#...
  • 1a03e53 🤖 Pick PR #59761 (this can be nullish) into release-5.6 (#59762)
  • 6212132 Update LKG
  • bbb5faf 🤖 Pick PR #59542 (Fixing delay caused in vscode due t...) into release-5.6 (#...
  • e6914a5 Bump version to 5.6.1-rc and LKG
  • 34121c4 Update LKG
  • 2a30c2a Merge remote-tracking branch 'origin/main' into release-5.6
  • 936a79b Expose TypeChecker. getAwaitedType to public (#59268)
  • Additional commits viewable 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 1 month ago

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