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

[renovate] Update NPM dependencies (major) #104

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 1, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
chai (source) ^4.2.0 -> ^5.1.2 age adoption passing confidence devDependencies major
eslint (source) ^7.3.1 -> ^9.13.0 age adoption passing confidence devDependencies major
eslint-plugin-cucumber ^1.4.0 -> ^2.0.0 age adoption passing confidence devDependencies major
eslint-plugin-mocha ^7.0.1 -> ^10.5.0 age adoption passing confidence devDependencies major
mocha (source) ^8.0.1 -> ^10.7.3 age adoption passing confidence devDependencies major
node (source) 8.17.0 -> 20.18.0 age adoption passing confidence major
node (source) >= 4 -> >= 20.18.0 age adoption passing confidence engines major
selenium-standalone ^6.17.0 -> ^10.0.0 age adoption passing confidence devDependencies major
sinon (source) ^9.0.2 -> ^19.0.2 age adoption passing confidence devDependencies major
sinon-chai ^3.5.0 -> ^4.0.0 age adoption passing confidence devDependencies major
superagent ^5.3.1 -> ^10.1.1 age adoption passing confidence devDependencies major
webdriverio (source) ^6.1.22 -> ^9.2.1 age adoption passing confidence devDependencies major

Release Notes

chaijs/chai (chai)

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

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

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 https://github.com/chaijs/chai/pull/1378 & https://github.com/chaijs/chai/issues/1375

v4.3.2: / 2021-03-03

Compare Source

This fixes a regression in IE11. See https://github.com/chaijs/chai/pull/1380 & https://github.com/chaijs/chai/issues/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)

v9.13.0

Compare Source

v9.12.0

Compare Source

Features

Bug Fixes

Documentation

  • ecbd522 docs: Mention code explorer (#​18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#​18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#​18976) (Milos Djermanovic)
  • 57232ff docs: Mention plugin-kit in language docs (#​18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#​18944) (Jay)

Chores

v9.11.1

Compare Source

v9.11.0

Compare Source

Features

  • ec30c73 feat: add "eslint/universal" to export Linter (#​18883) (唯然)
  • c591da6 feat: Add language to types (#​18917) (Nicholas C. Zakas)
  • 492eb8f feat: limit the name given to ImportSpecifier in id-length (#​18861) (Tanuj Kanti)
  • 19c6856 feat: Add no-useless-constructor suggestion (#​18799) (Jordan Thomson)
  • a48f8c2 feat: add type FormatterFunction, update LoadedFormatter (#​18872) (Francesco Trotta)

Bug Fixes

  • 5e5f39b fix: add missing types for no-restricted-exports rule (#​18914) (Kristóf Poduszló)
  • 8f630eb fix: add missing types for no-param-reassign options (#​18906) (Kristóf Poduszló)
  • d715781 fix: add missing types for no-extra-boolean-cast options (#​18902) (Kristóf Poduszló)
  • 2de5742 fix: add missing types for no-misleading-character-class options (#​18905) (Kristóf Poduszló)
  • c153084 fix: add missing types for no-implicit-coercion options (#​18903) (Kristóf Poduszló)
  • fa11b2e fix: add missing types for no-empty-function options (#​18901) (Kristóf Poduszló)
  • a0deed1 fix: add missing types for camelcase options (#​18897) (Kristóf Poduszló)

Documentation

  • e4e5709 docs: correct prefer-object-has-own type definition comment (#​18924) (Nitin Kumar)
  • 91cbd18 docs: add unicode abbreviations in no-irregular-whitespace rule (#​18894) (Alix Royere)
  • 59cfc0f docs: clarify resultsMeta in LoadedFormatter type (#​18881) (Milos Djermanovic)
  • adcc50d docs: Update README (GitHub Actions Bot)
  • 4edac1a docs: Update README (GitHub Actions Bot)

Build Related

  • 959d360 build: Support updates to previous major versions (#​18871) (Milos Djermanovic)

Chores

v9.10.0

Compare Source

v9.9.1

Compare Source

v9.9.0

Compare Source

Features

  • 41d0206 feat: Add support for TS config files (#​18134) (Arya Emami)
  • 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#​18716) (Dave)

Documentation

  • 9fe068c docs: how to author plugins with configs that extend other configs (#​18753) (Alec Gibson)
  • 48117b2 docs: add version support page in the side navbar (#​18738) (Amaresh S M)
  • fec2951 docs: add version support page to the dropdown (#​18730) (Amaresh S M)
  • 38a0661 docs: Fix typo (#​18735) (Zaina Al Habash)
  • 3c32a9e docs: Update yarn command for creating ESLint config (#​18739) (Temitope Ogunleye)
  • f9ac978 docs: Update README (GitHub Actions Bot)

Chores

v9.8.0

Compare Source

v9.7.0

Compare Source

Features

  • 7bd9839 feat: add support for es2025 duplicate named capturing groups (#​18630) (Yosuke Ota)
  • 1381394 feat: add regex option in no-restricted-imports (#​18622) (Nitin Kumar)

Bug Fixes

  • 14e9f81 fix: destructuring in catch clause in no-unused-vars (#​18636) (Francesco Trotta)

Documentation

  • 9f416db docs: Add Powered by Algolia label to the search. (#​18633) (Amaresh S M)
  • c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#​18649) (Milos Djermanovic)
  • 6e79ac7 docs: loadESLint does not support option cwd (#​18641) (Francesco Trotta)

Chores

v9.6.0

Compare Source

v9.5.0

Compare Source

v9.4.0

Compare Source

v9.3.0

Compare Source

v9.2.0

Compare Source

v9.1.1

Compare Source

v9.1.0

Compare Source

v9.0.0

Compare Source

v8.57.1

Compare Source

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

v8.56.0

Compare Source

Features
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#​17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#​17818) (Arka Pratim Chaudhuri)
Bug Fixes
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#​17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#​17812) (Bryan Mishkin)
Documentation

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), 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 added the renovate label Sep 1, 2020
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from a4d8a48 to ffcc79d Compare February 10, 2021 23:45
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from ffcc79d to 2de12ba Compare April 26, 2021 15:51
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 2 times, most recently from 872b73a to 4728208 Compare May 15, 2021 20:34
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from 4728208 to 7f382ce Compare June 6, 2021 20:36
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from 7f382ce to 3e15f03 Compare June 14, 2021 21:07
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from 3e15f03 to 33a317b Compare October 19, 2021 02:07
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from 33a317b to e9b1d14 Compare March 7, 2022 18:01
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from e9b1d14 to 2f947b9 Compare March 26, 2022 12:46
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from 2f947b9 to e18627f Compare April 25, 2022 00:26
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from e18627f to 5666781 Compare May 15, 2022 23:41
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 2 times, most recently from eb4048a to 814db5c Compare June 24, 2022 00:04
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from 814db5c to 79cd8c5 Compare September 25, 2022 17:22
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from 79cd8c5 to e6230d8 Compare November 20, 2022 12:04
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 2 times, most recently from f4ae1f0 to 62c0124 Compare March 24, 2023 22:52
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 2 times, most recently from fafbbd6 to 6e3ae93 Compare March 29, 2023 23:21
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 2 times, most recently from fab1ddd to bc98f78 Compare April 17, 2023 18:11
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 4 times, most recently from 9eaa11d to 071f7b4 Compare June 3, 2023 10:37
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 2 times, most recently from 31b8022 to 9724f34 Compare June 12, 2023 14:48
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 2 times, most recently from 8da63cf to 8dc1d8e Compare June 20, 2023 17:02
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 6 times, most recently from 070cb11 to 01b86aa Compare August 21, 2024 20:39
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 2 times, most recently from 77eec04 to 5ed4ced Compare August 24, 2024 20:33
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 4 times, most recently from a55b7cc to 8fa23b4 Compare September 10, 2024 21:07
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 3 times, most recently from ea68e3b to bc52662 Compare September 13, 2024 17:16
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 4 times, most recently from 8267b52 to a5a0c72 Compare September 26, 2024 08:14
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 3 times, most recently from c24f8fd to 3e754d7 Compare October 4, 2024 22:52
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 4 times, most recently from ec380c6 to 4a7c187 Compare October 12, 2024 22:30
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch 2 times, most recently from 3726de7 to d418e8b Compare October 19, 2024 01:08
@renovate renovate bot force-pushed the fix/renovate/major-npm-dependencies branch from d418e8b to 2ed8b43 Compare October 23, 2024 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants