chore(deps): bump eslint-config-universe from 12.1.0 to 15.0.3#2130
Merged
mikib0 merged 1 commit intoApr 15, 2026
Merged
Conversation
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>
7 tasks
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.
7 tasks
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps eslint-config-universe from 12.1.0 to 15.0.3.
Changelog
Sourced from eslint-config-universe's changelog.
... (truncated)
Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)