Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps the frontend-dev-minor-deps group with 10 updates:

Package From To
@parcel/packager-raw-url 2.16.0 2.16.3
@parcel/reporter-bundle-analyzer 2.16.0 2.16.3
@parcel/transformer-webmanifest 2.16.0 2.16.3
@testing-library/react 16.3.0 16.3.1
@types/node 22.18.13 22.19.3
fs-extra 11.3.2 11.3.3
globals 16.4.0 16.5.0
parcel 2.16.0 2.16.3
prettier 3.6.2 3.7.4
typescript-eslint 8.46.3 8.51.0

Also bumps eslint-plugin-react-hooks from 5.2.0 to 7.0.1.

Changelog

Sourced from eslint-plugin-react-hooks's changelog.

7.0.1

  • Disallowed passing inline useEffectEvent values as JSX props to guard against accidental propagation. (#34820 by @​jf-eirinha)
  • Switch to export = so eslint-plugin-react-hooks emits correct types for consumers in Node16 ESM projects. (#34949 by @​karlhorky)
  • Tightened the typing of configs.flat so the configs export is always defined. (#34950 by @​poteto)
  • Fix named import runtime errors. (#34951, #34953 by @​karlhorky)

7.0.0

This release slims down presets to just 2 configurations (recommended and recommended-latest), and all compiler rules are enabled by default.

  • Breaking: Removed recommended-latest-legacy and flat/recommended configs. The plugin now provides recommended (legacy and flat configs with all recommended rules), and recommended-latest (legacy and flat configs with all recommended rules plus new bleeding edge experimental compiler rules). (@​poteto in #34757)

6.1.1

Note: 6.1.0 accidentally allowed use of recommended without flat config, causing errors when used with ESLint v9's defineConfig() helper. This has been fixed in 6.1.1.

6.1.0

Note: Version 6.0.0 was mistakenly released and immediately deprecated and untagged on npm. This is the first official 6.x major release and includes breaking changes.

  • Breaking: Require Node.js 18 or newer. (@​michaelfaith in #32458)
  • Breaking: Flat config is now the default recommended preset. Legacy config moved to recommended-legacy. (@​michaelfaith in #32457)
  • New Violations: Disallow calling use within try/catch blocks. (@​poteto in #34040)
  • New Violations: Disallow calling useEffectEvent functions in arbitrary closures. (@​jbrown215 in #33544)
  • Handle React.useEffect in addition to useEffect in rules-of-hooks. (@​Ayc0 in #34076)
  • Added react-hooks settings config option that to accept additionalEffectHooks that are used across exhaustive-deps and rules-of-hooks rules. (@​jbrown215) in #34497

6.0.0

Accidentally released. See 6.1.0 for the actual changes.

Commits

Also updates the eslint config.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

This change is Reviewable

Summary by CodeRabbit

  • Chores

    • Updated development dependencies and linting scripts.
    • Enhanced ESLint configuration and TypeScript rule settings.
  • Refactor

    • Reorganized lint config structure for consistency.
  • Style

    • Minor formatting and ordering adjustments across config and generated API code.
  • Documentation

    • tsconfig include ordering refined for clarity.

✏️ Tip: You can customize this high-level summary in your review settings.

Bumps the frontend-dev-minor-deps group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@parcel/packager-raw-url](https://github.com/parcel-bundler/parcel) | `2.16.0` | `2.16.3` |
| [@parcel/reporter-bundle-analyzer](https://github.com/parcel-bundler/parcel) | `2.16.0` | `2.16.3` |
| [@parcel/transformer-webmanifest](https://github.com/parcel-bundler/parcel) | `2.16.0` | `2.16.3` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.3.0` | `16.3.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.18.13` | `22.19.3` |
| [fs-extra](https://github.com/jprichardson/node-fs-extra) | `11.3.2` | `11.3.3` |
| [globals](https://github.com/sindresorhus/globals) | `16.4.0` | `16.5.0` |
| [parcel](https://github.com/parcel-bundler/parcel) | `2.16.0` | `2.16.3` |
| [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.7.4` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.3` | `8.51.0` |


Updates `@parcel/packager-raw-url` from 2.16.0 to 2.16.3
- [Release notes](https://github.com/parcel-bundler/parcel/releases)
- [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md)
- [Commits](https://github.com/parcel-bundler/parcel/commits)

Updates `@parcel/reporter-bundle-analyzer` from 2.16.0 to 2.16.3
- [Release notes](https://github.com/parcel-bundler/parcel/releases)
- [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md)
- [Commits](https://github.com/parcel-bundler/parcel/commits)

Updates `@parcel/transformer-webmanifest` from 2.16.0 to 2.16.3
- [Release notes](https://github.com/parcel-bundler/parcel/releases)
- [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md)
- [Commits](https://github.com/parcel-bundler/parcel/commits)

Updates `@testing-library/react` from 16.3.0 to 16.3.1
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v16.3.0...v16.3.1)

Updates `@types/node` from 22.18.13 to 22.19.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `fs-extra` from 11.3.2 to 11.3.3
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](jprichardson/node-fs-extra@11.3.2...11.3.3)

Updates `globals` from 16.4.0 to 16.5.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v16.4.0...v16.5.0)

Updates `parcel` from 2.16.0 to 2.16.3
- [Release notes](https://github.com/parcel-bundler/parcel/releases)
- [Changelog](https://github.com/parcel-bundler/parcel/blob/v2/CHANGELOG.md)
- [Commits](https://github.com/parcel-bundler/parcel/commits)

Updates `prettier` from 3.6.2 to 3.7.4
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.6.2...3.7.4)

Updates `typescript-eslint` from 8.46.3 to 8.51.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.51.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@parcel/packager-raw-url"
  dependency-version: 2.16.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-dev-minor-deps
- dependency-name: "@parcel/reporter-bundle-analyzer"
  dependency-version: 2.16.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-dev-minor-deps
- dependency-name: "@parcel/transformer-webmanifest"
  dependency-version: 2.16.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-dev-minor-deps
- dependency-name: "@testing-library/react"
  dependency-version: 16.3.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-dev-minor-deps
- dependency-name: "@types/node"
  dependency-version: 22.19.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-dev-minor-deps
- dependency-name: fs-extra
  dependency-version: 11.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-dev-minor-deps
- dependency-name: globals
  dependency-version: 16.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-dev-minor-deps
- dependency-name: parcel
  dependency-version: 2.16.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: frontend-dev-minor-deps
- dependency-name: prettier
  dependency-version: 3.7.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-dev-minor-deps
- dependency-name: typescript-eslint
  dependency-version: 8.51.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: frontend-dev-minor-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 1, 2026
@coderabbitai
Copy link

coderabbitai bot commented Jan 1, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

📝 Walkthrough

Walkthrough

ESLint config export switched to defineConfig, TypeScript ESLint configs restructured and rule option added; devDependencies bumped in package.json; several API files reformatted for multi-line FormData construction; tsconfig.json include order changed.

Changes

Cohort / File(s) Summary
ESLint Configuration
eslint.config.mjs
Export wrapped with defineConfig([...]); removed **/*.dic.js ignore; replaced typescriptEslint.config(...) usage with typescriptEslint.configs.strict.map(...) and added a trailing object with files: ["**/*.ts","**/*.tsx"] and rules; updated @typescript-eslint/explicit-function-return-type to include { allowExpressions: true }.
Dependency bumps & scripts
package.json
DevDependency version upgrades (Parcel packages, parcel, @testing-library/react, @types/node, eslint-plugin-react-hooks, fs-extra, globals, prettier, typescript-eslint, etc.); lint script widened to include public and src; lint:fix-layout adjusted to reuse lint --fix invocation.
API formatting changes
src/api/api/audio-api.ts, src/api/api/avatar-api.ts, src/api/api/lift-api.ts, src/api/api/speaker-api.ts
Reformatted construction of localVarFormParams/FormData from single-line to multi-line parenthesized expressions; behavior and control flow unchanged.
TypeScript config ordering
tsconfig.json
Reordered include array (moved "src" after "scripts"); no semantic config changes.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Poem

I nibble lint and tidy code,
Bumps and wraps along the road,
FormData lines now neat and clear,
Rules set true — hop, cheer, hooray! 🐇✨

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the primary change: bumping 10 frontend development dependencies to newer versions.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link

github-actions bot commented Jan 1, 2026

⚠️ Commit Message Format Issues ⚠️
commit 8306a210f0:
3: B1 Line exceeds max length (134>80): "Bumps eslint-plugin-react-hooks from 5.2.0 to 7.0.1."
5: B1 Line exceeds max length (106>80): "- Changelog"
6: B1 Line exceeds max length (94>80): "- Commits"

commit 0e03463216:
7: B1 Line exceeds max length (94>80): "| @parcel/packager-raw-url | 2.16.0 | 2.16.3 |"
8: B1 Line exceeds max length (102>80): "| @parcel/reporter-bundle-analyzer | 2.16.0 | 2.16.3 |"
9: B1 Line exceeds max length (101>80): "| @parcel/transformer-webmanifest | 2.16.0 | 2.16.3 |"
10: B1 Line exceeds max length (108>80): "| @testing-library/react | 16.3.0 | 16.3.1 |"
11: B1 Line exceeds max length (115>80): "| @types/node | 22.18.13 | 22.19.3 |"
12: B1 Line exceeds max length (83>80): "| fs-extra | 11.3.2 | 11.3.3 |"
16: B1 Line exceeds max length (138>80): "| typescript-eslint | 8.46.3 | 8.51.0 |"
35: B1 Line exceeds max length (84>80): "- Release notes"
36: B1 Line exceeds max length (94>80): "- Changelog"
37: B1 Line exceeds max length (95>80): "- Commits"
41: B1 Line exceeds max length (87>80): "- Commits"
44: B1 Line exceeds max length (85>80): "- Changelog"
45: B1 Line exceeds max length (82>80): "- Commits"
62: B1 Line exceeds max length (82>80): "- Release notes"
63: B1 Line exceeds max length (119>80): "- Changelog"
64: B1 Line exceeds max length (110>80): "- Commits"

@codecov
Copy link

codecov bot commented Jan 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.57%. Comparing base (a25a810) to head (dbbc1f2).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4070   +/-   ##
=======================================
  Coverage   74.57%   74.57%           
=======================================
  Files         295      295           
  Lines       10938    10938           
  Branches     1372     1372           
=======================================
  Hits         8157     8157           
  Misses       2385     2385           
  Partials      396      396           
Flag Coverage Δ
backend 85.59% <ø> (ø)
frontend 66.02% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@imnasnainaec
Copy link
Collaborator

@coderabbitai review

@imnasnainaec imnasnainaec requested a review from Copilot January 6, 2026 21:49
@coderabbitai
Copy link

coderabbitai bot commented Jan 6, 2026

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR bumps 10 frontend development dependencies to newer minor versions, including Parcel (2.16.0 → 2.16.3), Prettier (3.6.2 → 3.7.4), and typescript-eslint (8.46.3 → 8.51.0). The changes include automatic code reformatting and ESLint configuration updates.

Key changes:

  • Updated 10 npm packages to latest minor versions
  • Prettier reformatted several API files for improved readability
  • Modified ESLint configuration structure (appears incompatible with updates)

Reviewed changes

Copilot reviewed 6 out of 7 changed files in this pull request and generated 4 comments.

File Description
package.json Updated 10 devDependencies to newer minor versions
package-lock.json Synchronized lockfile with package.json updates, including transitive dependencies
src/api/api/*.ts Prettier reformatted FormData initialization for better readability
eslint.config.mjs Updated ESLint config structure with breaking changes

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link

@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: 0

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
eslint.config.mjs (1)

48-60: TypeScript rules apply to all files including JavaScript without proper scoping.

The TypeScript parser (line 15) and TypeScript-specific rules (lines 48–60) are configured globally without the files: ["**/*.ts", "**/*.tsx"] pattern. This means TypeScript-scoped rules will be enforced on JavaScript files (.js) in the project, which violates ESLint flat config best practices and will cause linting failures on the 4 existing JavaScript files in src/.

Rules like @typescript-eslint/explicit-function-return-type require type annotations that JavaScript files don't have. Add file scoping to isolate TypeScript configuration to TypeScript files only:

Recommended fix
-  ...typescriptEslint.configs.strict,
-  {
+  {
+    files: ["**/*.ts", "**/*.tsx"],
+    ...typescriptEslint.configs.strict,
     rules: {
       "@typescript-eslint/explicit-function-return-type": [
         "warn",
         { allowExpressions: true },
       ],
       "@typescript-eslint/no-dynamic-delete": "off",
       "@typescript-eslint/no-explicit-any": "off",
       "@typescript-eslint/no-inferrable-types": "warn",
       "@typescript-eslint/no-non-null-assertion": "off",
     },
   },

Also add files scoping to the global config block (lines 12–47) to apply the TypeScript parser only to TypeScript files.

📜 Review details

Configuration used: defaults

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between a25a810 and b5277cb.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (6)
  • eslint.config.mjs
  • package.json
  • src/api/api/audio-api.ts
  • src/api/api/avatar-api.ts
  • src/api/api/lift-api.ts
  • src/api/api/speaker-api.ts
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
  • GitHub Check: upload_coverage
  • GitHub Check: Analyze (csharp)
  • GitHub Check: test_coverage (22)
  • GitHub Check: docker_build
🔇 Additional comments (9)
src/api/api/speaker-api.ts (1)

485-488: LGTM! Formatting change in auto-generated code.

The FormData instantiation has been reformatted across multiple lines, but the logic remains identical. Since this file is auto-generated by OpenAPI Generator, these formatting changes are expected and should not be manually modified.

src/api/api/audio-api.ts (1)

191-194: LGTM! Consistent formatting changes in auto-generated code.

The FormData instantiation formatting has been updated in both upload methods. The logic remains unchanged, and these are expected updates from the OpenAPI Generator.

Also applies to: 258-261

src/api/api/avatar-api.ts (1)

124-127: LGTM! Formatting change in auto-generated code.

The FormData instantiation formatting is consistent with the changes in other API files. No behavioral changes.

src/api/api/lift-api.ts (1)

356-359: LGTM! Consistent formatting changes in auto-generated code.

The FormData instantiation formatting has been updated in both upload methods. The logic remains unchanged, consistent with updates across all API files.

Also applies to: 419-422

package.json (2)

91-93: LGTM! Development dependency updates look good.

The dependency updates are appropriate:

  • Parcel ecosystem updates (2.16.0 → 2.16.3) are patch releases
  • Prettier update (3.6.2 → 3.7.4) explains the FormData formatting changes in the API files
  • TypeScript ESLint update (8.46.3 → 8.51.0) and other updates are minor/patch versions
  • Type declaration updates enhance development experience

The formatting changes observed in the API files align with the Prettier version update.

Also applies to: 95-95, 101-101, 122-123, 131-131, 134-134, 140-140


120-120: Verify eslint-plugin-react-hooks 7.0.1 configuration and runtime behavior.

The major version update (5.2.0 → 7.0.1) introduces several breaking changes:

  • Flat config format is now the default (legacy config moved to recommended-legacy)
  • New compiler rule (react-hooks/react-compiler) added from merged eslint-plugin-react-compiler
  • Node.js 18+ required (minimum version bump)
  • Known 7.0.1 runtime issues reported with ESM resolution in some environments

The PR's ESLint config update suggests the flat config transition has been handled. Confirm that:

  • The new react-hooks/react-compiler rule is properly configured or disabled if not needed
  • No ESM/runtime issues occur in your build environment with 7.0.1
  • The ESLint configuration explicitly uses the correct config format (flat vs. legacy)
eslint.config.mjs (3)

8-8: Good practice: using defineConfig for type safety.

Wrapping the configuration with defineConfig provides better TypeScript type checking for the ESLint configuration, which helps catch configuration errors at development time.

(Approval is contingent on resolving the import path issue flagged in Line 1.)

Also applies to: 61-61


51-53: Good refinement: allowExpressions option improves developer experience.

Adding { allowExpressions: true } to the explicit function return type rule is a sensible refinement. This allows arrow functions used as expressions (e.g., callbacks, array methods) to omit explicit return types when the type can be inferred, reducing verbosity while maintaining type safety.


10-10: No action needed. The dic.js ignore pattern was appropriately removed; this file does not exist in the repository.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@imnasnainaec imnasnainaec requested a review from Copilot January 6, 2026 22:25
@imnasnainaec
Copy link
Collaborator

@coderabbitai review

@coderabbitai
Copy link

coderabbitai bot commented Jan 6, 2026

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 6 out of 8 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@imnasnainaec imnasnainaec changed the title Bump the frontend-dev-minor-deps group with 10 updates Update frontend dev deps and eslint config Jan 6, 2026
Copy link
Collaborator

@imnasnainaec imnasnainaec left a comment

Choose a reason for hiding this comment

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

@imnasnainaec reviewed 8 files and all commit messages, and resolved 2 discussions.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @dependabot[bot]).

Copy link
Contributor

@jasonleenaylor jasonleenaylor left a comment

Choose a reason for hiding this comment

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

:lgtm:

@jasonleenaylor reviewed 8 files and all commit messages, and made 1 comment.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @dependabot[bot]).

@imnasnainaec imnasnainaec merged commit d16336f into master Jan 7, 2026
19 of 20 checks passed
@imnasnainaec imnasnainaec deleted the dependabot/npm_and_yarn/frontend-dev-minor-deps-f58d45d7dd branch January 7, 2026 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants