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

Update apiclient #3001

Merged
merged 1 commit into from
Sep 29, 2021
Merged

Update apiclient #3001

merged 1 commit into from
Sep 29, 2021

Conversation

thornbill
Copy link
Member

Changes
Bumps the apiclient to the latest release

Issues
Fixes #2909

@thornbill thornbill added this to Active PRs in Release 10.8.0 via automation Sep 24, 2021
Copy link
Contributor

@dmitrylyzo dmitrylyzo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now I'm thinking, What was I testing then? 😅
Because of this babel doesn't use specified targets in the browserlist - there is let in the dist.

UPD:
As an option (so as not to re-publish), we could add the apiclient to the web's babel:

--- a/webpack.common.js
+++ b/webpack.common.js
@@ -92,7 +92,7 @@ module.exports = {
             },
             {
                 test: /\.(js|jsx)$/,
-                exclude: /node_modules[\\/](?!@uupaa[\\/]dynamic-import-polyfill|blurhash|date-fns|epubjs|flv.js|libarchive.js)/,
+                exclude: /node_modules[\\/](?!@uupaa[\\/]dynamic-import-polyfill|blurhash|date-fns|epubjs|flv.js|jellyfin-apiclient|libarchive.js)/,
                 use: [{
                     loader: 'babel-loader'
                 }]

@thornbill
Copy link
Member Author

We should fix the apiclient and publish a new version imho. I opened a PR to fix it here: jellyfin-archive/jellyfin-apiclient-javascript#304.

@thornbill thornbill added the blocked Requires work on the web client to finish label Sep 27, 2021
@thornbill thornbill removed the blocked Requires work on the web client to finish label Sep 29, 2021
@sonarcloud
Copy link

sonarcloud bot commented Sep 29, 2021

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

@thornbill thornbill merged commit a70c83d into jellyfin:master Sep 29, 2021
Release 10.8.0 automation moved this from Active PRs to Completed PRs Sep 29, 2021
@thornbill thornbill deleted the bump-apiclient branch September 29, 2021 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Release 10.8.0
  
Completed PRs
Development

Successfully merging this pull request may close these issues.

Update QuickConnect
2 participants