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 all non-major dependencies #647

Merged
merged 1 commit into from
Jun 14, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/jest (source) 29.5.0 -> 29.5.2 age adoption passing confidence
@types/react (source) 18.0.31 -> 18.2.9 age adoption passing confidence
@types/react-dom (source) 18.0.11 -> 18.2.4 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.57.0 -> 5.59.9 age adoption passing confidence
@typescript-eslint/parser 5.57.0 -> 5.59.9 age adoption passing confidence
@vitest/ui (source) 0.29.8 -> 0.32.0 age adoption passing confidence
c8 7.13.0 -> 7.14.0 age adoption passing confidence
caniuse-lite 1.0.30001473 -> 1.0.30001497 age adoption passing confidence
cypress 12.9.0 -> 12.14.0 age adoption passing confidence
eslint (source) 8.37.0 -> 8.42.0 age adoption passing confidence
eslint-config-next 13.2.4 -> 13.4.4 age adoption passing confidence
fastest-validator 1.16.0 -> 1.17.0 age adoption passing confidence
joi 17.9.1 -> 17.9.2 age adoption passing confidence
next (source) 13.2.4 -> 13.4.4 age adoption passing confidence
next-validations 0.3.1 -> 0.3.2 age adoption passing confidence
prettier (source) 2.8.7 -> 2.8.8 age adoption passing confidence
qs 6.11.1 -> 6.11.2 age adoption passing confidence
swagger-ui-react 4.18.2 -> 4.19.0 age adoption passing confidence
tslib (source) 2.5.0 -> 2.5.3 age adoption passing confidence
type-fest 3.7.2 -> 3.11.1 age adoption passing confidence
typedoc (source) 0.23.28 -> 0.24.8 age adoption passing confidence
typescript (source) 5.0.3 -> 5.1.3 age adoption passing confidence
vite (source) 4.2.1 -> 4.3.9 age adoption passing confidence
vitest 0.29.8 -> 0.32.0 age adoption passing confidence
yup 1.0.2 -> 1.2.0 age adoption passing confidence

Release Notes

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

v5.59.9

Compare Source

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

v5.59.8

Compare Source

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

v5.59.7

Compare Source

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

v5.59.6

Compare Source

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

v5.59.5

Compare Source

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

v5.59.2

Compare Source

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

v5.59.1

Compare Source

Bug Fixes
  • eslint-plugin: [prefer-regexp-exec] skip malformed regexes (#​6935) (05ed60e)
  • eslint-plugin: [unified-signatures] no parameters function (#​6940) (2970861)

v5.59.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] allow nullish coalescing for naked type parameter (#​6910) (3e5f858)
Features
  • eslint-plugin: [ban-types] add NonNullable suggestion and allow custom suggestions (#​6876) (ff65235)

v5.58.0

Compare Source

Bug Fixes
  • eslint-plugin: [unified-signatures] allow overloads with different named and different number of parameters (#​6877) (939d665)
Features

5.57.1 (2023-04-03)

Bug Fixes
  • eslint-plugin: [strict-boolean-expressions] support mixed enums in allowNullableEnum option (#​6740) (49be8a8)

v5.57.1

Compare Source

Bug Fixes
  • eslint-plugin: [strict-boolean-expressions] support mixed enums in allowNullableEnum option (#​6740) (49be8a8)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.59.9

Compare Source

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

v5.59.8

Compare Source

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

v5.59.7

Compare Source

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

v5.59.6

Compare Source

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

v5.59.5

Compare Source

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

v5.59.2

Compare Source

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

v5.59.1

Compare Source

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

v5.59.0

Compare Source

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

v5.58.0

Compare Source

Bug Fixes
  • update getLib for new TypeScript targets ES2021, ES2022 (#​6782) (1c04664)

5.57.1 (2023-04-03)

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

v5.57.1

Compare Source

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

vitest-dev/vitest

v0.32.0

Compare Source

   🚨 Breaking Changes
  • Throw an error, if the module cannot be resolved  -  by @​sheremet-va in https://github.com/vitest-dev/vitest/issues/3307 (1ad63)
    • Vitest used to fall back to the original import when it could not resolve it to the file path or the virtual module. This leads to hard-to-find module graph mismatches if you had incorrect alias or relied on relative imports to be resolved to the project root (which is usual behavior in TypeScript) because the code accidentally "worked". With this release, Vitest will now throw an error if it cannot resolve the module - there are possible edge cases that are not covered yet, so if you have any problems with this, please open a separate issue with reproduction.
  • Improve globs  -  by @​nickmccurdy in https://github.com/vitest-dev/vitest/issues/3392 (19ecc)
    • Vitest now has glob patterns similar to Jest for better compatibility. It's possible that some files will be considered test files when previously they were not. For example, Vitest now considers test.js to be a test file. Also any file in __tests__ is now considered to be a test, not just files with test or spec suffix.
  • Add @vitest/coverage-v8 package  -  by @​AriPerkkio in https://github.com/vitest-dev/vitest/issues/3339 (82112)
    • Vitest now uses v8 code coverage directly for better performance. @vitest/coverage-c8 is deprecated as Vitest no longer uses c8 package for coverage output. It will not be updated anymore, and Vitest will fail in the next version if the user has c8 as their coverage provider. Please, install the new @vitest/coverage-v8 package if you previously used @vitest/coverage-c8.
  • mocker: Don't restore mock to the original if the module is automocked  -  by @​sheremet-va in https://github.com/vitest-dev/vitest/issues/3518 (c1004)
    • spy.mockRestore on auto-mocked named exports will no longer restore their implementation to the actual function. This behavior better matches what Jest does.
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.31.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.31.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.31.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.31.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.31.0

Compare Source

   🚨 Breaking Changes
  • Remove browser from allowed pools inside poolMatchGlob config option. Please, use Vitest workspaces for running tests in the browser.

  • Move assertion declarations to expect package  -  by @​sheremet-va in https://github.com/vitest-dev/vitest/issues/3294 (cf3af)

    • The change should be minor:
    - declare namespace Vi {
    + declare module 'vitest' {
       interface Assertion<T = any> extends CustomMatchers<T> {}
       interface AsymmetricMatchersContaining extends CustomMatchers {}
    }
   🚀 Features
   🐞 Bug Fixes

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 Apr 1, 2023

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

Name Status Preview Comments Updated (UTC)
next-validations ❌ Failed (Inspect) Jun 9, 2023 4:54am
next-validations-demo ❌ Failed (Inspect) Jun 9, 2023 4:54am

@changeset-bot
Copy link

changeset-bot bot commented Apr 1, 2023

⚠️ No Changeset found

Latest commit: 808c3c2

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

@what-the-diff
Copy link

what-the-diff bot commented Apr 1, 2023

PR Summary

  • Updated next-validations package
    Upgraded the next-validations package from version 0.3.1 to 0.3.2, ensuring latest features and bug fixes are available.

@socket-security
Copy link

socket-security bot commented Apr 1, 2023

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

Next steps

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@* or ignore all packages with @SocketSecurity ignore-all

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4f10b5e to ab20b2f Compare April 2, 2023 13:39
@renovate renovate bot changed the title fix(deps): update dependency next-validations to v0.3.2 chore(deps): update all non-major dependencies Apr 2, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ab20b2f to 0b055c3 Compare April 3, 2023 18:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0b055c3 to 2f66907 Compare April 4, 2023 02:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2f66907 to da4569f Compare April 4, 2023 09:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from da4569f to 18d58ee Compare April 5, 2023 20:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 18d58ee to 9018914 Compare April 6, 2023 23:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9018914 to aedb76a Compare April 7, 2023 20:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aedb76a to 5269bb4 Compare April 8, 2023 00:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 446d9d0 to b84a7e5 Compare June 3, 2023 00:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b84a7e5 to f05d7b0 Compare June 3, 2023 22:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f05d7b0 to ee3f08c Compare June 4, 2023 19:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ee3f08c to 15b7c3a Compare June 5, 2023 19:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 15b7c3a to fca9754 Compare June 5, 2023 21:30
@socket-security
Copy link

socket-security bot commented Jun 5, 2023

New and updated dependency changes detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives1 Size Publisher
type-fest 🆕 3.11.1 None +0 271 kB sindresorhus
@vitest/ui ⬆️ 0.29.8...0.32.0 None +32/-1 10.8 MB oreanno
eslint-config-next ⬆️ 13.2.4...13.4.4 None +12/-11 45.3 MB vercel-release-bot
c8 ⬆️ 7.13.0...7.14.0 filesystem +0/-0 38.7 kB oss-bot
cypress ⬆️ 12.9.0...12.14.0 None +3/-2 5.53 MB cypress-npm-publisher
typescript ⬆️ 5.0.3...5.1.3 None +0/-0 40.1 MB typescript-bot
vite ⬆️ 4.2.1...4.3.9 None +3/-2 5.92 MB vitebot
vitest ⬆️ 0.29.8...0.32.0 None +32/-28 10.8 MB oreanno
qs ⬆️ 6.11.1...6.11.2 None +0/-0 241 kB ljharb
eslint ⬆️ 8.37.0...8.42.0 None +15/-15 6.83 MB eslintbot
fastest-validator ⬆️ 1.16.0...1.17.0 None +0/-0 403 kB icebob
@types/react-dom ⬆️ 18.0.11...18.2.4 None +0/-1 30.3 kB types
yup ⬆️ 1.0.2...1.2.0 None +0/-0 243 kB monastic.panic
@types/jest ⬆️ 29.5.0...29.5.2 None +0/-0 79.3 kB types
swagger-ui-react ⬆️ 4.18.2...4.19.0 None +36/-33 52.8 MB swagger-api
joi ⬆️ 17.9.1...17.9.2 None +0/-0 532 kB marsup
tslib ⬆️ 2.5.0...2.5.3 None +0/-0 76.1 kB typescript-bot
prettier ⬆️ 2.8.7...2.8.8 None +0/-0 11.2 MB prettier-bot
typedoc ⬆️ 0.23.28...0.24.8 None +3/-3 42.2 MB typedoc-bot
@typescript-eslint/parser ⬆️ 5.57.0...5.59.9 None +13/-13 46.2 MB jameshenry
@typescript-eslint/eslint-plugin ⬆️ 5.57.0...5.59.9 None +16/-16 49.2 MB jameshenry

🚮 Removed packages: @types/react@18.0.31, caniuse-lite@1.0.30001473, next@13.2.4, next-validations@0.3.1

Footnotes

  1. https://docs.socket.dev

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