Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump poku from 2.7.1 to 3.0.0 in /website #3354

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Bumps poku from 2.7.1 to 3.0.0.

Release notes

Sourced from poku's releases.

v3.0.0

Poku v3 is here 🎉

🐷 I'm extremely excited to release the new Poku version with even more performance, 6 (yes, six!) customized reporters and even more efficient.

  • It took almost four months of hard work to develop and document the all the new features with a lot of care and dedication.

⚙️ How to Migrate?

There are a few breaking changes, here's how to carry out the migration:

  • For Node.js, make sure you have version 14.x.x or higher.
  • Instead of poku --parallel or poku -p, just use poku.
  • Instead of poku (sequential in v2), use poku --sequential.
  • If you have some flag using kebab case (e.g., --fail-fast), use camel case instead (e.g., --failFast).
  • Instead of setting the platform manually (poku --platform=..., poku --deno, poku --bun or poku --node), just use the platform/runtime to call Poku, for example: npx poku, bun poku or deno run poku.

[!NOTE] 🗺️ For the full roadmap, please follow the:


Thanks for all your support.

— Cheers, Weslley

v3.0.0-rc.1

3.0.0-rc.1 (2024-12-23)

Check out all the changes in:

Features

  • add stable only modifier to describe, it and test methods (#901) (d6b6241)
  • stable enforce values validation (#905) (3823848)

Performance Improvements

v3.0.0-rc.0

... (truncated)

Changelog

Sourced from poku's changelog.

3.0.0 (2025-01-24)

Features

  • introduce custom reporters (poku, dot, compact, focus, verbose, and classic) (#921) (b1feeac)

Miscellaneous Chores

3.0.0-rc.1 (2024-12-23)

Features

  • add stable only modifier to describe, it and test methods (#901) (d6b6241)
  • stable enforce values validation (#905) (3823848)

Performance Improvements

Miscellaneous Chores

3.0.0-rc.0 (2024-12-11)

⚠ BREAKING CHANGES

  • drop support for Node.js v12 (#896)
  • drop platform option (#894)
  • remove allow-hrtime by default for Deno (#892)
  • drop parallel in favor of sequential option (#888)
  • drop support for Node.js v8 and v10 (#885)
  • drop kebab case support (#883)
  • drop include CLI flag (#877)

Performance Improvements

  • use queue instead of groups for parallel tests (#886) (96b8707)

Miscellaneous Chores

... (truncated)

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 27, 2025
@wellwelwel
Copy link
Collaborator

@dependabot rebase

Bumps [poku](https://github.com/wellwelwel/poku) from 2.7.1 to 3.0.0.
- [Release notes](https://github.com/wellwelwel/poku/releases)
- [Changelog](https://github.com/wellwelwel/poku/blob/main/CHANGELOG.md)
- [Commits](wellwelwel/poku@v2.7.1...v3.0.0)

---
updated-dependencies:
- dependency-name: poku
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/website/poku-3.0.0 branch from 6fb8a24 to 19b7bdb Compare January 28, 2025 03:58
@wellwelwel wellwelwel merged commit 1aaf0e3 into master Jan 28, 2025
77 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/website/poku-3.0.0 branch January 28, 2025 04:18
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant