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 devDependencies (non-major) #1528

Merged
merged 14 commits into from
Mar 8, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 14, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/changelog-github (source) ^0.4.7 -> ^0.4.8 age adoption passing confidence
@changesets/cli (source) ^2.25.1 -> ^2.26.0 age adoption passing confidence
@google-cloud/functions-framework ^3.1.2 -> ^3.1.3 age adoption passing confidence
@nomiclabs/hardhat-ethers (source) ^2.2.1 -> ^2.2.2 age adoption passing confidence
@nomiclabs/hardhat-etherscan (source) ^3.1.2 -> ^3.1.6 age adoption passing confidence
@nomiclabs/hardhat-waffle ^2.0.3 -> ^2.0.5 age adoption passing confidence
@octokit/core ^4.1.0 -> ^4.2.0 age adoption passing confidence
@typechain/ethers-v5 ^10.1.0 -> ^10.2.0 age adoption passing confidence
@types/aws-lambda (source) ^8.10.108 -> ^8.10.110 age adoption passing confidence
@types/express (source) ^4.17.14 -> ^4.17.17 age adoption passing confidence
@types/jest (source) ^29.2.0 -> ^29.4.0 age adoption passing confidence
@types/lodash (source) ^4.14.186 -> ^4.14.191 age adoption passing confidence
@types/mocha (source) ^10.0.0 -> ^10.0.1 age adoption passing confidence
@types/morgan (source) ^1.9.3 -> ^1.9.4 age adoption passing confidence
@types/prompts (source) ^2.4.1 -> ^2.4.2 age adoption passing confidence
@types/yargs (source) ^17.0.13 -> ^17.0.22 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.41.0 -> ^5.52.0 age adoption passing confidence
@typescript-eslint/parser ^5.41.0 -> ^5.52.0 age adoption passing confidence
@vercel/ncc ^0.34.0 -> ^0.36.1 age adoption passing confidence
axios (source) ^1.2.2 -> ^1.3.3 age adoption passing confidence
chai (source) ^4.3.6 -> ^4.3.7 age adoption passing confidence
esbuild-loader ^2.20.0 -> ^2.21.0 age adoption passing confidence
eslint (source) ^8.26.0 -> ^8.34.0 age adoption passing confidence
eslint-plugin-import ^2.26.0 -> ^2.27.5 age adoption passing confidence
eslint-plugin-jest ^27.1.3 -> ^27.2.1 age adoption passing confidence
hardhat-deploy ^0.11.19 -> ^0.11.23 age adoption passing confidence
husky (source) ^8.0.1 -> ^8.0.3 age adoption passing confidence
jest (source) ^29.2.2 -> ^29.4.3 age adoption passing confidence
lerna (source) ^6.0.1 -> ^6.5.1 age adoption passing confidence
libsodium-wrappers ^0.7.10 -> ^0.7.11 age adoption passing confidence
prettier (source) ^2.8.1 -> ^2.8.4 age adoption passing confidence
prettier-plugin-solidity ^1.0.0-dev.24 -> ^1.1.2 age adoption passing confidence
solhint (source) ^3.3.7 -> ^3.3.8 age adoption passing confidence
ts-jest (source) ^29.0.3 -> ^29.0.5 age adoption passing confidence
typechain ^8.1.0 -> ^8.1.1 age adoption passing confidence
typescript (source) ^4.8.4 -> ^4.9.5 age adoption passing confidence
webpack ^5.74.0 -> ^5.75.0 age adoption passing confidence
yargs (source) ^17.6.0 -> ^17.7.0 age adoption passing confidence

Release Notes

changesets/changesets

v0.4.8

Compare Source

Patch Changes
GoogleCloudPlatform/functions-framework-nodejs

v3.1.3

Compare Source

Bug Fixes
nomiclabs/hardhat

v2.2.2

Compare Source

NomicFoundation/hardhat-waffle

v2.0.5

Compare Source

Patch Changes
  • 36441d8: Add hardhat chai matchers incompatibility check
  • c5b5c29: Introduce skipEstimateGas and injectCallHistory fields to hardhat config

v2.0.4

Compare Source

octokit/core.js

v4.2.0

Compare Source

Features
ethereum-ts/Typechain

v10.2.0

Compare Source

Minor Changes
  • 31e6957: Add const assertion for exported ABI

v10.1.1

Compare Source

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

v5.52.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-import-type-side-effects] correctly ignore zero-specifier imports (#​6444) (d5a6688)
  • eslint-plugin: [no-unnecessary-condition] account for optional chaining on potentially void values (#​6432) (e1d9c67), closes #​5255
  • eslint-plugin: [no-unnecessary-condition] fix false positive when checking indexed access types (#​6452) (d569924)
  • eslint-plugin: fix key-spacing when type starts on next line (#​6412) (3eb2eed)
Features
  • eslint-plugin: [block-spacing] extending base rule for TS related blocks (#​6195) (b2db3f5)
  • eslint-plugin: [explicit-function-return-type] add allowFunctionsWithoutTypeParameters option (#​6105) (113640e)
  • eslint-plugin: [explicit-function-return-type] add allowIIFEs option (#​6237) (a1b3f7b)

v5.51.0

Compare Source

Bug Fixes
Features
  • eslint-plugin: [naming-convention] improve performance by removing unnecessary selectors (#​6376) (3647a1c)
  • eslint-plugin: [no-floating-promises] error on logical expression (#​6356) (f330e06)
  • eslint-plugin: [no-import-type-side-effects] add rule to warn against runtime side effects with verbatimModuleSyntax (#​6394) (b14d3be)
  • eslint-plugin: [strict-boolean-expressions] add allow nullable enum to strict boolean expressions (#​6096) (d4747cd)

v5.50.0

Compare Source

Bug Fixes
  • eslint-plugin: [ban-ts-comment] counts graphemes instead of String.prototype.length (#​5704) (09d57ce)
  • eslint-plugin: [prefer-optional-chain] fix ThisExpression and PrivateIdentifier errors (#​6028) (85e783c)
  • eslint-plugin: [prefer-optional-chain] fixer produces wrong logic (#​5919) (b0f6c8e), closes #​1438
Features
  • eslint-plugin: add key-spacing rule extension for interface & type declarations (#​6211) (67706e7)

v5.49.0

Compare Source

Features
  • eslint-plugin: [naming-convention] add support for #private modifier on class members (#​6259) (c8a6d80)

5.48.2 (2023-01-16)

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

5.48.1 (2023-01-09)

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

v5.48.2

Compare Source

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

v5.48.1

Compare Source

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

v5.48.0

Compare Source

Features
  • eslint-plugin: specify which method is unbound and added test case (#​6281) (cf3ffdd)

5.47.1 (2022-12-26)

Bug Fixes
  • ast-spec: correct some incorrect ast types (#​6257) (0f3f645)
  • eslint-plugin: [member-ordering] correctly invert optionalityOrder (#​6256) (ccd45d4)

v5.47.1

Compare Source

Bug Fixes
  • ast-spec: correct some incorrect ast types (#​6257) (0f3f645)
  • eslint-plugin: [member-ordering] correctly invert optionalityOrder (#​6256) (ccd45d4)

v5.47.0

Compare Source

Features
  • eslint-plugin: [no-floating-promises] add suggestion fixer to add an 'await' (#​5943) (9e35ef9)

5.46.1 (2022-12-12)

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

v5.46.1

Compare Source

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

v5.46.0

Compare Source

Bug Fixes
  • eslint-plugin: [ban-types] update message to suggest object instead of Record<string, unknown> (#​6079) (d91a5fc)
Features
  • eslint-plugin: [prefer-nullish-coalescing] logic and test for strict null checks (#​6174) (8a91cbd)

5.45.1 (2022-12-05)

Bug Fixes
  • eslint-plugin: [keyword-spacing] unexpected space before/after in import type (#​6095) (98caa92)
  • eslint-plugin: [no-shadow] add call and method signatures to ignoreFunctionTypeParameterNameValueShadow (#​6129) (9d58b6b)
  • eslint-plugin: [prefer-optional-chain] collect MetaProperty type (#​6083) (d7114d3)
  • eslint-plugin: [sort-type-constituents, sort-type-union-intersection-members] handle some required parentheses cases in the fixer (#​6118) (5d49d5d)

v5.45.1

Compare Source

Bug Fixes
  • eslint-plugin: [keyword-spacing] unexpected space before/after in import type (#​6095) (98caa92)
  • eslint-plugin: [no-shadow] add call and method signatures to ignoreFunctionTypeParameterNameValueShadow (#​6129) (9d58b6b)
  • eslint-plugin: [prefer-optional-chain] collect MetaProperty type (#​6083) (d7114d3)
  • eslint-plugin: [sort-type-constituents, sort-type-union-intersection-members] handle some required parentheses cases in the fixer (#​6118) (5d49d5d)

v5.45.0

Compare Source

Bug Fixes
  • eslint-plugin: [array-type] --fix flag removes parentheses from type (#​5997) (42b33af)
  • eslint-plugin: [keyword-spacing] prevent crash on no options (#​6073) (1f19998)
  • eslint-plugin: [member-ordering] support private fields (#​5859) (f02761a)
  • eslint-plugin: [prefer-readonly] report if a member's property is reassigned (#​6043) (6e079eb)
Features
  • eslint-plugin: [member-ordering] add a required option for required vs. optional member ordering (#​5965) (2abadc6)

v5.44.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-empty-interface] disable autofix for declaration merging with class (#​5920) (a4f85b8)
  • eslint-plugin: [no-unnecessary-condition] handle index signature type (#​5912) (5baad08)
  • eslint-plugin: [prefer-optional-chain] handle binary expressions in negated or (#​5992) (2778ff0)
  • typescript-estree: don't consider a cached program unless it's specified in the current parserOptions.project config (#​5999) (530e0e6)
Features
  • eslint-plugin: [adjacent-overload-signatures] check BlockStatement nodes (#​5998) (97d3e56)
  • eslint-plugin: [keyword-spacing] Support spacing in import-type syntax (#​5977) (6a735e1)

v5.43.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-shadow] handle false positives on generics and parameters (#​5902) (769e8c8)
  • eslint-plugin: [promise-function-async] handle keyword token (#​5907) (f25a94f)
Features
  • eslint-plugin: [consistent-type-imports] support fixing to inline types (#​5050) (75dcdf1)
  • eslint-plugin: [naming-convention] add support for "override" and "async" modifiers (#​5310) (#​5610) (c759da1)
  • eslint-plugin: [prefer-optional-chain] support suggesting !foo || !foo.bar as a valid match for the rule (#​5594) (923d486)

5.42.1 (2022-11-07)

Bug Fixes

v5.42.1

Compare Source

Bug Fixes

v5.42.0

Compare Source

Bug Fixes
  • ast-spec: add TSQualifiedName to TypeNode union (#​5906) (5c316c1)
  • eslint-plugin: [no-extra-parens] handle type assertion in extends clause (#​5901) (8ed7219)
Features
  • eslint-plugin: [member-ordering] add natural sort order (#​5662) (1eaae09)
  • eslint-plugin: [no-invalid-void-type] better report message for void used as a constituent inside a function return type (#​5274) (d806bda)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.52.0

[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.51.0..


Configuration

📅 Schedule: Branch creation - "before 2am on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 8 times, most recently from 91588e7 to a0a4c74 Compare November 21, 2022 15:14
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 10 times, most recently from 1d0a780 to 8fc61f1 Compare November 28, 2022 09:44
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 12 times, most recently from 0ae982a to ed5f29a Compare December 5, 2022 11:38
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 4 times, most recently from a1eb498 to f4ae5a9 Compare February 17, 2023 10:13
@renovate
Copy link
Contributor Author

renovate bot commented Feb 17, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@amarthadan
Copy link
Contributor

@bbenligiray In 4c828cd I have applied new formatting rules also to contract files. Based on the response to a similar situation I presume that's fine but want to double-check anyway.

@bbenligiray @aquarat @Siegrift In bc1641a I needed to update the Webpack target to es2021 (it could have been something lower but not the es2015 that was there previously) because the new version of esbuild-loader didn't support some feature translation to es2015 (which is weird, it was working before). Since we've switched to Node.js 18 this should not be a problem. But I would suggest bumping the target even for our TS configuration so we're consistent. WDYT? Do you see any issues with that?

@amarthadan amarthadan self-assigned this Feb 20, 2023
@Siegrift
Copy link
Contributor

Since we've switched to Node.js 18 this should not be a problem. But I would suggest bumping the target even for our TS configuration so we're consistent. WDYT? Do you see any issues with that?

I think it's fine.

@aquarat
Copy link
Contributor

aquarat commented Feb 22, 2023

In bc1641a I needed to update the Webpack target to es2021 (it could have been something lower but not the es2015 that was there previously) because the new version of esbuild-loader didn't support some feature translation to es2015 (which is weird, it was working before). Since we've switched to Node.js 18 this should not be a problem. But I would suggest bumping the target even for our TS configuration so we're consistent. WDYT? Do you see any issues with that?

I don't have a problem generally with bumping versions of Node, tsc and es targets :) - it usually has to be done at some point and it's imo better to get it done sooner. Often later es targets can carry native performance improvements.

Copy link
Contributor

@Siegrift Siegrift left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@amarthadan amarthadan force-pushed the renovate/devdependencies-(non-major) branch from 67b27dc to 75664b3 Compare March 8, 2023 08:58
@amarthadan amarthadan merged commit ab87b4c into master Mar 8, 2023
@amarthadan amarthadan deleted the renovate/devdependencies-(non-major) branch March 8, 2023 09:51
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.

3 participants