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

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 26, 2024

Mend Renovate

This PR contains the following updates:

Package Change 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.3 -> 2.0.6 age adoption passing confidence
@nomicfoundation/hardhat-verify (source) 2.0.3 -> 2.0.4 age adoption passing confidence
@openzeppelin/contracts (source) 5.0.1 -> 5.0.2 age adoption passing confidence
@types/chai (source) 4.3.11 -> 4.3.12 age adoption passing confidence
@types/node (source) 20.11.6 -> 20.11.24 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.19.1 -> 6.21.0 age adoption passing confidence
@typescript-eslint/parser (source) 6.19.1 -> 6.21.0 age adoption passing confidence
dotenv 16.4.1 -> 16.4.5 age adoption passing confidence
eslint (source) 8.56.0 -> 8.57.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.4 -> 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.0 -> 15.2.2 age adoption passing confidence
nx (source) 17.2.8 -> 17.3.2 age adoption passing confidence
prettier (source) 3.2.4 -> 3.2.5 age adoption passing confidence
solidity-coverage 0.8.5 -> 0.8.10 age adoption passing confidence
web3 1.10.3 -> 1.10.4 age adoption passing confidence

Release Notes

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!)

v2.0.4

Compare Source

This release improves the loading performance of the plugin

OpenZeppelin/openzeppelin-contracts (@​openzeppelin/contracts)

v5.0.2

Compare Source

  • Base64: Fix issue where dirty memory located just after the input buffer is affecting the result. (#​4926)
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.

v6.20.0

Compare Source

🚀 Features
  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering
🩹 Fixes
  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable

  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN

  • eslint-plugin: [prefer-readonly] disable checking accessors

❤️ Thank You
  • Alex Parloti
  • auvred
  • James Browning
  • StyleShit
  • 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.

v6.20.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

motdotla/dotenv (dotenv)

v16.4.5

Compare Source

Changed
  • 🐞 fix recent regression when using path option. return to historical behavior: do not attempt to auto find .env if path set. (regression was introduced in 16.4.3) #​814

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
eslint/eslint (eslint)

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

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.

v2.19.5: Hardhat v2.19.5

Compare Source

This release includes the following changes:

  • Notify users when a new Hardhat version is available
  • Fixed a bug during project initialization when using yarn or pnpm
  • Fixed a race condition that occurred when multiple Hardhat processes ran a compilation at the same time
  • Added a fix to prevent submitting transactions with 0 priority fee (thanks @​itsdevbear!)
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.

v15.2.1

Compare Source

Patch Changes
  • #​1387 e4023f6 Thanks @​iiroj! - Ignore stdin of spawned commands so that they don't get stuck waiting. Until now, lint-staged has used the default settings to spawn linter commands. This means the stdin of the spawned commands has accepted input, and essentially gotten stuck waiting. Now the stdin is ignored and commands will no longer get stuck. If you relied on this behavior, please open a new issue and describe how; the behavior has not been intended.
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

v17.3.1

Compare Source

17.3.1 (2024-01-31)
🚀 Features
  • angular: add generator to convert targets to use the esbuild-based application executor (#​21333)
  • core: don't clear NX_BASE or NX_HEAD (#​20125)
  • devkit: improving error handeling read target options (#​20336)
  • react-native: add useTransformReactJSX babel config to generators (#​19170)
  • vite: allow passing path to custom tsconfig file when skipTypeCheck is false (#​19784)
🩹 Fixes
  • nestjs lib generator pass skipPackageJson flag to js lib generator (#​20442)
  • angular: fix dev-server validation for esbuildMiddleware (#​21413)
  • angular: should not log invalid extension includedScripts (#​21441)
  • bundling: consider index/folder imports in manual file resolution (#​19030)
  • core: remove misleading message at front of error (#​21443)
  • core: new generator not skipping package installation (#​17927)
  • core: include typescript package when calculating project hashes (#​21285)
  • core: do not append node_module paths in run-script executor (#​21445)
  • graph: repair externalApiService usage broken after refactor (#​21422)
  • js: allow inlined libs without imports (#​20649)
  • linter: remove extend of @​angular-eslint/recommended--extra config (#​18465)
  • linter: restore rules to match previous @​typescript-eslint/recommended (#​21424)
  • linter: make target default migrations a bit more robust (#​21446)
  • misc: prevent ts-node from reading tsconfig when registering transpiler (#​21381)
  • nextjs: Add missing support swc for custom server (#​21401)
  • nextjs: lazy load plugin import (#​21426)
  • nx-dev: remove unmatched bracket. updates warning description (#​19481)
  • react: import SupportedStyles type from correct path (#​20239)
  • vite: prevent vite:build copying package.json when generatePackageJson false (#​19780)
  • vue: do not add @​vue/tsconfig dependency (#​19873)
❤️ Thank You

v17.3.0

Compare Source

17.3.0 (2024-01-29)
🚀 Features
  • angular: support esbuild middleware functions (#​21048)
  • angular: support angular 17.1.0 (#​20556)
  • core: remove prompt from nx connect command (67b5bd6c9f)
  • core: use Nx plugins and inferred targets when running "nx init" (#​20872)
  • core: create a new function to run child processes via rust (#​21070)
  • core: read name from package.json if present and no inference plugin provides name (#​21125)
  • core: add keepExistingVersions to all packages (#​21169)
  • core: add the "add" cli command (#​20976)
  • core: add target defaults in configuration generators rather th… (#​21105)
  • core: update ci-workflow generator (#​21141)
  • core: extend nxCloud prompt to include basic CI workflow options (#​21094)
  • core: move target defaults handling to nx plugin (#​21104)
  • core: forward stdin to commands started via rust (#​21195)
  • core: reveal --web flag on show project (#​21293)
  • core: use runCommand for runScript (#​21292)
  • core: support args to be an array for command (#​21290)
  • core: improve generated CI workflows (#​21324)
  • core: guide users to view the graph after nx init (#​21303)
  • core: pass down help to run-commands (#​21331)
  • cypress: simplify inferred cypress command (#​21337)
  • detox: add createNodes for detox (#​21016)
  • devkit: add a flag to keep existing versions when calling addDependenciesToPackageJson (#​21123)
  • docs: add {% project-details %} as a tag in markdown docs (#​21288)
  • expo: support createNodes for expo (#​21014)
  • graph: add nx console data loader (#​20744)
  • graph: rework pdv target section & remove unused code (#​21159)
  • graph: decouple graph client from nx.dev component (#​21186)
  • graph: allow expanding target when opening pdv from external api (#​21189)
  • graph: hover to see source & more UI updates (#​21182)
  • graph: add tooltips to project details view (#​21205)
  • graph: show open config button in graph web (#​21181)
  • linter: add .nx to ignored folders (#​20720)
  • linter: update @​typescript-eslint/* package versions (#​20602)
  • linter: make init generator public (51c039b252)
  • linter: move common options to target defaults (#​20583)
  • misc: align version of @​types/node throughout repo (#​20883)
  • misc: add layout for project details view (#​21172)
  • misc: update minimatch version used across packages (#​21207)
  • misc: identify and set up more nx core plugins during nx init (#​21254)
  • misc: optionally update package.json scripts in init generators (#​21204)
  • misc: hide unpublished links in project details view (#​21362)
  • nextjs: Update @​nx/next to Next.js 14 (#​20703)
  • nextjs: Add support for experimental-https when running dev server (#​20836)
  • nextjs: Standalone projects now default to src (#​21010)
  • nuxt: make nuxt public (#​20656)
  • nx-dev: add homepage updates (#​20592)
  • nx-dev: improve related docs section (#​20796)
  • nx-dev: adjust related section title padding (#​20803)
  • nx-dev: update documentation dropdown menu links (#​20792)
  • nx-dev: adjust highlighting of tagline (#​20877)
  • nx-dev: new year challenge (#​20639)
  • nx-dev: new year challenge (868721a157)
  • nx-dev: modals and flip cards (e7dcce057b)
  • nx-dev: rectangle cards (49a8d84023)
  • react: Treat window and var library types the same (#​20597)
  • react: Add playwright support to generators (#​21150)
  • react-native: add support for createNodes in react native (#​21013)
  • react-native: generate pod install target (#​21166)
  • release: support Revert commits in changelog renderer (#​20663)
  • release: conventional commits support for independent projects (#​21012)
  • release: enable git operations by default (#​21082)
  • release: add fallback for currentVersionResolver in the version step (#​21155)
  • release: support conventionalCommits shorthand for version config (#​21187)
  • release: add formal entrypoint for programmatic API at nx/release (#​21211)
  • release: support version prefix for dependents (#​21209)
  • release: update lockfile after version command (#​21107)
  • release: global stageChanges option & changelog fixes (#​21223)
  • release: allow overriding generator and generatorOptions per project (#​21298)
  • remix: add remix (#​20641)
  • remix: add createNodes support for target inference (#​21073)
  • remix: generate vitest file instead vite.config (#​21100)
  • remix: remove projects prompt from artifact generators (#​21112)
  • remix: use esm config file ([#

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 from ecb696d to 4669497 Compare January 27, 2024 18:57
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v20.11.7 chore(deps): update dependency @types/node to v20.11.8 Jan 27, 2024
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v20.11.8 chore(deps): update dependency @types/node to v20.11.9 Jan 28, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4669497 to 57c6141 Compare January 28, 2024 10:12
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v20.11.9 chore(deps): update dependency @types/node to v20.11.10 Jan 28, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 57c6141 to 6aabe1f Compare January 28, 2024 22:50
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v20.11.10 chore(deps): update all non-major dependencies Jan 29, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 86917e3 to 2215b05 Compare February 4, 2024 06:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2215b05 to abb50de Compare February 5, 2024 16:38
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Feb 5, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 0ea41a2 to e3f2f0d Compare February 10, 2024 19:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from e2e476c to 5e745bc Compare February 14, 2024 21:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 3d1c714 to 107517b Compare February 21, 2024 22:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 36820c7 to 03084f7 Compare February 29, 2024 19:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 03084f7 to 0eb7505 Compare March 1, 2024 01:20
@TrejGun TrejGun merged commit 1f40d68 into master Mar 1, 2024
@renovate renovate bot deleted the renovate/all-minor-patch branch March 1, 2024 12:22
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