Skip to content

chore(deps/expo): bump eslint-config-universe from 12.1.0 to 15.0.3 in /apps/expo#2121

Merged
mikib0 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/expo/eslint-config-universe-15.0.3
Apr 15, 2026
Merged

chore(deps/expo): bump eslint-config-universe from 12.1.0 to 15.0.3 in /apps/expo#2121
mikib0 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/expo/eslint-config-universe-15.0.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps eslint-config-universe from 12.1.0 to 15.0.3.

Changelog

Sourced from eslint-config-universe's changelog.

15.0.3 — 2025-04-25

This version does not introduce any user-facing changes.

15.0.2 — 2025-04-23

This version does not introduce any user-facing changes.

15.0.1 — 2025-04-23

🐛 Bug fixes

15.0.0 — 2025-04-23

🎉 New features

14.2.0 — 2025-04-09

💡 Others

  • Update @typescript-eslint dependencies for better compatibility with TypeScript. (#36043 by @​Simek)
  • Update prettier dependency to new minor version. (#36043 by @​Simek)
  • Update other packages patch version for various fixes. (#36043 by @​Simek)

14.1.0 — 2025-04-04

💡 Others

  • Update @typescript-eslint dependencies for better compatibility with TypeScript. (#33849 by @​Simek)
  • Update eslint-plugin-react-hooks dependency to new major version. (#33849 by @​Simek)

14.0.0 — 2024-10-22

🛠 Breaking changes

  • Update @typescript-eslint dependencies to new major version, migrate rule set. (#31571 by @​Simek)

🎉 New features

  • Bring over more lint rules from Expo server for typescript configs. (#30491 by @​wschurman)

13.0.0 — 2024-05-30

💡 Others

  • Update dependencies to support newer versions of TypeScript. (#29160 by @​Simek)

... (truncated)

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [eslint-config-universe](https://github.com/expo/expo/tree/HEAD/packages/eslint-config-universe) from 12.1.0 to 15.0.3.
- [Changelog](https://github.com/expo/expo/blob/main/packages/eslint-config-universe/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/eslint-config-universe)

---
updated-dependencies:
- dependency-name: eslint-config-universe
  dependency-version: 15.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file mobile labels Apr 13, 2026
andrew-bierman added a commit that referenced this pull request Apr 14, 2026
- @ai-sdk/google 2.0.62 → 3.0.62 (#2144)
- @ai-sdk/openai 2.0.11 → 3.0.52
- @ai-sdk/perplexity 2.0.1 → 3.0.29 (#2148)
- drizzle-kit 0.30.6 → 0.31.10 (#2145)
- drizzle-orm 0.44.4 → 0.45.2 (#2127 drizzle group)
- @sentry/react-native 7.2.0 → 8.7.0 (#2123)
- react-native-maps 1.20.1 → 1.27.2 (#2125)
- eslint 8.57.0 → 10.2.0 (#2124)
- eslint-config-universe 12.0.1 → 15.0.3 (#2121)

Each bump may require follow-up fixes or principled reverts (expo-doctor,
breaking API changes). Those land in subsequent commits.
andrew-bierman added a commit that referenced this pull request Apr 14, 2026
…on required

ESLint v9+ deprecated the legacy .eslintrc / package.json "eslintConfig"
format; v10 drops it entirely. apps/expo currently uses:

    "eslintConfig": { "extends": "universe/native", "root": true }

Bumping to v10 requires migrating to eslint.config.js (flat config) AND
adopting eslint-config-universe v15's flat-config export. That's a
standalone migration PR, not part of dependabot consolidation.

Tracked: #2121, #2124, #2130.
@mikib0 mikib0 merged commit 8ec484d into main Apr 15, 2026
3 of 9 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/apps/expo/eslint-config-universe-15.0.3 branch April 15, 2026 09:47
andrew-bierman added a commit that referenced this pull request May 14, 2026
- @ai-sdk/google 2.0.62 → 3.0.62 (#2144)
- @ai-sdk/openai 2.0.11 → 3.0.52
- @ai-sdk/perplexity 2.0.1 → 3.0.29 (#2148)
- drizzle-kit 0.30.6 → 0.31.10 (#2145)
- drizzle-orm 0.44.4 → 0.45.2 (#2127 drizzle group)
- @sentry/react-native 7.2.0 → 8.7.0 (#2123)
- react-native-maps 1.20.1 → 1.27.2 (#2125)
- eslint 8.57.0 → 10.2.0 (#2124)
- eslint-config-universe 12.0.1 → 15.0.3 (#2121)

Each bump may require follow-up fixes or principled reverts (expo-doctor,
breaking API changes). Those land in subsequent commits.
andrew-bierman added a commit that referenced this pull request May 14, 2026
…on required

ESLint v9+ deprecated the legacy .eslintrc / package.json "eslintConfig"
format; v10 drops it entirely. apps/expo currently uses:

    "eslintConfig": { "extends": "universe/native", "root": true }

Bumping to v10 requires migrating to eslint.config.js (flat config) AND
adopting eslint-config-universe v15's flat-config export. That's a
standalone migration PR, not part of dependabot consolidation.

Tracked: #2121, #2124, #2130.
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 mobile

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant