Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 1, 2022

This PR contains the following updates:

Package Change Age Confidence
@types/chai (source) 4.3.0 -> 5.2.3 age confidence
@types/mocha (source) 9.1.0 -> 10.0.10 age confidence
@types/node (source) 16.11.22 -> 24.10.1 age confidence
chai (source) 4.3.6 -> 6.2.1 age confidence
eslint-config-prettier 9.1.0 -> 10.1.8 age confidence
mocha (source) 9.2.2 -> 11.7.5 age confidence
sinon (source) 13.0.1 -> 21.0.0 age confidence
typescript (source) 4.7.4 -> 5.9.3 age confidence

Release Notes

chaijs/chai (chai)

v6.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v6.2.0...v6.2.1

v6.2.0

Compare Source

What's Changed

Full Changelog: chaijs/chai@v6.1.0...v6.2.0

v6.1.0

Compare Source

What's Changed

  • build(deps-dev): bump tar-fs from 3.0.9 to 3.1.1 by @​dependabot[bot] in #​1706
  • feat: add eventEmitter (#​1693)
    Adds an event emitter for hooking into method/property creation in #​1693

Full Changelog: chaijs/chai@v6.0.2...v6.1.0

v6.0.1

Compare Source

What's Changed

Full Changelog: chaijs/chai@v6.0.0...v6.0.1

v6.0.0

Compare Source

BREAKING CHANGES

Chai is now bundled into a single file. The lib/*.js files are no longer present, and so any code that imports those files directly will need to change. The only file that can be imported now is ./index.js.

What's Changed

Full Changelog: chaijs/chai@v5.3.2...v6.0.0

v5.3.3

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.3.2...v5.3.3

v5.3.2

Compare Source

Reverts the removal of the bundled version of chai in 5.3.1

What's Changed

Full Changelog: chaijs/chai@v5.3.1...v5.3.2

v5.3.1

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.3.0...v5.3.1

v5.3.0

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.2.2...v5.3.0

v5.2.2

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.2.1...v5.2.2

v5.2.1

Compare Source

What's Changed

Mostly internal changes but @​SuperchupuDev realised the package.json engines field was out of date, so it has been updated to reflect that v5.0.0 onwards only supports Node >=18.

New Contributors

Full Changelog: chaijs/chai@v5.2.0...v5.2.1

v5.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v5.1.2...v5.2.0

v5.1.2

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.1.1...v5.1.2

v5.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v5.1.0...v5.1.1

v5.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v5.0.3...v5.1.0

v5.0.3

Compare Source

Fix bad v5.0.2 publish.

Full Changelog: chaijs/chai@v5.0.2...v5.0.3

v5.0.2

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.0.1...v5.0.2

v5.0.0

Compare Source

BREAKING CHANGES

  • Chai now only supports EcmaScript Modules (ESM). This means your tests will need to either have import {...} from 'chai' or import('chai'). require('chai') will cause failures in nodejs. If you're using ESM and seeing failures, it may be due to a bundler or transpiler which is incorrectly converting import statements into require calls.
  • Dropped support for Internet Explorer.
  • Dropped support for NodeJS < 18.
  • Minimum supported browsers are now Firefox 100, Safari 14.1, Chrome 100, Edge 100. Support for browsers prior to these versions is "best effort" (bug reports on older browsers will be assessed individually and may be marked as wontfix).

What's Changed

New Contributors

Full Changelog: chaijs/chai@4.3.1...v5.0.0

v4.5.0

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.4.1...v4.5.0

v4.4.1

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.4.0...v4.4.1

v4.4.0

Compare Source

What's Changed

  • Allow deepEqual fonction to be configured globally (4.x.x branch) by @​forty in #​1553

Full Changelog: chaijs/chai@v4.3.10...v4.4.0

v4.3.10

Compare Source

This release simply bumps all dependencies to their latest non-breaking versions.

What's Changed

Full Changelog: chaijs/chai@v4.3.9...v4.3.10

v4.3.9

Compare Source

Upgrade dependencies.

This release upgrades dependencies to address CVE-2023-43646 where a large function name can cause "catastrophic backtracking" (aka ReDOS attack) which can cause the test suite to hang.

Full Changelog: chaijs/chai@v4.3.8...v4.3.9

v4.3.8

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v4.3.7...v4.3.8

v4.3.7

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.3.6...v4.3.7

prettier/eslint-config-prettier (eslint-config-prettier)

v10.1.8

Compare Source

republish latest version

Full Changelog: prettier/eslint-config-prettier@v10.1.5...v10.1.8

v10.1.5

Compare Source

Patch Changes

v10.1.4

Compare Source

Patch Changes

v10.1.3

Compare Source

Patch Changes

v10.1.2

Compare Source

Patch Changes

v10.1.1

Compare Source

Patch Changes
  • #​309 eb56a5e Thanks @​JounQin! - fix: separate the /flat entry for compatibility

    For flat config users, the previous "eslint-config-prettier" entry still works, but "eslint-config-prettier/flat" adds a new name property for config-inspector, we just can't add it for the default entry for compatibility.

    See also #​308

    // before
    import eslintConfigPrettier from "eslint-config-prettier";
    
    // after
    import eslintConfigPrettier from "eslint-config-prettier/flat";

v10.1.0

Compare Source

Minor Changes

v10.0.3

Compare Source

Patch Changes

v10.0.2

Compare Source

Patch Changes

v10.0.1

Compare Source

eslint-config-prettier

10.0.1

What's Changed

New Contributors

Full Changelog: prettier/eslint-config-prettier@v9.1.0...v10.0.1

v10.0.0

Compare Source

Major Changes

v9.1.2

Compare Source

mochajs/mocha (mocha)

v11.7.5

Compare Source

🩹 Fixes
🧹 Chores

v11.7.4

Compare Source

🩹 Fixes
📚 Documentation
  • migrate remaining legacy wiki pages to main documentation (#​5465) (bff9166)
🧹 Chores

v11.7.3

Compare Source

🩹 Fixes
  • use original require() error for TS files if ERR_UNKNOWN_FILE_EXTENSION (#​5408) (ebdbc48)
📚 Documentation
🤖 Automation
  • deps: bump actions/setup-node in the github-actions group (#​5459) (48c6f40)

v11.7.2

Compare Source

🩹 Fixes
📚 Documentation
🧹 Chores
🤖 Automation
  • deps: bump actions/checkout in the github-actions group (#​5419) (03ac2d0)

v11.7.1

Compare Source

🩹 Fixes
🧹 Chores

v11.7.0

Compare Source

🌟 Features

v11.6.0

Compare Source

🌟 Features

v11.5.0

Compare Source

🌟 Features

v11.4.0

Compare Source

🌟 Features
📚 Documentation
  • added CHANGELOG.md note around 11.1 yargs-parser update (#​5362) (618415d)

v11.3.0

Compare Source

🌟 Features
📚 Documentation
🧹 Chores

v11.2.2

Compare Source

🩹 Fixes
📚 Documentation

v11.2.1

Compare Source

🩹 Fixes
📚 Documentation
🧹 Chores

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency mocha to v10 chore(deps): update devdependencies (non-major) (major) May 7, 2022
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch from 752cd50 to a608aa6 Compare May 7, 2022 20:48
@renovate renovate bot changed the title chore(deps): update devdependencies (non-major) (major) chore(deps): update devDependencies (non-major) (major) Jun 27, 2022
@renovate renovate bot changed the title chore(deps): update devDependencies (non-major) (major) chore(deps): update devdependencies (non-major) (major) Sep 25, 2022
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch from a608aa6 to 9dfa84f Compare September 25, 2022 15:21
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch from 9dfa84f to 29cf84f Compare November 20, 2022 13:11
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 4 times, most recently from 1652be0 to d20ccd3 Compare February 7, 2023 09:33
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 2 times, most recently from 9e2ce3f to 24b6376 Compare February 23, 2023 12:49
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 5 times, most recently from 6b7bfa3 to cb54dc1 Compare March 4, 2023 05:31
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 6 times, most recently from 6006950 to 5df4780 Compare March 16, 2023 18:43
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 6 times, most recently from 1003aa1 to d594d4c Compare March 26, 2023 01:37
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 3 times, most recently from 3b72c8b to e54d2a9 Compare July 19, 2025 02:33
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 2 times, most recently from 4194905 to 7859134 Compare August 8, 2025 17:15
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 2 times, most recently from b056709 to f867031 Compare August 18, 2025 12:59
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 3 times, most recently from 7a198f3 to ce025ba Compare August 25, 2025 11:00
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch from ce025ba to 3744b04 Compare September 19, 2025 16:10
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 7 times, most recently from 2804efe to 34b4360 Compare October 2, 2025 02:03
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 2 times, most recently from 6dcafe0 to 5dada3a Compare October 11, 2025 16:54
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 2 times, most recently from 87a00b2 to 6a42764 Compare October 21, 2025 01:07
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 3 times, most recently from 57b2239 to 446d496 Compare November 3, 2025 01:46
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 3 times, most recently from e064578 to 96846b2 Compare November 11, 2025 23:48
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch from 96846b2 to 3d96fda Compare November 19, 2025 00:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant