Skip to content

Comments

chore(deps-dev): bump the dev-deps group with 12 updates#10

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/dev-deps-a5de482d24
Closed

chore(deps-dev): bump the dev-deps group with 12 updates#10
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/dev-deps-a5de482d24

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps the dev-deps group with 12 updates:

Package From To
@commitlint/config-conventional 19.8.1 20.4.1
@eslint/compat 1.4.1 2.0.2
@eslint/js 9.39.2 10.0.1
@react-native/babel-preset 0.83.0 0.84.0
@react-native/eslint-config 0.83.0 0.84.0
@types/jest 29.5.14 30.0.0
commitlint 19.8.1 20.4.1
del-cli 6.0.0 7.0.0
eslint 9.39.2 10.0.0
jest 29.7.0 30.2.0
react 19.2.0 19.2.4
react-native 0.83.0 0.84.0

Updates @commitlint/config-conventional from 19.8.1 to 20.4.1

Release notes

Sourced from @​commitlint/config-conventional's releases.

v20.4.1

20.4.1 (2026-02-02)

Reverts

Chore

Full Changelog: conventional-changelog/commitlint@v20.4.0...v20.4.1

v20.4.0

20.4.0 (2026-01-30)

Features

Refactor

New Contributors

Full Changelog: conventional-changelog/commitlint@v20.3.1...v20.4.0

v20.3.1

20.3.1 (2026-01-08)

Bug Fixes

... (truncated)

Changelog

Sourced from @​commitlint/config-conventional's changelog.

20.4.1 (2026-02-02)

Note: Version bump only for package @​commitlint/config-conventional

20.4.0 (2026-01-30)

Features

20.3.1 (2026-01-08)

Note: Version bump only for package @​commitlint/config-conventional

20.3.0 (2026-01-01)

Note: Version bump only for package @​commitlint/config-conventional

20.2.0 (2025-12-05)

Note: Version bump only for package @​commitlint/config-conventional

20.0.0 (2025-09-25)

Note: Version bump only for package @​commitlint/config-conventional

Commits

Updates @eslint/compat from 1.4.1 to 2.0.2

Release notes

Sourced from @​eslint/compat's releases.

compat: v2.0.2

2.0.2 (2026-01-29)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.0.1 to ^1.1.0

migrate-config: v2.0.2

2.0.2 (2026-01-29)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/compat bumped from ^2.0.1 to ^2.0.2
    • devDependencies
      • @​eslint/core bumped from ^1.0.1 to ^1.1.0

compat: v2.0.1

2.0.1 (2026-01-08)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.0.0 to ^1.0.1

migrate-config: v2.0.1

2.0.1 (2026-01-08)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/compat bumped from ^2.0.0 to ^2.0.1
    • devDependencies
      • @​eslint/core bumped from ^1.0.0 to ^1.0.1

compat: v2.0.0

... (truncated)

Changelog

Sourced from @​eslint/compat's changelog.

2.0.2 (2026-01-29)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.0.1 to ^1.1.0

2.0.1 (2026-01-08)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.0.0 to ^1.0.1

2.0.0 (2025-11-14)

⚠ BREAKING CHANGES

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297)

Features

  • patch missing context and SourceCode methods for v10 (#311) (a40d8c6)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297) (acc623c)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^0.17.0 to ^1.0.0
Commits

Updates @eslint/js from 9.39.2 to 10.0.1

Release notes

Sourced from @​eslint/js's releases.

v10.0.0

Breaking Changes

  • f9e54f4 feat!: estimate rule-tester failure location (#20420) (ST-DDT)
  • a176319 feat!: replace chalk with styleText and add color to ResultsMeta (#20227) (루밀LuMir)
  • c7046e6 feat!: enable JSX reference tracking (#20152) (Pixel998)
  • fa31a60 feat!: add name to configs (#20015) (Kirk Waiblinger)
  • 3383e7e fix!: remove deprecated SourceCode methods (#20137) (Pixel998)
  • 501abd0 feat!: update dependency minimatch to v10 (#20246) (renovate[bot])
  • ca4d3b4 fix!: stricter rule tester assertions for valid test cases (#20125) (唯然)
  • 96512a6 fix!: Remove deprecated rule context methods (#20086) (Nicholas C. Zakas)
  • c69fdac feat!: remove eslintrc support (#20037) (Francesco Trotta)
  • 208b5cc feat!: Use ScopeManager#addGlobals() (#20132) (Milos Djermanovic)
  • a2ee188 fix!: add uniqueItems: true in no-invalid-regexp option (#20155) (Tanuj Kanti)
  • a89059d feat!: Program range span entire source text (#20133) (Pixel998)
  • 39a6424 fix!: assert 'text' is a string across all RuleFixer methods (#20082) (Pixel998)
  • f28fbf8 fix!: Deprecate "always" and "as-needed" options of the radix rule (#20223) (Milos Djermanovic)
  • aa3fb2b fix!: tighten func-names schema (#20119) (Pixel998)
  • f6c0ed0 feat!: report eslint-env comments as errors (#20128) (Francesco Trotta)
  • 4bf739f fix!: remove deprecated LintMessage#nodeType and TestCaseError#type (#20096) (Pixel998)
  • 523c076 feat!: drop support for jiti < 2.2.0 (#20016) (michael faith)
  • 454a292 feat!: update eslint:recommended configuration (#20210) (Pixel998)
  • 4f880ee feat!: remove v10_* and inactive unstable_* flags (#20225) (sethamus)
  • f18115c feat!: no-shadow-restricted-names report globalThis by default (#20027) (sethamus)
  • c6358c3 feat!: Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#20160) (Milos Djermanovic)

Features

  • bff9091 feat: handle Array.fromAsync in array-callback-return (#20457) (Francesco Trotta)
  • 290c594 feat: add self to no-implied-eval rule (#20468) (sethamus)
  • 43677de feat: fix handling of function and class expression names in no-shadow (#20432) (Milos Djermanovic)
  • f0cafe5 feat: rule tester add assertion option requireData (#20409) (fnx)
  • f7ab693 feat: output RuleTester test case failure index (#19976) (ST-DDT)
  • 7cbcbf9 feat: add countThis option to max-params (#20236) (Gerkin)
  • f148a5e feat: add error assertion options (#20247) (ST-DDT)
  • 09e6654 feat: update error loc of require-yield and no-useless-constructor (#20267) (Tanuj Kanti)

Bug Fixes

  • 436b82f fix: update eslint (#20473) (renovate[bot])
  • 1d29d22 fix: detect default this binding in Array.fromAsync callbacks (#20456) (Francesco Trotta)
  • 727451e fix: fix regression of global mode report range in strict rule (#20462) (ntnyq)
  • e80485f fix: remove fake FlatESLint and LegacyESLint exports (#20460) (Francesco Trotta)
  • 9eeff3b fix: update esquery (#20423) (cryptnix)
  • b34b938 fix: use Error.prepareStackTrace to estimate failing test location (#20436) (Francesco Trotta)
  • 51aab53 fix: update eslint (#20443) (renovate[bot])
  • 23490b2 fix: handle space before colon in RuleTester location estimation (#20433) (Francesco Trotta)
  • f244dbf fix: use MessagePlaceholderData type from @eslint/core (#20348) (루밀LuMir)
  • d186f8c fix: update eslint (#20427) (renovate[bot])
  • 2332262 fix: error location should not modify error message in RuleTester (#20421) (Milos Djermanovic)
  • ab99b21 fix: ensure filename is passed as third argument to verifyAndFix() (#20405) (루밀LuMir)
  • 8a60f3b fix: remove ecmaVersion and sourceType from ParserOptions type (#20415) (Pixel998)
  • eafd727 fix: remove TDZ scope type (#20231) (jaymarvelz)

... (truncated)

Commits

Updates @react-native/babel-preset from 0.83.0 to 0.84.0

Release notes

Sourced from @​react-native/babel-preset's releases.

0.84.0


Hermes dSYMS:

Hermes V1 dSYMS:

ReactNativeDependencies dSYMs:

ReactNative Core dSYMs:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

0.84.0-rc.5

Fixed

iOS specific


Hermes dSYMS:

Hermes V1 dSYMS:

ReactNativeDependencies dSYMs:

... (truncated)

Changelog

Sourced from @​react-native/babel-preset's changelog.

v0.84.0

Breaking

Android specific

  • Legacy Architecture: Delete deprecated NativeKind class from React Native Android (284d841b3d by @​mdvacca)
  • Legacy Architecture: Remove unnecessary classes inside com.facebook.react.uimanager.layoutanimation used in legacy architecture (0b09e6f696 by @​cortinico)
  • Legacy Architecture: Remove unnecessary LazyReactPackage used in legacy architecture (2b09ae8992 by @​cortinico)
  • Legacy Architecture: Remove unused internal NotThreadSafeBridgeIdleDebugListener (0ee4a2d01a by @​cortinico)
  • Legacy Architecture: Remove unused internal NotThreadSafeViewHierarchyUpdateDebugListener (991dff2322 by @​cortinico)
  • TurboModules: Remove unstable_shouldEnableLegacyModuleInterop() (e4eb64d6cc by @​RSNara)

iOS specific

Added

  • Animated: A new test for the AnimationBackend (8bc6214284 by Bartlomiej Bloniarz)
  • Animated: Added transformOrigin prop support to the AnimationBackend. (20779edd3b by @​coado)
  • Animated: Added support for backfaceVisibility prop and added missing flex style to the AnimatedPropsBuilder. (d379cde036 by @​coado)
  • Animated: Added support for borderCurves, borderStyles, pointerEvents, isolation, cursor, boxShadow, and mixBlendMode props to the AnimationBackend. (6d5b524f87 by @​coado)
  • Animated: Added support for maxWidth, maxHeight, minWidth, and minHeight props to the AnimationBackend. (3650ae3d08 by @​coado)
  • Animated: Added support for overflow, position, zIndex, and direction props to the AnimationBackend. (bed1a9a20f by @​coado)
  • Animated: Added support for shadowColor, shadowOffset, shadowOpacity, and shadowRadius props to the animation backend. (c31a5a8896 by @​coado)
  • Animated: Added support for border width props to the animation backend. (782dc0e038 by @​coado)
  • Animated: Added support for filter props to Animation Backend (e744329c3d by @​coado)
  • Animated: Added support for flex props to the AnimationBackend. (33b2d6d367 by @​coado)
  • Animated: Added support for margin and padding props to AnimationBackend. (cd4744cb98 by @​coado)
  • Animated: Added support for outline props to the AnimationBackend. (4de9242e80 by @​coado)
  • Animated: Added support for positional left, top, right, bottom props to the animation backend. (9931aeb830 by @​coado)
  • Animated: Added support for transform, border radius, and background color props to Animation Backend. (e167faa449 by @​coado)
  • Animated: Add connectAnimatedNodeToShadowNodeFamily method to NativeAnimatedModule and NativeAnimatedTurboModule (d7ef651c5c by Bartlomiej Bloniarz)
  • Animated: Jest tests for PlatformColor support (cbbba7b9a5 by @​zeyap)
  • Animated: (js part) Support PlatformColor type of toValue and interpolation outputRange (8b6b47bd57 by @​zeyap)
  • Animated: Thread down rootTag/surfaceId to AnimatedInterpolation node (b46427a673 by @​zeyap)
  • Animated: UIManagerNativeAnimatedDelegateBackendImpl for running animation frame updates on android (219c2b84c2 by Bartlomiej Bloniarz)
  • Animated: Use the commit hook to reconcile the UI updates with react (d04e1528da by Bartlomiej Bloniarz)

... (truncated)

Commits
  • 5693f60 Release 0.84.0
  • 6099abf [LOCAL] Bump Podfile.lock
  • 5c69e21 Release 0.84.0-rc.5
  • 3552d65 [LOCAL] Bump Hermes version
  • f1497ae [LOCAL] Bump Podfile.lock
  • c5bb0b1 Release 0.84.0-rc.4
  • a24f1d8 fix(hermes-inspector-modern): Apply HERMES_V1_ENABLED define to all build typ...
  • 8d561b0 Include final (redirected to) URL in response object. Fixes #55248. (#55251)
  • 8206c12 fix(react-native): add prefabPublishing to hermes-engine for build-from-sourc...
  • 952340a Fix bump of Podfile.lock after release (#55232)
  • Additional commits viewable in compare view

Updates @react-native/eslint-config from 0.83.0 to 0.84.0

Release notes

Sourced from @​react-native/eslint-config's releases.

0.84.0


Hermes dSYMS:

Hermes V1 dSYMS:

ReactNativeDependencies dSYMs:

ReactNative Core dSYMs:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

0.84.0-rc.5

Fixed

iOS specific


Hermes dSYMS:

Hermes V1 dSYMS:

ReactNativeDependencies dSYMs:

... (truncated)

Changelog

Sourced from @​react-native/eslint-config's changelog.

v0.84.0

Breaking

Android specific

  • Legacy Architecture: Delete deprecated NativeKind class from React Native Android (284d841b3d by @​mdvacca)
  • Legacy Architecture: Remove unnecessary classes inside com.facebook.react.uimanager.layoutanimation used in legacy architecture (0b09e6f696 by @​cortinico)
  • Legacy Architecture: Remove unnecessary LazyReactPackage used in legacy architecture (2b09ae8992 by @​cortinico)
  • Legacy Architecture: Remove unused internal NotThreadSafeBridgeIdleDebugListener (0ee4a2d01a by @​cortinico)
  • Legacy Architecture: Remove unused internal NotThreadSafeViewHierarchyUpdateDebugListener (991dff2322 by @​cortinico)
  • TurboModules: Remove unstable_shouldEnableLegacyModuleInterop() (e4eb64d6cc by @​RSNara)

iOS specific

Added

  • Animated: A new test for the AnimationBackend (8bc6214284 by Bartlomiej Bloniarz)
  • Animated: Added transformOrigin prop support to the AnimationBackend. (20779edd3b by @​coado)
  • Animated: Added support for backfaceVisibility prop and added missing flex style to the AnimatedPropsBuilder. (d379cde036 by @​coado)
  • Animated: Added support for borderCurves, borderStyles, pointerEvents, isolation, cursor, boxShadow, and mixBlendMode props to the AnimationBackend. (6d5b524f87 by @​coado)
  • Animated: Added support for maxWidth, maxHeight, minWidth, and minHeight props to the AnimationBackend. (3650ae3d08 by @​coado)
  • Animated: Added support for overflow, position, zIndex, and direction props to the AnimationBackend. (bed1a9a20f by @​coado)
  • Animated: Added support for shadowColor, shadowOffset, shadowOpacity, and shadowRadius props to the animation backend. (c31a5a8896 by @​coado)
  • Animated: Added support for border width props to the animation backend. (782dc0e038 by @​coado)
  • Animated: Added support for filter props to Animation Backend (e744329c3d by @​coado)
  • Animated: Added support for flex props to the AnimationBackend. (33b2d6d367 by @​coado)
  • Animated: Added support for margin and padding props to AnimationBackend. (cd4744cb98 by @​coado)
  • Animated: Added support for outline props to the AnimationBackend. (4de9242e80 by @​coado)
  • Animated: Added support for positional left, top, right, bottom props to the animation backend. (9931aeb830 by @​coado)
  • Animated: Added support for transform, border radius, and background color props to Animation Backend. (e167faa449 by @​coado)
  • Animated: Add connectAnimatedNodeToShadowNodeFamily method to NativeAnimatedModule and NativeAnimatedTurboModule (d7ef651c5c by Bartlomiej Bloniarz)
  • Animated: Jest tests for PlatformColor support (cbbba7b9a5 by @​zeyap)
  • Animated: (js part) Support PlatformColor type of toValue and interpolation outputRange (8b6b47bd57 by @​zeyap)
  • Animated: Thread down rootTag/surfaceId to AnimatedInterpolation node (b46427a673 by @​zeyap)
  • Animated: UIManagerNativeAnimatedDelegateBackendImpl for running animation frame updates on android (219c2b84c2 by Bartlomiej Bloniarz)
  • Animated: Use the commit hook to reconcile the UI updates with react (d04e1528da by Bartlomiej Bloniarz)

... (truncated)

Commits

Updates @types/jest from 29.5.14 to 30.0.0

Commits

Updates commitlint from 19.8.1 to 20.4.1

Release notes

Sourced from commitlint's releases.

v20.4.1

20.4.1 (2026-02-02)

Reverts

Chore

Full Changelog: conventional-changelog/commitlint@v20.4.0...v20.4.1

v20.4.0

20.4.0 (2026-01-30)

Features

Refactor

  • refactor: replace lodash.uniq with simple code by @​hyperz111 in

Bumps the dev-deps group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `19.8.1` | `20.4.1` |
| [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) | `1.4.1` | `2.0.2` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.39.2` | `10.0.1` |
| [@react-native/babel-preset](https://github.com/facebook/react-native) | `0.83.0` | `0.84.0` |
| [@react-native/eslint-config](https://github.com/facebook/react-native/tree/HEAD/packages/eslint-config-react-native) | `0.83.0` | `0.84.0` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.14` | `30.0.0` |
| [commitlint](https://github.com/conventional-changelog/commitlint/tree/HEAD/@alias/commitlint) | `19.8.1` | `20.4.1` |
| [del-cli](https://github.com/sindresorhus/del-cli) | `6.0.0` | `7.0.0` |
| [eslint](https://github.com/eslint/eslint) | `9.39.2` | `10.0.0` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.7.0` | `30.2.0` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.0` | `19.2.4` |
| [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) | `0.83.0` | `0.84.0` |


Updates `@commitlint/config-conventional` from 19.8.1 to 20.4.1
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.4.1/@commitlint/config-conventional)

Updates `@eslint/compat` from 1.4.1 to 2.0.2
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/compat-v2.0.2/packages/compat)

Updates `@eslint/js` from 9.39.2 to 10.0.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/HEAD/packages/js)

Updates `@react-native/babel-preset` from 0.83.0 to 0.84.0
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](facebook/react-native@v0.83.0...v0.84.0)

Updates `@react-native/eslint-config` from 0.83.0 to 0.84.0
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.84.0/packages/eslint-config-react-native)

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

Updates `commitlint` from 19.8.1 to 20.4.1
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@alias/commitlint/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.4.1/@alias/commitlint)

Updates `del-cli` from 6.0.0 to 7.0.0
- [Release notes](https://github.com/sindresorhus/del-cli/releases)
- [Commits](sindresorhus/del-cli@v6.0.0...v7.0.0)

Updates `eslint` from 9.39.2 to 10.0.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.2...v10.0.0)

Updates `jest` from 29.7.0 to 30.2.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest)

Updates `react` from 19.2.0 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react)

Updates `react-native` from 0.83.0 to 0.84.0
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.84.0/packages/react-native)

---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
  dependency-version: 20.4.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: "@eslint/compat"
  dependency-version: 2.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: "@eslint/js"
  dependency-version: 10.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: "@react-native/babel-preset"
  dependency-version: 0.84.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: "@react-native/eslint-config"
  dependency-version: 0.84.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: "@types/jest"
  dependency-version: 30.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: commitlint
  dependency-version: 20.4.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: del-cli
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: eslint
  dependency-version: 10.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: jest
  dependency-version: 30.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: react
  dependency-version: 19.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: react-native
  dependency-version: 0.84.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 16, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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 updates the repository’s development tooling dependencies (linting, formatting, testing, and React Native dev setup) by bumping the devDependencies versions in package.json.

Changes:

  • Bump commitlint + conventional config to 20.4.1.
  • Upgrade ESLint tooling to ESLint 10.0.0 / @eslint/js 10.0.1 / @eslint/compat 2.0.2.
  • Upgrade Jest tooling to Jest 30.2.0 / @types/jest 30.0.0, and bump React/React Native to 19.2.4 / 0.84.0.

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

Comment on lines +70 to +73
"@commitlint/config-conventional": "^20.4.1",
"@eslint/compat": "^2.0.2",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.35.0",
"@react-native/babel-preset": "0.83.0",
"@react-native/eslint-config": "0.83.0",
"@eslint/js": "^10.0.1",
Copy link

Copilot AI Feb 16, 2026

Choose a reason for hiding this comment

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

package.json devDependency versions were bumped, but package-lock.json still pins the previous versions (and CI uses npm ci). This will cause npm ci to fail with an out-of-sync lockfile. Regenerate and commit an updated package-lock.json (or update the install workflow/lockfile strategy consistently).

Copilot uses AI. Check for mistakes.
@channel101 channel101 closed this Feb 16, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 16, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-deps-a5de482d24 branch February 16, 2026 04:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant