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

Merged
merged 1 commit into from
Sep 12, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/client (source) 3.8.1 -> 3.8.3 age adoption passing confidence
@mui/icons-material (source) 5.14.6 -> 5.14.8 age adoption passing confidence
@mui/lab (source) 5.0.0-alpha.141 -> 5.0.0-alpha.143 age adoption passing confidence
@mui/material (source) 5.14.6 -> 5.14.8 age adoption passing confidence
@types/chart.js (source) 2.9.37 -> 2.9.38 age adoption passing confidence
@types/lodash (source) 4.14.197 -> 4.14.198 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.4.1 -> 6.6.0 age adoption passing confidence
@typescript-eslint/parser 6.4.1 -> 6.6.0 age adoption passing confidence
formik (source) 2.4.3 -> 2.4.4 age adoption passing confidence
highcharts-react-official 3.2.0 -> 3.2.1 age adoption passing confidence
prettier (source) 3.0.2 -> 3.0.3 age adoption passing confidence
vitest 0.34.3 -> 0.34.4 age adoption passing confidence

Release Notes

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

v3.8.3

Compare Source

Patch Changes

v3.8.2

Compare Source

Patch Changes
  • #​10072 51045c336 Thanks @​Huulivoide! - Fixes race conditions in useReactiveVar that may prevent updates to the reactive variable from propagating through the hook.

  • #​11162 d9685f53c Thanks @​jerelmiller! - Ensures GraphQL errors returned in subscription payloads adhere to the errorPolicy set in client.subscribe(...) calls.

  • #​11134 96492e142 Thanks @​alessbell! - Use separate type imports in useSuspenseQuery and useBackgroundQuery to workaround SWC compiler issue.

  • #​11117 6b8198109 Thanks @​phryneas! - Adds a new devtools registration mechanism and tweaks the mechanism behind the
    "devtools not found" mechanic.

  • #​11186 f1d429f32 Thanks @​jerelmiller! - Fix an issue where race conditions when rapidly switching between variables would sometimes result in the wrong data returned from the query. Specifically this occurs when a query is triggered with an initial set of variables (VariablesA), then triggers the same query with another set of variables (VariablesB) but switches back to the VariablesA before the response for VariablesB is returned. Previously this would result in the data for VariablesB to be displayed while VariablesA was active. The data is for VariablesA is now properly returned.

  • #​11163 a8a9e11e9 Thanks @​bignimbus! - Fix typo in error message: "occured" -> "occurred"

  • #​11180 7d9c481e5 Thanks @​jerelmiller! - Fixes an issue where refetching from useBackgroundQuery via refetch with an error after an error was already fetched would get stuck in a loading state.

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

v5.14.8

Compare Source

Sep 5, 2023

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

@mui/material@5.14.8
@mui/base@5.0.0-beta.14
@mui/joy@5.0.0-beta.5
@mui/lab@5.0.0-alpha.143
@mui/system@5.14.8
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​alisasanib, @​amal-qb, @​anle9650, @​anon-phantom, @​bharatkashyap, @​brijeshb42, @​christophermorin, @​danilo-leal, @​flaviendelangle, @​imevanc, @​jyash97, @​mbrookes, @​michaldudak, @​mj12albert, @​oliviertassinari, @​omriklein, @​pcorpet, @​rajgop1, @​ruflair, @​sai6855, @​siriwatknp, @​szalonna, @​zanivan, @​ZeeshanTamboli

v5.14.7

Compare Source

Aug 29, 2023

A big thanks to the 11 contributors who made this release possible. This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.

@mui/material@5.14.7
@mui/base@5.0.0-beta.13
@mui/zero-runtime@0.0.1-alpha.1
Docs
Core

All contributors of this release in alphabetical order: @​brijeshb42, @​danilo-leal, @​DerTimonius, @​DiegoAndai, @​Janpot, @​jaydenseric, @​mj12albert, @​oliviertassinari, @​renovate[bot], @​sai6855, @​VishruthR

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

v6.6.0

Compare Source

Bug Fixes
  • eslint-plugin: [key-spacing] consider properties with parens and comments (#​7525) (7012279)

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

v6.5.0

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-type-assertions] wrap object return value with parentheses (#​6885) (23ac499)

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

6.4.1 (2023-08-21)

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] false positives with branded types (#​7466) (b52658f), closes #​7293

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

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

v6.6.0

Compare Source

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

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

v6.5.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.4.1 (2023-08-21)

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

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

jaredpalmer/formik (formik)

v2.4.4

Compare Source

Patch Changes
highcharts/highcharts-react (highcharts-react-official)

v3.2.1

Compare Source

prettier/prettier (prettier)

v3.0.3

Compare Source

diff

Add preferUnplugged: true to package.json (#​15169 by @​fisker and @​so1ve)

Prettier v3 uses dynamic imports, user will need to unplug Prettier when Yarn's PnP mode is enabled, add preferUnplugged: true to package.json, so Yarn will install Prettier as unplug by default.

Support shared config that forbids require() (#​15233 by @​fisker)

If an external shared config package is used, and the package exports don't have require or default export.

In Prettier 3.0.2 Prettier fails when attempt to require() the package, and throws an error.

Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in <packageName>/package.json
Allow argument of require() to break (#​15256 by @​fisker)
// Input
const plugin = require(
  global.STANDALONE
    ? path.join(__dirname, "../standalone.js")
    : path.join(__dirname, "..")
);

// Prettier 3.0.2
const plugin = require(global.STANDALONE
  ? path.join(__dirname, "../standalone.js")
  : path.join(__dirname, ".."));

// Prettier 3.0.3
const plugin = require(
  global.STANDALONE
    ? path.join(__dirname, "../standalone.js")
    : path.join(__dirname, "..")
);
Do not print trailing commas in arrow function type parameter lists in ts code blocks (#​15286 by @​sosukesuzuki)
<!-- Input -->
```ts
const foo = <T>() => {}
```

<!-- Prettier 3.0.2 -->
```ts
const foo = <T,>() => {}
```

<!-- Prettier 3.0.3 -->
```ts
const foo = <T>() => {}
```
Support TypeScript 5.2 using / await using declaration (#​15321 by @​sosukesuzuki)

Support for the upcoming Explicit Resource Management feature in ECMAScript. using / await using declaration

{
   using foo = new Foo();
   await using bar = new Bar();
}
vitest-dev/vitest (vitest)

v0.34.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

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 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 Sep 1, 2023
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to v6.5.0 fix(deps): update all non-major dependencies Sep 2, 2023
@socket-security
Copy link

socket-security bot commented Sep 2, 2023

Removed dependencies detected. Learn more about Socket for GitHub ↗︎

🚮 Removed packages: @apollo/client@3.8.1, @types/chart.js@2.9.37, @types/lodash@4.14.197, formik@2.4.3, highcharts-react-official@3.2.0, prettier@3.0.2

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from c5937fd to 2081e41 Compare September 11, 2023 02:09
@IanKrieger IanKrieger merged commit abce216 into master Sep 12, 2023
7 checks passed
@IanKrieger IanKrieger deleted the renovate/all-minor-patch branch September 12, 2023 18:56
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