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

chore(deps): update minor and patch #88

Merged
merged 2 commits into from
Jan 17, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 23, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@emotion/react (source) ^11.11.1 -> ^11.11.3 age adoption passing confidence
@mui/material (source) ^5.15.1 -> ^5.15.5 age adoption passing confidence
@mui/styled-engine-sc (source) ^6.0.0-alpha -> ^6.0.0-alpha.12 age adoption passing confidence
@qlik/eslint-config 0.6.3 -> 0.7.1 age adoption passing confidence
@qlik/prettier-config 0.4.4 -> 0.4.6 age adoption passing confidence
@rollup/plugin-typescript (source) 11.1.5 -> 11.1.6 age adoption passing confidence
@swc/core (source) 1.3.101 -> 1.3.104 age adoption passing confidence
@testing-library/dom 9.3.3 -> 9.3.4 age adoption passing confidence
@testing-library/jest-dom 6.1.5 -> 6.2.0 age adoption passing confidence
@testing-library/user-event 14.5.1 -> 14.5.2 age adoption passing confidence
@types/node (source) 20.10.5 -> 20.11.5 age adoption passing confidence
@types/react (source) 18.2.45 -> 18.2.48 age adoption passing confidence
eslint-plugin-prettier 5.1.1 -> 5.1.3 age adoption passing confidence
nodemon (source) 3.0.2 -> 3.0.3 age adoption passing confidence
pnpm (source) 8.12.1 -> 8.14.1 age adoption passing confidence
prettier (source) 3.1.1 -> 3.2.4 age adoption passing confidence
rollup (source) 4.9.1 -> 4.9.5 age adoption passing confidence
rollup-plugin-visualizer 5.11.0 -> 5.12.0 age adoption passing confidence

Release Notes

emotion-js/emotion (@​emotion/react)

v11.11.3

Compare Source

Patch Changes
mui/material-ui (@​mui/material)

v5.15.5

Compare Source

Jan 17, 2024

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

  • Base UI's CSS class prefix is now base- (#​40205) @​michaldudak
  • Bug fixes, and a lot of improvements to code and docs infra
@mui/material@5.15.5
@mui/material-next@6.0.0-alpha.118
@mui/base@5.0.0-beta.32
Breaking changes

The class prefix of Base UI components have been changed from Mui- to base-. This only affects codebases that uses class names verbatim, i.e. not exposed by JS objects such as buttonClasses, but as plain strings or in CSS stylesheets (.MuiButton.root)

To adapt your code to the new pattern:

  • replace all occurrences of the regex .Mui([A-Z][A-Za-z]*)- with .base-$1- (so MuiButton-root becomes base-Button-root, etc.),
  • replace all occurrences of the regex .Mui-([a-z]*) with .base--$1 (so Mui-disabled becomes base--disabled, etc.).
Changes
@mui/joy@5.0.0-beta.23
@mui/codemod@5.15.5
@mui/lab@5.0.0-alpha.161
@mui/material-nextjs@5.15.5
@mui/system@5.15.5
Docs
Core

All contributors of this release in alphabetical order: @​2metres, @​aacevski, @​brijeshb42, @​danilo-leal, @​DiegoAndai, @​josh-feldman, @​Kamino0, @​lhilgert9, @​maakcode, @​michaldudak, @​oliviertassinari, @​petrovmiroslav, @​sai6855, @​samuelsycamore, @​siriwatknp, @​zanivan, @​ZeeshanTamboli, @​zinoroman

v5.15.4

Compare Source

Jan 10, 2024

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

@mui/material@5.15.4
@mui/material-nextjs@5.15.4
@mui/icons-material@5.15.4
@mui/system@5.15.4
@mui/utils@5.15.4
@mui/base@5.0.0-beta.31
  • [base-ui][NumberInput] Remove inputId and inputRef types from NumberInput component (#​40425) @​sai6855
@mui/joy@5.0.0-beta.22
Docs
Core

All contributors of this release in alphabetical order: @​aacevski, @​alexfauquette, @​anle9650, @​brijeshb42, @​danilo-leal, @​DiegoAndai, @​iamsaumya, @​illume, @​Janpot, @​LukasTy, @​Methuselah96, @​michaldudak, @​mj12albert, @​nicegamer7, @​oliviertassinari, @​renovate[bot], @​RiceCrisp, @​sai6855, @​samuelsycamore, @​savalaram-redkar, @​siriwatknp, @​zanivan

v5.15.3

Compare Source

Jan 3, 2024

A big thanks to the 11 contributors who made this release possible.
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material-nextjs@5.15.3
@mui/base@5.0.0-beta.30
@mui/lab@5.0.0-alpha.159
@mui/material-next@6.0.0-alpha.116
Docs
Core

All contributors of this release in alphabetical order: @​aacevski, @​anle9650, @​danilo-leal, @​DiegoAndai, @​Kamino0, @​lhilgert9, @​michaldudak, @​oliviertassinari, @​sai6855, @​siriwatknp, @​Super-Kenil

v5.15.2

Compare Source

Dec 25, 2023

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

@mui/material@5.15.1
@mui/system@5.15.1
@mui/base@5.0.0-beta.29
@mui/material-next@6.0.0-alpha.115
Docs
Core

All contributors of this release in alphabetical order: @​adamhylander, @​anle9650, @​danilo-leal, @​DiegoAndai, @​Kimzify, @​michaldudak, @​mnajdova, @​muazaqdas, @​oliviertassinari, @​sai6855, @​samuelsycamore, @​siriwatknp, @​ZeeshanTamboli

mui/material-ui (@​mui/styled-engine-sc)

v6.0.0-alpha.11

Compare Source

v6.0.0-alpha.10

Compare Source

v6.0.0-alpha.9

Compare Source

v6.0.0-alpha.8

Compare Source

v6.0.0-alpha.7

Compare Source

v6.0.0-alpha.6

v6.0.0-alpha.4

Compare Source

v6.0.0-alpha.3

Compare Source

v6.0.0-alpha.2

Compare Source

qlik-oss/dev-tools-js (@​qlik/eslint-config)

v0.7.1

Compare Source

Patch Changes
  • df0de11: chore: update npm dependencies

v0.7.0

Compare Source

Minor Changes
  • 35141b9: Turn off playwright/no-networkidle rule for playwright config
Patch Changes
  • a9babba: Fix playwright matchers to match only js and ts files

v0.6.7

Compare Source

Patch Changes
  • 6388835: chore: update npm dependencies

v0.6.6

Compare Source

Patch Changes
  • 9c36ab5: chore: update npm dependencies

v0.6.5

Compare Source

Patch Changes
  • 000ffe4: Allow IIFE for no-floating-promises

[v0.6.4


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@renovate renovate bot added the renovate label Dec 23, 2023
@renovate renovate bot enabled auto-merge (squash) December 23, 2023 00:16
Copy link
Contributor Author

renovate bot commented Dec 23, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Progress: resolved 1, reused 0, downloaded 0, added 0
undefined
 ERR_PNPM_FETCH_401  GET https://npm.pkg.github.com/download/@qlik-trial/sprout/3.4.0/6034ef0f8d842a575806c9e1b7e6c246cc250021: Unauthorized - 401

This error happened while installing a direct dependency of /tmp/renovate/repos/github/qlik-oss/nebula-table-utils

No authorization header was set for the request.

These authorization settings were found:
@qlik-oss:registry=https://npm.pkg.github.com
@qlik-trial:registry=https://npm.pkg.github.com

Copy link

📦 Snapshot build is ready: 2.6.8-8.g6907998

@renovate renovate bot force-pushed the renovate/minor-and-patch branch from 435b767 to cdcaf4e Compare December 23, 2023 22:10
@renovate renovate bot changed the title chore(deps): update dependency @mui/styled-engine-sc to ^6.0.0-alpha.9 chore(deps): update minor and patch Dec 23, 2023
@renovate renovate bot force-pushed the renovate/minor-and-patch branch 11 times, most recently from 0bacd4e to dfc8702 Compare December 30, 2023 18:03
@renovate renovate bot force-pushed the renovate/minor-and-patch branch 7 times, most recently from da83eab to 5733bb1 Compare January 6, 2024 10:01
@renovate renovate bot force-pushed the renovate/minor-and-patch branch 2 times, most recently from 4c79c60 to cc4a536 Compare January 8, 2024 11:39
@renovate renovate bot force-pushed the renovate/minor-and-patch branch 16 times, most recently from fbd603b to 124dd00 Compare January 15, 2024 09:46
@renovate renovate bot force-pushed the renovate/minor-and-patch branch 5 times, most recently from e4a1dee to e613aeb Compare January 17, 2024 06:11
@renovate renovate bot force-pushed the renovate/minor-and-patch branch from e613aeb to 1b5b011 Compare January 17, 2024 12:04
@renovate renovate bot merged commit 8353c76 into main Jan 17, 2024
8 checks passed
@renovate renovate bot deleted the renovate/minor-and-patch branch January 17, 2024 12:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant