Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

chore(deps): update all non-major dependencies #130

Merged
merged 1 commit into from
Nov 3, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@commitlint/cli (source) 17.1.2 -> 17.2.0 age adoption passing confidence devDependencies minor
@commitlint/config-conventional (source) 17.1.0 -> 17.2.0 age adoption passing confidence devDependencies minor
@emotion/cache (source) 11.10.3 -> 11.10.5 age adoption passing confidence dependencies patch
@emotion/react (source) 11.10.4 -> 11.10.5 age adoption passing confidence dependencies patch
@emotion/styled (source) 11.10.4 -> 11.10.5 age adoption passing confidence dependencies patch
@hookform/resolvers (source) 2.9.8 -> 2.9.10 age adoption passing confidence dependencies patch
@mui/icons-material (source) 5.10.6 -> 5.10.9 age adoption passing confidence dependencies patch
@mui/lab (source) 5.0.0-alpha.102 -> 5.0.0-alpha.106 age adoption passing confidence dependencies patch
@mui/material (source) 5.10.8 -> 5.10.12 age adoption passing confidence dependencies patch
@mui/x-data-grid (source) 5.17.5 -> 5.17.9 age adoption passing confidence dependencies patch
@playwright/test (source) 1.26.1 -> 1.27.1 age adoption passing confidence devDependencies minor
@randlabs/myalgo-connect 1.3.1 -> 1.4.0 age adoption passing confidence dependencies minor
@reduxjs/toolkit (source) 1.8.5 -> 1.8.6 age adoption passing confidence dependencies patch
@types/jest (source) 29.1.1 -> 29.2.1 age adoption passing confidence devDependencies minor
@types/react (source) 18.0.21 -> 18.0.24 age adoption passing confidence devDependencies patch
@types/react-dom (source) 18.0.6 -> 18.0.8 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin 5.39.0 -> 5.42.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser 5.39.0 -> 5.42.0 age adoption passing confidence devDependencies minor
@vercel/node (source) 2.5.21 -> 2.6.1 age adoption passing confidence devDependencies minor
algosdk 1.21.0 -> 1.22.0 age adoption passing confidence dependencies minor
autoprefixer 10.4.12 -> 10.4.13 age adoption passing confidence devDependencies patch
eslint (source) 8.24.0 -> 8.26.0 age adoption passing confidence devDependencies minor
eslint-config-next 12.3.1 -> 12.3.2 age adoption passing confidence devDependencies patch
eslint-import-resolver-typescript 3.5.1 -> 3.5.2 age adoption passing confidence devDependencies patch
jest (source) 29.1.2 -> 29.2.2 age adoption passing confidence devDependencies minor
jest-environment-jsdom 29.1.2 -> 29.2.2 age adoption passing confidence devDependencies minor
next (source) 12.3.1 -> 12.3.2 age adoption passing confidence dependencies patch
nextjs-google-analytics 2.1.0 -> 2.2.0 age adoption passing confidence dependencies minor
node 16.17 -> 16.18 age adoption passing confidence minor
notistack (source) 2.0.5 -> 2.0.8 age adoption passing confidence dependencies patch
postcss (source) 8.4.17 -> 8.4.18 age adoption passing confidence devDependencies patch
react-tsparticles 2.3.3 -> 2.5.1 age adoption passing confidence dependencies minor
styfle/cancel-workflow-action 0.10.1 -> 0.11.0 age adoption passing confidence action minor
tsparticles (source) 2.3.4 -> 2.5.1 age adoption passing confidence dependencies minor

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v17.2.0

Compare Source

Features

17.1.2 (2022-08-29)

Note: Version bump only for package @​commitlint/cli

17.1.1 (2022-08-27)

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v17.2.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

emotion-js/emotion

v11.10.5

Compare Source

Patch Changes
react-hook-form/resolvers

v2.9.10

Compare Source

Bug Fixes

v2.9.9

Compare Source

Bug Fixes
mui/material-ui (@​mui/icons-material)

v5.10.9

Compare Source

Oct 10, 2022

A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:

  • 🚀 [Joy] Button loading functionality has been added by @​kushagra010 (#​34658)
  • And more 🐛 bug fixes and 📚 documentation improvements.
@mui/[email protected]
@mui/[email protected]
BREAKING CHANGE
  • ​[system] Fix color-scheme implementation (#​34639) @​siriwatknp

    The enableColorScheme prop has been removed from CssVarsProvider and getInitColorScheme (both Material UI and Joy UI).

    Migration:

    • Material UI: you can enable the CSS color scheme via <CssBaseline enableColorScheme />.
    • Joy UI: it is enabled automatically if you use <CssBaseline />, see the docs.
Changes
@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​HexM7, @​joserodolfofreitas, @​kushagra010, @​michaldudak, @​mnajdova, @​oliviertassinari, @​vanyaxk

mui/material-ui (@​mui/lab)

v5.0.0-alpha.106

Compare Source

v5.0.0-alpha.105

Compare Source

v5.0.0-alpha.104

Compare Source

v5.0.0-alpha.103

Compare Source

BREAKING CHANGE
  • [base] components -> slots API rename (#​34693) @​michaldudak

    • Change all occurrences of components and componentsProps props in Base components to slots and slotProps, respectively.
    • Change casing of slots' fields to camelCase
    -<SwitchUnstyled components={{Root: CustomRoot}} componentsProps={{rail: { className: 'custom-rail' }}} />
    +<SwitchUnstyled slots={{root: CustomRoot}} slotProps={{rail: { className: 'custom-rail' }}} />
  • [base] Make CSS class prefixes consistent (#​33411) @​michaldudak

    This is a breaking change for anyone who depends on the class names applied to Base components.
    If you use the <component>UnstyledClasses objects, you won't notice a difference. Only if you depend on the resulting class names (e.g. in CSS stylesheets), you'll have to adjust your code.

    -.ButtonUnstyled-root { ... };
    +.MuiButton-root { ... };
Changes
mui/mui-x

v5.17.9

Compare Source

We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:

@mui/[email protected] / @mui/[email protected] / @mui/[email protected]
Changes
@mui/[email protected] / @mui/[email protected]
Changes
Docs
Core

v5.17.8

Compare Source

We'd like to offer a big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:

@mui/[email protected] / @mui/[email protected] / @mui/[email protected]
Changes
@mui/[email protected] / @mui/[email protected]
Changes
Docs

v5.17.7

Compare Source

We'd like to offer a big thanks to the 2 contributors who made this release possible. Here are some highlights ✨:

  • 🐞 Bugfixes
@mui/[email protected] / @mui/[email protected] / @mui/[email protected]
Changes

v5.17.6

Compare Source

We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:

@mui/[email protected] / @mui/[email protected] / @mui/[email protected]
Changes
@mui/[email protected] / @mui/[email protected]
Changes
Docs
Microsoft/playwright

v1.27.1

Compare Source

Highlights

This patch release includes the following bug fixes:

https://github.com/microsoft/playwright/pull/18010 - fix(generator): generate nice locators for arbitrary selectors
https://github.com/microsoft/playwright/pull/17999 - chore: don't fail on undefined video/trace
https://github.com/microsoft/playwright/issues/17955 - [Question] Github Actions test compatibility check failed mitigation?https://github.com/microsoft/playwright/issues/179600 - [BUG] Codegen 1.27 creates NUnit code that does not compilhttps://github.com/microsoft/playwright/pull/1795252 - fix: fix typo in treeitem role typing

Browser Versions
  • Chromium 107.0.5304.18
  • Mozilla Firefox 105.0.1
  • WebKit 16.0

This version was also tested against the following stable channels:

  • Google Chrome 106
  • Microsoft Edge 106

v1.27.0

Compare Source

Locators

With these new APIs, inspired by Testing Library, writing locators is a joy:

await page.getByLabel('User Name').fill('John');

await page.getByLabel('Password').fill('secret-password');

await page.getByRole('button', { name: 'Sign in' }).click();

await expect(page.getByText('Welcome, John!')).toBeVisible();

All the same methods are also available on Locator, FrameLocator and Frame classes.

Other highlights
  • workers option in the playwright.config.ts now accepts a percentage string to use some of the available CPUs. You can also pass it in the command line:

    npx playwright test --workers=20%
  • New options host and port for the html reporter.

    reporters: [['html', { host: 'localhost', port: '9223' }]]
  • New field FullConfig.configFile is available to test reporters, specifying the path to the config file if any.

  • As announced in v1.25, Ubuntu 18 will not be supported as of Dec 2022. In addition to that, there will be no WebKit updates on Ubuntu 18 starting from the next Playwright release.

Behavior Changes
  • expect(locator).toHaveAttribute(name, value, options) with an empty value does not match missing attribute anymore. For example, the following snippet will succeed when button does not have a disabled attribute.

    await expect(page.getByRole('button')).toHaveAttribute('disabled', '');
  • Command line options --grep and --grep-invert previously incorrectly ignored grep and grepInvert options specified in the config. Now all of them are applied together.

  • JSON reporter path resolution is performed relative to the config directory instead of the current working directory:

    ["json", { outputFile: "./test-results/results.json" }]]
Browser Versions
  • Chromium 107.0.5304.18
  • Mozilla Firefox 105.0.1
  • WebKit 16.0

This version was also tested against the following stable channels:

  • Google Chrome 106
  • Microsoft Edge 106
randlabs/myalgo-connect

v1.4.0

Compare Source

  • Added new ARC-0001 compliant function signTxns.
reduxjs/redux-toolkit

v1.8.6

Compare Source

This bugfix release fixes a couple of issues with RTKQ endpoint tags not invalidating correctly, and tweaks the dispatch type inference to handle more variations of arrays.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v1.8.5...v1.8.6

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

v5.42.0

Compare Source

Bug Fixes
  • ast-spec: add TSQualifiedName to TypeNode union (#​5906) (5c316c1)
  • eslint-plugin: [no-extra-parens] handle type assertion in extends clause (#​5901) (8ed7219)
Features
  • eslint-plugin: [member-ordering] add natural sort order (#​5662) (1eaae09)
  • eslint-plugin: [no-invalid-void-type] better report message for void used as a constituent inside a function return type (#​5274) (d806bda)

v5.41.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-base-to-string] ignore Error, URL, and URLSearchParams by default (#​5839) (96e1c6c)
  • type-utils: prevent stack overflow in isTypeReadonly (#​5860) (a6d8f7e), closes #​4476
Features
  • eslint-plugin: [no-unsafe-declaration-merging] switch to use scope analysis instead of type information (#​5865) (e70a10a)
  • eslint-plugin: add no-unsafe-declaration-merging (#​5840) (3728031)

5.40.1 (2022-10-17)

Bug Fixes
  • eslint-plugin: Skip missing 'rest' tuple type arguments in no-misused-promises (#​5809) (c5beaa2), closes #​5807

v5.40.1

Compare Source

Bug Fixes
  • eslint-plugin: Skip missing 'rest' tuple type arguments in no-misused-promises (#​5809) (c5beaa2), closes #​5807

[v5.40.0](https://github.com/t


Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

@codecov
Copy link

codecov bot commented Nov 1, 2022

Codecov Report

Merging #130 (0c4e40d) into main (b34ebde) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #130   +/-   ##
=======================================
  Coverage   44.59%   44.59%           
=======================================
  Files         103      103           
  Lines        2330     2330           
  Branches      212      212           
=======================================
  Hits         1039     1039           
  Misses       1266     1266           
  Partials       25       25           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@github-actions
Copy link
Contributor

github-actions bot commented Nov 1, 2022

Deploy preview for algoworld-swapper-staging ready!

✅ Preview
https://algoworld-swapper-staging-mtulh2tx4-algoworldexplorer.vercel.app
https://pr130-209.vercel-action.millionalgos.com

Built with commit 0c4e40d.
This pull request is being automatically deployed with vercel-action

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b45088a to 68d7935 Compare November 3, 2022 00:31
@aorumbayev aorumbayev merged commit 9b8f709 into main Nov 3, 2022
@aorumbayev aorumbayev deleted the renovate/all-minor-patch branch November 3, 2022 11:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant