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

Merged
merged 1 commit into from
Mar 15, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 2, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@size-limit/preset-small-lib 8.1.2 -> 8.2.4 age adoption passing confidence
@trivago/prettier-plugin-sort-imports 4.0.0 -> 4.1.1 age adoption passing confidence
@types/jest (source) 29.4.0 -> 29.4.2 age adoption passing confidence
@types/react (source) 18.0.27 -> 18.0.28 age adoption passing confidence
@types/react-dom (source) 18.0.10 -> 18.0.11 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.50.0 -> 5.55.0 age adoption passing confidence
@typescript-eslint/parser 5.50.0 -> 5.55.0 age adoption passing confidence
@vitest/ui 0.28.3 -> 0.29.2 age adoption passing confidence
c8 7.12.0 -> 7.13.0 age adoption passing confidence
caniuse-lite 1.0.30001450 -> 1.0.30001466 age adoption passing confidence
cypress 12.5.0 -> 12.8.0 age adoption passing confidence
eslint (source) 8.33.0 -> 8.36.0 age adoption passing confidence
eslint-config-next 13.1.6 -> 13.2.4 age adoption passing confidence
joi 17.7.0 -> 17.8.4 age adoption passing confidence
next (source) 13.1.6 -> 13.2.4 age adoption passing confidence
prettier (source) 2.8.3 -> 2.8.4 age adoption passing confidence
qs 6.11.0 -> 6.11.1 age adoption passing confidence
size-limit 8.1.2 -> 8.2.4 age adoption passing confidence
swagger-ui-react 4.15.5 -> 4.18.1 age adoption passing confidence
tsup (source) 6.5.0 -> 6.6.3 age adoption passing confidence
type-fest 3.5.4 -> 3.6.1 age adoption passing confidence
typedoc (source) 0.23.24 -> 0.23.26 age adoption passing confidence
vite (source) 4.0.4 -> 4.1.4 age adoption passing confidence
vitest 0.28.3 -> 0.29.2 age adoption passing confidence
zod (source) 3.20.2 -> 3.21.4 age adoption passing confidence

Release Notes

ai/size-limit

v8.2.4

Compare Source

v8.2.3

Compare Source

  • Fixed npm release process.

v8.2.2

Compare Source

  • Fixed npm release process.

v8.2.0

Compare Source

trivago/prettier-plugin-sort-imports

v4.1.1

Compare Source

Revert

v4.1.0

Compare Source

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

v5.55.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-confusing-void-expression] check sequence expressions for void is in last position (#​6597) (d73d7d3)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] fixer should handle parentheses (#​6569) (2d8c196)
Features

5.54.1 (2023-03-06)

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

v5.54.1

Compare Source

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

v5.54.0

Compare Source

Features
  • eslint-plugin: [promise-function-async] check for promises in implicit return types (#​6330) (de1e5ce), closes #​6329

v5.53.0

Compare Source

Features
  • eslint-plugin: [consistent-generic-constructors] handle default parameters (#​6484) (e8cebce)
  • eslint-plugin: [no-mixed-enums] add rule (#​6102) (16144d1)

v5.52.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-import-type-side-effects] correctly ignore zero-specifier imports (#​6444) (d5a6688)
  • eslint-plugin: [no-unnecessary-condition] account for optional chaining on potentially void values (#​6432) (e1d9c67), closes #​5255
  • eslint-plugin: [no-unnecessary-condition] fix false positive when checking indexed access types (#​6452) (d569924)
  • eslint-plugin: fix key-spacing when type starts on next line (#​6412) (3eb2eed)
Features
  • eslint-plugin: [block-spacing] extending base rule for TS related blocks (#​6195) (b2db3f5)
  • eslint-plugin: [explicit-function-return-type] add allowFunctionsWithoutTypeParameters option (#​6105) (113640e)
  • eslint-plugin: [explicit-function-return-type] add allowIIFEs option (#​6237) (a1b3f7b)

v5.51.0

Compare Source

Bug Fixes
Features
  • eslint-plugin: [naming-convention] improve performance by removing unnecessary selectors (#​6376) (3647a1c)
  • eslint-plugin: [no-floating-promises] error on logical expression (#​6356) (f330e06)
  • eslint-plugin: [no-import-type-side-effects] add rule to warn against runtime side effects with verbatimModuleSyntax (#​6394) (b14d3be)
  • eslint-plugin: [strict-boolean-expressions] add allow nullable enum to strict boolean expressions (#​6096) (d4747cd)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.55.0

Compare Source

Features

5.54.1 (2023-03-06)

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

v5.54.1

Compare Source

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

v5.54.0

Compare Source

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

v5.53.0

Compare Source

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

v5.52.0

Compare Source

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

v5.51.0

Compare Source

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

vitest-dev/vitest

v0.29.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.29.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.29.0

Compare Source

This release makes some significant changes to how tests are running. If you were using --no-threads before, you might consider enabling --single-thread instead (because your tests are now running in child_process instead of a worker thread) or try our new performance optimization feature (discussed later). If you were relying on API that was not available inside a worker (like process.chdir(), you can now use this option.

One of the potential breaking bug fixes is that environments do not share the same global scope anymore if you run them with --no-isolate, --no-threads or --single-thread - you might need to update your setup files if you were relying on a global variable before.

If you had performance issues on large code bases before, try the new deps.experimentalOptimizer option instead of disabling threads. Feedback is welcome!

One of the breaking changes includes adding a link to snapshots inside snapshot files, meaning you will need to update all your snapshots.

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.28.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.28.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
bcoe/c8

v7.13.0

Compare Source

Features
browserslist/caniuse-lite

v1.0.30001466

Compare Source

v1.0.30001465

Compare Source

v1.0.30001464

Compare Source

v1.0.30001462

Compare Source

v1.0.30001460

Compare Source

v1.0.30001459

Compare Source

v1.0.30001458

Compare Source

v1.0.30001457

Compare Source

v1.0.30001456

Compare Source

v1.0.30001455

Compare Source

v1.0.30001454

Compare Source

v1.0.30001453

Compare Source

v1.0.30001452

Compare Source

v1.0.30001451

Compare Source

cypress-io/cypress

v12.8.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#​12.8.0

v12.7.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#​12.7.0

v12.6.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#​12.6.0

v12.5.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#​12-5-1

eslint/eslint

v8.36.0

Compare Source

Features

Bug Fixes

  • 92c1943 fix: correctly iterate files matched by glob patterns (#​16831) (Nitin Kumar)

Documentation

  • b98fdd4 docs: Update README (GitHub Actions Bot)
  • caf08ce docs: fix estree link in custom formatters docs (#​16967) (Milos Djermanovic)
  • 3398431 docs: Custom Parsers cleanup/expansion (#​16887) (Ben Perlmutter)
  • 19d3531 docs: Update README (GitHub Actions Bot)
  • b09a512 docs: detect and fix broken links (#​16837) (Nitin Kumar)

Chores

v8.35.0

Compare Source

Features

  • 8e34a04 feat: add afterHashbangComment option to lines-around-comment rule (#​16920) (SUZUKI Sosuke)
  • c8c0c71 feat: Move all and recommended configs into package. (#​16844) (Nicholas C. Zakas)
  • 71f6f0d feat: report more cases with ?? in no-constant-binary-expression (#​16826) (Daiki Nishikawa)

Bug Fixes

Documentation

Chores


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.

@changeset-bot
Copy link

changeset-bot bot commented Feb 2, 2023

⚠️ No Changeset found

Latest commit: a5ae42b

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 Feb 2, 2023

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

Name Status Preview Comments Updated
next-validations ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 15, 2023 at 6:48AM (UTC)
next-validations-demo ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 15, 2023 at 6:48AM (UTC)

@what-the-diff
Copy link

what-the-diff bot commented Feb 2, 2023

  • Update vite from 4.0.4 to 4.1.0

@socket-security
Copy link

socket-security bot commented Feb 2, 2023

Socket Security Pull Request Report

Dependency issues detected: If you merge this pull request, you will not be alerted to the instances of these issues again.

📜 Install scripts

Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.

Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

Package Script field Source
cypress@12.3.0 (upgraded) postinstall example/package.json via @types/cypress@1.1.3
esbuild@0.16.17 (upgraded) postinstall package.json via vite@4.1.4, vitest@0.29.2
esbuild@0.17.11 (upgraded) postinstall package.json via @size-limit/preset-small-lib@8.2.4, tsup@6.6.3
🫣 Native code

Contains native code which could be a vector to obscure malicious code, and generally decrease the likelihood of reproducible or reliable installs.

Ensure that native code bindings are expected. Consumers may consider pure JS and functionally similar alternatives to avoid the challenges and risks associated with native code bindings.

Package Location Source
tree-sitter@0.20.1 (added) binding.gyp example/package.json via swagger-ui-react@4.18.1
tree-sitter-json@0.20.0 (added) binding.gyp example/package.json via swagger-ui-react@4.18.1
tree-sitter-yaml@0.5.0 (added) binding.gyp example/package.json via swagger-ui-react@4.18.1
Pull request report summary
Issue Status
Install scripts ⚠️ 3 issues
Native code ⚠️ 3 issues
Bin script shell injection ✅ 0 issues
Unresolved require ✅ 0 issues
Invalid package.json ✅ 0 issues
HTTP dependency ✅ 0 issues
Git dependency ✅ 0 issues
Potential typo squat ✅ 0 issues
Known Malware ✅ 0 issues
Telemetry ✅ 0 issues
Protestware/Troll package ✅ 0 issues
Bot Commands

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

  • @SocketSecurity ignore cypress@12.3.0
  • @SocketSecurity ignore esbuild@0.16.17
  • @SocketSecurity ignore esbuild@0.17.11
  • @SocketSecurity ignore tree-sitter@0.20.1
  • @SocketSecurity ignore tree-sitter-json@0.20.0
  • @SocketSecurity ignore tree-sitter-yaml@0.5.0

⚠️ Please accept the latest app permissions to ensure bot commands work properly. Accept the new permissions here.

Powered by socket.dev

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9de86ab to fc752b2 Compare March 10, 2023 01:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fc752b2 to a3eab66 Compare March 10, 2023 10:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a3eab66 to 7b959ef Compare March 11, 2023 02:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7b959ef to 2cdf358 Compare March 13, 2023 07:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2cdf358 to 661e8aa Compare March 13, 2023 19:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 661e8aa to 28ed36f Compare March 14, 2023 05:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 28ed36f to 110c39f Compare March 14, 2023 08:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 110c39f to 5e32bfd Compare March 14, 2023 21:19
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.

None yet

0 participants