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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@dqbd/tiktoken 1.0.17 -> 1.0.18 age adoption passing confidence dependencies patch
@emotion/react (source) 11.13.3 -> 11.14.0 age adoption passing confidence dependencies minor
@emotion/styled (source) 11.13.0 -> 11.14.0 age adoption passing confidence dependencies minor
@eslint/js (source) 9.14.0 -> 9.17.0 age adoption passing confidence devDependencies minor
@mui/icons-material (source) 6.1.6 -> 6.3.0 age adoption passing confidence dependencies minor
@mui/material (source) 6.1.6 -> 6.3.0 age adoption passing confidence dependencies minor
@mui/utils (source) 6.1.6 -> 6.3.0 age adoption passing confidence dependencies minor
@mui/x-date-pickers (source) 7.22.1 -> 7.23.3 age adoption passing confidence dependencies minor
@playwright/test (source) 1.48.2 -> 1.49.1 age adoption passing confidence devDependencies minor
@sentry/browser (source) 8.37.1 -> 8.47.0 age adoption passing confidence dependencies minor
@sentry/node (source) 8.37.1 -> 8.47.0 age adoption passing confidence dependencies minor
@tanstack/react-query (source) 5.59.19 -> 5.62.11 age adoption passing confidence dependencies minor
@tanstack/react-query-devtools (source) 5.59.19 -> 5.62.11 age adoption passing confidence dependencies minor
@types/node (source) 22.9.0 -> 22.10.2 age adoption passing confidence devDependencies minor
@types/react (source) 18.3.12 -> 18.3.18 age adoption passing confidence devDependencies patch
@types/react-dom (source) 18.3.1 -> 18.3.5 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 8.13.0 -> 8.18.2 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 8.13.0 -> 8.18.2 age adoption passing confidence devDependencies minor
@vitejs/plugin-react (source) 4.3.3 -> 4.3.4 age adoption passing confidence dependencies patch
axios (source) 1.7.7 -> 1.7.9 age adoption passing confidence dependencies patch
concurrently 9.1.0 -> 9.1.1 age adoption passing confidence devDependencies patch
docker.io/postgres 15.8-alpine -> 15.10-alpine age adoption passing confidence minor
dotenv 16.4.5 -> 16.4.7 age adoption passing confidence dependencies patch
eslint (source) 9.14.0 -> 9.17.0 age adoption passing confidence devDependencies minor
eslint-plugin-react 7.37.2 -> 7.37.3 age adoption passing confidence devDependencies patch
express (source) 4.21.1 -> 4.21.2 age adoption passing confidence dependencies patch
husky 9.1.6 -> 9.1.7 age adoption passing confidence devDependencies patch
i18next (source) 23.16.4 -> 23.16.8 age adoption passing confidence dependencies patch
ioredis 5.4.1 -> 5.4.2 age adoption passing confidence dependencies patch
lint-staged 15.2.10 -> 15.2.11 age adoption passing confidence devDependencies patch
nodemon (source) 3.1.7 -> 3.1.9 age adoption passing confidence devDependencies patch
openai 4.71.0 -> 4.77.0 age adoption passing confidence dependencies minor
prettier (source) 3.3.3 -> 3.4.2 age adoption passing confidence devDependencies minor
react-i18next 15.1.0 -> 15.2.0 age adoption passing confidence dependencies minor
react-router-dom (source) 6.27.0 -> 6.28.1 age adoption passing confidence dependencies minor
recharts 2.13.3 -> 2.15.0 age adoption passing confidence dependencies minor
typescript (source) 5.6.3 -> 5.7.2 age adoption passing confidence devDependencies minor
typescript-eslint (source) 8.13.0 -> 8.18.2 age adoption passing confidence devDependencies minor
vite (source) 5.4.10 -> 5.4.11 age adoption passing confidence dependencies patch
winston 3.16.0 -> 3.17.0 age adoption passing confidence dependencies minor

Release Notes

dqbd/tiktoken (@​dqbd/tiktoken)

v1.0.18

Compare Source

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

v11.14.0

Compare Source

Minor Changes
  • #​3284 a19d019 Thanks @​Andarist! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.
Patch Changes

v11.13.5

Compare Source

eslint/eslint (@​eslint/js)

v9.17.0

Compare Source

Features

Bug Fixes

  • 67d683d fix: fix crash when message.fix is nullish (#​19168) (ntnyq)
  • c618707 fix: ignore vars with non-identifier references in no-useless-assignment (#​19200) (YeonJuan)

Documentation

  • 3c22d2a docs: update yoda to Yoda in yoda.md for consistency (#​19230) (루밀LuMir)
  • e0a2203 docs: add missing backticks to no-sequences (#​19233) (루밀LuMir)
  • 4cc4881 docs: Update README (GitHub Actions Bot)
  • 3db6fdf docs: [no-await-in-loop] expand on benefits and inapplicability (#​19211) (Kirk Waiblinger)
  • bf2a4f6 docs: add missing backticks to func-style (#​19227) (루밀LuMir)
  • ba098bd docs: add missing header to prefer-spread (#​19224) (루밀LuMir)
  • b607ae6 docs: update description of no-param-reassign (#​19220) (루밀LuMir)
  • 1eb424d docs: add missing backticks to prefer-destructuring (#​19223) (루밀LuMir)
  • 85998d1 docs: add missing backticks to no-unneeded-ternary (#​19222) (루밀LuMir)
  • b75b32c docs: add missing backticks to no-new-func (#​19219) (루밀LuMir)
  • a7700bc docs: add missing backticks to id-length (#​19217) (루밀LuMir)
  • e2bb429 docs: add missing backticks to complexity.md (#​19214) (루밀LuMir)
  • 045d716 docs: add missing ) to id-denylist (#​19213) (루밀LuMir)
  • 7fe4114 docs: Update README (GitHub Actions Bot)
  • c743ba6 docs: add CSS language to no-restricted-syntax (#​19208) (Milos Djermanovic)
  • 1416d70 docs: add missing backticks to eqeqeq (#​19207) (루밀LuMir)
  • b950c1b docs: add missing backticks to prefer-object-spread (#​19206) (루밀LuMir)
  • 8a941cb docs: update docs and description of require-unicode-regexp (#​19205) (루밀LuMir)
  • cbab228 docs: Update README (GitHub Actions Bot)
  • f2257ce docs: update comments and description of no-script-url (#​19203) (루밀LuMir)
  • 365f0f4 docs: add missing backtick to default-case-last (#​19202) (루밀LuMir)
  • e6b84f5 docs: add missing punctuation in document (#​19161) (루밀LuMir)
  • c88708e docs: replace quote with backtick in description of for-direction (#​19199) (루밀LuMir)
  • a76f233 docs: use higher contrast color tokens for code comments (#​19187) (Josh Goldberg ✨)
  • db19502 docs: Update README (GitHub Actions Bot)

Chores

v9.16.0

Compare Source

v9.15.0

Compare Source

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

v6.3.0

Compare Source

Dec 23, 2024

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

  • Fix invalid HTML structure in the Accordion component (#​44408) @​ZeeshanTamboli
    The HTML elements of the Accordion summary have been updated:
    • the root element is now button (previously div).
    • summary content and the icon wrapper are now span (previously div).
      This will only impact you if you used the HTML element as selectors in your styles.
@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​aarongarciah, @​alelthomas, @​DiegoAndai, @​Janpot, @​lewxdev, @​LukasTy, @​romgrk, @​sai6855, @​siriwatknp, @​yash49, @​ZeeshanTamboli

v6.2.1

Compare Source

Dec 17, 2024

A big thanks to the 10 contributors who made this release possible.

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

All contributors of this release in alphabetical order: @​ben-pomelo, @​ChristopherJamesL, @​jacklaurencegaray, @​JCQuintas, @​sai6855, @​siddhantantil39, @​siriwatknp, @​TurtIeSocks, @​vladmoroz, @​ZeeshanTamboli

v6.2.0

Compare Source

Dec 10, 2024

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

  • Material UI is now compatible with React 19 (#​44672) @​DiegoAndai
  • Fixed incorrect aria-orientation for vertical sliders. ArrowRight now increases the value and ArrowLeft decreases the value in vertical sliders; they were reversed in prior versions. (#​44537) @​mj12albert
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​aarongarciah, @​alexfauquette, @​bharatkashyap, @​DiegoAndai, @​Janpot, @​mj12albert, @​mnajdova, @​sai6855, @​SuperMaxine, @​vladmoroz, @​ZeeshanTamboli

v6.1.10

Compare Source

Dec 3, 2024

A big thanks to the 10 contributors who made this release possible.

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

Configuration

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

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

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cf1c7df to 6f27e44 Compare November 6, 2024 19:33
@renovate renovate bot changed the title fix(deps): update all non-major dependencies to v5.59.20 fix(deps): update all non-major dependencies Nov 6, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 2633143 to 60c9469 Compare November 13, 2024 17:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from af9bbe1 to 47ebb38 Compare November 15, 2024 18:46
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Nov 15, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from c8cf58a to e39dd26 Compare November 20, 2024 09:59
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Nov 20, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 7ba2982 to 255027b Compare November 22, 2024 20:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from 7d6bdfa to 8f14881 Compare December 16, 2024 16:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 08a252e to eba4f1a Compare December 23, 2024 18:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from aed6530 to 4040b4c Compare December 24, 2024 13:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4040b4c to 22af305 Compare December 27, 2024 14:22
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.

0 participants