<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Package.js</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>8a424beb - [lint] Upgrade to Prettier v3, typescript-eslint to v6 (#23544)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/config-plugins/build/android/Package.js#8a424beb</link>
        <description>[lint] Upgrade to Prettier v3, typescript-eslint to v6 (#23544)Why---Prettier 3 is out. Add support for it with this linter config.**Note for reviewer:** the first commit is the one with the actualchanges. The rest of this PR are changes to get the linter passing(mostly autofix).How---Update eslint-config-prettier and eslint-plugin-prettier. To addressdeprecation warnings, also update typescript-eslint/parser andtypescript-eslint/eslint-plugin.Because of an update to typescript-eslint/parser, we need to suppressdeprecation warnings (documented in a comment).Regenerated test snapshots. Due to the upgraded dependencies, typecastsand optional chaining are now auto-fixable by lint. This convertswarnings into autofixes.Test Plan---`yarn test` in the linter config. Run `expotools check --all --fix-lint--no-build --no-test --no-uniformity-check` to try this config on thewhole repo.---------Co-authored-by: Expo Bot &lt;34669131+expo-bot@users.noreply.github.com&gt;

            List of files:
            /expo/packages/@expo/config-plugins/build/android/Package.js</description>
        <pubDate>Fri, 11 Aug 2023 07:31:41 +0000</pubDate>
        <dc:creator>James Ide &lt;ide@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>3216ce43 - [config-plugins][prebuild-config] remove deprecated package in AndroidManifext.xml (#23056)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/config-plugins/build/android/Package.js#3216ce43</link>
        <description>[config-plugins][prebuild-config] remove deprecated package in AndroidManifext.xml (#23056)# Whyseeing a gradle build warning from a sdk49 project after prebuild:```&gt; Task :app:processDebugMainManifestpackage=&quot;com.sdk49&quot; found in source AndroidManifest.xml: /Users/kudo/sdk49/android/app/src/main/AndroidManifest.xml.Setting the namespace via a source AndroidManifest.xml&apos;s package attribute is deprecated.Please instead set the namespace (or testNamespace) in the module&apos;s build.gradle file, as described here: https://developer.android.com/studio/build/configure-app-module#set-namespaceThis migration can be done automatically using the AGP Upgrade Assistant, please refer to https://developer.android.com/studio/build/agp-upgrade-assistant for more information./Users/kudo/sdk49/android/app/src/debug/AndroidManifest.xml:21:9-30:20 Warning:        provider#expo.modules.filesystem.FileSystemFileProvider@android:authorities was tagged at AndroidManifest.xml:21 to replace other declarations but no other declaration present```# Howwe have the filled the application id to **build.gradle** `namespace` in the `withPackageGradle` plugin already. this pr just removes the deprecated `withPackageManifest` plugin.# Test Plan- ci passed

            List of files:
            /expo/packages/@expo/config-plugins/build/android/Package.js</description>
        <pubDate>Sat, 24 Jun 2023 03:42:10 +0000</pubDate>
        <dc:creator>Kudo Chien &lt;kudo@expo.dev&gt;</dc:creator>
    </item>
<item>
        <title>ed3bd27b - chore(prebuild-config, config-plugins): rewrite tests to use latest template for fixtures (#21339)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/config-plugins/build/android/Package.js#ed3bd27b</link>
        <description>chore(prebuild-config, config-plugins): rewrite tests to use latest template for fixtures (#21339)# Why- The previous tests were using static representations of the versionedfixtures. This meant that many tests were possibly outdated.- Now that the CLI is versioned, we can test against the latesttemplates to ensure our config plugins are always up to date.&lt;!--Please describe the motivation for this PR, and link to relevant GitHubissues, forums posts, or feature requests.--&gt;# How- Pull in fixtures from the local template.- Rewrite tests to work with new fixtures.&lt;!--How did you build this feature or fix this bug and why?--&gt;# Test Plan- Tests should continue to pass.---------Co-authored-by: Expo Bot &lt;34669131+expo-bot@users.noreply.github.com&gt;

            List of files:
            /expo/packages/@expo/config-plugins/build/android/Package.js</description>
        <pubDate>Wed, 01 Mar 2023 18:18:27 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;bacon@expo.io&gt;</dc:creator>
    </item>
<item>
        <title>84f418d7 - [1/3] upgrade react-native 0.71 (#20799)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/config-plugins/build/android/Package.js#84f418d7</link>
        <description>[1/3] upgrade react-native 0.71 (#20799)# Whyupgrade react-native 0.71 for sdk 48close ENG-7192# How- update package versions  - `react: 18.1.0 -&gt; 18.2.0`  - `react-native 0.70.5 -&gt; 0.71.0`  - `react-dom: 18.1.0 -&gt; 18.2.0`  - `react-test-renderer: 18.1.0 -&gt; 18.2.0`  - `react-native-web: 0.18.9 -&gt; 0.18.10`  - `babel-plugin-react-native-web: 0.18.9 -&gt; 0.18.10`  - `metro-react-native-babel-preset: 0.72.3 -&gt; 0.73.5`- upgrade three project templates based on [upgrade-helper](https://react-native-community.github.io/upgrade-helper/?from=0.70.6&amp;to=0.71.0)  - bare-expo  - expo-template-bare-minimum  - fabric-tester (this is based on `npx expo prebuild --clean --no-install --template /path/to/expo-template-bare-minimum.tgz`) so it includes some inconsistent changes- [@expo/config-plugins]: support 0.71 template transform. the `namespace` in build.gradle and the files in `release` build variants- [fbjni] upgrade 0.3.0 to align 0.71 (also ndk version)- [expo-updates] move the `EX_UPDATES_NATIVE_DEBUG` `bundleInDebug` setup to templates. unfortunately, because RNGP setups the task dependencies pretty early. the original setup in expo-updates build.gradle is too late. note that the change doesn&apos;t reference any files from templates to expo-updates package. somehow it&apos;s not tightly coupled.- [native-tests / expo-modules-test-core / expo-modules-autolinking] fix ios unit test build error because jsc now in a dedicated podspec. in theory, the ios native unit test could now run on hermes as well.- for other details, please check commit histories one by one.# Test Plan- bare-expo ios / android- fabric ios / android- ci passed (except ios)  - test-suite ios is broken for unknown reasons. it breaks only on github actions and hermes. for nightlies testing, i also [changed it to jsc](https://github.com/expo/expo/blob/1e029c89c4247802cc4880e27e116a6b4c71c502/tools/src/commands/SetupReactNativeNightly.ts#L287-L293) to make ci green. i&apos;ll try to follow up and investigate the root cause.

            List of files:
            /expo/packages/@expo/config-plugins/build/android/Package.js</description>
        <pubDate>Tue, 17 Jan 2023 17:25:43 +0000</pubDate>
        <dc:creator>Kudo Chien &lt;kudo@expo.dev&gt;</dc:creator>
    </item>
<item>
        <title>ee216927 - [config-plugins] Rebuild JS files</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/config-plugins/build/android/Package.js#ee216927</link>
        <description>[config-plugins] Rebuild JS files

            List of files:
            /expo/packages/@expo/config-plugins/build/android/Package.js</description>
        <pubDate>Mon, 21 Nov 2022 12:46:28 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;tomasz.sapeta@swmansion.com&gt;</dc:creator>
    </item>
<item>
        <title>082815dc - chore: migrate config, config-plugins, config-types, prebuild-config (#17958)</title>
        <link>http://172.16.0.5:8080/history/expo/packages/@expo/config-plugins/build/android/Package.js#082815dc</link>
        <description>chore: migrate config, config-plugins, config-types, prebuild-config (#17958)

            List of files:
            /expo/packages/@expo/config-plugins/build/android/Package.js</description>
        <pubDate>Tue, 28 Jun 2022 00:09:27 +0000</pubDate>
        <dc:creator>Evan Bacon &lt;bacon@expo.io&gt;</dc:creator>
    </item>
</channel>
</rss>
