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

Merged
merged 1 commit into from Aug 7, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 12, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@ethereum-waffle/jest 3.3.0 -> 3.3.2 age adoption passing confidence devDependencies patch
@nomiclabs/hardhat-ethers 2.0.2 -> 2.0.6 age adoption passing confidence devDependencies patch
@nomiclabs/hardhat-waffle 2.0.1 -> 2.0.3 age adoption passing confidence devDependencies patch
@types/jest 27.4.1 -> 27.5.2 age adoption passing confidence devDependencies minor
@types/node 16.11.26 -> 16.11.41 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin 5.17.0 -> 5.29.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser 5.17.0 -> 5.29.0 age adoption passing confidence devDependencies minor
eslint (source) 8.12.0 -> 8.18.0 age adoption passing confidence devDependencies minor
eslint-plugin-import 2.25.4 -> 2.26.0 age adoption passing confidence devDependencies minor
ethereum-waffle 3.4.0 -> 3.4.4 age adoption passing confidence devDependencies patch
ethers 5.6.2 -> 5.6.9 age adoption passing confidence dependencies patch
hardhat (source) 2.7.0 -> 2.9.9 age adoption passing confidence devDependencies minor
jest-junit 13.0.0 -> 13.2.0 age adoption passing confidence devDependencies minor
node 16.14.2 -> 16.15.1 age adoption passing confidence minor
prettier (source) 2.6.2 -> 2.7.1 age adoption passing confidence devDependencies minor
slack 4.9.3 -> 4.10.1 age adoption passing confidence orb minor
solhint (source) 3.3.6 -> 3.3.7 age adoption passing confidence devDependencies patch
standard-version 9.3.2 -> 9.5.0 age adoption passing confidence devDependencies minor
ts-jest (source) 27.1.4 -> 27.1.5 age adoption passing confidence devDependencies patch
ts-node (source) 10.7.0 -> 10.8.1 age adoption passing confidence devDependencies minor
typechain 7.0.0 -> 7.0.1 age adoption passing confidence devDependencies patch
typescript (source) 4.6.3 -> 4.7.4 age adoption passing confidence devDependencies minor

Release Notes

EthWorks/Waffle

v3.3.2

Compare Source

@​ethereum-waffle/jest

3.3.0

Minor Changes
  • 80d215b: - Fix vulnerabilities shown by yarn audit
    • Fix typings in closeTo matcher
    • Add flattenSingleFile function to compiler
Patch Changes

v3.3.1

Patch Changes
nomiclabs/hardhat

v2.0.6

Compare Source

  • 7403ec1: Stop publishing tsconfig.json files

v2.0.5

Compare Source

This is a small patch release that fixes an issue when using this plugin with TypeScript.

Changelog

Fix an issue that was causing typescript projects to also compile Hardhat's source (#​2260).

v2.0.4

Compare Source

This version adds two methods to the ethers object included in the Hardhat Runtime Environment: getContractFactoryFromArtifact and getContractAt (#​1716). These are low-level methods that are useful when you have your own artifact-loading logic, but that won't be necessary for most users.

v2.0.3

This release fixes an issue (#​1247) with hardhat-ethers, where the provider wasn't correctly reset after hardhat_reset was called.

It also adds a better inspection result for ethers's BigNumber instances (issue #​2109). So now if you evaluate a BigNumber in the console, the result will look like this:

> ethers.BigNumber.from(1000)
BigNumber { value: "1000" }
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.29.0

Compare Source

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

v5.28.0

Compare Source

Bug Fixes
  • [TS4.7] allow visiting of typeParameters in TSTypeQuery (#​5166) (dc1f930)
  • eslint-plugin: [space-infix-ops] support for optional property without type (#​5155) (1f25daf)
Features
  • eslint-plugin: [consistent-generic-constructors] add rule (#​4924) (921cdf1)

5.27.1 (2022-06-06)

Bug Fixes
  • eslint-plugin: [space-infix-ops] correct PropertyDefinition with typeAnnotation (#​5113) (d320174)
  • eslint-plugin: [space-infix-ops] regression fix for conditional types (#​5135) (e5238c8)
  • eslint-plugin: [space-infix-ops] regression fix for type aliases (#​5138) (4e13deb)

v5.27.1

Compare Source

Bug Fixes
  • eslint-plugin: [space-infix-ops] correct PropertyDefinition with typeAnnotation (#​5113) (d320174)
  • eslint-plugin: [space-infix-ops] regression fix for conditional types (#​5135) (e5238c8)
  • eslint-plugin: [space-infix-ops] regression fix for type aliases (#​5138) (4e13deb)

v5.27.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-type-alias] handle Template Literal Types (#​5092) (8febf11)
Features
  • [4.7] support new extensions (#​5027) (efc147b)
  • eslint-plugin: [ban-ts-comment] add descriptionFormat option (#​5026) (1fb31a4)
  • eslint-plugin: [no-misused-promises] warn when spreading promises (#​5053) (61ffa9e)
  • eslint-plugin: [space-infix-ops] missing error report for conditional types (#​5041) (0bfab6c)

v5.26.0

Compare Source

Bug Fixes
  • eslint-plugin: [member-delimiter-style] autofixer result is not as expected when comments after the delimiter with option delimiter: 'none' (#​5029) (ed7b5f6)
  • eslint-plugin: [member-delimiter-style] autofixer result is not as expected with option delimiter: 'none' (#​5023) (9e97a11)
  • eslint-plugin: [prefer-readonly] correct issue with anonymus functions (#​4974) (952e2f0), closes #​2590

v5.25.0

Compare Source

Bug Fixes
  • eslint-plugin: [typedef] stop enforcing rule for assignment expressions (#​4958) (04a216c)
  • eslint-plugin: strict config should not extend recommended (#​5005) (05d71c2)
  • website: correct Presets link to be Configs (#​5004) (e18e91c)
Features
  • eslint-plugin: [no-empty-function] new allow option overrideMethods (#​4923) (13c05ae)
  • eslint-plugin: deprecate no-duplicate-imports in favour of import/no-duplicates (#​4973) (1d2e41a)
  • update to TypeScript 4.7-rc (#​4829) (6fe783c)

v5.24.0

Compare Source

Bug Fixes
Features

v5.23.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-restricted-imports] allow type import as long as there's one matching pattern (#​4898) (0419d28)
  • eslint-plugin: [no-unnecessary-type-constraint] change to suggestion fix, fix multiple trailing comma failures (#​4901) (4507ac8)

v5.22.0

Compare Source

Bug Fixes
  • eslint-plugin: [comma-spacing] verify nextToken exists (#​4868) (23746f8)
Features

v5.21.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-misused-promises] prioritize false returns when checking whether a function returns only void (#​4841) (ccadb60)
  • eslint-plugin: [no-namespace] fix false positive for exported namespaces when allowDeclarations=true (#​4844) (4e7c9be)
  • eslint-plugin: [space-infix-ops] fix no error when right type is function (#​4848) (d74d559)
Features
  • eslint-plugin: [parameter-properties] add rule to replace no-parameter-properties (#​4622) (88ed9ec)

v5.20.0

Compare Source

Features
  • eslint-plugin: [no-magic-numbers] ignoreTypeIndexes option (#​4789) (5e79451)

v5.19.0

Compare Source

Bug Fixes
Features
  • eslint-plugin: [unified-signatures] add ignoreDifferentlyNamedParameters option (#​4659) (fdf95e0)
  • eslint-plugin: add support for valid number and bigint intersections in restrict-plus-operands rule (#​4795) (19c600a)

v5.18.0

Compare Source

Bug Fixes
  • eslint-plugin: method-signature-style respect getter signature (#​4777) (12dd670)
Features
  • eslint-plugin: [no-shadow] ignoreOnInitialization option (#​4603) (068ea9b)
  • eslint-plugin: [no-this-alias] report on assignment expressions (#​4718) (8329498)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.29.0

Compare Source

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

v5.28.0

Compare Source

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

5.27.1 (2022-06-06)

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

v5.27.1

Compare Source

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

v5.27.0

Compare Source

Bug Fixes
  • types: remove leftovers from removal of useJSXTextNode (#​5091) (f9c3647)
Features

v5.26.0

Compare Source

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

v5.25.0

Compare Source

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

v5.24.0

Compare Source

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

v5.23.0

Compare Source

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

v5.22.0

Compare Source

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

v5.21.0

Compare Source

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

v5.20.0

Compare Source

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

v5.19.0

Compare Source

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

v5.18.0

Compare Source

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

eslint/eslint

v8.18.0

Compare Source

Features

  • a6273b8 feat: account for rule creation time in performance reports (#​15982) (Nitin Kumar)

Bug Fixes

  • f364d47 fix: Make no-unused-vars treat for..of loops same as for..in loops (#​15868) (Alex Bass)

Documentation

  • 4871047 docs: Update analytics, canonical URL, ads (#​15996) (Nicholas C. Zakas)
  • cddad14 docs: Add correct/incorrect containers (#​15998) (Nicholas C. Zakas)
  • b04bc6f docs: Add rules meta info to rule pages (#​15902) (Nicholas C. Zakas)
  • 1324f10 docs: unify the wording referring to optional exception (#​15893) (Abdelrahman Elkady)
  • ad54d02 docs: add missing trailing slash to some internal links (#​15991) (Milos Djermanovic)
  • df7768e docs: Switch to version-relative URLs (#​15978) (Nicholas C. Zakas)
  • 21d6479 docs: change some absolute links to relative (#​15970) (Milos Djermanovic)
  • f31216a docs: Update README team and sponsors (ESLint Jenkins)

Build Related

  • ed49f15 build: remove unwanted parallel and image-min for dev server (#​15986) (Strek)

Chores

  • f6e2e63 chore: fix 'replaced by' rule list (#​16007) (Milos Djermanovic)
  • d94dc84 chore: remove unused deprecation warnings (#​15994) (Francesco Trotta)
  • cdcf11e chore: fix versions link (#​15995) (Milos Djermanovic)
  • d2a8715 chore: add trailing slash to pathPrefix (#​15993) (Milos Djermanovic)
  • 58a1bf0 chore: tweak URL rewriting for local previews (#​15992) (Milos Djermanovic)
  • 80404d2 chore: remove docs deploy workflow (#​15984) (Nicholas C. Zakas)
  • 71bc750 chore: Set permissions for GitHub actions (#​15971) (Naveen)
  • 90ff647 chore: avoid generating subdirectories for each page on new docs site (#​15967) (Milos Djermanovic)

v8.17.0

Compare Source

Features

  • 55319e1 feat: fix indent bug with semicolon-first style (#​15951) (Milos Djermanovic)
  • f6d7920 feat: add allowNamedExports option to no-use-before-define (#​15953) (Milos Djermanovic)

Bug Fixes

Documentation

Chores

v8.16.0

Compare Source

Features
  • cab0c22 feat: add Unicode flag suggestion in no-misleading-character-class (#​15867) (Milos Djermanovic)
  • 38ae956 feat: check Unicode code point escapes in no-control-regex (#​15862) (Milos Djermanovic)
  • ee69cd3 feat: Update global variables (#​15871) (Sébastien Règne)
Bug Fixes
  • 3f09aab fix: function-paren-newline crash on "new new Foo();" (#​15850) (coderaiser)
Documentation
  • 050d5f4 docs: Static further reading links (#​15890) (Nicholas C. Zakas)
  • 36287c0 docs: fix absolute paths in related rules shortcode to work from /docs (#​15892) (Milos Djermanovic)
  • 90b6990 docs: fix absolute links in rule macro to work from /docs (#​15891) (Milos Djermanovic)
  • f437249 docs: Adjust docs site path prefix (#​15889) (Nicholas C. Zakas)
  • 6e16025 docs: update 'Related Rules' and 'Further Reading' in remaining rules (#​15884) (Milos Djermanovic)
  • 1d39f69 docs: remove confusing examples for no-mixed-operators (#​15875) (Milos Djermanovic)
  • 3071d76 docs: Fix some grammar issues (#​15837) (byodian)
Chores

v8.15.0

Compare Source

Features

  • ab37d3b feat: add enforceInClassFields option to no-underscore-dangle (#​15818) (Roberto Cestari)

Bug Fixes

  • 8bf9440 fix: "use strict" should not trigger strict mode in ES3 (#​15846) (Milos Djermanovic)

Documentation

  • 28116cc docs: update AST node names link in no-restricted-syntax (#​15843) (Milos Djermanovic)
  • 272965f docs: fix h1 heading on formatters page (#​15834) (Milos Djermanovic)
  • a798166 docs: update example for running individual rule tests (#​15833) (Milos Djermanovic)
  • 57e732b docs: mark SourceCode#getJSDocComment deprecated in working-with-rules (#​15829) (Milos Djermanovic)
  • 9a90abf docs: update docs directory in working-with-rules (#​15830) (Milos Djermanovic)
  • [810adda](h

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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 55b7831 to ee84270 Compare April 18, 2022 20:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ee84270 to 1af6e6b Compare April 21, 2022 02:47
@renovate renovate bot changed the title chore(deps): update all non-major dependencies Update all non-major dependencies Apr 21, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 972c352 to b760173 Compare April 29, 2022 19:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 42bebd8 to 24f397d Compare May 6, 2022 23:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 40f1ccc to 3241702 Compare May 15, 2022 22:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from efdaef3 to 2f27869 Compare May 23, 2022 18:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 8e934d9 to 3aeb6a3 Compare May 31, 2022 19:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 7aa91f1 to 6f17053 Compare June 7, 2022 21:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8b094dc to ff5674e Compare June 8, 2022 23:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ff5674e to 15aea9c Compare June 18, 2022 19:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 15aea9c to cc9ed89 Compare June 23, 2022 22:37
@payprmoney payprmoney merged commit 1a3dca6 into main Aug 7, 2022
@payprmoney payprmoney deleted the renovate/all-minor-patch branch August 7, 2022 19:00
mdnorman added a commit that referenced this pull request Aug 7, 2022
chore(deps): update all non-major dependencies
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