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

Update Test & linting packages #57

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 3, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
c8 7.13.0 -> 7.14.0 age adoption passing confidence
eslint-plugin-ghost 2.16.0 -> 2.18.1 age adoption passing confidence
mocha (source) 10.2.0 -> 10.4.0 age adoption passing confidence
sinon (source) 15.0.4 -> 15.2.0 age adoption passing confidence

Release Notes

bcoe/c8 (c8)

v7.14.0

Compare Source

Features
  • added a new CLI arg --merge-async to asynchronously and incrementally merge process coverage files to avoid OOM due to heap exhaustion (#​469) (45f2f84)
TryGhost/eslint-plugin-ghost (eslint-plugin-ghost)

v2.18.1

Compare Source

v2.18.0

Compare Source

v2.17.0

Compare Source

mochajs/mocha (mocha)

v10.4.0

Compare Source

🎉 Enhancements
🐛 Fixes
🔩 Other

v10.3.0

Compare Source

This is a stable release equivalent to 10.30.0-prerelease.

sinonjs/sinon (sinon)

v15.2.0

Compare Source

  • 66b0081e
    Use fake-timers v10.1.0 re-released as v10.3.0 (Carl-Erik Kopseng)

    Version 10.2.0 of fake-timers had an unexpected breaking
    change. We re-released 10.1.0 as 10.3.0 to force users
    into jumping over the deprecated version.

    v10.2.0 was re-released as v11.0.0 and will be part of
    the next Sinon major

  • a79ccaeb
    Support callable instances (#​2517) (bojavou)
    • Support callable instances

    • Clean prettier lint


    Co-authored-by: - <->

  • d220c995
    fix: bundling compatibility with webpack@5 (#​2519) (Avi Vahl)
    • fix: bundling compatibility with webpack@5

    when using webpack v5 to bundle code that calls require('sinon') (cjs) , it would have defaulted to "exports->require" and fail with multiple node-api requirements (util, timers, etc.)

    this patch ensures that anyone who bundles sinon for browser gets the (browser-compatible) esm version.

    tested on both webpack v5 and v4. should be noted that v4 worked even without this patch, as it automatically injected polyfills. v5 no longer does so. with this PR, people using webpack@4 to bundle sinon at least see size improvement, as the polyfills are no longer required.

    • fix: revert change for package.json -> "browser"

    browserify doesn't seem to like esm. leave that entry point alone, and ensure "exports" -> "browser" (which webpack@5 uses) is esm.

Released by Carl-Erik Kopseng on 2023-06-20.

v15.1.2

Compare Source

  • 02b73aed
    Update lock file after removing node_modules ... (Carl-Erik Kopseng)

Released by Carl-Erik Kopseng on 2023-06-12.

v15.1.1

Compare Source

  • 194fc2ef
    Change fake-timers version to specifically target the one containing the 'jump' feature (Carl-Erik Kopseng)

    Instead of the later (breaking) version. See #​470

  • 05f05ac3
    docs: Remove threw(obj) from docs (#​2513) (Morgan Roderick)

    Since the introduction of threw in

    0feec9f, no one have reported that

    threw(obj) doesn't work as the documentation states.

    const sinon = require("sinon");
    
    const o = { pie: "apple" };
    
    const f = sinon.fake.throws(o);
    
    f();
    
    // this is supposed to return true
    
    f.threw(o);
    
    // => false

    Since it has been 12+ years without an error report, it's safe to assume

    that no one uses the threw method in this way. Let's remove it from

    the documentation.

Released by Carl-Erik Kopseng on 2023-06-12.

v15.1.0

Compare Source

  • 79e719f2
    Ensure we use a fake-timers version with clock.jump (Carl-Erik Kopseng)
  • b2a4df5a
    Add docs for clock.jump method (#​2512) (Jason O'Neill)
  • f096abff
    fix (#​2514): only force new or inherited descriptors to be configurable (#​2515) (Carl-Erik Kopseng)

Released by Carl-Erik Kopseng on 2023-05-18.


Configuration

📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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
Copy link
Contributor Author

renovate bot commented May 3, 2023

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch from 4021a2f to 52778fc Compare May 5, 2023 22:00
@renovate renovate bot changed the title Update dependency eslint-plugin-ghost to v2.17.0 Update Test & linting packages May 5, 2023
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch 3 times, most recently from 7dad441 to ac384b1 Compare May 15, 2023 00:01
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch 3 times, most recently from dff4c4c to 68ce2eb Compare May 22, 2023 02:16
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch 3 times, most recently from baf1db0 to 3f7ca3e Compare June 3, 2023 02:09
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch from 3f7ca3e to 4b8e0ae Compare June 5, 2023 00:11
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch 3 times, most recently from 61adc47 to c943a0d Compare June 16, 2023 23:38
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch from c943a0d to 788f95f Compare June 20, 2023 17:47
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch from 788f95f to dab730a Compare July 1, 2023 07:15
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch from dab730a to e1a061a Compare July 14, 2023 17:42
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch 2 times, most recently from ea00c5c to 6e18e53 Compare August 3, 2023 22:09
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch from 6e18e53 to 4d9c56f Compare August 11, 2023 17:28
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch 4 times, most recently from 14878f6 to fd128f0 Compare August 29, 2023 16:11
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch 3 times, most recently from 278900f to 674b120 Compare September 11, 2023 03:59
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch from 674b120 to 159ca78 Compare September 18, 2023 03:20
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch 3 times, most recently from b25da85 to b287bb3 Compare January 4, 2024 10:22
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch from b287bb3 to 907b2e8 Compare January 8, 2024 04:39
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch 2 times, most recently from 7276850 to abbaeab Compare January 22, 2024 03:28
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch 2 times, most recently from 6329b6f to 969f0d2 Compare February 5, 2024 04:06
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch 2 times, most recently from b02bd27 to 17748f1 Compare February 12, 2024 03:59
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch 3 times, most recently from dd144f3 to d684609 Compare February 26, 2024 04:01
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch 2 times, most recently from 47d0bd5 to 7fde3e4 Compare March 11, 2024 03:37
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch from 7fde3e4 to bed2a2a Compare March 18, 2024 03:21
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch 3 times, most recently from ba2c013 to 094bc6a Compare April 1, 2024 03:31
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch from 094bc6a to 52ae39f Compare April 8, 2024 04:37
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch from 52ae39f to 0445600 Compare April 15, 2024 05:32
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch from 0445600 to e761160 Compare April 29, 2024 03:08
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch 4 times, most recently from e537baf to f15b46b Compare May 13, 2024 04:44
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch 2 times, most recently from 3ad8e34 to 0fefd54 Compare May 13, 2024 13:53
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch from 0fefd54 to f4c78d1 Compare May 27, 2024 03:27
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.

None yet

0 participants