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

Bump frontend 2024.11.07 #5399

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

wendevlin
Copy link
Contributor

@wendevlin wendevlin commented Nov 7, 2024

Proposed change

  • update frontend to 2024.11.07
    • fix callApiRaw usage on older core versions

Type of change

  • Dependency upgrade
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (which adds functionality to the supervisor)
  • Breaking change (fix/feature causing existing functionality to break)
  • Code quality improvements to existing code or addition of tests

Additional information

  • This PR fixes or closes issue: fixes Requesting logs for Add-ons fails #5382
  • This PR is related to issue:
  • Link to documentation pull request:
  • Link to cli pull request:
  • Link to client library pull request:

Checklist

  • The code change is tested and works locally.
  • Local tests pass. Your PR cannot be merged unless tests pass
  • There is no commented out code in this PR.
  • I have followed the development checklist
  • The code has been formatted using Ruff (ruff format supervisor tests)
  • Tests have been added to verify that the new code works.

If API endpoints or add-on configuration are added/changed:

Summary by CodeRabbit

  • New Features

    • Updated script loading mechanism to enhance compatibility with various browsers and devices.
  • Bug Fixes

    • Resolved issues related to script loading failures by updating fallback script paths.

Copy link
Contributor

coderabbitai bot commented Nov 7, 2024

📝 Walkthrough

Walkthrough

The changes in this pull request involve updating a subproject commit in the home-assistant-polymer repository and modifying the script source URLs in a JavaScript file within the supervisor/api/panel/entrypoint.js. The subproject commit has been updated from 26e914290dccc014594136964411c528cd3a8953 to 46f0e0212dc93ffaf2992b64aa8fa1b54fde7e0e. Additionally, the script source URLs have been changed to new paths without altering the overall functionality or logic.

Changes

File Change Summary
home-assistant-polymer Updated subproject commit from 26e914290dccc014594136964411c528cd3a8953 to 46f0e0212dc93ffaf2992b64aa8fa1b54fde7e0e.
supervisor/api/panel/entrypoint.js Updated script source URLs: entrypoint.kEibnOO7vNU.js to entrypoint.eaJ87jjaoYA.js and fallback entrypoint.QRjNB4gJOsA.js to entrypoint.t1yF5Ic8wyI.js.

Assessment against linked issues

Objective Addressed Explanation
Requesting logs for Add-ons fails (#5382) No changes related to log functionality were made.

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai or @coderabbitai title anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🧹 Outside diff range and nitpick comments (2)
supervisor/api/panel/entrypoint.js (2)

1-1: Consider providing source maps for better debugging.

The minified code makes maintenance and debugging challenging. While minification is good for production, providing source maps would help with troubleshooting issues, especially given that this change aims to fix logging functionality.

Consider:

  1. Adding source maps for development environments
  2. Including the unminified version in the repository
  3. Documenting the build process that generates these files

1-1: Document browser compatibility requirements.

The regex includes specific version checks for various browsers, but these requirements aren't documented anywhere. This information would be valuable for users experiencing issues.

Consider adding a comment block or documentation that clearly states the minimum supported browser versions:

/**
 * Minimum supported browser versions:
 * - Edge: 120+
 * - Firefox: 115+
 * - Chrome/Chromium: 109+
 * - Safari: 17.2+
 * - iOS: 15.6+
 * - Android: 120+
 */
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

📥 Commits

Reviewing files that changed from the base of the PR and between b29bc23 and d633b85.

⛔ Files ignored due to path filters (276)
  • supervisor/api/panel/entrypoint.js.gz is excluded by !**/*.gz
  • supervisor/api/panel/frontend_es5/110.N3mhm3V6b1k.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/1101.oqUbd5gTc_8.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/1202.4uvFofSj10o.js.gz is excluded by !**/*.gz
  • supervisor/api/panel/frontend_es5/1202.ldX5u1UfT4Y.js.gz is excluded by !**/*.gz
  • supervisor/api/panel/frontend_es5/1202.ldX5u1UfT4Y.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/1306.EM6Ds30Fu3A.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/1336._L7uPnPjFuY.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/1572.LKRSQZQ1tno.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/1749.3Kl0YQ95V-k.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/1786.1JysPuqnSTE.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/197.EqS3qIc7Cbg.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/2035.SrpBpUIBquk.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/2038.ba1z4OIp9rc.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/2150.OxOidlaJF5s.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/2178._npaIgn2-LA.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/2209.awow8j6bJEw.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/2283.z4QDHSYzx_c.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/232.uIC4kjqBXks.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/2333.M38yX4NAH1Q.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/2395.pGWCXC241ZM.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/2438.edSBcSE_WlQ.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/2675.c8Th5UExx98.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/2677.cgtbUfben_Q.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/27.VLKgvcjvI6Q.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/286.B91dDL-pOCw.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/2903.UKUBz0N_AH4.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/2989.i-FZLkVEvO8.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/2992.vkuveDNqB_E.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/3028.5iBOuPq7CJQ.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/307.8Eo07bYmWtg.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/3084.A7Te2h5NwEU.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/325.BYfP-U01cNo.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/3265.fOkhi81Kz7k.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/3314.__UPSlLrtPU.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/3395.7Q9HT5COwns.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/3401.j6eEbEVZkhQ.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/3606.qDgN-xNv9uU.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/3683.JKwpzS0eQ2Q.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/3698.twX_EebMz4o.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/3727.4Jqy8LNgs_4.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/3833.8xfvednNAOg.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/3919.aaCW-vZIi7E.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/3941.FT--G_ViQXU.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/40.VGmYlMcTU_4.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/405.j9-7RfczZfE.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/4060.VOV6AKur8e8.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/4161.MoJbS06bj_M.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/4162.lR0DF7sZBFQ.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/4168.gB0tuEaFS2E.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/4194.SQmjFzWSvo8.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/4235.q5lrjSZGVuo.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/428.rvQ1oT0gyLU.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/4354.zs_08PxRhkY.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/4489._lwqRYB3I2Q.js.gz is excluded by !**/*.gz
  • supervisor/api/panel/frontend_es5/4489._lwqRYB3I2Q.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/4489.tRtFBo1oCSY.js.gz is excluded by !**/*.gz
  • supervisor/api/panel/frontend_es5/4489.tRtFBo1oCSY.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/4515.6PTb8hx-Rzc.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/4517.PvqSvJub17A.js.gz is excluded by !**/*.gz
  • supervisor/api/panel/frontend_es5/4517.PvqSvJub17A.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/4548.FPJsFrjdHNY.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/46.Qy5LmhGli54.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/462.RWFGjUFtqnE.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/4668.X2Vy1F3EL4s.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/4688.HI5TqWFsr6k.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/4904.Thl4gSkk3x0.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/4944.Pp575KCzzkk.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/4973.-GpEOFixUcw.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/4994.Y-niXO6svUw.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/5082.ppl5oRjNylY.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/5113.7R138vdb6lk.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/5157.Y6J6G3WU1hw.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/5231.vPVal-xKJ4Y.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/5248.2HQ83gf5M1M.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/5269.sIiBcz3kUpI.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/548.6uc1voXrgtA.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/5591.Z1yItmyOcIM.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/5622.Dicqy4v8aI4.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/5737.khAV5AP9a8s.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/5756.VSgZ5eXD5XA.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/5853.olh7deOUX7w.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/5938.5kkIrK3mY5s.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/5951.H1ppr2LyxjY.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/6119.o4_Hno7nysc.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/6120.dmho0D6mKaw.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/6152.A1aJRYXtx8M.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/6163.xqtmnYGHajI.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/6185.HMMvDUiKxlM.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/6229._8AlFC-XtNc.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/6252.Ex4ol-oGCBM.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/6284.9TWBwf04kVw.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/6293.ooznYH5u2QI.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/6336.S3C75CWyAQ8.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/6368.ipgZZvVfWSo.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/6509.ZW8VzZU7xzA.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/6560.1zH_OC7K2wM.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/6601.dEEJn_i5izg.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/6623.rkakNTfAXjY.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/6668.AZYAa79zohc.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/675.pid59q0zBAI.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/6850.Bfup4f-lexU.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/6964.vXRP5T81SVU.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/6994.CMlLr3e6uJk.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/7097.jmaAm-D2HqQ.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/7230.g_aWwAmx3JQ.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/7299.fcpqJxLoypM.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/7384.5xrSicnT0Mo.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/7402.6XfHb4ZAbtQ.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/7411.NG3MmQljmYo.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/7412.0Vcamvi5vQk.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/7413.B10Xl7wOB0Q.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/7464.k3vYMtz8j1k.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/7500.fcwpSN6N-4s.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/7555.2uehPYqcgOk.js.gz is excluded by !**/*.gz
  • supervisor/api/panel/frontend_es5/7555.2uehPYqcgOk.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/7555.L2FEis8xQNw.js.gz is excluded by !**/*.gz
  • supervisor/api/panel/frontend_es5/7555.L2FEis8xQNw.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/7628.GF6LRGHO83w.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/7641.rH10QMNQU00.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/7768.wBcFvInBpsw.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/7918.-RLu-C44KZs.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/8043.8kEKYKrgEBE.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/8168.lYXSeZsnjMU.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/834.kj6qLJ679OQ.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/838.bP_QaK9UUvg.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/8483.2OQOAcbTeZY.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/8640.BYvogEh28DA.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/8648.Wd4HtDuxywA.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/866.PRMT5ATPQaE.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/8666.qih1S6IqHxQ.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/8667.GrImotA3798.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/8686.fWpWT4mSJxM.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/8709.q6pmLozrSlE.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/8738.lt5w2eA3T_A.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/8757.gEeldgkHTtg.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/8779.MBFQ1QL1YFs.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/8803.E5pFLCGMj1A.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/8819.Y_Fj6kxDcGw.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/8852.1uMiWAUoQoQ.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/8870.fXSLX8nuyik.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/888.FhX3hhBCtJM.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/8899.SdpkH595U5g.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/8901.JOX-P8QxWVg.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/8911.qd3N-Wxe_aI.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/8920.ul9fkFUtppc.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/8929.PP6bYAQ4WMQ.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/8998.MsdJ2gj20zM.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/9059.xxqzXSgMKrY.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/9090.ReIgGgizaIw.js.gz is excluded by !**/*.gz
  • supervisor/api/panel/frontend_es5/9090.ReIgGgizaIw.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/9090.Tzq_9QxIL1k.js.gz is excluded by !**/*.gz
  • supervisor/api/panel/frontend_es5/913.daN2nhWWL9E.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/9150.ZFCbt9rh8Sg.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/9222.IXqpEc_Y9po.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/946.FYCjQeFztwg.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/9504.Qo25GCfWOsE.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/9553.-89wAGWVxiE.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/9596.69gTy9qxrS8.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/9607.ePbUfLKhZMk.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/9632.F8FLkvIGFLc.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/9652.DuYQB0caZ38.js.gz is excluded by !**/*.gz
  • supervisor/api/panel/frontend_es5/9652.Eyzs0tMi7sQ.js.gz is excluded by !**/*.gz
  • supervisor/api/panel/frontend_es5/9652.Eyzs0tMi7sQ.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/9659.fMlVRQJVDQE.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/9682.Y85m-QFpzGY.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/9699.3wH4xSYOYFo.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/9711.uAOoEnWR69U.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/9721.sF-ruVaNPDw.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/9769.Txdx7oZgJXY.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/9779.luOKPuZJ_6M.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/9806.xTjt3uofzX0.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/9832.96lMX_8H_7E.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/9948.Vj27rOx66_E.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/entrypoint.QRjNB4gJOsA.js.gz is excluded by !**/*.gz
  • supervisor/api/panel/frontend_es5/entrypoint.QRjNB4gJOsA.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/entrypoint.t1yF5Ic8wyI.js.gz is excluded by !**/*.gz
  • supervisor/api/panel/frontend_es5/entrypoint.t1yF5Ic8wyI.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/markdown-worker._eZQUSfsSHw.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/recorder-worklet.QJ8eXU0fgn0.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_es5/sort-filter-worker.OtuFyjDsv-s.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/1048.Q0fVkdCh9_Q.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/1202.JzgpCTX6RVU.js.gz is excluded by !**/*.gz
  • supervisor/api/panel/frontend_latest/1202.JzgpCTX6RVU.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/1202.a9fTOCcHTas.js.gz is excluded by !**/*.gz
  • supervisor/api/panel/frontend_latest/1306.bJPCX30H8A4.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/1336.3Co5hDDy2Cw.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/1449.3FE8v9Ppv8A.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/1506.zTm0R5imWVs.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/1518.AZkf51sP9VE.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/1572.immF-Pmla_I.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/1686.35bxFJx5DC4.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/170.yFMpyOff_HY.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/1749.xcKy73U3Wns.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/1753.BbplvuER3iU.js.gz is excluded by !**/*.gz
  • supervisor/api/panel/frontend_latest/1753.BbplvuER3iU.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/1753.BfiXbXSIOJU.js.gz is excluded by !**/*.gz
  • supervisor/api/panel/frontend_latest/1753.BfiXbXSIOJU.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/1764.prtPn-vr5dg.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/1811.IN9ru6-WgqE.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/2038.EEMcxnNgyzE.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/2051.Y96riog-pAM.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/2178.yH5GfzQRofY.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/232.dDYYUozQ8jU.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/2395.nme2TxXgsU0.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/2427.u7tMqVvtHVs.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/2438.tOQvXyNUD7w.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/2481.Ztct6R_j7TU.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/2506.cB5zbd388zY.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/2595.qcr7X41YpyE.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/2669.ONfTl6rLTyk.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/2675.nduewWthqGQ.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/2677.NHp6BlHkt_I.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/27.p8D4fQhG5rc.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/2728.CALgGzZJuZo.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/2976.nbCqlzu7eo4.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/2989.ryCIrPngvGU.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/3028.hbg7VRqGWaA.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/307.LS2-PJSCMIQ.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/3084.LnAuWl4j38U.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/3209.dbLv54jhQW8.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/325.-8MyxEjOWj4.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/3265.SObzMrLIXo0.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/3316.Mtz7CXYj5Zs.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/3395.x-60pJdbguc.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/3434.BSzI7KlpQS0.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/3606.i6u73V41Tx4.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/3698.HUfXmCrzZDc.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/3798.fsvu7J3dwvE.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/3833.MNqn85WA7OU.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/405.xkE8A1dguSk.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/4060.W1d4JyEI69M.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/4168.tDlzJS3QJwI.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/4172.gMtmXkHmPKQ.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/4235.7Rhh7jzUiRI.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/428.AN767sNwIMM.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/4280.x6cj2sTDp3g.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/4288.x24dzwYsR94.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/4354.IiiEuKZBeZY.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/4418.H-2gfXJu-xs.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/4475.zIhaL8pXPzg.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/449.3lYwOgBLeR8.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/4515.S3EBju8Q6nw.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/4517.J2OaU0D4zag.js.gz is excluded by !**/*.gz
  • supervisor/api/panel/frontend_latest/4517.MJ-b917-QYk.js.gz is excluded by !**/*.gz
  • supervisor/api/panel/frontend_latest/4517.MJ-b917-QYk.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/46.g4bbCqZJyiY.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/462.rKhZCbKJuIs.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/4663.UbQM8fmE9Us.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/4688.u5th6hy1bAg.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/4904.FUwaLys9vkY.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/4944.Ffu4JLEIPUc.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/4973.PYKJy_6sYz0.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/5082.VY1aVOJLkQc.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/5113.y6KBubgmb0Q.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/5127.PO0EON-DQv4.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/5269.vauTOlMEwEo.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/5299.bdc6gOwpcX8.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/5337.qFz65gFfd5M.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/548.8NrLGrwHLko.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/5591._C1goWA6Oy4.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/5622.GtBvRGVZZ7E.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/5629.9yq7KHDo6mw.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/5710.f2I73DHEs-E.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/5855.BoH6IyHdJ14.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/5856.36bS81CcJeo.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/5881.rHnet40v2oQ.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/5938.Xk1RgddGL8g.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/5951.QIu81mBtg_8.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/6119.RGExBDdnMSc.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/6152.keJilLyteSs.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/6163.LFpZz-FBTPU.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/6185.HvA6aelEyAw.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/6229.Y6jjzcmwG04.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/6252.sM5n00DAOoY.js.map is excluded by !**/*.map
  • supervisor/api/panel/frontend_latest/627.4kPAEPIzJqc.js.map is excluded by !**/*.map
📒 Files selected for processing (2)
  • home-assistant-polymer (1 hunks)
  • supervisor/api/panel/entrypoint.js (1 hunks)
✅ Files skipped from review due to trivial changes (1)
  • home-assistant-polymer
🔇 Additional comments (1)
supervisor/api/panel/entrypoint.js (1)

1-1: Verify the new script versions contain the required fixes.

The script changes should address the log viewing issues reported in #5382. Let's verify the presence of these files and their content.

!function(){function d(d){var e=document.createElement("script");e.src=d,document.body.appendChild(e)}if(/Edge?\/(12\d|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(1{2}[5-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(109|1[1-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(17\.([2-9]|\d{2,})|(1[89]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(10[4-9]|1[1-9]\d|[2-9]\d{2}|\d{4,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(15[._]([6-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](12\d|1[3-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(12\d|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(12\d|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|SamsungBrowser\/(2[4-9]|[3-9]\d|\d{3,})\.\d+|Home As{2}istant\/[\d.]+ \(.+; macOS (1[2-9]|[2-9]\d|\d{3,})\.\d+(\.\d+)?\)/.test(navigator.userAgent))try{new Function("import('/api/hassio/app/frontend_latest/entrypoint.eaJ87jjaoYA.js')")()}catch(e){d("/api/hassio/app/frontend_es5/entrypoint.t1yF5Ic8wyI.js")}else d("/api/hassio/app/frontend_es5/entrypoint.t1yF5Ic8wyI.js")}()
Copy link
Contributor

Choose a reason for hiding this comment

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

🛠️ Refactor suggestion

Consider adding integrity checks for loaded scripts.

The dynamic script loading could benefit from additional security measures:

 function d(d){
-  var e=document.createElement("script");
-  e.src=d,document.body.appendChild(e)
+  var e=document.createElement("script");
+  e.integrity_no="sha384-[hash]";
+  e.crossOrigin="anonymous";
+  e.src=d;
+  document.body.appendChild(e)
 }

Committable suggestion skipped: line range outside the PR's diff.

@agners agners added the dependencies Updates of external dependencies label Nov 7, 2024
@agners agners merged commit 473662e into home-assistant:main Nov 7, 2024
22 of 23 checks passed
@wendevlin wendevlin deleted the bump-frontend-2024.11.07 branch November 7, 2024 16:25
@alexsaas
Copy link

alexsaas commented Nov 8, 2024

Hey there, do I understand correctly that there will be no supervisor update for this bug for people like me who are still on Core 2024.10.4?

The frontend update 2024.11.07 is not displayed for me. Just like the releases 2024.11.06.x.

@wendevlin
Copy link
Contributor Author

Hey there, do I understand correctly that there will be no supervisor update for this bug for people like me who are still on Core 2024.10.4?

The frontend update 2024.11.07 is not displayed for me. Just like the releases 2024.11.06.x.

No there will be an update.
https://github.com/home-assistant/supervisor/releases

I think it is currently in Beta. So you could already use it.

@github-actions github-actions bot locked and limited conversation to collaborators Nov 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla-signed dependencies Updates of external dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Requesting logs for Add-ons fails
4 participants