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

chore(deps): update devdependencies (non-major) #1861

Merged
merged 1 commit into from
Sep 8, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 21, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@aws-sdk/util-stream-node (source) ^3.360.0 -> ^3.370.0 age adoption passing confidence
@typechain/ethers-v5 ^11.0.0 -> ^11.1.1 age adoption passing confidence
@types/jest (source) ^29.5.2 -> ^29.5.4 age adoption passing confidence
@types/libsodium-wrappers (source) ^0.7.10 -> ^0.7.11 age adoption passing confidence
@types/lodash (source) ^4.14.195 -> ^4.14.197 age adoption passing confidence
@types/morgan (source) ^1.9.4 -> ^1.9.5 age adoption passing confidence
@types/node (source) ^18.16.19 -> ^18.17.14 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.61.0 -> ^5.62.0 age adoption passing confidence
@typescript-eslint/parser ^5.61.0 -> ^5.62.0 age adoption passing confidence
axios (source) ^1.4.0 -> ^1.5.0 age adoption passing confidence
chai (source) ^4.3.7 -> ^4.3.8 age adoption passing confidence
eslint (source) ^8.44.0 -> ^8.48.0 age adoption passing confidence
eslint-plugin-import ^2.27.5 -> ^2.28.1 age adoption passing confidence
eslint-plugin-jest ^27.2.2 -> ^27.2.3 age adoption passing confidence
fast-glob ^3.3.0 -> ^3.3.1 age adoption passing confidence
hardhat-deploy ^0.11.34 -> ^0.11.37 age adoption passing confidence
jest (source) ^29.6.0 -> ^29.6.4 age adoption passing confidence
lerna (source) ^7.1.1 -> ^7.2.0 age adoption passing confidence
solhint (source) ^3.4.1 -> ^3.6.2 age adoption passing confidence
typechain ^8.2.0 -> ^8.3.1 age adoption passing confidence
typescript (source) ^5.1.6 -> ^5.2.2 age adoption passing confidence
webpack ^5.88.1 -> ^5.88.2 age adoption passing confidence

Release Notes

axios/axios (axios)

v1.5.0

Compare Source

Bug Fixes
  • adapter: make adapter loading error more clear by using platform-specific adapters explicitly (#​5837) (9a414bb)
  • dns: fixed cacheable-lookup integration; (#​5836) (b3e327d)
  • headers: added support for setting header names that overlap with class methods; (#​5831) (d8b4ca0)
  • headers: fixed common Content-Type header merging; (#​5832) (8fda276)
Features
Contributors to this release
chaijs/chai (chai)

v4.3.8

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v4.3.7...v4.3.8

eslint/eslint (eslint)

v8.48.0

Compare Source

Features

  • 1fbb3b0 feat: correct update direction in for-direction (#​17483) (Francesco Trotta)
  • d73fbf2 feat: rule tester do not create empty valid or invalid test suites (#​17475) (fnx)
  • ee2f718 feat: Allow void in rule no-promise-executor-return (#​17282) (nopeless)

Bug Fixes

  • 7234f6a fix: update RuleTester JSDoc and deprecations (#​17496) (Jonas Berlin)

Documentation

  • 7a51d77 docs: no-param-reassign mention strict mode (#​17494) (Stephen Hardy)
  • 9cd7ac2 docs: add fetch script to package.json conventions (#​17459) (Nitin Kumar)
  • cab21e6 docs: advice for inline disabling of rules (#​17458) (Ashish Yadav)
  • 056499d docs: fix example of flat config from plugin (#​17482) (Francesco Trotta)
  • 9e9edf9 docs: update documentation URL in error message (#​17465) (Nitin Kumar)

Chores

import-js/eslint-plugin-import (eslint-plugin-import)

v2.28.1

Compare Source

Fixed
Changed
wighawag/hardhat-deploy (hardhat-deploy)

v0.11.37

Compare Source

Patch Changes
  • add --tags-require-all flag allowing to execute only deploy scripts containing all the tags specified in --tags
jestjs/jest (jest)

v29.6.4

Compare Source

Fixes
  • [jest-core] Fix typo in scheduleAndRun performance marker (#​14434)
  • [jest-environment-node] Make sure atob and btoa are writeable in Node 20 (#​14446)
  • [jest-worker] Additional error wrapper for parentPort.postMessage to fix unhandled DataCloneError. (#​14437)

v29.6.3

Compare Source

Fixes
  • [expect, @​jest/expect-utils] ObjectContaining support sumbol as key (#​14414)
  • [expect] Remove @types/node from dependencies (#​14385)
  • [jest-core] Use workers in watch mode by default to avoid crashes (#​14059 & #​14085).
  • [jest-reporters] Update istanbul-lib-instrument dependency to v6. (#​14401)
  • [jest-mock] Revert #​13692 as it was a breaking change (#​14429)
  • [jest-mock] Revert #​13866 as it was a breaking change (#​14429)
  • [jest-mock] Revert #​13867 as it was a breaking change (#​14429)
  • [@jest/reporters] Marks Reporter's hooks as optional (#​14433)
  • [jest-runtime] Fix dynamic ESM import module bug when loaded module through jest.isolateModulesAsync (#​14397)
Chore & Maintenance
  • [jest-changed-files, jest-circus, jest-console, @​jest/core, @​jest/runtime, @​jest/transform] Use invariant and notEmpty from jest-util rather than own internal (#​14366)
lerna/lerna (lerna)

v7.2.0

Compare Source

Note: Version bump only for package lerna

7.1.5 (2023-08-09)

Note: Version bump only for package lerna

7.1.4 (2023-07-15)

Bug Fixes

7.1.3 (2023-07-12)

Bug Fixes
  • changelog entries for 7.1.2 (f61b087)

7.1.2 (2023-07-12)

7.1.1 (2023-06-28)

Bug Fixes
  • schema: add missing ref to changelogEntryAdditionalMarkdown (b41afab)
protofire/solhint (solhint)

v3.6.2

Compare Source

Added
  • New Rule: one-contract-per-file - Enforces the use of ONE contract per file #​487
Fixed
  • foundry-test-functions - Modified regex to include invariant and statefulFuzz tests #​484
  • quotes - To allow quotes inside double quotes and viceversa #​485
  • JSON - Formatter returning JS object instead of standard json #​490
Microsoft/TypeScript (typescript)

v5.2.2: TypeScript 5.2

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


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 from 867aff2 to 9ba0e0f Compare August 21, 2023 14:56
@renovate renovate bot requested a review from a team August 21, 2023 16:47
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 10 times, most recently from bd9ab87 to 6e0cd5b Compare August 29, 2023 14:46
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 16 times, most recently from 8864f73 to b108db0 Compare September 5, 2023 14:44
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from b108db0 to 8e0ecf0 Compare September 6, 2023 14:30
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 8e0ecf0 to 5b267bd Compare September 6, 2023 21:25
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 5b267bd to 7a13f96 Compare September 7, 2023 21:41
Copy link
Contributor

@dcroote dcroote left a comment

Choose a reason for hiding this comment

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

LGTM

@dcroote dcroote merged commit e9739ce into master Sep 8, 2023
25 checks passed
@dcroote dcroote deleted the renovate/devdependencies-(non-major) branch September 8, 2023 05:01
Ashar2shahid pushed a commit that referenced this pull request Jan 18, 2024
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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