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

Merged
merged 1 commit into from
Aug 14, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 13, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sinclair/typebox 0.30.4 -> 0.31.1 age adoption passing confidence
@types/node (source) 20.4.9 -> 20.5.0 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.3.0 -> 6.4.0 age adoption passing confidence
@typescript-eslint/parser 6.3.0 -> 6.4.0 age adoption passing confidence
autoprefixer 10.4.14 -> 10.4.15 age adoption passing confidence
eslint (source) 8.46.0 -> 8.47.0 age adoption passing confidence
lint-staged 13.2.3 -> 13.3.0 age adoption passing confidence
rustywind 0.17.0 -> 0.19.0 age adoption passing confidence
solhint (source) 3.5.1 -> 3.6.1 age adoption passing confidence

Release Notes

sinclairzx81/typebox (@​sinclair/typebox)

v0.31.1

Compare Source

v0.31.0

Compare Source

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

v6.4.0

Compare Source

Bug Fixes
  • eslint-plugin: [non-nullable-type-assertion-style] consider operator precedence when fixing (#​7289) (bad37a2)
  • eslint-plugin: [strict-boolean-expressions] replace dangerous fixer with suggestions (#​7394) (ad8401a)

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

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

v6.4.0

Compare Source

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

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

postcss/autoprefixer (autoprefixer)

v10.4.15

Compare Source

  • Fixed ::backdrop prefixes (by 一丝).
  • Fixed docs (by Christian Oliff).
eslint/eslint (eslint)

v8.47.0

Compare Source

Features

  • 53d7508 feat: update regex for methods with thisArg (#​17439) (Francesco Trotta)

Bug Fixes

  • 631648e fix: do not report on shadowed constructors in no-new-wrappers (#​17447) (Francesco Trotta)

Documentation

Chores

okonet/lint-staged (lint-staged)

v13.3.0

Compare Source

Bug Fixes
  • dependencies: update most dependencies (7443870)
  • detect duplicate redundant braces in pattern (d895aa8)
Features
  • dependencies: update listr2@​6.6.0 (09844ca)
avencera/rustywind (rustywind)

v0.19.0

Compare Source

v0.18.0

Compare Source

protofire/solhint (solhint)

v3.6.1

Compare Source

BREAKING CHANGE
  • RULE: not-rely-on-time was REMOVED from RECOMMENDED ruleset

    This was long overdue.

    Beware!! If you are relying on this rule and it is not explicitly configured (meaning there's only solhint:recommended option).

    You should add this rule manually:
  {
    "extends": "solhint:recommended",
    "rules": { 
        "not-rely-on-time": "warn", 
        "compiler-version": "off" 
    },
  }

If not explicitly added, this rule will not be executed.

SPECIAL ATTENTION
  • RULE: compiler-version default was updated from ^0.5.2 to ^0.8.0
Added
  • New Rule: Enforces the use of Custom Errors over Require and Revert statements #​475
  • New Rule: Enforces the test_ prefix on a file for Foundry users #​476
  • New Rule: Enforces the naming of function return values #​478
  • Notes option on docs to add more information of each rule. See foundry-test-functions. #​476
Fixed
  • func-named-parameters - false positives on builtin functions #​472
  • ordering - treat initializer weight same as constructor #​474
  • check-send-result - false positive on `erc777.send()`` function #​477
  • explicit-types - default value is now taking into account when no value is specified in config #​481
  • compiler-version - default value is now taking into account when no value is specified in config #​483
Updates
  • Rule: check-send-result added config clarification in the new Notes section #​482
  • Rule: compiler-version default was updated from ^0.5.2 to ^0.8.0 #​483

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@vercel
Copy link

vercel bot commented Jul 13, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nft-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 14, 2023 6:34pm

@changeset-bot
Copy link

changeset-bot bot commented Jul 13, 2023

⚠️ No Changeset found

Latest commit: 2759af7

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Jul 14, 2023

Deployment failed with the following error:

Resource is limited - try again in 4 hours (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 906d052 to a0e112c Compare July 14, 2023 16:21
@vercel
Copy link

vercel bot commented Jul 14, 2023

Deployment failed with the following error:

Resource is limited - try again in 4 minutes (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Jul 17, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a0e112c to 6b7b8d5 Compare July 17, 2023 10:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6b7b8d5 to 6ded695 Compare July 17, 2023 15:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 40e7411 to 660ed89 Compare July 18, 2023 16:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 660ed89 to f022da7 Compare July 18, 2023 18:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f022da7 to ef7730b Compare July 19, 2023 19:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ef7730b to 95ecf59 Compare July 20, 2023 16:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 95ecf59 to b7e8e3b Compare July 20, 2023 18:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b7e8e3b to 280f3ea Compare July 21, 2023 11:29
@renovate renovate bot changed the title fix(deps): update all non-major dependencies fix(deps): update all non-major dependencies - autoclosed Aug 10, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch August 10, 2023 13:44
@renovate renovate bot changed the title fix(deps): update all non-major dependencies - autoclosed fix(deps): update all non-major dependencies Aug 11, 2023
@renovate renovate bot reopened this Aug 11, 2023
@renovate renovate bot restored the renovate/all-minor-patch branch August 11, 2023 17:18
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update dependency eslint to v8.47.0 Aug 11, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e690c30 to 5ac1f33 Compare August 11, 2023 17:19
@renovate renovate bot changed the title chore(deps): update dependency eslint to v8.47.0 chore(deps): update all non-major dependencies Aug 11, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5ac1f33 to 9f0d7ed Compare August 11, 2023 18:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9f0d7ed to bd5eac7 Compare August 11, 2023 21:05
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Aug 12, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bd5eac7 to c047248 Compare August 12, 2023 00:31
@vercel
Copy link

vercel bot commented Aug 12, 2023

Deployment failed with the following error:

Resource is limited - try again in 5 minutes (more than 100, code: "api-deployments-free-per-day").

@vercel
Copy link

vercel bot commented Aug 14, 2023

Deployment failed with the following error:

Resource is limited - try again in 2 hours (more than 100, code: "api-deployments-free-per-day").

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e6c6f4b to 2759af7 Compare August 14, 2023 18:33
@renovate renovate bot merged commit 061c641 into main Aug 14, 2023
@renovate renovate bot deleted the renovate/all-minor-patch branch August 14, 2023 22:31
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