jellyfin-vue icon indicating copy to clipboard operation
jellyfin-vue copied to clipboard

chore(deps): update dependencies (major)

Open renovate[bot] opened this issue 3 years ago • 3 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mdi/font (source) 6.6.96 -> 7.0.96 age adoption passing confidence
axios (source) 0.27.2 -> 1.1.2 age adoption passing confidence
blurhash (source) 1.1.5 -> 2.0.3 age adoption passing confidence
uuid 8.3.2 -> 9.0.0 age adoption passing confidence
vee-validate (source) 3.4.14 -> 4.7.0 age adoption passing confidence
vue-awesome-swiper (source) 4.1.1 -> 5.0.1 age adoption passing confidence

Release Notes

Templarian/MaterialDesign-Webfont

v7.0.96

Compare Source

v6.9.96

Compare Source

v6.8.96

Compare Source

v6.7.96

Compare Source

axios/axios

v1.1.2

Compare Source

Fixed
  • Fixed broken exports for UMD builds.
Contributors to this release

v1.1.1

Compare Source

Fixed
  • Fixed broken exports for common js. This fix breaks a prior fix, I will fix both issues ASAP but the commonJS use is more impactful.
Contributors to this release

v1.1.0

Compare Source

Fixed
  • Fixed missing exports in type definition index.d.ts #​5003
  • Fixed query params composing #​5018
  • Fixed GenericAbortSignal interface by making it more generic #​5021
  • Fixed adding "clear" to AxiosInterceptorManager #​5010
  • Fixed commonjs & umd exports #​5030
  • Fixed inability to access response headers when using axios 1.x with Jest #​5036
Contributors to this release

v1.0.0

Compare Source

Added
  • Added stack trace to AxiosError #​4624
  • Add AxiosError to AxiosStatic #​4654
  • Replaced Rollup as our build runner #​4596
  • Added generic TS types for the exposed toFormData helper #​4668
  • Added listen callback function #​4096
  • Added instructions for installing using PNPM #​4207
  • Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill #​4229
  • Added axios-url-template in ECOSYSTEM.md #​4238
  • Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an axios instance #​4248
  • Added react hook plugin #​4319
  • Adding HTTP status code for transformResponse #​4580
  • Added blob to the list of protocols supported by the browser #​4678
  • Resolving proxy from env on redirect #​4436
  • Added enhanced toFormData implementation with additional options 4704
  • Adding Canceler parameters config and request #​4711
  • Added automatic payload serialization to application/x-www-form-urlencoded #​4714
  • Added the ability for webpack users to overwrite built-ins #​4715
  • Added string[] to AxiosRequestHeaders type #​4322
  • Added the ability for the url-encoded-form serializer to respect the formSerializer config #​4721
  • Added isCancel type assert #​4293
  • Added data URL support for node.js #​4725
  • Adding types for progress event callbacks #​4675
  • URL params serializer #​4734
  • Added axios.formToJSON method #​4735
  • Bower platform add data protocol #​4804
  • Use WHATWG URL API instead of url.parse() #​4852
  • Add ENUM containing Http Status Codes to typings #​4903
  • Improve typing of timeout in index.d.ts #​4934
Changed
  • Updated AxiosError.config to be optional in the type definition #​4665
  • Updated README emphasizing the URLSearchParam built-in interface over other solutions #​4590
  • Include request and config when creating a CanceledError instance #​4659
  • Changed func-names eslint rule to as-needed #​4492
  • Replacing deprecated substr() with slice() as substr() is deprecated #​4468
  • Updating HTTP links in README.md to use HTTPS #​4387
  • Updated to a better trim() polyfill #​4072
  • Updated types to allow specifying partial default headers on instance create #​4185
  • Expanded isAxiosError types #​4344
  • Updated type definition for axios instance methods #​4224
  • Updated eslint config #​4722
  • Updated Docs #​4742
  • Refactored Axios to use ES2017 #​4787
Deprecated
  • There are multiple deprecations, refactors and fixes provided in this release. Please read through the full release notes to see how this may impact your project and use case.
Removed
  • Removed incorrect argument for NetworkError constructor #​4656
  • Removed Webpack #​4596
  • Removed function that transform arguments to array #​4544
Fixed
  • Fixed grammar in README #​4649
  • Fixed code error in README #​4599
  • Optimized the code that checks cancellation #​4587
  • Fix url pointing to defaults.js in README #​4532
  • Use type alias instead of interface for AxiosPromise #​4505
  • Fix some word spelling and lint style in code comments #​4500
  • Edited readme with 3 updated browser icons of Chrome, FireFox and Safari #​4414
  • Bump follow-redirects from 1.14.9 to 1.15.0 #​4673
  • Fixing http tests to avoid hanging when assertions fail #​4435
  • Fix TS definition for AxiosRequestTransformer #​4201
  • Fix grammatical issues in README #​4232
  • Fixing instance.defaults.headers type #​4557
  • Fixed race condition on immediate requests cancellation #​4261
  • Fixing Z_BUF_ERROR when no content #​4701
  • Fixing proxy beforeRedirect regression #​4708
  • Fixed AxiosError status code type #​4717
  • Fixed AxiosError stack capturing #​4718
  • Fixing AxiosRequestHeaders typings #​4334
  • Fixed max body length defaults #​4731
  • Fixed toFormData Blob issue on node>v17 #​4728
  • Bump grunt from 1.5.2 to 1.5.3 #​4743
  • Fixing content-type header repeated #​4745
  • Fixed timeout error message for http 4738
  • Request ignores false, 0 and empty string as body values #​4785
  • Added back missing minified builds #​4805
  • Fixed a type error #​4815
  • Fixed a regression bug with unsubscribing from cancel token; #​4819
  • Remove repeated compression algorithm #​4820
  • The error of calling extend to pass parameters #​4857
  • SerializerOptions.indexes allows boolean | null | undefined #​4862
  • Require interceptors to return values #​4874
  • Removed unused imports #​4949
  • Allow null indexes on formSerializer and paramsSerializer #​4960
Chores
  • Set permissions for GitHub actions #​4765
  • Included githubactions in the dependabot config #​4770
  • Included dependency review #​4771
  • Update security.md #​4784
  • Remove unnecessary spaces #​4854
  • Simplify the import path of AxiosError #​4875
  • Fix Gitpod dead link #​4941
  • Enable syntax highlighting for a code block #​4970
  • Using Logo Axios in Readme.md #​4993
  • Fix markup for note in README #​4825
  • Fix typo and formatting, add colons #​4853
  • Fix typo in readme #​4942
Security
Contributors to this release
woltapp/blurhash

v2.0.3

Compare Source

v2.0.2

Compare Source

v2.0.1

Compare Source

v2.0.0

Compare Source

uuidjs/uuid

v9.0.0

Compare Source

⚠ BREAKING CHANGES
  • Drop Node.js 10.x support. This library always aims at supporting one EOLed LTS release which by this time now is 12.x which has reached EOL 30 Apr 2022.

  • Remove the minified UMD build from the package.

    Minified code is hard to audit and since this is a widely used library it seems more appropriate nowadays to optimize for auditability than to ship a legacy module format that, at best, serves educational purposes nowadays.

    For production browser use cases, users should be using a bundler. For educational purposes, today's online sandboxes like replit.com offer convenient ways to load npm modules, so the use case for UMD through repos like UNPKG or jsDelivr has largely vanished.

  • Drop IE 11 and Safari 10 support. Drop support for browsers that don't correctly implement const/let and default arguments, and no longer transpile the browser build to ES2015.

    This also removes the fallback on msCrypto instead of the crypto API.

    Browser tests are run in the first supported version of each supported browser and in the latest (as of this commit) version available on Browserstack.

Features
Bug Fixes
build
8.3.2 (2020-12-08)
Bug Fixes
8.3.1 (2020-10-04)
Bug Fixes
logaretm/vee-validate

v4.7.0

Compare Source

Features

4.6.10 (2022-09-30)

Bug Fixes
  • use ssr safe file check (56663aa)

4.6.9 (2022-09-19)

Bug Fixes

4.6.8 (2022-09-19)

Bug Fixes
Features

4.6.7 (2022-08-27)

Bug Fixes
  • allow generics for generic function type (91e97aa)
  • handle validation races for async validations (#​3908) (8c82079)

4.6.6 (2022-08-16)

Bug Fixes

4.6.5 (2022-08-11)

Bug Fixes

4.6.4 (2022-08-07)

Bug Fixes
  • make sure to deep watch created models by useFieldModel (fbe273c)

4.6.3 (2022-08-07)

Features
  • Expose InvalidSubmissionHandler and GenericValidateFunction types (#​3853) (3ccf27d)

4.6.2 (2022-07-17)

Bug Fixes
Features

4.6.1 (2022-07-12)

Bug Fixes

v4.6.10

Compare Source

Bug Fixes
  • use ssr safe file check (56663aa)

v4.6.9

Compare Source

Bug Fixes

v4.6.8

Compare Source

Bug Fixes
Features

v4.6.7

Compare Source

Bug Fixes
  • allow generics for generic function type (91e97aa)
  • handle validation races for async validations (#​3908) (8c82079)

v4.6.6

Compare Source

Bug Fixes

v4.6.5

Compare Source

Bug Fixes

v4.6.4

Compare Source

Bug Fixes
  • make sure to deep watch created models by useFieldModel (fbe273c)

v4.6.3

Compare Source

Features
  • Expose InvalidSubmissionHandler and GenericValidateFunction types (#​3853) (3ccf27d)

v4.6.2

Compare Source

Bug Fixes
Features

v4.6.1

Compare Source

Bug Fixes
  • use ssr safe file check (56663aa)

v4.6.0

Compare Source

Bug Fixes
  • added existing undefined path fallback closes #​3801 (fd0500c)
  • avoid inserting value binding for file type inputs closes #​3760 (3c76bb2)
  • avoid validating when field instance exists (3759df2)
  • compare form meta.dirty based on original values than staged initials closes #​3782 (f3ffd3c)
  • expose ValidationOptions type closes #​3825 (9854865)
  • exposed component APIs to their TS defs with refs closes #​3292 (ae59d0f)
  • fast equal before deciding value was changed closes #​3808 (3d582ec)
  • use multiple batch queues for both validation modes closes #​3783 (6156603)
Features

4.5.11 (2022-04-10)

Bug Fixes
Features

4.5.10 (2022-03-08)

Note: Version bump only for package vee-validate

4.5.9 (2022-02-22)

Bug Fixes
  • mark fields validated via form validate as validated (ad9fa9d)

4.5.8 (2022-01-23)

Bug Fixes
  • clear old error path error when changing field name closes #​3664 (f736e62)
  • field array swap not working when falsy values are present at paths (40afbd9)

4.5.7 (2021-12-07)

Bug Fixes

4.5.6 (2021-11-17)

Bug Fixes

4.5.5 (2021-11-01)

Bug Fixes

4.5.4 (2021-10-20)

Note: Version bump only for package vee-validate

4.5.3 (2021-10-17)

Features

4.5.2 (2021-09-30)

Bug Fixes

4.5.1 (2021-09-29)

Note: Version bump only for package vee-validate

v4.5.11

Compare Source

Bug Fixes
Features

v4.5.10

Compare Source

Note: Version bump only for package vee-validate

v4.5.9

Compare Source

Bug Fixes
  • mark fields validated via form validate as validated (ad9fa9d)

v4.5.8

Compare Source

Bug Fixes
  • clear old error path error when changing field name closes #​3664 (f736e62)
  • field array swap not working when falsy values are present at paths (40afbd9)

v4.5.7

Compare Source

Bug Fixes

v4.5.6

Compare Source

Bug Fixes

v4.5.5

Compare Source

Bug Fixes

v4.5.4

Compare Source

Note: Version bump only for package vee-validate

v4.5.3

Compare Source

Features

v4.5.2

Compare Source

Bug Fixes

v4.5.1

Compare Source

Bug Fixes
Features

v4.5.0

Compare Source

Note: Version bump only for package vee-validate

4.4.11 (2021-09-11)

Bug Fixes

4.4.10 (2021-08-31)

Bug Fixes

4.4.9 (2021-08-05)

Bug Fixes
  • ensure to clone user passed values in setters closes #​3428 (a720c24)
  • prioritize the current value if another field of same name is mounted closes #​3429 (cf036ec)

4.4.8 (2021-07-31)

Note: Version bump only for package vee-validate

4.4.7 (2021-07-20)

Bug Fixes
  • avoid watching values at the end of reset calls closes #​3407 (86f594f)
Features

4.4.6 (2021-07-08)

Bug Fixes
  • clean error message for singular fields after unmount (#​3385) (4e81cce)
  • quit unsetting path if its already unset (cfe45ba)
  • expose setters in composition API (d79747d)

4.4.5 (2021-06-13)

4.4.4 (2021-06-05)

Bug Fixes
  • field with pre-register schema errors should be validated on register closes #​3342 (61c7359)
  • make sure to create the container path if it exists while null or undefined (79d3779)
  • make sure to create the container path if it exists while null or undefined (79d3779)
Features
  • expose setters in composition API (61f942f)

4.4.3 (2021-06-02)

Bug Fixes

4.4.2 (2021-05-28)

Bug Fixes
  • clean up the old values path when fields exchange names fixes #​3325 (fe51c12)

4.4.1 (2021-05-24)

Bug Fixes
  • forgot adding errors in useValidationForm (d032d3b)
  • re-introduce the errors prop back on the form validation result closes #​3317 (b439a73)

v4.4.11

Compare Source

Bug Fixes

[v4.4.10](https://togithub.com/lo


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 is behind base branch, 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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Mar 19 '22 09:03 renovate[bot]

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 00e4adb
Status:🚫  Build failed.

View logs

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @jellyfin-vue/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/swiper
npm ERR!   swiper@"5.x" from @jellyfin-vue/[email protected]
npm ERR!   frontend
npm ERR!     @jellyfin-vue/[email protected]
npm ERR!     node_modules/@jellyfin-vue/frontend
npm ERR!       workspace frontend from the root project
npm ERR!       1 more (@jellyfin-vue/tauri)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer swiper@"^7.0.0  || ^8.0.0" from [email protected]
npm ERR! node_modules/vue-awesome-swiper
npm ERR!   vue-awesome-swiper@"5.0.1" from @jellyfin-vue/[email protected]
npm ERR!   frontend
npm ERR!     @jellyfin-vue/[email protected]
npm ERR!     node_modules/@jellyfin-vue/frontend
npm ERR!       workspace frontend from the root project
npm ERR!       1 more (@jellyfin-vue/tauri)
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/renovate-cache/others/npm/_logs/2022-11-29T14_25_29_232Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2022-11-29T14_25_29_232Z-debug-0.log

renovate[bot] avatar Mar 19 '22 09:03 renovate[bot]

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarqubecloud[bot] avatar Oct 15 '22 15:10 sonarqubecloud[bot]

Cloudflare Pages deployment

Latest commit 12be143
Status ❌ Failure. Check workflow logs for details
Preview URL Not available
Type 🔀 Preview

View build logs View bot logs

jellyfin-bot avatar Nov 15 '22 09:11 jellyfin-bot

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarqubecloud[bot] avatar Nov 29 '22 14:11 sonarqubecloud[bot]

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarqubecloud[bot] avatar Apr 03 '23 12:04 sonarqubecloud[bot]

Cloudflare Pages deployment

Latest commit aa17383
Status 🔄 Deploying...
Preview URL Not available
Type 🔀 Preview

View bot logs

jellyfin-bot avatar Apr 03 '23 12:04 jellyfin-bot