react-native-calendario
react-native-calendario copied to clipboard
chore(deps): update dependency babel-preset-expo to v9.9.0
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
babel-preset-expo (source) | 9.3.0 -> 9.9.0 |
Release Notes
expo/expo (babel-preset-expo)
v9.9.0
🛠 Breaking changes
- Remove support for
native.useTransformReactJSXExperimental
andweb.useTransformReactJSXExperimental
option in favor ofjsxRuntime: 'classic'
. React support can no longer be removed. (#25125 by @EvanBacon)
🎉 New features
- Rename
basePath
tobaseUrl
and expose to bundles withprocess.env.EXPO_BASE_URL
. (#25305 by @EvanBacon) - Add
Platform.OS
shaking without needing to enable experimental ESM transforms. (#25171 by @EvanBacon) - Inline environment variables in production before the serializer to support source maps. (#25239 by @EvanBacon)
- Support all options in top-level object and in
native
andweb
sub-objects. (#25172 by @EvanBacon) - Use the standard
@babel/preset-react
for all React transformations. (#25125 by @EvanBacon)
🐛 Bug fixes
- Only inline platforms when explicitly bundling for production. (#25275 by @EvanBacon)
- Fix jsx dev transform with React components that are defined in the function parameters. (#25235 by @EvanBacon)
💡 Others
- Drop unused
native.withDevTools
andweb.withDevTools
options. (#25125 by @EvanBacon) - Migrate from
@babel/plugin-proposal-export-namespace-from
to@babel/plugin-transform-export-namespace-from
. (#25127 by @EvanBacon) - Update reanimated tests. (#25126 by @EvanBacon)
v9.8.0
🎉 New features
- Automatically optimize transformations based on Hermes usage. (#24672 by @EvanBacon)
- Enable
expo-router
Babel features when available. (#24779 by @EvanBacon)
v9.7.0
🛠 Breaking changes
- Remove experimental native Webpack support. (#24328 by @EvanBacon)
💡 Others
- Drop warning for invalid property
useTransformReactJsxExperimental
. (#24328 by @EvanBacon) - Re-write in TypeScript. (#24328 by @EvanBacon)
v9.6.2
This version does not introduce any user-facing changes.
v9.6.1
🎉 New features
- Automatically add
react-native-reanimated/plugin
when available. (#23798 by @EvanBacon)
v9.6.0
📚 3rd party library updates
v9.5.2
v9.5.1
v9.5.0
🎉 New features
- Add
@babel/plugin-proposal-export-namespace-from
. (#22899 by @EvanBacon)
💡 Others
- Bump
babel-plugin-module-resolver
dev dependency. (#22871 by @EvanBacon)
v9.4.1
📚 3rd party library updates
v9.4.0
This version does not introduce any user-facing changes.
v9.3.2
📚 3rd party library updates
v9.3.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.