Skip to content

chore(deps-dev): bump the dev-dependencies group with 4 updates#16

Merged
polprog-dev merged 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-f5b14f2c8b
May 30, 2026
Merged

chore(deps-dev): bump the dev-dependencies group with 4 updates#16
polprog-dev merged 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-f5b14f2c8b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 30, 2026

Bumps the dev-dependencies group with 4 updates: lint-staged, eslint, react-native-reanimated and chromatic.

Updates lint-staged from 17.0.5 to 17.0.6

Release notes

Sourced from lint-staged's releases.

v17.0.6

Patch Changes

  • #1803 bdf2770 - Run all tests with Deno, in addition to Node.js and Bun.

  • #1796 7508272 - Fix performance regression of lint-staged v17 by going back to using git add to stage task modifications. This was changed to git update-index --again in v17 for less manual work, but unfortunately the update-index command gets slower in very large Git repos.

  • #1797 7b2505a - This version of lint-staged uses the new staged publishing for npm packages feature. Releases are already published from GitHub Actions with trusted publishing, but now an additional approval with two-factor authentication is also required.

  • #1802 321b0a9 - Downgrade dependency tinyexec@1.2.2 to avoid issues in version 1.2.3.

Changelog

Sourced from lint-staged's changelog.

17.0.6

Patch Changes

  • #1803 bdf2770 - Run all tests with Deno, in addition to Node.js and Bun.

  • #1796 7508272 - Fix performance regression of lint-staged v17 by going back to using git add to stage task modifications. This was changed to git update-index --again in v17 for less manual work, but unfortunately the update-index command gets slower in very large Git repos.

  • #1797 7b2505a - This version of lint-staged uses the new staged publishing for npm packages feature. Releases are already published from GitHub Actions with trusted publishing, but now an additional approval with two-factor authentication is also required.

  • #1802 321b0a9 - Downgrade dependency tinyexec@1.2.2 to avoid issues in version 1.2.3.

Commits
  • 094ba56 Merge pull request #1798 from lint-staged/changeset-release/main
  • 88e19fe chore(changeset): release
  • a17b91c Merge pull request #1802 from lint-staged/updates
  • fb3890a build(deps): downgrade tinyexec@1.2.2
  • daa08db refactor: simplify tinyexec options
  • 321b0a9 build(deps): update dependencies, including tinyexec@^1.2.3
  • bb818db Merge pull request #1803 from lint-staged/deno-tests
  • 85a2e7b docs: update issue template
  • 7ac7a6f ci: use node_modules cache in Deno tests
  • a743ffc test: disable test matrix "fail fast"
  • Additional commits viewable in compare view

Updates eslint from 10.4.0 to 10.4.1

Release notes

Sourced from eslint's releases.

v10.4.1

Bug Fixes

  • e557467 fix: update @eslint/plugin-kit version to 0.7.2 (#20930) (Francesco Trotta)
  • d4ce898 fix: propagate failures from delegated commands (#20917) (Minh Vu)
  • f4f3507 fix: prefer-arrow-callback invalid autofix with newline after async (#20916) (kuldeep kumar)
  • c5bc78b fix: false positive for reference in finally block (#20655) (Tanuj Kanti)
  • 27538c0 fix: add missing CodePath and CodePathSegment types (#20853) (Pixel998)

Documentation

  • 61b0add docs: remove deprecated rule from related rules of max-params (#20921) (Tanuj Kanti)
  • 305d5b9 docs: remove deprecated rules from related rules section (#20911) (Tanuj Kanti)
  • 49b0202 docs: fix display: none of ad (#20901) (Tanuj Kanti)
  • 9067f94 docs: switch build to Node.js 24 (#20893) (Milos Djermanovic)
  • c91b041 docs: Update README (GitHub Actions Bot)
  • e349265 docs: clarify semver strings in rule deprecation objects (#20885) (Milos Djermanovic)

Chores

  • b0e466b test: add data property to invalid tests cases for rules (#20924) (Tanuj Kanti)
  • f78838b test: add CodePath type coverage (#20904) (Pixel998)
  • 1daa4bd chore: update eslint-plugin-eslint-comments test data to latest commit (#20922) (Francesco Trotta)
  • 002942c ci: declare contents:read on update-readme workflow (#20919) (Arpit Jain)
  • 64bca24 chore: update ecosystem plugins (#20912) (ESLint Bot)
  • 6d7c832 chore: ignore fflate updates in renovate (#20908) (Pixel998)
  • b2c8638 ci: bump pnpm/action-setup from 6.0.7 to 6.0.8 (#20889) (dependabot[bot])
  • a9b8d7f chore: increase maxBuffer for ecosystem tests (#20881) (sethamus)
  • b702ead chore: update ecosystem update PR settings (#20884) (Pixel998)
  • 507f60e chore: update ecosystem plugins (#20882) (ESLint Bot)
  • 92f5c5b test: add unit test for message-count (#20878) (kuldeep kumar)
  • df32108 chore: add @​eslint/markdown and typescript-eslint ecosystem tests (#20837) (sethamus)
  • 327f91d chore: use includeIgnoreFile internally (#20876) (Kirk Waiblinger)
  • f0dc4bd chore: pin fflate@0.8.2 (#20877) (Milos Djermanovic)
  • 0f4bd25 ci: run Discord alert for ecosystem test failures (#20873) (Copilot)
Commits
  • 4a3d15a 10.4.1
  • 43e7e2b Build: changelog update for 10.4.1
  • e557467 fix: update @eslint/plugin-kit version to 0.7.2 (#20930)
  • b0e466b test: add data property to invalid tests cases for rules (#20924)
  • d4ce898 fix: propagate failures from delegated commands (#20917)
  • f4f3507 fix: prefer-arrow-callback invalid autofix with newline after async (#20916)
  • f78838b test: add CodePath type coverage (#20904)
  • 61b0add docs: remove deprecated rule from related rules of max-params (#20921)
  • 1daa4bd chore: update eslint-plugin-eslint-comments test data to latest commit (#20...
  • 002942c ci: declare contents:read on update-readme workflow (#20919)
  • Additional commits viewable in compare view

Updates react-native-reanimated from 4.3.1 to 4.4.0

Release notes

Sourced from react-native-reanimated's releases.

Reanimated - 4.4.0

Key changes

iOS CSS Core Animation

Reanimated 4.4.0 introduces a new platform-backed CSS animation engine on iOS that runs animations directly on Core Animation layers instead of going through the JS-driven update loop. It is hidden behind the IOS_CSS_CORE_ANIMATION static feature flag.

Animation Backend

A new Animation Backend has been integrated behind a feature flag, which will help greatly with the flow of updating the Shadow Tree in animations.

New useTimestamp hook

A new useTimestamp hook exposes the current frame timestamp as a Shared Value that updates every frame with the time elapsed since the first frame, with an isActive flag to pause and resume updates.

Precompiled headers on Android

Reanimated's native build on Android now uses precompiled headers (ReanimatedPCH.h), significantly reducing C++ compile times for both fresh and incremental builds.

Other changes

... (truncated)

Commits
  • 104ac3b release(Reanimated): 4.4.0
  • 29b4694 chore(4.4-stable): prepare branch
  • fd24abe chore: Reintroduce EXPERIMENTAL_CSS_ANIMATIONS_FOR_SVG_COMPONENTS with defa...
  • 9047e46 chore: Rename EXPERIMENTAL_PLATFORM_CSS_ANIMATIONS to `IOS_CSS_CORE_ANIMATI...
  • 7b962ca fix: Convert CSS Core Animation beginTime to layer-local clock (#9507)
  • 27f95f2 fix: Stop CA animations from leaking onto recycled layers (#9508)
  • 7c55803 fix: Fix build issues after #9325 (#9504)
  • cd38016 chore: Add missing EXPERIMENTAL_PLATFORM_CSS_ANIMATIONS flag in a few places ...
  • 49a3858 chore: Remove EXPERIMENTAL_CSS_ANIMATIONS_FOR_SVG_COMPONENTS feature flag (...
  • 2cc89df feat: Wire CSSPlatformTransition with iOS platform implementation (#9325)
  • Additional commits viewable in compare view

Updates chromatic from 17.0.0 to 17.1.0

Release notes

Sourced from chromatic's releases.

v17.1.0

🚀 Enhancement

Authors: 1

v17.0.1

🐛 Bug Fix

  • Delay check of build-storybook script validation #1327 (@​jmhobbs)
  • Force es-toolkit version to avoid bundle error in Yarn classic smoke test #1347 (@​codykaup)
  • Fix TurboSnap mis-categorizing static assets as Storybook config changes #1340 (@​codykaup)

Authors: 2

Changelog

Sourced from chromatic's changelog.

v17.1.0 (Wed May 27 2026)

🚀 Enhancement

Authors: 1


v17.0.1 (Tue May 26 2026)

🐛 Bug Fix

  • Delay check of build-storybook script validation #1327 (@​jmhobbs)
  • Force es-toolkit version to avoid bundle error in Yarn classic smoke test #1347 (@​codykaup)
  • Fix TurboSnap mis-categorizing static assets as Storybook config changes #1340 (@​codykaup)

Authors: 2


Commits
  • d6b2ba5 Bump version to: 17.1.0 [skip ci]
  • 45016a8 Update CHANGELOG.md [skip ci]
  • 157cd37 Merge pull request #1344 from chromaui/cody/cap-4436-turbosnap-disambiguate-t...
  • f409b3d Bump version to: 17.0.1 [skip ci]
  • 69a9810 Update CHANGELOG.md [skip ci]
  • 27bcd7d Merge pull request #1327 from chromaui/jmhobbs/cap-4395-delay-check-of-build-...
  • 24c9889 Remove 'unknown' bail reason in favor of 'undefined'
  • 07402ba Add tests for missing coverage
  • 4e67c2d Check basename directly
  • d454563 Add negative test for nodeModulesMissingInStats
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


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 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

Bumps the dev-dependencies group with 4 updates: [lint-staged](https://github.com/lint-staged/lint-staged), [eslint](https://github.com/eslint/eslint), [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) and [chromatic](https://github.com/chromaui/chromatic-cli).


Updates `lint-staged` from 17.0.5 to 17.0.6
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v17.0.5...v17.0.6)

Updates `eslint` from 10.4.0 to 10.4.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.4.0...v10.4.1)

Updates `react-native-reanimated` from 4.3.1 to 4.4.0
- [Release notes](https://github.com/software-mansion/react-native-reanimated/releases)
- [Changelog](https://github.com/software-mansion/react-native-reanimated/blob/main/packages/react-native-reanimated/RELEASE.md)
- [Commits](https://github.com/software-mansion/react-native-reanimated/commits/4.4.0/packages/react-native-reanimated)

Updates `chromatic` from 17.0.0 to 17.1.0
- [Release notes](https://github.com/chromaui/chromatic-cli/releases)
- [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md)
- [Commits](chromaui/chromatic-cli@v17.0.0...v17.1.0)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-version: 17.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: eslint
  dependency-version: 10.4.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: react-native-reanimated
  dependency-version: 4.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: chromatic
  dependency-version: 17.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

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 May 30, 2026
@polprog-dev polprog-dev merged commit 38f699c into main May 30, 2026
11 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/dev-dependencies-f5b14f2c8b branch May 30, 2026 19:33
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.

1 participant