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 #9

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 23, 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 3.1.0 -> 3.4.0 age adoption passing confidence
eslint-plugin-ghost 2.16.0 -> 2.18.1 age adoption passing confidence
eslint-plugin-ghost 3.0.0 -> 3.4.0 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)

v3.4.0

Compare Source

v3.3.2

Compare Source

v3.3.1

Compare Source

v3.3.0

Compare Source

v3.2.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 renovate bot changed the title Update dependency eslint to v8.41.0 Update Test & linting packages Jun 1, 2023
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch 2 times, most recently from c2672de to f2bd56e Compare June 3, 2023 01:10
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch 6 times, most recently from 3c516d4 to 9f0b527 Compare June 16, 2023 22:27
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch from 9f0b527 to 9f1e17c Compare June 22, 2023 12:30
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch 4 times, most recently from 2f0cd5e to 4241f7d Compare July 6, 2023 15:08
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch 2 times, most recently from 1c356da to 4631182 Compare July 14, 2023 18:38
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch 2 times, most recently from 1b0d2ec to 4d24418 Compare July 25, 2023 13:42
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch from 4d24418 to 046c5e4 Compare July 28, 2023 16:19
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch from 046c5e4 to ea4be50 Compare August 11, 2023 16:50
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch 9 times, most recently from cd02913 to 1e4b7f6 Compare September 1, 2023 10:20
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch from 1e4b7f6 to af1b3fe Compare September 4, 2023 10:27
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch 7 times, most recently from dab143e to ef4e01b Compare September 15, 2023 06:47
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch 2 times, most recently from a521db6 to 72a83b6 Compare September 27, 2023 07:46
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch 2 times, most recently from 7572449 to a9ef73f Compare October 6, 2023 21:14
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch 3 times, most recently from 3030bf6 to 2603ade Compare October 25, 2023 15:32
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch 3 times, most recently from e1421f4 to 21094db Compare November 4, 2023 01:35
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch from 21094db to f7486f8 Compare November 17, 2023 22:09
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch 2 times, most recently from 6c0edf3 to 98bcc37 Compare December 1, 2023 22:32
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch from 98bcc37 to 866d419 Compare December 16, 2023 02:35
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch 2 times, most recently from 83dd28d to a540f9e Compare February 13, 2024 13:41
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch 2 times, most recently from a6bf841 to 123a47c Compare February 23, 2024 21:17
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch from 123a47c to 8198571 Compare March 19, 2024 10:33
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch 2 times, most recently from da7dfa9 to 0e4ae62 Compare March 26, 2024 18:36
@renovate renovate bot force-pushed the renovate/test-and-linting-packages branch from 0e4ae62 to 70741e2 Compare May 1, 2024 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants