neilenns / vatsim-plan-verifier

Verifies flight plans for vatsim flights
MIT License
2 stars 0 forks source link

Update all minor and patch dependencies #1313

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@fontsource-variable/inter (source) 5.0.19 -> 5.0.20 age adoption passing confidence
@fontsource/roboto (source) 5.0.13 -> 5.0.14 age adoption passing confidence
@mui/icons-material (source) 5.16.5 -> 5.16.6 age adoption passing confidence
@mui/material (source) 5.16.5 -> 5.16.6 age adoption passing confidence
@mui/x-data-grid (source) 7.11.1 -> 7.12.0 age adoption passing confidence
@types/chai (source) 4.3.16 -> 4.3.17 age adoption passing confidence
@types/node (source) 20.14.13 -> 20.14.14 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.17.0 -> 7.18.0 age adoption passing confidence
auth0 4.7.0 -> 4.8.0 age adoption passing confidence
axios (source) 1.7.2 -> 1.7.3 age adoption passing confidence
luxon 3.4.4 -> 3.5.0 age adoption passing confidence
mongoose (source) 8.5.1 -> 8.5.2 age adoption passing confidence
react-router-dom (source) 6.25.1 -> 6.26.0 age adoption passing confidence

Release Notes

fontsource/font-files (@​fontsource-variable/inter) ### [`v5.0.20`](https://togithub.com/fontsource/font-files/compare/8947554b202aef8038fd08d7f07ac9112a0cf657...b56d2acb676b33cac2f41985162c05a35fd76ac4) [Compare Source](https://togithub.com/fontsource/font-files/compare/8947554b202aef8038fd08d7f07ac9112a0cf657...b56d2acb676b33cac2f41985162c05a35fd76ac4)
fontsource/font-files (@​fontsource/roboto) ### [`v5.0.14`](https://togithub.com/fontsource/font-files/compare/f069547c3d25cb9602fdbc1d9eb1f34046dc8353...d76f3ebca2dd4bb3c4ac9f362ce999fe45785de6) [Compare Source](https://togithub.com/fontsource/font-files/compare/f069547c3d25cb9602fdbc1d9eb1f34046dc8353...d76f3ebca2dd4bb3c4ac9f362ce999fe45785de6)
mui/material-ui (@​mui/icons-material) ### [`v5.16.6`](https://togithub.com/mui/material-ui/releases/tag/v5.16.6) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.16.5...v5.16.6) *Jul 30, 2024* A big thanks to the 5 contributors who made this release possible. ##### `@mui/material@5.16.6` - \[Divider] Enable borderStyle enhancement in divider with children ([#​43059](https://togithub.com/mui/material-ui/issues/43059)) [@​anuujj](https://togithub.com/anuujj) ##### Docs - \[material-ui]\[Card] Update CardMedia description ([#​43121](https://togithub.com/mui/material-ui/issues/43121)) [@​shahzaibdev1](https://togithub.com/shahzaibdev1) - \[material-ui] Replace deprecated `` with `ListItemButton` component in routing libraries list example ([#​43114](https://togithub.com/mui/material-ui/issues/43114)) [@​aliharis99](https://togithub.com/aliharis99) - \[material-ui]\[Snackbar] Improve close `reason` type in demos ([#​43105](https://togithub.com/mui/material-ui/issues/43105)) [@​sai6855](https://togithub.com/sai6855) ##### Core - \[code-infra] Use the same CI names on master & next ([#​43064](https://togithub.com/mui/material-ui/issues/43064)) [@​mnajdova](https://togithub.com/mnajdova) All contributors of this release in alphabetical order: [@​aliharis99](https://togithub.com/aliharis99), [@​anuujj](https://togithub.com/anuujj), [@​mnajdova](https://togithub.com/mnajdova), [@​sai6855](https://togithub.com/sai6855), [@​shahzaibdev1](https://togithub.com/shahzaibdev1)
mui/mui-x (@​mui/x-data-grid) ### [`v7.12.0`](https://togithub.com/mui/mui-x/blob/HEAD/CHANGELOG.md#7120) [Compare Source](https://togithub.com/mui/mui-x/compare/v7.11.1...v7.12.0) *Aug 1, 2024* ##### πŸ’΅ Our commercial offering is evolving The [Pro plan](https://mui.com/x/introduction/licensing/#pro-plan) is receiving two new packages: - `@mui/x-tree-view-pro` (available today!) - `@mui/x-charts-pro` (available in the coming weeks) As always, every feature released as part of the MIT plan will remain free and MIT licensed forever. This expansion of the Pro plan comes with some adjustments to our pricing strategy. Learn more about those in the [Upcoming changes to MUI X pricing in 2024](https://mui.com/blog/mui-x-sep-2024-price-update/) blog post. ##### Highlights We'd like to offer a big thanks to the 12 contributors who made this release possible. Here are some highlights ✨: - 🎁 Introduce [item reordering using drag and drop](https://mui.com/x/react-tree-view/rich-tree-view/ordering/) on the `RichTreeViewPro` component Item reordering using drag and drop - πŸ“¦ Support Common JS bundle out of the box on `@mui/x-charts` by adding vendored D3 dependencies. - This modifies how the package imports D3.js. It will impact you if you use `d3` packages installed by `@mui/x-charts` and don't have them in your `package.json`. You shouldn't be affected otherwise. - For more context, the initial issue is caused by D3 only exporting ESM. ![image](https://togithub.com/user-attachments/assets/d705b4de-0c93-420e-a416-528e7a044c1d) - The solution up until now was to export charts with only ESM. But some frameworks are confused by this configuration. ![image](https://togithub.com/user-attachments/assets/18a09703-9dd4-4226-a33d-167af059219c) - So in order to fix this, we are providing a CJS version of D3. ![image](https://togithub.com/user-attachments/assets/56387fe6-85d8-4750-bb9d-9866d5be68fa) - 🌍 Improve Turkish (tr-TR) locale on the Data Grid - 🌍 Improve Finnish (fi-FI) locale on the Date and Time Pickers - 🐞 Bugfixes - πŸ“š Documentation improvements ##### Data Grid ##### `@mui/x-data-grid@7.12.0` - \[DataGrid] Fix crash when updating columns immediately after scrolling ([#​13781](https://togithub.com/mui/mui-x/issues/13781)) [@​cherniavskii](https://togithub.com/cherniavskii) - \[DataGrid] Fix `role=presentation` a11y issue ([#​13891](https://togithub.com/mui/mui-x/issues/13891)) [@​romgrk](https://togithub.com/romgrk) - \[DataGrid] Fix top corner pixels & outline radius ([#​13943](https://togithub.com/mui/mui-x/issues/13943)) [@​romgrk](https://togithub.com/romgrk) - \[DataGrid] Refactor: remove useless copy ([#​14039](https://togithub.com/mui/mui-x/issues/14039)) [@​romgrk](https://togithub.com/romgrk) - \[l10n] Improve Turkish (tr-TR) locale ([#​13996](https://togithub.com/mui/mui-x/issues/13996)) [@​bagcivan](https://togithub.com/bagcivan) ##### `@mui/x-data-grid-pro@7.12.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-data-grid@7.12.0`. ##### `@mui/x-data-grid-premium@7.12.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link "Premium plan") Same changes as in `@mui/x-data-grid-pro@7.12.0`. ##### Date and Time Pickers ##### `@mui/x-date-pickers@7.12.0` - \[l10n] Improve Finnish (fi-FI) locale ([#​14054](https://togithub.com/mui/mui-x/issues/14054)) [@​frozenzia](https://togithub.com/frozenzia) ##### `@mui/x-date-pickers-pro@7.12.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-date-pickers@7.12.0`. ##### Charts ##### `@mui/x-charts@7.12.0` - \[charts] Fix incorrect `axisId` prop being allowed in xAxis/yAxis config. Use `id` instead. ([#​13986](https://togithub.com/mui/mui-x/issues/13986)) [@​JCQuintas](https://togithub.com/JCQuintas) - \[charts] Use vendor to have Common JS bundle working out of the box ([#​13608](https://togithub.com/mui/mui-x/issues/13608)) [@​alexfauquette](https://togithub.com/alexfauquette) - \[charts] Divide the `SeriesProvider` to use in filtering ([#​14026](https://togithub.com/mui/mui-x/issues/14026)) [@​JCQuintas](https://togithub.com/JCQuintas) ##### Tree View ##### `@mui/x-tree-view@7.12.0` - \[TreeView] Add new prop `onItemClick` on the Tree View components ([#​14018](https://togithub.com/mui/mui-x/issues/14018)) [@​flaviendelangle](https://togithub.com/flaviendelangle) - \[TreeView] Add new utility function `isEventTargetInDescendants` ([#​13982](https://togithub.com/mui/mui-x/issues/13982)) [@​flaviendelangle](https://togithub.com/flaviendelangle) - \[TreeView] Support item reordering using drag and drop ([#​12213](https://togithub.com/mui/mui-x/issues/12213)) [@​flaviendelangle](https://togithub.com/flaviendelangle) ##### Docs - \[docs] Add Pickers `minDate` and `maxDate` `default` description ([#​14024](https://togithub.com/mui/mui-x/issues/14024)) [@​LukasTy](https://togithub.com/LukasTy) - \[docs] Fix 404 ([#​13989](https://togithub.com/mui/mui-x/issues/13989)) [@​alexfauquette](https://togithub.com/alexfauquette) - \[docs] Fix Vale errors ([#​14025](https://togithub.com/mui/mui-x/issues/14025)) [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[docs] Update on `renderCell` & autogenerated rows ([#​13879](https://togithub.com/mui/mui-x/issues/13879)) [@​romgrk](https://togithub.com/romgrk) ##### Core - \[core] Fix event naming convention [@​oliviertassinari](https://togithub.com/oliviertassinari) - \[core] Replace [@​mui/base](https://togithub.com/mui/base) with [@​mui/utils](https://togithub.com/mui/utils) + [@​mui/material](https://togithub.com/mui/material) ([#​13823](https://togithub.com/mui/mui-x/issues/13823)) [@​mnajdova](https://togithub.com/mnajdova) - \[core] Test `charts` performance with codspeed ([#​13952](https://togithub.com/mui/mui-x/issues/13952)) [@​JCQuintas](https://togithub.com/JCQuintas) - \[infra] Consolidate issue cleanup and support labeling action ([#​14031](https://togithub.com/mui/mui-x/issues/14031)) [@​michelengelen](https://togithub.com/michelengelen) - \[infra] Revert `vale` action `paths` filtering ([#​14038](https://togithub.com/mui/mui-x/issues/14038)) [@​LukasTy](https://togithub.com/LukasTy) - \[test] Fix adapters code coverage ([#​13969](https://togithub.com/mui/mui-x/issues/13969)) [@​alexfauquette](https://togithub.com/alexfauquette) - \[test] Fix mocha config to run charts tests ([#​14041](https://togithub.com/mui/mui-x/issues/14041)) [@​alexfauquette](https://togithub.com/alexfauquette)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v7.18.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7180-2024-07-29) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.17.0...v7.18.0) ##### 🩹 Fixes - **eslint-plugin:** \[no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib - **eslint-plugin:** \[unbound-method] report on destructuring in function parameters - **eslint-plugin:** \[no-duplicate-type-constituents] shouldn't report on error types - **eslint-plugin:** \[strict-boolean-expressions] support branded booleans ##### ❀️ Thank You - auvred - Oliver Salzburg - Vinccool96 - Yukihiro Hasegawa You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
auth0/node-auth0 (auth0) ### [`v4.8.0`](https://togithub.com/auth0/node-auth0/blob/HEAD/CHANGELOG.md#v480-2024-08-02) [Compare Source](https://togithub.com/auth0/node-auth0/compare/v4.7.0...v4.8.0) [Full Changelog](https://togithub.com/auth0/node-auth0/compare/v4.7.0...v4.8.0) **Added** - Added support for client, tenant and resource level properties related to HRI [#​1024](https://togithub.com/auth0/node-auth0/pull/1024) ([gyaneshgouraw-okta](https://togithub.com/gyaneshgouraw-okta)) - Added support for users getSessions & getRefreshTokens endpoint in management api client [#​1021](https://togithub.com/auth0/node-auth0/pull/1021) ([gyaneshgouraw-okta](https://togithub.com/gyaneshgouraw-okta)) - Added support for Session & Refresh token in management api client [#​1019](https://togithub.com/auth0/node-auth0/pull/1019) ([gyaneshgouraw-okta](https://togithub.com/gyaneshgouraw-okta))
axios/axios (axios) ### [`v1.7.3`](https://togithub.com/axios/axios/blob/HEAD/CHANGELOG.md#173-2024-08-01) [Compare Source](https://togithub.com/axios/axios/compare/v1.7.2...v1.7.3) ##### Bug Fixes - **adapter:** fix progress event emitting; ([#​6518](https://togithub.com/axios/axios/issues/6518)) ([e3c76fc](https://togithub.com/axios/axios/commit/e3c76fc9bdd03aa4d98afaf211df943e2031453f)) - **fetch:** fix withCredentials request config ([#​6505](https://togithub.com/axios/axios/issues/6505)) ([85d4d0e](https://togithub.com/axios/axios/commit/85d4d0ea0aae91082f04e303dec46510d1b4e787)) - **xhr:** return original config on errors from XHR adapter ([#​6515](https://togithub.com/axios/axios/issues/6515)) ([8966ee7](https://togithub.com/axios/axios/commit/8966ee7ea62ecbd6cfb39a905939bcdab5cf6388)) ##### Contributors to this release - avatar [Dmitriy Mozgovoy](https://togithub.com/DigitalBrainJS "+211/-159 (#​6518 #​6519 )") - avatar [Valerii Sidorenko](https://togithub.com/ValeraS "+3/-3 (#​6515 )") - avatar [prianYu](https://togithub.com/prianyu "+2/-2 (#​6505 )")
moment/luxon (luxon) ### [`v3.5.0`](https://togithub.com/moment/luxon/blob/HEAD/CHANGELOG.md#350-2024-08-03) [Compare Source](https://togithub.com/moment/luxon/compare/3.4.4...3.5.0) - Various performance improvements - throwOnInvalid causes the constructor to throw if the year is invalid
Automattic/mongoose (mongoose) ### [`v8.5.2`](https://togithub.com/Automattic/mongoose/blob/HEAD/CHANGELOG.md#852--2024-07-30) [Compare Source](https://togithub.com/Automattic/mongoose/compare/8.5.1...8.5.2) \================== - perf(clone): avoid further unnecessary checks if cloning a primitive value [#​14762](https://togithub.com/Automattic/mongoose/issues/14762) [#​14394](https://togithub.com/Automattic/mongoose/issues/14394) - fix: allow setting document array default to null [#​14769](https://togithub.com/Automattic/mongoose/issues/14769) [#​14717](https://togithub.com/Automattic/mongoose/issues/14717) [#​6691](https://togithub.com/Automattic/mongoose/issues/6691) - fix(model): support session: null option for save() to opt out of automatic session option with transactionAsyncLocalStorage [#​14744](https://togithub.com/Automattic/mongoose/issues/14744) [#​14736](https://togithub.com/Automattic/mongoose/issues/14736) - fix(model+document): avoid depopulating manually populated doc as getter value [#​14760](https://togithub.com/Automattic/mongoose/issues/14760) [#​14759](https://togithub.com/Automattic/mongoose/issues/14759) - fix: correct shardkey access in buildBulkWriteOps [#​14753](https://togithub.com/Automattic/mongoose/issues/14753) [#​14752](https://togithub.com/Automattic/mongoose/issues/14752) [adf0nt3s](https://togithub.com/adf0nt3s) - fix(query): handle casting $switch in $expr [#​14755](https://togithub.com/Automattic/mongoose/issues/14755) [#​14751](https://togithub.com/Automattic/mongoose/issues/14751) - types: allow calling SchemaType.cast() without parent and init parameters [#​14756](https://togithub.com/Automattic/mongoose/issues/14756) [#​14748](https://togithub.com/Automattic/mongoose/issues/14748) [#​9076](https://togithub.com/Automattic/mongoose/issues/9076) - docs: fix a wrong example in v6 migration guide [#​14758](https://togithub.com/Automattic/mongoose/issues/14758) [abdelrahman-elkady](https://togithub.com/abdelrahman-elkady)
remix-run/react-router (react-router-dom) ### [`v6.26.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#6260) [Compare Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.25.1...react-router-dom@6.26.0) ##### Minor Changes - Add a new `replace(url, init?)` alternative to `redirect(url, init?)` that performs a `history.replaceState` instead of a `history.pushState` on client-side navigation redirects ([#​11811](https://togithub.com/remix-run/react-router/pull/11811)) ##### Patch Changes - Fix initial hydration behavior when using `future.v7_partialHydration` along with `unstable_patchRoutesOnMiss` ([#​11838](https://togithub.com/remix-run/react-router/pull/11838)) - During initial hydration, `router.state.matches` will now include any partial matches so that we can render ancestor `HydrateFallback` components - Updated dependencies: - `@remix-run/router@1.19.0` - `react-router@6.26.0`

Configuration

πŸ“… Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - "before 4am on Monday" (UTC).

🚦 Automerge: Enabled.

β™» 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.



This PR was generated by Mend Renovate. View the repository job log.

cloudflare-pages[bot] commented 1 month ago

Deploying vatsim-plan-verifier with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0a29eb7
Status: βœ…  Deploy successful!
Preview URL: https://590f4e64.vatsim-plan-verifier.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.vatsim-plan-verifier.pages.dev

View logs