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

fix(deps): update all non-major dependencies #1050

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 9, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@golevelup/nestjs-modules 0.7.0 -> 0.7.1 age adoption passing confidence
@lerna/legacy-package-management (source) 8.0.2 -> 8.1.2 age adoption passing confidence
@nomicfoundation/hardhat-chai-matchers (source) 2.0.4 -> 2.0.6 age adoption passing confidence
@safe-global/safe-singleton-factory 1.0.19 -> 1.0.20 age adoption passing confidence
@types/node (source) 20.11.16 -> 20.11.19 age adoption passing confidence
@types/react (source) 18.2.52 -> 18.2.56 age adoption passing confidence
@types/react-dom (source) 18.2.18 -> 18.2.19 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.20.0 -> 6.21.0 age adoption passing confidence
@typescript-eslint/parser (source) 6.20.0 -> 6.21.0 age adoption passing confidence
dotenv 16.4.1 -> 16.4.4 age adoption passing confidence
eslint-plugin-jest 27.6.3 -> 27.9.0 age adoption passing confidence
eslint-plugin-mocha 10.2.0 -> 10.3.0 age adoption passing confidence
ethers (source) 6.10.0 -> 6.11.1 age adoption passing confidence
hardhat (source) 2.19.5 -> 2.20.1 age adoption passing confidence
hardhat-gas-reporter 1.0.9 -> 1.0.10 age adoption passing confidence
lerna (source) 8.0.2 -> 8.1.2 age adoption passing confidence
lint-staged 15.2.1 -> 15.2.2 age adoption passing confidence
nx (source) 17.3.1 -> 17.3.2 age adoption passing confidence
postcss (source) 8.4.33 -> 8.4.35 age adoption passing confidence
prettier (source) 3.2.4 -> 3.2.5 age adoption passing confidence
react-hook-form (source) 7.50.0 -> 7.50.1 age adoption passing confidence
react-router (source) 6.22.0 -> 6.22.1 age adoption passing confidence
react-router-dom (source) 6.22.0 -> 6.22.1 age adoption passing confidence
redis 4.6.12 -> 4.6.13 age adoption passing confidence
solidity-coverage 0.8.5 -> 0.8.7 age adoption passing confidence
web3 1.10.3 -> 1.10.4 age adoption passing confidence
web3-core 1.10.3 -> 1.10.4 age adoption passing confidence
web3-utils 1.10.3 -> 1.10.4 age adoption passing confidence
webpack 5.90.1 -> 5.90.2 age adoption passing confidence
webpackbar 6.0.0 -> 6.0.1 age adoption passing confidence

Release Notes

golevelup/nestjs (@​golevelup/nestjs-modules)

v0.7.1

Compare Source

lerna/lerna (@​lerna/legacy-package-management)

v8.1.2

Compare Source

Note: Version bump only for package @​lerna/legacy-package-management

v8.1.1

Compare Source

Note: Version bump only for package @​lerna/legacy-package-management

v8.1.0

Compare Source

Note: Version bump only for package @​lerna/legacy-package-management

8.0.2 (2024-01-05)

Note: Version bump only for package @​lerna/legacy-package-management

8.0.1 (2023-12-15)

Bug Fixes
nomicfoundation/hardhat (@​nomicfoundation/hardhat-chai-matchers)

v2.0.6

Compare Source

This release improves the error messages of the .withArgs matcher (thanks @​RenanSouza2!)

v2.0.5

Compare Source

This version:

  • Adds support for Typed objects (thanks @​RenanSouza2!)
  • Improves how .revertedWithCustomError handles wrong number of arguments (thanks @​RenanSouza2!)
safe-global/safe-singleton-factory (@​safe-global/safe-singleton-factory)

v1.0.20

Compare Source

What's Changed

Full Changelog: safe-global/safe-singleton-factory@v1.0.19...v1.0.20

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

v6.21.0

Compare Source

🚀 Features
  • export plugin metadata

  • allow parserOptions.project: false

  • eslint-plugin: add rule prefer-find

🩹 Fixes
  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression

  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values

  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions

  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option

  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists

  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword

❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

You can read about our versioning strategy and releases on our website.

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

v6.21.0

Compare Source

🚀 Features
  • allow parserOptions.project: false
❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

You can read about our versioning strategy and releases on our website.

motdotla/dotenv (dotenv)

v16.4.4

Compare Source

Changed
  • 🐞 Replaced chaining operator ?. with old school && (fixing node 12 failures) #​812

v16.4.3

Compare Source

Changed
  • Fixed processing of multiple files in options.path #​805

v16.4.2

Compare Source

Changed
jest-community/eslint-plugin-jest (eslint-plugin-jest)

v27.9.0

Compare Source

Features

v27.8.0

Compare Source

Features

v27.7.0

Compare Source

Features
  • allow [@typescript-eslint](https://togithub.com/typescript-eslint) v7 (#​1500) (6be2928)

27.6.3 (2024-01-12)

Bug Fixes

27.6.2 (2024-01-10)

Reverts

27.6.1 (2024-01-01)

Bug Fixes
  • include plugin meta information with snapshot processor for ESLint v9 (#​1484) (067e246)
lo1tuma/eslint-plugin-mocha (eslint-plugin-mocha)

v10.3.0

Compare Source

Features
  • Add consistent-spacing-between-blocks rule (#​340)
Documentation
  • Add screendriver to contributors (#​339)
ethers-io/ethers.js (ethers)

v6.11.1

Compare Source

  • Throw an error when attempting to derive from a master path from a non-master node (#​4551; 556fdd9).
    • Allow ENS wildcards with labels up to 255 bytes wide; discussed with ENS and deemed safe (#​4543; 7f14bde).
    • Enforce string is passed to toUtf8Bytes (#​4583; f45bb87).
    • Fix transaction.index not being populated on some backends (#​4591; 7f0e140).

v6.11.0

Compare Source

  • Allow transaction encoding for inferred type transactions (f02211d).
    • Added EIP-4788, receipts root and state root fields to Block (#​4570; c5f126f).
    • Added EIP-4844 fields to Provider classes and formatter (#​4570; 7b4f2c1).
    • Assert BrowserProvider receives an EIP-1193 provider to fail early when passing undefined ethereum object (b69f43b).
    • Add timeout to ContractTransactionResponse wait (#​4497; 095de51).
    • Allow override keyword in human-readable ABI and improve error messages (#​4514, #​4548; be5ec2d).
    • Expand Contract sub-class to accept BaseContract super-class constructor arguments (#​4538; 98496bc).
    • Allow network for default provider to be null to select mainnet (#​4501; b6bf7ab).
    • Allow long dnsEncode names with optional length parameter (#​4543; a136348).
    • Fix parseLog signature when receiving read-only array for topics (#​4029, #​4459; 20cd8a2).
    • Use Secure endpoints for BNB on Etherscan (#​4525; 1f6e188).
    • Added holesky network and related end-points for supporting providers (c6e6c43).
    • Added EIP-4844 BLOb transactions (#​4554; 9c1e82e).
    • Normalize EIP-712 types before computing the payload (#​4541; 56c1361).
    • Updated thrid-part provider URLs for QuickNode (2b4891d).
    • Fixed normalization and abstracted EIP-712 Array parsing (#​4541; 8f99601).
    • Updated third-party provider network URLs (#​4542; 84ca14f).
    • Added additional sepolia testnets (4efef76).
    • Fix EIP-712 type aliases for uint and int (#​4541; 43fb9c2).
    • Fixed typo in Error string (#​4539; 7882905).
    • Better debugging output on fetch errors (bee07a0).
nomiclabs/hardhat (hardhat)

v2.20.1: Hardhat v2.20.1

Compare Source

This release fixes a bug when hardhat_setStorageAt was used in untouched addresses.

v2.20.0: Hardhat v2.20.0 — Cancun

Compare Source

This release adds support for the upcoming cancun hardfork. This hardfork is not enabled by default; if you want to use it, then you have to enable it in your Hardhat config:

module.exports = {
  networks: {
    hardhat: {
      hardfork: "cancun",
    },
  },
}

Keep in mind that blob transactions are not supported yet. If you need this, please upvote or comment on this issue.

In addition, this release adds support for solc 0.8.24.

cgewecke/hardhat-gas-reporter (hardhat-gas-reporter)

v1.0.10

Compare Source

lerna/lerna (lerna)

v8.1.2

Compare Source

Note: Version bump only for package lerna

v8.1.1

Compare Source

Note: Version bump only for package lerna

v8.1.0

Compare Source

Features

8.0.2 (2024-01-05)

Bug Fixes
  • add-caching: explicitly set targetDefaults for all scripts (#​3929) (dae18c9)

8.0.1 (2023-12-15)

Bug Fixes
okonet/lint-staged (lint-staged)

v15.2.2

Compare Source

Patch Changes
  • #​1391 fdcdad4 Thanks @​iiroj! - Lint-staged no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout.
nrwl/nx (nx)

v17.3.2

Compare Source

17.3.2 (2024-02-03)
🚀 Features
  • core: add log lines grouping for GH Actions (#​21357)
  • linter: add error and warning statistics (#​18313)
🩹 Fixes
  • angular: handle indexHtmlTransformer option in dev-server correctly (#​21520)
  • core: update axios to address CVE-2023-45857 (#​20493)
  • core: Add missing migration from playwright (#​21448)
  • core: always remove cursor reset in terminal output for Windows (#​21467)
  • core: do not run pty in run-script when we're not TTY (#​21496)
  • core: target defaults should be able to apply to multiple targets with the same executor (#​21438)
  • core: nx build --graph file.json should work in subdirectories (#​19858)
  • core: Update Nx Welcome to include nx show project (#​21509)
  • core: handle negative patterns better when specified in pnpm-workspaces (#​19983)
  • core: remove the full workspace path with node_modules from the path env variable when running run-scripts (#​21532)
  • core: do not watch temporary vite files (#​21514)
  • core: target defaults from specifier should not be clobbered by name based target defaults (#​21539)
  • graph: fix expand when using external api (#​21433)
  • graph: don't show open config button on nx.dev & refactor tooltips (#​21463)
  • js: package type is module should emit esm (#​21473)
  • linter: make eslint mandatory dependency (#​21406)
  • linter: ensure flat config generator works for pcv3 plugin (#​21485)
  • linter: remove reportUnusedDisableDirectives for flat config (#​21405)
  • linter: prevent dep-checks leaking when used outside nx (#​21404)
  • misc: set $schema in nx.json generated during nx init (#​21455)
  • misc: use caret for semver version (#​18140)
  • module-federation: ensure the static remotes env var is used for task hashing #​21390 (#​21414, #​21390)
  • module-federation: ensure incorrect tsconfig path mappings are not used #​21391 (#​21416, #​21391)
  • nest: exclude react-specific packages when generating nx nest monorepo (#​21153)
  • release: skip lock file update if yarn classic (#​21489)
  • testing: fix config references to js files (#​21018)
  • vite: deep file resolution in nx-tsconfig-paths.plugin.ts (#​21513)
  • webpack: correctly handle data URIs with escaped quotes in style… (#​20988)
❤️ Thank You
postcss/postcss (postcss)

v8.4.35

Compare Source

  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

v8.4.34

Compare Source

  • Fixed AtRule#nodes type (by Tim Weißenfels).
  • Cleaned up code (by Dmitry Kirillov).
prettier/prettier (prettier)

v3.2.5

Compare Source

diff

Support Angular inline styles as single template literal (#​15968 by @​sosukesuzuki)

Angular v17 supports single string inline styles.

// Input
@​Component({
  template: `<div>...</div>`,
  styles: `h1 { color: blue; }`,
})
export class AppComponent {}

// Prettier 3.2.4
@&#8203;Component({
  template: `<div>...</div>`,
  styles: `h1 { color: blue; }`,
})
export class AppComponent {}

// Prettier 3.2.5
@&#8203;Component({
  template: `<div>...</div>`,
  styles: `
    h1 {
      color: blue;
    }
  `,
})
export class AppComponent {}
Unexpected embedded formatting for Angular template (#​15969 by @​JounQin)

Computed template should not be considered as Angular component template

// Input
const template = "foobar";

@&#8203;Component({
  [template]: `<h1>{{       hello }}</h1>`,
})
export class AppComponent {}

// Prettier 3.2.4
const template = "foobar";

@&#8203;Component({
  [template]: `<h1>{{ hello }}</h1>`,
})
export class AppComponent {}

// Prettier 3.2.5
const template = "foobar";

@&#8203;Component({
  [template]: `<h1>{{       hello }}</h1>`,
})
export class AppComponent {}
Use "json" parser for tsconfig.json by default (#​16012 by @​sosukesuzuki)

In v2.3.0, we introduced "jsonc" parser which adds trialing comma by default.

When adding a new parser we also define how it will be used based on the linguist-languages data.

tsconfig.json is a special file used by TypeScript, it uses .json file extension, but it actually uses the JSON with Comments syntax. However, we found that there are many third-party tools not recognize it correctly because of the confusing .json file extension.

We decide to treat it as a JSON file for now to avoid the extra configuration step.

To keep using the "jsonc" parser for your tsconfig.json files, add the following to your .pretterrc file

{
  "overrides": [
    {
      "files": ["tsconfig.json", "jsconfig.json"],
      "options": {
        "parser": "jsonc"
      }
    }
  ]
}
react-hook-form/react-hook-form (react-hook-form)

v7.50.1: Version v7.50.1

Compare Source

🥲 Regression: Revert "⌨️ fix #​10734 watch and useWatch without parameters return type (#​11359)"

remix-run/react-router (react-router)

v6.22.1: v6.22.1

Compare Source

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v6221

remix-run/react-router (react-router-dom)

v6.22.1

Compare Source

redis/node-redis (redis)

v4.6.13

Compare Source

Enhancements

  • Upgrade @redis/client from 1.5.13 to 1.5.14
sc-forks/solidity-coverage (solidity-coverage)

v0.8.7

Compare Source

==================

v0.8.6

Compare Source

==================


Configuration

📅 Schedule: Branch creation - "before 5am on Saturday" in timezone Asia/Singapore, 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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from adf6e25 to 70186d6 Compare February 16, 2024 22:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 01cbbc0 to c95b6e8 Compare February 19, 2024 04:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c95b6e8 to 10937d8 Compare February 19, 2024 12:06
@KarafiziArtur KarafiziArtur merged commit 78b31ad into dev Feb 19, 2024
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.

1 participant