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

Dev dependency update: tap #25

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Dev dependency update: tap #25

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 18, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tap (source) 14.11.0 -> 18.5.7 age adoption passing confidence

Release Notes

tapjs/tapjs (tap)

v18.5.7

Compare Source

v18.5.6

Compare Source

v18.5.5

Compare Source

v18.5.4

Compare Source

v18.5.3

Compare Source

v18.5.2

Compare Source

v18.5.1

Compare Source

v18.5.0

Compare Source

v18.4.6

Compare Source

v18.4.5

Compare Source

v18.4.4

Compare Source

v18.4.3

Compare Source

v18.4.2

Compare Source

v18.4.1

Compare Source

v18.4.0

Compare Source

What's Changed

Note: The formatting of Symbol objects and enumerable Symbol properties has changed in snapshots and object diffs.

You may need to run tap --snapshot after updating to this release, and/or update some tests that were relying on symbol property keys being ignored.

  • Include Symbol keys in formatting/comparison.
  • Print symbols in formatted objects as Symbol.for(...) if appropriate.
  • Print known symbols from the Symbol constructor as Symbol.<key>, eg Symbol.iterator instead of
    Symbol(Symbol.iterator).
  • Add reporter-file config option https://github.com/tapjs/tapjs/pull/931

Full Changelog: https://github.com/tapjs/tapjs/compare/[email protected]@18.4.0

v18.3.1

Compare Source

Bug-fix, actually turning off type checking by default, as intended.

v18.3.0

Compare Source

Full Changelog: https://github.com/tapjs/tapjs/commits/[email protected]

v18.2.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/tapjs/tapjs/commits/[email protected]

v18.2.1

Compare Source

Note: this is the first auto-generated release notes release for tap 18, and GitHub picked up every change in all the repos pulled into the monorepo since forever. It's not technically "incorrect" per se, but it is unhelpful. Moving forward, these will be hopefully much less absurd. My apologies for the spam if you were tagged in this.


What's Changed

New Contributors

Full Changelog: https://github.com/tapjs/tapjs/commits/[email protected]

v18.2.0

Compare Source

v18.1.5

Compare Source

v18.1.4

Compare Source

v18.1.3

Compare Source

v18.1.2

Compare Source

v18.1.1

Compare Source

v18.1.0

Compare Source

v18.0.4

Compare Source

v18.0.3

Compare Source

v18.0.2

Compare Source

v18.0.1

Compare Source

v18.0.0

Compare Source

v16.3.9

Compare Source

v16.3.8

Compare Source

v16.3.7

Compare Source

v16.3.6

Compare Source

v16.3.5

Compare Source

v16.3.4

Compare Source

v16.3.3

Compare Source

v16.3.2

Compare Source

v16.3.1

Compare Source

v16.3.0

Compare Source

v16.2.0

Compare Source

v16.1.0

Compare Source

v16.0.1

Compare Source

v16.0.0

Compare Source

https://node-tap.org/changelog/[#&#8203;160](https://togithub.com/tapjs/tapjs/issues/160)---2022-03-05

v15.2.3

Compare Source

v15.2.2

Compare Source

v15.2.1

Compare Source

v15.2.0

Compare Source

v15.1.6

Compare Source

v15.1.5

Compare Source

v15.1.4

Compare Source

v15.1.3

Compare Source

v15.1.2

Compare Source

v15.1.1

Compare Source

v15.1.0

Compare Source

v15.0.10

Compare Source

v15.0.9

Compare Source

v15.0.8

Compare Source

v15.0.7

Compare Source

v15.0.6

Compare Source

v15.0.5

Compare Source

v15.0.4

Compare Source

v15.0.3

Compare Source

v15.0.2

Compare Source

v15.0.1

Compare Source

v15.0.0

Compare Source

15.0 - 2021-03-30

This is a major refactor of much of tap's internals, and a lot of new features.

BREAKING CHANGES
  • Drop the use of the @std/esm module, in favor of native ES Modules.
  • Drop the inclusion of typescript by default. (Typescript still supported, but requires that you install it yourself.)
  • .jsx files only run automatically when --jsx config is explicitly enabled.
  • --check-coverage on by default.
  • Drop support for node <10.
  • Separate t.has from t.match, so these are distinct.
  • Deprecate aliases.
  • Do not report on test points filtered with only or grep options.
  • Resolve t.test() promise to the child test results, rather than the parent test.
  • Remove callback argument from t.beforeEach and t.afterEach. Return a promise if you wish these methods to be async.
NEW FEATURES and BUG FIXES
  • Restructure snapshot output folder, and change file extensions to .cjs.
  • Add t.compareOptions object to pass options to all the methods that use tcompare (ie, t.has, t.match, t.same, etc.)
  • Improved diffing and comparison output for long strings and buffers.
  • Add t.before method.
  • Add t.mock() API for mocking calls to require() in modules being tested.
  • Inherit the t.saveFixture boolean option.
  • Create fixtures symbolic links as junctions if pointing at directories.
  • Set both FORCE_COLOR and NO_COLOR environment variables appropriately.
  • Pull initial TS_NODE_COMPILER_OPTIONS from test environment.
  • Run fixture cleanup aysnchronously on t.teardown() to minimize Windows folder locking issues.
  • Load .taprc.yml and .taprc.yaml config files if present, and no .taprc is present.
DEPENDENCIES and REFACTORING
  • Extract most of the internal functionality to libtap.
  • Update nyc to version 15.
  • Conditional exports to limit diving into tap's internals except via supported APIs.

Configuration

📅 Schedule: Branch creation - "before 4am on monday" (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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title dev dependency update: tap Dev dependency update: tap Sep 18, 2023
@renovate renovate bot force-pushed the renovate/tap-18.x branch 5 times, most recently from 3fc2739 to a91a635 Compare September 24, 2023 20:13
@renovate renovate bot force-pushed the renovate/tap-18.x branch 7 times, most recently from d114dc6 to 90b05b6 Compare October 2, 2023 03:12
@renovate renovate bot force-pushed the renovate/tap-18.x branch 5 times, most recently from 7ff48a1 to 48b21e2 Compare October 11, 2023 06:34
@renovate renovate bot force-pushed the renovate/tap-18.x branch 2 times, most recently from cd1ebbd to 3b1dee1 Compare October 17, 2023 00:42
@renovate renovate bot force-pushed the renovate/tap-18.x branch 4 times, most recently from dcd9443 to c4780be Compare November 3, 2023 16:01
Copy link
Contributor Author

renovate bot commented Nov 8, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot changed the title Dev dependency update: tap Dev dependency update: tap - autoclosed Mar 7, 2024
@renovate renovate bot closed this Mar 7, 2024
@renovate renovate bot deleted the renovate/tap-18.x branch March 7, 2024 12:49
@renovate renovate bot changed the title Dev dependency update: tap - autoclosed Dev dependency update: tap Mar 8, 2024
@renovate renovate bot restored the renovate/tap-18.x branch March 8, 2024 18:48
@renovate renovate bot reopened this Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants