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

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@apollo/client (source) 3.8.5 -> 3.8.6 age adoption passing confidence dependencies patch
@fontsource/mulish (source) 5.0.13 -> 5.0.14 age adoption passing confidence dependencies patch 5.0.15
@mui/icons-material (source) 5.14.13 -> 5.14.14 age adoption passing confidence dependencies patch
@mui/lab (source) 5.0.0-alpha.148 -> 5.0.0-alpha.149 age adoption passing confidence dependencies patch
@mui/material (source) 5.14.13 -> 5.14.14 age adoption passing confidence dependencies patch
@mui/x-data-grid (source) 6.16.2 -> 6.16.3 age adoption passing confidence dependencies patch
@types/chart.js (source) 2.9.38 -> 2.9.39 age adoption passing confidence devDependencies patch
@types/jest (source) 29.5.5 -> 29.5.6 age adoption passing confidence devDependencies patch
@types/lodash (source) 4.14.199 -> 4.14.200 age adoption passing confidence devDependencies patch
@types/papaparse (source) 5.3.9 -> 5.3.10 age adoption passing confidence devDependencies patch
@types/react (source) 18.2.28 -> 18.2.31 age adoption passing confidence devDependencies patch
@types/react-dom (source) 18.2.13 -> 18.2.14 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin 6.7.5 -> 6.8.0 age adoption passing confidence devDependencies minor 6.9.0
@typescript-eslint/parser 6.7.5 -> 6.8.0 age adoption passing confidence devDependencies minor 6.9.0
actions/setup-node v3.8.1 -> v3.8.2 age adoption passing confidence action patch
eslint (source) 8.51.0 -> 8.52.0 age adoption passing confidence devDependencies minor
github/codeql-action v2.22.3 -> v2.22.4 age adoption passing confidence action patch
vite (source) 4.4.11 -> 4.5.0 age adoption passing confidence devDependencies minor

Release Notes

apollographql/apollo-client (@​apollo/client)

v3.8.6

Compare Source

Patch Changes
  • #​11291 2be7eafe3 Thanks @​ArioA! - Fix a bug that allows to only call loadErrorMessages without also calling loadDevErrorMessages.

  • #​11274 b29f000f3 Thanks @​jerelmiller! - Start the query ref auto dispose timeout after the initial promise has settled. This prevents requests that run longer than the timeout duration from keeping the component suspended indefinitely.

  • #​11289 b5894dbf0 Thanks @​phryneas! - MockedProvider: default connectToDevTools to false in created ApolloClient instance.

    This will prevent the mocked ApolloClient instance from trying to connect to the DevTools, which would start a setTimeout that might keep running after a test has finished.

  • #​11206 dd2ce7687 Thanks @​phryneas! - cache.modify: Less strict types & new dev runtime warnings.

fontsource/font-files (@​fontsource/mulish)

v5.0.14

Compare Source

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

v5.14.14

Compare Source

Oct 17, 2023

A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.14.14
@mui/base@5.0.0-beta.20
@mui/material-next@6.0.0-alpha.106
@mui/joy@5.0.0-beta.11
@mui/icons-material@5.14.14
@mui/system@5.14.14
@mui/styled-engine-sc@6.0.0-alpha.2
Docs
Core

All contributors of this release in alphabetical order: @​adrienbrault, @​alexfauquette, @​Best-Sardar, @​BreakBB, @​brijeshb42, @​chhawinder, @​christophermorin, @​codewithrabeeh, @​danilo-leal, @​DarhkVoyd, @​devuser200, @​michaldudak, @​mnajdova, @​oliviertassinari, @​parikshitadhikari, @​samuelsycamore, @​Semigradsky, @​Simer13, @​siriwatknp, @​TheNatkat, @​uuxxx, @​vineetjk, @​zanivan, @​ZeeshanTamboli

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

v5.0.0-alpha.149

Compare Source

mui/mui-x (@​mui/x-data-grid)

v6.16.3

Compare Source

Oct 20, 2023

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

  • 🎁 Add a Data Grid recipe for saving & restoring state
  • 💫 Support animations on the bar chart
  • 🐞 Bugfixes
  • 📚 Documentation improvements
Data Grid
@mui/x-data-grid@6.16.3
  • [DataGrid] Allow passing readonly arrays to columns and sortingOrder props (#​10686) @​pcorpet
@mui/x-data-grid-pro@6.16.3 pro

Same changes as in @mui/x-data-grid@6.16.3.

@mui/x-data-grid-premium@6.16.3 premium

Same changes as in @mui/x-data-grid-pro@6.16.3.

Date Pickers
@mui/x-date-pickers@6.16.3
@mui/x-date-pickers-pro@6.16.3 pro

Same changes as in @mui/x-date-pickers@6.16.3, plus:

Charts / @mui/x-charts@6.0.0-alpha.16
Docs
Core
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.8.0

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-type-imports] import assertion checks added (#​7722) (afdae37)
  • eslint-plugin: [no-shadow] fix static class generics for class expressions (#​7724) (e5ea1d0)
  • eslint-plugin: [no-unsafe-member-access] report on only the accessed property (#​7717) (f81a2da)
  • eslint-plugin: [no-useless-empty-export] exempt .d.ts (#​7718) (ac397f1)
Features
  • eslint-plugin: add new extended rule prefer-destructuring (#​7117) (3c6379b)

You can read about our versioning strategy and releases on our website.

6.7.5 (2023-10-09)

Bug Fixes
  • eslint-plugin: [prefer-string-starts-ends-with] only report slice/substring with correct range (#​7712) (db40a0a)

You can read about our versioning strategy and releases on our website.

6.7.4 (2023-10-02)

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

You can read about our versioning strategy and releases on our website.

6.7.3 (2023-09-25)

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

You can read about our versioning strategy and releases on our website.

6.7.2 (2023-09-18)

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

You can read about our versioning strategy and releases on our website.

6.7.1 (2023-09-18)

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

You can read about our versioning strategy and releases on our website.

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

v6.8.0

Compare Source

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

You can read about our versioning strategy and releases on our website.

6.7.5 (2023-10-09)

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

You can read about our versioning strategy and releases on our website.

6.7.4 (2023-10-02)

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

You can read about our versioning strategy and releases on our website.

6.7.3 (2023-09-25)

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

You can read about our versioning strategy and releases on our website.

6.7.2 (2023-09-18)

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

You can read about our versioning strategy and releases on our website.

6.7.1 (2023-09-18)

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

You can read about our versioning strategy and releases on our website.

actions/setup-node (actions/setup-node)

v3.8.2

Compare Source

What's Changed

Full Changelog: actions/setup-node@v3...v3.8.2

eslint/eslint (eslint)

v8.52.0

Compare Source

Features

  • 70648ee feat: report-unused-disable-directive to report unused eslint-enable (#​17611) (Yosuke Ota)

Bug Fixes

  • 5de9637 fix: Ensure shared references in rule configs are separated (#​17666) (Nicholas C. Zakas)
  • dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#​17649) (Francesco Trotta)

Documentation

  • 476d58a docs: Add note about invalid CLI flags when using flat config. (#​17664) (Nicholas C. Zakas)
  • 660ed3a docs: Plugin flat config migration guide (#​17640) (Nicholas C. Zakas)
  • a58aa20 docs: fix examples for several rules (#​17645) (Milos Djermanovic)
  • 179929b docs: Remove trailing newline from the code of Playground links (#​17641) (Francesco Trotta)
  • f8e5c30 docs: Update README (GitHub Actions Bot)
  • b7ef2f3 docs: Enable pretty code formatter output (#​17635) (Nicholas C. Zakas)
  • 0bcb9a8 docs: Fix syntax errors in rule examples (#​17633) (Francesco Trotta)
  • 61b9083 docs: Make no-continue example code work (#​17643) (Zhongyuan Zhou)
  • 9fafe45 docs: upgrade to 11ty 2.0 (#​17632) (Percy Ma)
  • ff8e4bf docs: Update README (GitHub Actions Bot)
  • fab249a docs: Update README (GitHub Actions Bot)
  • 392305b docs: Update no-irregular-whitespace and fix examples (#​17626) (Francesco Trotta)
  • 6b8acfb docs: Add real whitespace to no-trailing-spaces examples (#​17630) (Francesco Trotta)
  • 1000187 docs: Fix examples in unicode-bom (#​17631) (Francesco Trotta)
  • 000290c docs: Update README (GitHub Actions Bot)

Chores

github/codeql-action (github/codeql-action)

v2.22.4

Compare Source

vitejs/vite (vite)

v4.5.0

Compare Source

Please refer to CHANGELOG.md for details.


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 20, 2023
@socket-security
Copy link

socket-security bot commented Oct 20, 2023

@renovate renovate bot changed the title fix(deps): update dependency @apollo/client to v3.8.6 chore(deps): update all non-major dependencies Oct 20, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 25a2801 to 9ce1487 Compare October 22, 2023 18:17
@socket-security
Copy link

socket-security bot commented Oct 22, 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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d216b83 to d2d3480 Compare October 23, 2023 19:34
@IanKrieger IanKrieger merged commit 004951b into master Oct 24, 2023
7 checks passed
@IanKrieger IanKrieger deleted the renovate/all-minor-patch branch October 24, 2023 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant