Skip to content

chore(deps): update major dev deps (major)#89

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-major-dev-deps
Open

chore(deps): update major dev deps (major)#89
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-major-dev-deps

Conversation

@renovate

@renovate renovate Bot commented May 9, 2020

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
chai (source) ^4.1.2^6.0.0 age confidence
eslint (source) ^6.0.0^10.0.0 age confidence
mocha (source) ^7.0.0^11.0.0 age confidence
nyc (source) ^15.0.0^18.0.0 age confidence
sinon (source) ^9.0.0^22.0.0 age confidence

Release Notes

chaijs/chai (chai)

v6.2.2

Compare Source

What's Changed

New Contributors

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

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

v4.3.6

Compare Source

Update loupe to 2.3.1

v4.3.5

Compare Source

v4.3.4

Compare Source

This fixes broken inspect behavior with bigints (#​1321) (#​1383) thanks @​vapier

v4.3.3: / 2021-03-03

Compare Source

This reintroduces Assertion as an export in the mjs file. See #​1378 & #​1375

v4.3.2: / 2021-03-03

Compare Source

This fixes a regression in IE11. See #​1380 & #​1379

v4.3.1: / 2021-03-02

Compare Source

This releases fixed an engine incompatibility with 4.3.0

The 4.x.x series of releases will be compatible with Node 4.0. Please report any errors found in Node 4 as bugs, and they will be fixed.

The 5.x.x series, when released, will drop support for Node 4.0

This fix also ensures pathval is updated to 1.1.1 to fix CVE-2020-7751

v4.3.0: / 2021-02-04

Compare Source

This is a minor release.

Not many changes have got in since the last release but this one contains a very important change (#​1257) which will allow jest users to get better diffs. From this release onwards, jest users will be able to see which operator was used in their diffs. The operator is a property of the AssertionError thrown when assertions fail. This flag indicates what kind of comparison was made.

This is also an important change for plugin maintainers. Plugin maintainers will now have access to the operator flag, which they can have access to through an utilmethod calledgetOperator`.

Thanks to all the amazing people that contributed to this release.

New Features

  • Allow contain.oneOf to take an array of possible values (@​voliva)
  • Adding operator attribute to assertion error (#​1257) (@​rpgeeganage)
  • The closeTo error message will now inform the user when a delta is required (@​eouw0o83hf)

Docs

  • Add contains flag to oneOf documentation (@​voliva)

Tests

Chores

eslint/eslint (eslint)

v10.3.0

Compare Source

v10.2.1

Compare Source

v10.2.0

Compare Source

Features

Bug Fixes

Documentation

  • a2af743 docs: add language to configuration objects (#​20712) (Francesco Trotta)
  • 845f23f docs: Update README (GitHub Actions Bot)
  • 5fbcf59 docs: remove sourceType from ts playground link (#​20477) (Tanuj Kanti)
  • 8702a47 docs: Update README (GitHub Actions Bot)
  • ddeaded docs: Update README (GitHub Actions Bot)
  • 2b44966 docs: add Major Releases section to Manage Releases (#​20269) (Milos Djermanovic)
  • eab65c7 docs: update eslint versions in examples (#​20664) (루밀LuMir)
  • 3e4a299 docs: update ESM Dependencies policies with note for own-usage packages (#​20660) (Milos Djermanovic)

Chores

  • 8120e30 refactor: extract no unmodified loop condition (#​20679) (kuldeep kumar)
  • 46e8469 chore: update dependency markdownlint-cli2 to ^0.22.0 (#​20697) (renovate[bot])
  • 01ed3aa test: add unit tests for unicode utilities (#​20622) (Manish chaudhary)
  • 811f493 ci: remove --legacy-peer-deps from types integration tests (#​20667) (Milos Djermanovic)
  • 6b86fcf chore: update dependency npm-run-all2 to v8 (#​20663) (renovate[bot])
  • 632c4f8 chore: add prettier update commit to .git-blame-ignore-revs (#​20662) (루밀LuMir)
  • b0b0f21 chore: update dependency eslint-plugin-regexp to ^3.1.0 (#​20659) (Milos Djermanovic)
  • 228a2dd chore: update dependency eslint-plugin-eslint-plugin to ^7.3.2 (#​20661) (Milos Djermanovic)
  • 3ab4d7e test: Add tests for eslintrc-style keys (#​20645) (kuldeep kumar)

v10.1.0

Compare Source

Features

  • ff4382b feat: apply fix for no-var in TSModuleBlock (#​20638) (Tanuj Kanti)
  • 0916995 feat: Implement api support for bulk-suppressions (#​20565) (Blake Sager)

Bug Fixes

  • 2b8824e fix: Prevent no-var autofix when a variable is used before declaration (#​20464) (Amaresh S M)
  • e58b4bf fix: update eslint (#​20597) (renovate[bot])

Documentation

  • b7b57fe docs: use correct JSDoc link in require-jsdoc.md (#​20641) (mkemna-clb)
  • 58e4cfc docs: add deprecation notice partial (#​20639) (Milos Djermanovic)
  • 7143dbf docs: update v9 migration guide for @eslint/js usage (#​20540) (fnx)
  • 035fc4f docs: note that globalReturn applies only with sourceType: "script" (#​20630) (Milos Djermanovic)
  • e972c88 docs: merge ESLint option descriptions into type definitions (#​20608) (Francesco Trotta)
  • 7f10d84 docs: Update README (GitHub Actions Bot)
  • aeed007 docs: open playground link in new tab (#​20602) (Tanuj Kanti)
  • a0d1a37 docs: Add AI Usage Policy (#​20510) (Nicholas C. Zakas)

Chores

v10.0.3

Compare Source

v10.0.2

Compare Source

v10.0.1

Compare Source

Bug Fixes

Documentation

  • 5b3dbce docs: add AI acknowledgement section to templates (#​20431) (루밀LuMir)
  • 6f23076 docs: toggle nav in no-JS mode (#​20476) (Tanuj Kanti)
  • b69cfb3 docs: Update README (GitHub Actions Bot)

Chores

v10.0.0

Compare Source

v9.39.4

Compare Source

Bug Fixes

Documentation

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • "after 8pm every weekday,before 5am every weekday,every weekend"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 requested a review from pgoldrbx as a code owner May 9, 2020 00:04
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch from 43f69e0 to 6d4eaa2 Compare June 10, 2020 19:29
@renovate renovate Bot changed the title chore(deps): update dependency eslint to v7 chore(deps): update major dev deps (major) Jun 10, 2020
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch from 6d4eaa2 to aef9ac7 Compare July 1, 2020 11:00
@renovate renovate Bot requested a review from tollmanz as a code owner July 1, 2020 11:00
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch from aef9ac7 to 0c26d82 Compare April 26, 2021 16:15
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch from 0c26d82 to bf438c2 Compare June 6, 2021 20:58
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch from bf438c2 to b17f5ba Compare June 15, 2021 09:08
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch from b17f5ba to 579963e Compare October 18, 2021 16:11
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch from 579963e to a7887a1 Compare March 7, 2022 13:54
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch from a7887a1 to 39dda65 Compare May 15, 2022 23:47
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch from 39dda65 to 1966271 Compare March 18, 2023 16:15
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch from 1966271 to 3223b38 Compare September 13, 2023 19:40
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch from 3223b38 to d6f7bb2 Compare October 20, 2023 16:58
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch from d6f7bb2 to c094ded Compare December 28, 2023 12:41
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch from c094ded to 237dd88 Compare April 6, 2024 00:16
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch from 237dd88 to f6ddf9d Compare May 15, 2024 20:28
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch from f6ddf9d to 1a964a3 Compare June 10, 2024 01:48
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch from 1a964a3 to 6940f30 Compare September 13, 2024 01:58
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch from 6940f30 to 578b6e4 Compare December 2, 2024 16:33
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch from 578b6e4 to 933089c Compare March 24, 2025 18:58
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch from 933089c to ffc8d85 Compare June 13, 2025 07:40
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch from ffc8d85 to 346c5e3 Compare August 22, 2025 18:46
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch from 346c5e3 to 4e868ce Compare November 18, 2025 23:31
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch from 4e868ce to ed481df Compare December 3, 2025 16:44
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch 2 times, most recently from 16b4db3 to 081be19 Compare December 19, 2025 15:57
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch from 081be19 to 255ffb0 Compare December 22, 2025 22:55
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch from 255ffb0 to dbfc3ab Compare December 31, 2025 18:03
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch 3 times, most recently from 32a3f88 to f02cc0b Compare February 25, 2026 08:15
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch 2 times, most recently from 190fb30 to 338b203 Compare March 7, 2026 03:05
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch 2 times, most recently from c04724b to 7861d3b Compare March 16, 2026 15:35
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch 2 times, most recently from 2493f17 to 66d8502 Compare March 27, 2026 10:51
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch from 66d8502 to 2735afb Compare April 1, 2026 21:36
@snyk-io

snyk-io Bot commented Apr 1, 2026

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch 3 times, most recently from c2252f6 to 1651129 Compare April 9, 2026 16:43
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch 2 times, most recently from bdb5389 to f9bab8b Compare April 11, 2026 18:43
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch from f9bab8b to 684d27a Compare April 17, 2026 23:16
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch 3 times, most recently from 29929f3 to a5d4c6e Compare May 5, 2026 23:12
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch 3 times, most recently from 70aed38 to 0b3625d Compare May 18, 2026 13:32
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch from 0b3625d to 747be59 Compare May 21, 2026 12:04
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch 3 times, most recently from 901b18a to 3dbb2f9 Compare June 1, 2026 23:45
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch from 3dbb2f9 to b673020 Compare June 11, 2026 09:04
@renovate renovate Bot force-pushed the renovate/major-major-dev-deps branch from b673020 to a60f766 Compare June 12, 2026 21:11
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.

0 participants