expo / config-plugins

Out-of-tree Expo config plugins for packages that haven't adopted the config plugin system yet.
432 stars 92 forks source link

chore(deps): bump @expo/config-types from 43.0.1 to 44.0.0 in /packages/react-native-branch #63

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @expo/config-types from 43.0.1 to 44.0.0.

Changelog

Sourced from @โ€‹expo/config-types's changelog.

Changelog

This is the log of notable changes to Expo CLI and related packages.

main

๐Ÿ›  Breaking changes

  • [metro-config] Removes duplicate json extensions in metro assetExts and sourceExts. (#4255)

    • If a project requires json assets as discrete assets, include a metro.config.js file at the root of the project and add json to the assetExts array. Example:
    const { getDefaultConfig } = require('expo/metro-config');
    const defaultConfig = getDefaultConfig(__dirname);
    

    module.exports = { resolver: { assetExts: [...defaultConfig.resolver.assetExts, 'json'], }, };

๐ŸŽ‰ New features

๐Ÿงน Chores

๐Ÿ› Bug fixes

Tue, 8 Mar 2022 12:30:47 -0700

๐Ÿ›  Breaking changes

  • [expo-cli] Deprecate the --name argument of the init command. (#4225)
  • [expo-cli] Deprecate expo diagnostics command in favor of npx expo-env-info. (#4221)

๐ŸŽ‰ New features

  • [config-plugins] Added support for AppDelegate.mm. (#4243)
  • [config-plugin] Append scheme REVERSED_CLIENT_ID from GoogleService-Info.plist. (#4238)

๐Ÿงน Chores

  • [expo-cli] Move expo eject to the deprecated help group (#4249)
  • [config-plugins] update AndroidManifest.xml template for introspect (#4245)
  • [chore] Switch issue template to expo-env-info (#4233)

๐Ÿ› Bug fixes

  • [config-types] Deprecated reservedClientId (#4241)

... (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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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)
EvanBacon commented 2 years ago

@dependabot rebase