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 all non-major dependencies #44

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 11, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/chai (source) ^4.2.12 -> ^4.3.14 age adoption passing confidence devDependencies minor
@types/dirty-chai (source) ^2.0.2 -> ^2.0.4 age adoption passing confidence devDependencies patch
@types/mocha (source) ^8.0.1 -> ^8.2.3 age adoption passing confidence devDependencies minor
@types/node (source) ^14.0.27 -> ^14.18.63 age adoption passing confidence devDependencies minor
@types/semver (source) ^7.3.1 -> ^7.5.8 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) ^3.9.0 -> ^3.10.1 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin-tslint (source) ^3.9.0 -> ^3.10.1 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) ^3.9.0 -> ^3.10.1 age adoption passing confidence devDependencies minor
chai (source) ^4.2.0 -> ^4.4.1 age adoption passing confidence devDependencies minor
changelog-parser ^2.8.0 -> ^2.8.1 age adoption passing confidence devDependencies patch
coveralls ^3.1.0 -> ^3.1.1 age adoption passing confidence devDependencies patch
cross-env ^7.0.2 -> ^7.0.3 age adoption passing confidence devDependencies patch
eslint (source) ^7.6.0 -> ^7.32.0 age adoption passing confidence devDependencies minor
eslint-config-prettier ^6.11.0 -> ^6.15.0 age adoption passing confidence devDependencies minor
eslint-plugin-import ^2.22.0 -> ^2.29.1 age adoption passing confidence devDependencies minor
eslint-plugin-jsdoc ^30.2.1 -> ^30.7.13 age adoption passing confidence devDependencies minor
markdownlint-cli ^0.23.2 -> ^0.39.0 age adoption passing confidence devDependencies minor
mocha (source) ^8.1.1 -> ^8.4.0 age adoption passing confidence devDependencies minor
node (source) 10 -> 10.24.1 age adoption passing confidence minor
node (source) 12 -> 12.22.12 age adoption passing confidence minor
node (source) >=10.0.0 -> >=10.24.1 age adoption passing confidence engines minor
prettier (source) ^2.0.5 -> ^2.8.8 age adoption passing confidence devDependencies minor
semver ^7.3.2 -> ^7.6.0 age adoption passing confidence devDependencies minor
shx ^0.3.2 -> ^0.3.4 age adoption passing confidence devDependencies patch
source-map-support ^0.5.19 -> ^0.5.21 age adoption passing confidence devDependencies patch
typescript (source) ^3.9.7 -> ^3.9.10 age adoption passing confidence devDependencies patch

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v3.10.1

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] correct regression with unary negations (#​2422) (d1f0887), closes #​2421

v3.10.0

Compare Source

Bug Fixes
  • eslint-plugin: [explicit-module-boundary-types] ignore abstract setters (#​2410) (3764248)
  • eslint-plugin: [explicit-module-boundary-types] ignore all bodyless setters (#​2413) (a53f8c6)
  • eslint-plugin: [no-unnecessary-condition] better handling for unary negation (#​2382) (32fe2bb)
Features

3.9.1 (2020-08-17)

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] fix false positive with nullish coalescing (#​2385) (092c969)
  • eslint-plugin: [prefer-includes] don't auto fix when test method's argument type doesn't have an 'includes' method (#​2391) (71c4c72)

v3.9.1

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] fix false positive with nullish coalescing (#​2385) (092c969)
  • eslint-plugin: [prefer-includes] don't auto fix when test method's argument type doesn't have an 'includes' method (#​2391) (71c4c72)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin-tslint)

v3.10.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin-tslint

v3.10.0

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin-tslint

3.9.1 (2020-08-17)

Note: Version bump only for package @​typescript-eslint/eslint-plugin-tslint

v3.9.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin-tslint

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v3.10.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v3.10.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

3.9.1 (2020-08-17)

Note: Version bump only for package @​typescript-eslint/parser

v3.9.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

chaijs/chai (chai)

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

ungoldman/changelog-parser (changelog-parser)

v2.8.1

Compare Source

Fixes
  • ci: drop support for non-LTS node versions (#​39)
  • fix: update URLs for ownership transfer
  • ci: add dependabot.yml
  • docs: update status badges
  • deps(dev): tape@5, tap-spec@5, standard@16, gh-release@6 (#​38)
  • ci: multi-arch tests (mac, windows, linux)
  • docs: add examples to options
nickmerwin/node-coveralls (coveralls)

v3.1.1: Maintenance / Security updates

Compare Source

  • swapped exec for execFile. Credit: Adar Zandberg from the CxSCA AppSec team at Checkmarx.
  • updated devDependencies
  • merged Dependabot PRs
kentcdodds/cross-env (cross-env)

v7.0.3

Compare Source

Bug Fixes
  • add maintenance mode notice (fe80c84)
eslint/eslint (eslint)

v7.32.0

Compare Source

v7.31.0

Compare Source

v7.30.0

Compare Source

v7.29.0

Compare Source

v7.28.0

Compare Source

v7.27.0

Compare Source

  • 2c0868c Chore: merge all html formatter files into html.js (#​14612) (Milos Djermanovic)
  • 9e9b5e0 Update: no-unused-vars false negative with comma operator (fixes #​14325) (#​14354) (Nitin Kumar)
  • afe9569 Chore: use includes instead of indexOf (#​14607) (Mikhail Bodrov)
  • c0f418e Chore: Remove lodash (#​14287) (Stephen Wade)
  • 52655dd Update: no-restricted-imports custom message for patterns (fixes #​11843) (#​14580) (Alex Holden)
  • 967b1c4 Chore: Fix typo in large.js (#​14589) (Ikko Ashimine)
  • 2466a05 Sponsors: Sync README with website (ESLint Jenkins)
  • fe29f18 Sponsors: Sync README with website (ESLint Jenkins)
  • 086c1d6 Chore: add more test cases for no-sequences (#​14579) (Nitin Kumar)
  • 6a2ced8 Docs: Update README team and sponsors (ESLint Jenkins)

v7.26.0

Compare Source

  • aaf65e6 Upgrade: eslintrc for ModuleResolver fix (#​14577) (Brandon Mills)
  • ae6dbd1 Fix: track variables, not names in require-atomic-updates (fixes #​14208) (#​14282) (Patrick Ahmetovic)
  • 6a86e50 Chore: remove loose-parser tests (fixes #​14315) (#​14569) (Milos Djermanovic)
  • ee3a3ea Fix: create .eslintrc.cjs for module type (#​14304) (Nitin Kumar)
  • 6791dec Docs: fix example for require-atomic-updates (#​14562) (Milos Djermanovic)
  • 388eb7e Sponsors: Sync README with website (ESLint Jenkins)
  • f071d1e Update: Add automated suggestion to radix rule for parsing decimals ([#​142

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 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.

@coveralls
Copy link

coveralls commented Aug 11, 2020

Coverage Status

Coverage remained the same at 97.171% when pulling d66cd36 on renovate/all-minor-patch into 29d349b on master.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 18e1e24 to 8a8af5f Compare August 13, 2020 08:53
@renovate renovate bot changed the title Update dependency @types/mocha to ^8.0.2 Update all non-major dependencies Aug 13, 2020
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from fee54a2 to 7f964af Compare August 17, 2020 20:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from a1374d5 to 95d4e64 Compare August 28, 2020 23:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 2a22e54 to 09ee219 Compare September 7, 2020 11:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 1f6ccd7 to a120222 Compare September 11, 2020 17:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from ded221d to a3f95c9 Compare September 22, 2023 04:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 7a4a155 to a518cce Compare September 28, 2023 10:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from cc936f9 to 215bcb4 Compare October 12, 2023 12:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 8149ecb to bc50e11 Compare October 23, 2023 11:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9d42b6b to c8795d7 Compare November 7, 2023 22:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3893d3e to 83e86f5 Compare December 14, 2023 23:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 83e86f5 to 16aa2b8 Compare January 5, 2024 13:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e3b152d to ab47db4 Compare February 11, 2024 15:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c5fdf83 to e52503a Compare February 24, 2024 19:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 36466c7 to 6d3e996 Compare March 20, 2024 19:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6d3e996 to 8329748 Compare April 14, 2024 11:34
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

1 participant