Skip to content

Bump the development group across 1 directory with 6 updates#153

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/development-7aac0fef19
Closed

Bump the development group across 1 directory with 6 updates#153
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/development-7aac0fef19

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 29, 2026

Bumps the development group with 5 updates in the / directory:

Package From To
eas-cli 18.4.0 18.8.1
eslint 9.39.4 10.2.1
jest 29.7.0 30.3.0
@types/jest 29.5.14 30.0.0
typescript 5.9.2 6.0.3

Updates eas-cli from 18.4.0 to 18.8.1

Release notes

Sourced from eas-cli's releases.

v18.8.1

v18.8.0

🎉 New features

  • [eas-cli] Support custom params in observe:events results. (#3620 by @​douglowder)
  • [build-tools] Add eas/deploy function for EAS Hosting web deployments. (#3598 by @​gwdp)
  • [build-tools] Add eas/export function for Expo web exports. (#3598 by @​gwdp)
  • [eas-cli] Add eas update:insights <groupId> command to display launch, crash, unique-user, and payload-size metrics for an update group. (#3614 by @​kadikraman)
  • [eas-cli] Add --insights flag to eas update:view <groupId> to append the same metrics below the existing output. (#3614 by @​kadikraman)
  • [eas-cli] Add eas channel:insights --channel <name> --runtime-version <version> command to display adoption and crash metrics for a channel + runtime version. (#3614 by @​kadikraman)

🐛 Bug fixes

  • [eas-cli] Fix metadata:push not deleting video previews from App Store Connect when removed from config. (#3603 by @​EvanBacon)
  • [eas-cli] Warn and skip unknown preview types in metadata:push with a helpful suggestion when the APP_ screenshot prefix is mistakenly used. (#3603 by @​EvanBacon)
  • [eas-cli] Delete all existing previews in a preview set before uploading to avoid Apple's "Too many app previews" error. (#3603 by @​EvanBacon)
  • [eas-cli] Fixes for observe commands, including an issue for apps with many update IDs. (#3609 by @​douglowder)
  • [eas-cli] Add existing capability identifiers. (#3615 by @​jakex7)

v18.7.0

🎉 New features

  • [build-tools] Add eas/read_package_json and eas/read_app_config functions (#3585 by @​gwdp)
  • [eas-cli] Add --skip-bundler to eas build:dev to install and run a development build without starting the local Expo/Metro server. (#3604 by @​mmichels-brex)

v18.6.0

🎉 New features

  • [eas-cli] Add missing Apple metadata attributes for age ratings and content descriptions. (#3584 by @​EvanBacon)
  • [eas-cli] Add App Clip metadata support to metadata:push and metadata:pull (default experience action, per-locale subtitle and header image, App Store review invocation URLs). (#3590 by @​EvanBacon)
  • [build-tools] Add working_directory input to eas/build function group for custom builds. (#3582 by @​szdziedzic)
  • [eas-cli] Add observe:metrics, observe:events, and observe:versions commands. (#3401 by @​ubax, @​douglowder)

🐛 Bug fixes

  • [steps] Coerce numeric env values to strings in workflow step configuration. (#3583 by @​szdziedzic)
  • [build-tools][eas-cli] Detect iOS Development provisioning profiles and set correct code signing identity instead of treating them as Ad Hoc. (#3496 by @​qwertey6)
  • [build-tools] Prevent detecting Yarn Modern as Classic based on lockfile (#3572 by @​kitten)
  • [eas-cli] Bump @expo/apple-utils to 2.1.18 to fix metadata:push failing on ageRatingDeclarations due to the removed gamblingAndContests attribute. (#3588 by @​EvanBacon)
  • [eas-cli] Bump @expo/apple-utils to 2.1.19 to fix image and video uploads via metadata:push getting stuck in AWAITING_UPLOAD state. The asset client was inheriting Bearer token injection from the App Store Connect API client, which caused S3 presigned URL uploads to be silently mishandled by Apple's CDN. Fixes screenshots, previews, and App Clip header image uploads. (#3590 by @​EvanBacon)
  • [eas-cli] metadata:pull now preserves screenshot, video preview, and App Clip header image entries with placeholder paths when the asset is in an unrendered state, so users can recover broken records by replacing the file or removing the entry instead of having entries silently dropped from store.config.json. (#3590 by @​EvanBacon)
  • [eas-cli] Surface hosting deployment's asset upload errors sooner (#3600 by @​kitten)

v18.5.0

🎉 New features

... (truncated)

Changelog

Sourced from eas-cli's changelog.

18.8.1 - 2026-04-23

18.8.0 - 2026-04-22

🎉 New features

  • [eas-cli] Support custom params in observe:events results. (#3620 by @​douglowder)
  • [build-tools] Add eas/deploy function for EAS Hosting web deployments. (#3598 by @​gwdp)
  • [build-tools] Add eas/export function for Expo web exports. (#3598 by @​gwdp)
  • [eas-cli] Add eas update:insights <groupId> command to display launch, crash, unique-user, and payload-size metrics for an update group. (#3614 by @​kadikraman)
  • [eas-cli] Add --insights flag to eas update:view <groupId> to append the same metrics below the existing output. (#3614 by @​kadikraman)
  • [eas-cli] Add eas channel:insights --channel <name> --runtime-version <version> command to display adoption and crash metrics for a channel + runtime version. (#3614 by @​kadikraman)

🐛 Bug fixes

  • [eas-cli] Fix metadata:push not deleting video previews from App Store Connect when removed from config. (#3603 by @​EvanBacon)
  • [eas-cli] Warn and skip unknown preview types in metadata:push with a helpful suggestion when the APP_ screenshot prefix is mistakenly used. (#3603 by @​EvanBacon)
  • [eas-cli] Delete all existing previews in a preview set before uploading to avoid Apple's "Too many app previews" error. (#3603 by @​EvanBacon)
  • [eas-cli] Fixes for observe commands, including an issue for apps with many update IDs. (#3609 by @​douglowder)
  • [eas-cli] Add existing capability identifiers. (#3615 by @​jakex7)

18.7.0 - 2026-04-14

🎉 New features

  • [build-tools] Add eas/read_package_json and eas/read_app_config functions (#3585 by @​gwdp)
  • [eas-cli] Add --skip-bundler to eas build:dev to install and run a development build without starting the local Expo/Metro server. (#3604 by @​mmichels-brex)

18.6.0 - 2026-04-10

🎉 New features

  • [eas-cli] Add missing Apple metadata attributes for age ratings and content descriptions. (#3584 by @​EvanBacon)
  • [eas-cli] Add App Clip metadata support to metadata:push and metadata:pull (default experience action, per-locale subtitle and header image, App Store review invocation URLs). (#3590 by @​EvanBacon)
  • [build-tools] Add working_directory input to eas/build function group for custom builds. (#3582 by @​szdziedzic)

🐛 Bug fixes

  • [steps] Coerce numeric env values to strings in workflow step configuration. (#3583 by @​szdziedzic)
  • [build-tools][eas-cli] Detect iOS Development provisioning profiles and set correct code signing identity instead of treating them as Ad Hoc. (#3496 by @​qwertey6)
  • [build-tools] Prevent detecting Yarn Modern as Classic based on lockfile (#3572 by @​kitten)
  • [build-tools] Early stop eas/start_android_emulator when Android emulator host setup is invalid. (#3580 by @​gwdp)
  • [eas-cli] Bump @expo/apple-utils to 2.1.18 to fix metadata:push failing on ageRatingDeclarations due to the removed gamblingAndContests attribute. (#3588 by @​EvanBacon)
  • [eas-cli] Bump @expo/apple-utils to 2.1.19 to fix image and video uploads via metadata:push getting stuck in AWAITING_UPLOAD state. The asset client was inheriting Bearer token injection from the App Store Connect API client, which caused S3 presigned URL uploads to be silently mishandled by Apple's CDN. Fixes screenshots, previews, and App Clip header image uploads. (#3590 by @​EvanBacon)
  • [eas-cli] metadata:pull now preserves screenshot, video preview, and App Clip header image entries with placeholder paths when the asset is in an unrendered state, so users can recover broken records by replacing the file or removing the entry instead of having entries silently dropped from store.config.json. (#3590 by @​EvanBacon)
  • [eas-cli] Surface hosting deployment's asset upload errors sooner (#3600 by @​kitten)

18.5.0 - 2026-04-02

🎉 New features

... (truncated)

Commits
  • 714aec6 v18.8.1
  • bec6e67 [eas-cli] add eas simulator:start command (#3625)
  • 7c7fad4 v18.8.0
  • 7226c72 [eas-cli] Add customParams support to observe:events (#3620)
  • d070f73 [eas-cli] add update and channel insights (#3614)
  • 84b09c4 [eas-cli] Fix adding existing capability identifiers (#3615)
  • d933879 [eas-cli] Fix metadata:push preview video deletion and improve validation (#3...
  • b9ddc04 [eas-cli] Improve observe:metrics handling of app version update IDs (#3609)
  • 7f163e3 v18.7.0
  • f821cb1 [eas-cli] Add --skip-bundler to eas build:dev (#3604)
  • Additional commits viewable in compare view

Updates eslint from 9.39.4 to 10.2.1

Release notes

Sourced from eslint's releases.

v10.2.1

Bug Fixes

  • 14be92b fix: model generator yield resumption paths in code path analysis (#20665) (sethamus)
  • 84a19d2 fix: no-async-promise-executor false positives for shadowed Promise (#20740) (xbinaryx)
  • af764af fix: clarify language and processor validation errors (#20729) (Pixel998)
  • e251b89 fix: update eslint (#20715) (renovate[bot])

Documentation

  • ca92ca0 docs: reuse markdown-it instance for markdown filter (#20768) (Amaresh S M)
  • 57d2ee2 docs: Enable Eleventy incremental mode for watch (#20767) (Amaresh S M)
  • c1621b9 docs: fix typos in code-path-analyzer.js (#20700) (Ayush Shukla)
  • 1418d52 docs: Update README (GitHub Actions Bot)
  • 39771e6 docs: Update README (GitHub Actions Bot)
  • 71e0469 docs: fix incomplete JSDoc param description in no-shadow rule (#20728) (kuldeep kumar)
  • 22119ce docs: clarify scope of for-direction rule with dead code examples (#20723) (Amaresh S M)
  • 8f3fb77 docs: document meta.docs.dialects (#20718) (Pixel998)

Chores

  • 7ddfea9 chore: update dependency prettier to v3.8.2 (#20770) (renovate[bot])
  • fac40e1 ci: bump pnpm/action-setup from 5.0.0 to 6.0.0 (#20763) (dependabot[bot])
  • 7246f92 test: add tests for SuppressionsService.load() error handling (#20734) (kuldeep kumar)
  • 4f34b1e chore: update pnpm/action-setup action to v5 (#20762) (renovate[bot])
  • 51080eb test: processor service (#20731) (kuldeep kumar)
  • e7e1889 chore: remove stale babel-eslint10 fixture and test (#20727) (kuldeep kumar)
  • 4e1a87c test: remove redundant async/await in flat config array tests (#20722) (Pixel998)
  • 066eabb test: add rule metadata coverage for languages and docs.dialects (#20717) (Pixel998)

v10.2.0

Features

  • 586ec2f feat: Add meta.languages support to rules (#20571) (Copilot)
  • 14207de feat: add Temporal to no-obj-calls (#20675) (Pixel998)
  • bbb2c93 feat: add Temporal to ES2026 globals (#20672) (Pixel998)

Bug Fixes

  • 542cb3e fix: update first-party dependencies (#20714) (Francesco Trotta)

Documentation

  • a2af743 docs: add language to configuration objects (#20712) (Francesco Trotta)
  • 845f23f docs: Update README (GitHub Actions Bot)
  • 5fbcf59 docs: remove sourceType from ts playground link (#20477) (Tanuj Kanti)
  • 8702a47 docs: Update README (GitHub Actions Bot)
  • ddeaded docs: Update README (GitHub Actions Bot)
  • 2b44966 docs: add Major Releases section to Manage Releases (#20269) (Milos Djermanovic)
  • eab65c7 docs: update eslint versions in examples (#20664) (루밀LuMir)
  • 3e4a299 docs: update ESM Dependencies policies with note for own-usage packages (#20660) (Milos Djermanovic)

Chores

  • 8120e30 refactor: extract no unmodified loop condition (#20679) (kuldeep kumar)
  • 46e8469 chore: update dependency markdownlint-cli2 to ^0.22.0 (#20697) (renovate[bot])
  • 01ed3aa test: add unit tests for unicode utilities (#20622) (Manish chaudhary)

... (truncated)

Commits

Updates jest from 29.7.0 to 30.3.0

Release notes

Sourced from jest's releases.

v30.3.0

Features

  • [jest-config] Add defineConfig and mergeConfig helpers for type-safe Jest config (#15844)
  • [jest-fake-timers] Add setTimerTickMode to configure how timers advance
  • [*] Reduce token usage when run through LLMs (3f17932)

Fixes

  • [jest-config] Keep CLI coverage output when using --json with --outputFile (#15918)
  • [jest-mock] Use Symbol from test environment (#15858)
  • [jest-reporters] Fix issue where console output not displayed for GHA reporter even with silent: false option (#15864)
  • [jest-runtime] Fix issue where user cannot utilize dynamic import despite specifying --experimental-vm-modules Node option (#15842)
  • [jest-test-sequencer] Fix issue where failed tests due to compilation errors not getting re-executed even with --onlyFailures CLI option (#15851)
  • [jest-util] Make sure process.features.require_module is false (#15867)

Chore & Maintenance

  • [*] Replace remaining micromatch uses with picomatch
  • [deps] Update to sinon/fake-timers v15
  • [docs] Update V30 migration guide to notify users on jest.mock() work with case-sensitive path (#15849)
  • Updated Twitter icon to match the latest brand guidelines (#15869)

30.2.0

Chore & Maintenance

  • [*] Update example repo for testing React Native projects (#15832)
  • [*] Update jest-watch-typeahead to v3 (#15830)

Features

  • [jest-environment-jsdom-abstract] Add support for JSDOM v27 (#15834)

Fixes

  • [babel-jest] Export the TransformerConfig interface (#15820)
  • [jest-config] Fix jest.config.ts with TS loader specified in docblock pragma (#15839)

30.1.3

Fixes

  • Fix unstable_mockModule with node: prefixed core modules.

30.1.2

Fixes

  • [jest-snapshot-utils] Correct snapshot header regexp to work with newline across OSes (#15803)

30.1.1

Fixes

... (truncated)

Changelog

Sourced from jest's changelog.

30.3.0

Features

  • [jest-config] Add defineConfig and mergeConfig helpers for type-safe Jest config (#15844)
  • [jest-fake-timers] Add setTimerTickMode to configure how timers advance
  • [*] Reduce token usage when run through LLMs (3f17932)

Fixes

  • [jest-config] Keep CLI coverage output when using --json with --outputFile (#15918)
  • [jest-mock] Use Symbol from test environment (#15858)
  • [jest-reporters] Fix issue where console output not displayed for GHA reporter even with silent: false option (#15864)
  • [jest-runtime] Fix issue where user cannot utilize dynamic import despite specifying --experimental-vm-modules Node option (#15842)
  • [jest-test-sequencer] Fix issue where failed tests due to compilation errors not getting re-executed even with --onlyFailures CLI option (#15851)
  • [jest-util] Make sure process.features.require_module is false (#15867)

Chore & Maintenance

  • [*] Replace remaining micromatch uses with picomatch
  • [deps] Update to sinon/fake-timers v15
  • [docs] Update V30 migration guide to notify users on jest.mock() work with case-sensitive path (#15849)
  • Updated Twitter icon to match the latest brand guidelines (#15869)

30.2.0

Chore & Maintenance

  • [*] Update example repo for testing React Native projects (#15832)
  • [*] Update jest-watch-typeahead to v3 (#15830)

Features

  • [jest-environment-jsdom-abstract] Add support for JSDOM v27 (#15834)

Fixes

  • [jest-matcher-utils] Fix infinite recursion with self-referential getters in deepCyclicCopyReplaceable (#15831)
  • [babel-jest] Export the TransformerConfig interface (#15820)
  • [jest-config] Fix jest.config.ts with TS loader specified in docblock pragma (#15839)

30.1.3

Fixes

  • Fix unstable_mockModule with node: prefixed core modules.

30.1.2

Fixes

... (truncated)

Commits

Updates @types/jest from 29.5.14 to 30.0.0

Commits

Updates pngjs from 3.4.0 to 7.0.0

Changelog

Sourced from pngjs's changelog.

7.0.0 - 19/02/2023

  • BREAKING - Drop support for node 12 (Though nothing incompatible in this release yet)
  • Switch to a pngjs organisation

6.0.0 - 24/10/2020

  • BREAKING - Sync version now throws if there is unexpected content at the end of the stream.
  • BREAKING - Drop support for node 10 (Though nothing incompatible in this release yet)
  • Reduce the number of files included in the package

5.1.0 - 13/09/2020

  • Add option to skip rescaling

5.0.0 - 15/04/2020

  • Drop support for Node 8
  • Browserified bundle may now contain ES20(15-20) code if the supported node version supports it. Please run the browserified version through babel if you need to support older browsers.

4.0.1 - 15/04/2020

  • Fix to possible null reference in nextTick of async method

4.0.0 - 09/04/2020

  • Fix issue in newer nodes with using Buffer
  • Fix async issue with some png files
  • Drop support for Node 4 & 6
Commits
Install script changes

This version modifies prepublish script that runs during installation. Review the package contents before updating.


Updates typescript from 5.9.2 to 6.0.3

Release notes

Sourced from typescript's releases.

TypeScript 6.0.3

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.9.3

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

Commits
  • 050880c Bump version to 6.0.3 and LKG
  • eeae9dd 🤖 Pick PR #63401 (Also check package name validity in...) into release-6.0 (#...
  • ad1c695 🤖 Pick PR #63368 (Harden ATA package name filtering) into release-6.0 (#63372)
  • 0725fb4 🤖 Pick PR #63310 (Mark class property initializers as...) into release-6.0 (#...
  • 607a22a Bump version to 6.0.2 and LKG
  • 9e72ab7 🤖 Pick PR #63239 (Fix missing lib files in reused pro...) into release-6.0 (#...
  • 35ff23d 🤖 Pick PR #63163 (Port anyFunctionType subtype fix an...) into release-6.0 (#...
  • e175b69 Bump version to 6.0.1-rc and LKG
  • af4caac Update LKG
  • 8efd7e8 Merge remote-tracking branch 'origin/main' into release-6.0
  • 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 development group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [eas-cli](https://github.com/expo/eas-cli/tree/HEAD/packages/eas-cli) | `18.4.0` | `18.8.1` |
| [eslint](https://github.com/eslint/eslint) | `9.39.4` | `10.2.1` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.7.0` | `30.3.0` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.14` | `30.0.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.2` | `6.0.3` |



Updates `eas-cli` from 18.4.0 to 18.8.1
- [Release notes](https://github.com/expo/eas-cli/releases)
- [Changelog](https://github.com/expo/eas-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/eas-cli/commits/v18.8.1/packages/eas-cli)

Updates `eslint` from 9.39.4 to 10.2.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.4...v10.2.1)

Updates `jest` from 29.7.0 to 30.3.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.3.0/packages/jest)

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 `pngjs` from 3.4.0 to 7.0.0
- [Changelog](https://github.com/pngjs/pngjs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pngjs/pngjs/commits)

Updates `typescript` from 5.9.2 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.2...v6.0.3)

---
updated-dependencies:
- dependency-name: eas-cli
  dependency-version: 18.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: eslint
  dependency-version: 10.2.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: jest
  dependency-version: 30.3.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: "@types/jest"
  dependency-version: 30.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: pngjs
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
- dependency-name: typescript
  dependency-version: 6.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development
...

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 Apr 29, 2026
@github-project-automation github-project-automation Bot moved this to Todo in Roadmap Apr 29, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 29, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 29, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/development-7aac0fef19 branch April 29, 2026 22:04
@github-project-automation github-project-automation Bot moved this from Todo to Done in Roadmap Apr 29, 2026
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

Status: Done

Development

Successfully merging this pull request may close these issues.

0 participants