Dev#988
Conversation
Bumps [eslint](https://github.com/eslint/eslint) from 9.32.0 to 9.36.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.32.0...v9.36.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.36.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@types/webextension-polyfill](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webextension-polyfill) from 0.12.1 to 0.12.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/webextension-polyfill) --- updated-dependencies: - dependency-name: "@types/webextension-polyfill" dependency-version: 0.12.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.4.0 to 24.5.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.5.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [zod](https://github.com/colinhacks/zod) from 4.1.5 to 4.1.11. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v4.1.5...v4.1.11) --- updated-dependencies: - dependency-name: zod dependency-version: 4.1.11 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [globals](https://github.com/sindresorhus/globals) from 16.3.0 to 16.4.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v16.3.0...v16.4.0) --- updated-dependencies: - dependency-name: globals dependency-version: 16.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…/dev/globals-16.4.0
…/dev/zod-4.1.11
…/dev/eslint-9.36.0
…/dev/types/node-24.5.2
…/dev/types/webextension-polyfill-0.12.3
|
Caution Review failedThe pull request is closed. WalkthroughLocalization files for it-IT, sv-SE, and zh-CN were updated. The restoreFullscreenScrolling feature was refactored to async class-based enable/disable with new CSS. Locale percentage constants changed; i18n hostname access was slightly refactored. Firefox manifest gained data_collection_permissions with corresponding TypeScript ambient types. Embedded feature initialization sequence was adjusted. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor U as User
participant EP as Embedded Page
participant FM as Feature Manager
participant RFS as restoreFullscreenScrolling
participant DOM as Document
U->>EP: Load embedded page
EP->>FM: enableFeatures()
FM->>FM: Enable base/built-in features
FM->>RFS: disableRestoreFullscreenScrolling() (await)
RFS->>DOM: waitFor ytd-watch-flexy, ytd-app
RFS->>DOM: Remove RFS classes
RFS-->>FM: resolved
note over FM,EP: After base features:
FM->>FM: Promise.all(additional feature init)
FM-->>EP: ready
sequenceDiagram
autonumber
participant BG as Background/Options
participant CT as Content Script
participant RFS as restoreFullscreenScrolling
participant DOM as Document
BG-->>CT: Message with RFS option enabled
CT->>RFS: enableRestoreFullscreenScrolling() (await)
RFS->>DOM: waitFor ytd-watch-flexy, ytd-app
RFS->>DOM: Add RFS classes (classList)
RFS-->>CT: resolved
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Poem
✨ Finishing touches
🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (10)
Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Please see the documentation for more information. Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).Please share your feedback with us on this Discord post. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
🎉 This PR is included in version 1.28.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Summary by CodeRabbit
Localization
Improvements
Bug Fixes
Browser Compatibility