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

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@apollo/client (source) 3.11.10 -> 3.12.2 age adoption passing confidence dependencies minor
@mui/icons-material (source) 6.1.9 -> 6.1.10 age adoption passing confidence dependencies patch 6.2.0
@mui/lab (source) 6.0.0-beta.17 -> 6.0.0-beta.18 age adoption passing confidence dependencies patch 6.0.0-beta.19
@mui/material (source) 6.1.9 -> 6.1.10 age adoption passing confidence dependencies patch 6.2.0
@mui/x-data-grid (source) 7.23.0 -> 7.23.1 age adoption passing confidence dependencies patch
@mui/x-date-pickers (source) 7.23.0 -> 7.23.1 age adoption passing confidence dependencies patch
@types/react (source) 18.3.12 -> 18.3.14 age adoption passing confidence devDependencies patch 18.3.16 (+1)
@types/react-dom (source) 18.3.1 -> 18.3.2 age adoption passing confidence devDependencies patch 18.3.5 (+2)
eslint-plugin-lingui 0.8.1 -> 0.8.2 age adoption passing confidence devDependencies patch 0.8.3
eslint-plugin-react-hooks (source) 5.0.0 -> 5.1.0 age adoption passing confidence devDependencies minor
github/codeql-action v3.27.5 -> v3.27.6 age adoption passing confidence action patch v3.27.7
knip (source) 5.38.2 -> 5.39.2 age adoption passing confidence devDependencies minor 5.39.4 (+1)
pnpm (source) 9.14.4+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab -> 9.15.0 age adoption passing confidence packageManager minor
prettier (source) 3.4.1 -> 3.4.2 age adoption passing confidence devDependencies patch
typescript-eslint (source) 8.16.0 -> 8.17.0 age adoption passing confidence devDependencies minor 8.18.0
vite (source) 6.0.1 -> 6.0.3 age adoption passing confidence devDependencies patch
vite-tsconfig-paths 5.1.3 -> 5.1.4 age adoption passing confidence devDependencies patch
vitest (source) 2.1.6 -> 2.1.8 age adoption passing confidence devDependencies patch
yup 1.4.0 -> 1.5.0 age adoption passing confidence dependencies minor

Release Notes

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

v3.12.2

Compare Source

Patch Changes

v3.12.1

Compare Source

Patch Changes

v3.12.0

Compare Source

Minor Changes
Data masking 🎭
  • #​12042 1c0ecbf Thanks @​jerelmiller! - Introduces data masking in Apollo Client.

    Data masking enforces that only the fields requested by the query or fragment is available to that component. Data masking is best paired with colocated fragments.

    To enable data masking in Apollo Client, set the dataMasking option to true.

    new ApolloClient({
      dataMasking: true,
      // ... other options
    });

    For detailed information on data masking, including how to incrementally adopt it in an existing applications, see the data masking documentation.

  • #​12131 21c3f08 Thanks @​jerelmiller! - Allow null as a valid from value in useFragment.

More Patch Changes

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

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
Core

All contributors of this release in alphabetical order: @​albarv340, @​arishoham, @​DiegoAndai, @​joserodolfofreitas, @​MBilalShafi, @​mnajdova, @​oliviertassinari, @​renovate[bot], @​sai6855, @​samuelsycamore, @​siriwatknp, @​ZeeshanTamboli

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

v7.23.1

Compare Source

7.23.1

Dec 5, 2024

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

  • 🌍 Improve German locale on the Data Grid component
  • 🐞 Bugfixes

Special thanks go out to the community contributors who have helped make this release possible:
@​lhilgert9.

Following are all team members who have contributed to this release:
@​arthurbalduini, @​cherniavskii, @​flaviendelangle, @​JCQuintas, @​LukasTy and @​MBilalShafi.

Data Grid
@mui/[email protected]
@mui/[email protected] pro

Same changes as in @mui/[email protected], plus:

@mui/[email protected] premium

Same changes as in @mui/[email protected].

Date and Time Pickers
@mui/[email protected]
@mui/[email protected] pro

Same changes as in @mui/[email protected].

Charts
@mui/[email protected]
@mui/[email protected] pro

Same changes as in @mui/[email protected].

Docs
Core
lingui/eslint-plugin (eslint-plugin-lingui)

v0.8.2

Compare Source

What's Changed

New Contributors

Full Changelog: lingui/eslint-plugin@0.8.1...0.8.2

facebook/react (eslint-plugin-react-hooks)

v5.1.0

Compare Source

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

v3.27.6

Compare Source

webpro-nl/knip (knip)

v5.39.2

Compare Source

v5.39.1

Compare Source

  • Fix case sensitivity in package name check (resolves #​869) (d6dab3d)

v5.39.0

Compare Source

v5.38.4

Compare Source

v5.38.3

Compare Source

pnpm/pnpm (pnpm)

v9.15.0

Compare Source

prettier/prettier (prettier)

v3.4.2

Compare Source

diff

Treat U+30A0 & U+30FB in Katakana Block as CJK (#​16796 by @​tats-u)

Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.

<!-- Input (--prose-wrap=never) -->

C言
語
・
C++
・
Go
・
Rust

<!-- Prettier 3.4.1 -->
C言語・ C++ ・ Go ・ Rust

<!-- Prettier 3.4.2 -->
C言語・C++・Go・Rust

U+30A0 can be used as the replacement of the - in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).

Fix comments print on class methods with decorators (#​16891 by @​fisker)
// Input
class A {
  @&#8203;decorator
  /** 
   * The method description
   *
  */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}

// Prettier 3.4.1
class A {
  @&#8203;decorator
  async /**
   * The method description
   *
   */
  method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}

// Prettier 3.4.2
class A {
  @&#8203;decorator
  /**
   * The method description
   *
   */
  async method(foo: Foo, bar: Bar) {
    console.log(foo);
  }
}
Fix non-idempotent formatting (#​16899 by @​seiyab)

This bug fix is not language-specific. You may see similar change in any languages. This fixes regression in 3.4.0 so change caused by it should yield same formatting as 3.3.3.

// Input
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;

// Prettier 3.4.1 (first)
<div>
  foo
  <span>
    longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo
  </span>, abc
</div>;

// Prettier 3.4.1 (second)
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;

// Prettier 3.4.2
<div>
  foo
  <span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
  , abc
</div>;
typescript-eslint/typescript-eslint (typescript-eslint)

v8.17.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

vitejs/vite (vite)

v6.0.3

Compare Source

v6.0.2

Compare Source

aleclarson/vite-tsconfig-paths (vite-tsconfig-paths)

v5.1.4

Compare Source

vitest-dev/vitest (vitest)

v2.1.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
jquense/yup (yup)

v1.5.0

Compare Source

Bug Fixes
Features
  • Add exact and stripUnknown method to object() (adcdd8d)

Configuration

📅 Schedule: Branch creation - "* 0-4 * * 3" (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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from tackley as a code owner December 11, 2024 02:37
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 11, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 497a1a1 to af16317 Compare December 11, 2024 20:14
@tackley tackley merged commit 83e69bb into master Dec 11, 2024
9 checks passed
@tackley tackley deleted the renovate/all-minor-patch branch December 11, 2024 20:18
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