Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump the development-dependencies group across 1 directory with 8 updates #976

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 12, 2024

Bumps the development-dependencies group with 8 updates in the / directory:

Package From To
@release-it/conventional-changelog 8.0.2 9.0.3
del-cli 5.1.0 6.0.0
react-native-builder-bob 0.30.3 0.31.0
@react-native/babel-preset 0.75.4 0.76.1
@react-native/metro-config 0.75.4 0.76.1
@react-native/typescript-config 0.75.4 0.76.1
@rnx-kit/metro-config 1.3.17 2.0.1
react-native-test-app 3.10.22 4.0.0

Updates @release-it/conventional-changelog from 8.0.2 to 9.0.3

Release notes

Sourced from @​release-it/conventional-changelog's releases.

Release 9.0.3

  • Format (09fdb3e)
  • fix: use whatBump option (#106) (09aac9e)

Release 9.0.2

  • Minor refactor for readability (ccdd687)
  • Format docs (73e212c)
  • fix: Resolve whatBump is not a function error (#105) (5e0af0c)

Release 9.0.1

  • Update dependencies (6059558)
  • fix: Allow whatBump to return undefined to skip versioning (#102) (3301fbe)

Release 9.0.0

  • Update dependencies (1db67c1)
  • Add .gitignore file (d9416d7)

Release 9.0.0-next.0

  • Update docs (deeb133)
  • Streamline opts (ac72e25)
  • Doc whatBump (1671544)
  • Try compact (dc1be68)
  • Add pkg.pr.new workflow (d978f50)
  • Migrate to conventional-changelog v6 + conventional-recommended-bump v10 (c4b9886)
Commits

Updates del-cli from 5.1.0 to 6.0.0

Release notes

Sourced from del-cli's releases.

v6.0.0

Breaking

  • Require Node.js 18 de54031

Improvements

  • Update dependencies de54031

sindresorhus/del-cli@v5.1.0...v6.0.0

Commits

Updates react-native-builder-bob from 0.30.3 to 0.31.0

Release notes

Sourced from react-native-builder-bob's releases.

[email protected]

0.31.0 (2024-11-08)

Features

Changelog

Sourced from react-native-builder-bob's changelog.

0.31.0 (2024-11-08)

Features

Commits

Updates @react-native/babel-preset from 0.75.4 to 0.76.1

Release notes

Sourced from @​react-native/babel-preset's releases.

0.76.1

Fixed

Android specific

  • runtime Made AppRegistry callable from Native code in Bridgeless (fixes headless tasks) (f3fee67c54 by @​robik)
  • runtime Add jsBundleFile to DefaultReactNativeHost.kt (e56bd89ef)

iOS specific

  • infra Pin Xcodeproj to < 1.26.0 (e8776240b41)
  • runtime Fixes regression of RCTWindowFrameDidChangeNotification not fired (e271b23fad by @​zhongwuzw)
  • runtime Fixed bug where background colors would sometimes animate when changing on Views (1d6ac09530 by @​joevilches)
  • codegen Do not generate the ComponentCls function in the RCTThirdPartyFabricComponentsProvider for components deined in the app. (dc7e9e2d83 by @​cipolleschi)
  • infra Generated NODE_BINARY in .xcode.env.local now supports paths with a space (eeaa3ff458 by @​blakef)

Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

0.76.0

0.76 stable is out!

This release of React Native enables the New Architecture by default. You can read more about it in this dedicated blog-post: the New Architecture is here.

This release also includes over 1491 commits from 165 contributors! Thank you to all our contributors new and old!

You can see all the highlights of the release in our release blog post.


Hermes dSYMS:

... (truncated)

Changelog

Sourced from @​react-native/babel-preset's changelog.

v0.76.1

Fixed

Android specific

  • runtime Made AppRegistry callable from Native code in Bridgeless (fixes headless tasks) (f3fee67c54 by @​robik)
  • runtime Add jsBundleFile to DefaultReactNativeHost.kt (e56bd89ef)

iOS specific

  • codegen Do not generate the ComponentCls function in the RCTThirdPartyFabricComponentsProvider for components deined in the app. (dc7e9e2d83 by @​cipolleschi)
  • infra Generated NODE_BINARY in .xcode.env.local now supports paths with a space (eeaa3ff458 by @​blakef)
  • infra Pin Xcodeproj to < 1.26.0 (e8776240b41)
  • runtime Fixed bug where background colors would sometimes animate when changing on Views (1d6ac09530 by @​joevilches)
  • runtime Fixes regression of RCTWindowFrameDidChangeNotification not fired (e271b23fad by @​zhongwuzw)

v0.76.0

Breaking

Android specific

iOS specific

  • initialization: Add ability to control bundle loading on the new architecture similar to loadSourceForBridge. Removed some properties from the RCTRootViewFactory. (7487a2c277 by @​alanjhughes)
  • turbomodule [iOS] Remove Macro for autolinking pure Cxx module(184646e491 by @​philIip)

Added

... (truncated)

Commits
  • b048659 Release 0.76.1
  • 201b517 [CI]: verify template is published method
  • 980f4b4 fix: AppRegistry not callable from Native in bridgeless (#46480)
  • 621d4ee Fixes regression of RCTWindowFrameDidChangeNotification not fired (#47236)
  • e877624 Pin Xcodeproj to < 1.26.0 (#47237)
  • defc0c8 Fix animating background colors in View (#47101)
  • e56bd89 Add jsBundleFile to DefaultReactNativeHost.kt (#47188)
  • 807500a Exclude generation of app-defined components from RCTThirdPartyFabricComponen...
  • bea4535 Let .xcode.env.local NODE_BINARY handle path spaces
  • 699a94d Update Podfile.lock
  • Additional commits viewable in compare view

Updates @react-native/metro-config from 0.75.4 to 0.76.1

Release notes

Sourced from @​react-native/metro-config's releases.

0.76.1

Fixed

Android specific

  • runtime Made AppRegistry callable from Native code in Bridgeless (fixes headless tasks) (f3fee67c54 by @​robik)
  • runtime Add jsBundleFile to DefaultReactNativeHost.kt (e56bd89ef)

iOS specific

  • infra Pin Xcodeproj to < 1.26.0 (e8776240b41)
  • runtime Fixes regression of RCTWindowFrameDidChangeNotification not fired (e271b23fad by @​zhongwuzw)
  • runtime Fixed bug where background colors would sometimes animate when changing on Views (1d6ac09530 by @​joevilches)
  • codegen Do not generate the ComponentCls function in the RCTThirdPartyFabricComponentsProvider for components deined in the app. (dc7e9e2d83 by @​cipolleschi)
  • infra Generated NODE_BINARY in .xcode.env.local now supports paths with a space (eeaa3ff458 by @​blakef)

Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

0.76.0

0.76 stable is out!

This release of React Native enables the New Architecture by default. You can read more about it in this dedicated blog-post: the New Architecture is here.

This release also includes over 1491 commits from 165 contributors! Thank you to all our contributors new and old!

You can see all the highlights of the release in our release blog post.


Hermes dSYMS:

... (truncated)

Changelog

Sourced from @​react-native/metro-config's changelog.

v0.76.1

Fixed

Android specific

  • runtime Made AppRegistry callable from Native code in Bridgeless (fixes headless tasks) (f3fee67c54 by @​robik)
  • runtime Add jsBundleFile to DefaultReactNativeHost.kt (e56bd89ef)

iOS specific

  • codegen Do not generate the ComponentCls function in the RCTThirdPartyFabricComponentsProvider for components deined in the app. (dc7e9e2d83 by @​cipolleschi)
  • infra Generated NODE_BINARY in .xcode.env.local now supports paths with a space (eeaa3ff458 by @​blakef)
  • infra Pin Xcodeproj to < 1.26.0 (e8776240b41)
  • runtime Fixed bug where background colors would sometimes animate when changing on Views (1d6ac09530 by @​joevilches)
  • runtime Fixes regression of RCTWindowFrameDidChangeNotification not fired (e271b23fad by @​zhongwuzw)

v0.76.0

Breaking

Android specific

iOS specific

  • initialization: Add ability to control bundle loading on the new architecture similar to loadSourceForBridge. Removed some properties from the RCTRootViewFactory. (7487a2c277 by @​alanjhughes)
  • turbomodule [iOS] Remove Macro for autolinking pure Cxx module(184646e491 by @​philIip)

Added

... (truncated)

Commits

Updates @react-native/typescript-config from 0.75.4 to 0.76.1

Release notes

Sourced from @​react-native/typescript-config's releases.

0.76.1

Fixed

Android specific

  • runtime Made AppRegistry callable from Native code in Bridgeless (fixes headless tasks) (f3fee67c54 by @​robik)
  • runtime Add jsBundleFile to DefaultReactNativeHost.kt (e56bd89ef)

iOS specific

  • infra Pin Xcodeproj to < 1.26.0 (e8776240b41)
  • runtime Fixes regression of RCTWindowFrameDidChangeNotification not fired (e271b23fad by @​zhongwuzw)
  • runtime Fixed bug where background colors would sometimes animate when changing on Views (1d6ac09530 by @​joevilches)
  • codegen Do not generate the ComponentCls function in the RCTThirdPartyFabricComponentsProvider for components deined in the app. (dc7e9e2d83 by @​cipolleschi)
  • infra Generated NODE_BINARY in .xcode.env.local now supports paths with a space (eeaa3ff458 by @​blakef)

Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

0.76.0

0.76 stable is out!

This release of React Native enables the New Architecture by default. You can read more about it in this dedicated blog-post: the New Architecture is here.

This release also includes over 1491 commits from 165 contributors! Thank you to all our contributors new and old!

You can see all the highlights of the release in our release blog post.


Hermes dSYMS:

... (truncated)

Changelog

Sourced from @​react-native/typescript-config's changelog.

v0.76.1

Fixed

Android specific

  • runtime Made AppRegistry callable from Native code in Bridgeless (fixes headless tasks) (f3fee67c54 by @​robik)
  • runtime Add jsBundleFile to DefaultReactNativeHost.kt (e56bd89ef)

iOS specific

  • codegen Do not generate the ComponentCls function in the RCTThirdPartyFabricComponentsProvider for components deined in the app. (dc7e9e2d83 by @​cipolleschi)
  • infra Generated NODE_BINARY in .xcode.env.local now supports paths with a space (eeaa3ff458 by @​blakef)
  • infra Pin Xcodeproj to < 1.26.0 (e8776240b41)
  • runtime Fixed bug where background colors would sometimes animate when changing on Views (1d6ac09530 by @​joevilches)
  • runtime Fixes regression of RCTWindowFrameDidChangeNotification not fired (e271b23fad by @​zhongwuzw)

v0.76.0

Breaking

Android specific

iOS specific

  • initialization: Add ability to control bundle loading on the new architecture similar to loadSourceForBridge. Removed some properties from the RCTRootViewFactory. (7487a2c277 by @​alanjhughes)
  • turbomodule [iOS] Remove Macro for autolinking pure Cxx module(184646e491 by @​philIip)

Added

... (truncated)

Commits

Updates @rnx-kit/metro-config from 1.3.17 to 2.0.1

Release notes

Sourced from @​rnx-kit/metro-config's releases.

@​rnx-kit/metro-config@​2.0.1

Patch Changes

  • a472e19: Ignore files generated by Xcode during build

@​rnx-kit/metro-config@​2.0.0

Major Changes

  • 3afb5fa: Bump minimum Node version to 16.17

Patch Changes

  • Updated dependencies [3afb5fa]
    • @​rnx-kit/tools-react-native@​2.0.0
    • @​rnx-kit/tools-node@​3.0.0
    • @​rnx-kit/tools-workspaces@​0.2.0
Changelog

Sourced from @​rnx-kit/metro-config's changelog.

2.0.1

Patch Changes

  • a472e19: Ignore files generated by Xcode during build

2.0.0

Major Changes

  • 3afb5fa: Bump minimum Node version to 16.17

Patch Changes

  • Updated dependencies [3afb5fa]
    • @​rnx-kit/tools-react-native@​2.0.0
    • @​rnx-kit/tools-node@​3.0.0
    • @​rnx-kit/tools-workspaces@​0.2.0
Commits

Updates react-native-test-app from 3.10.22 to 4.0.0

Release notes

Sourced from react-native-test-app's releases.

4.0.0

4.0.0 (2024-11-12)

Features

  • android: bump minSdkVersion to 24 (96dc28d)
  • apple: bump iOS/macOS deployment target to 15.1/12.0 (51df7f1)
  • apple: enable Hermes by default in new projects (9fe8bbb)
  • apple: remove deprecated :turbomodule_enabled option (6c1c8ee)
  • bump minimum react-native version to 0.70 (2c7583d)
  • init: deprecate --flatten option (7508471)

BREAKING CHANGES

  • apple: Minimum iOS and macOS versions have been bumped to 15.1 and 12.0 respectively
  • android: Minimum Android SDK version is now 24
  • apple: Hermes is enabled by default in new projects
  • init: Deprecated (and removed) --flatten option
  • apple: Removed deprecated :turbomodule_enabled option
  • Dropped support for versions older than 0.70
Commits
  • 51df7f1 feat(apple): bump iOS/macOS deployment target to 15.1/12.0
  • 96dc28d feat(android): bump minSdkVersion to 24
  • 9fe8bbb feat(apple): enable Hermes by default in new projects
  • 7508471 feat(init): deprecate --flatten option
  • 6c1c8ee feat(apple): remove deprecated :turbomodule_enabled option
  • 2c7583d feat: bump minimum react-native version to 0.70
  • fd4fc1c chore(deps): update webdriverio (#2312)
  • See full diff in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ectory with 8 updates

Bumps the development-dependencies group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@release-it/conventional-changelog](https://github.com/release-it/conventional-changelog) | `8.0.2` | `9.0.3` |
| [del-cli](https://github.com/sindresorhus/del-cli) | `5.1.0` | `6.0.0` |
| [react-native-builder-bob](https://github.com/callstack/react-native-builder-bob/tree/HEAD/packages/react-native-builder-bob) | `0.30.3` | `0.31.0` |
| [@react-native/babel-preset](https://github.com/facebook/react-native) | `0.75.4` | `0.76.1` |
| [@react-native/metro-config](https://github.com/facebook/react-native/tree/HEAD/packages/metro-config) | `0.75.4` | `0.76.1` |
| [@react-native/typescript-config](https://github.com/facebook/react-native/tree/HEAD/packages/typescript-config) | `0.75.4` | `0.76.1` |
| [@rnx-kit/metro-config](https://github.com/microsoft/rnx-kit/tree/HEAD/packages/metro-config) | `1.3.17` | `2.0.1` |
| [react-native-test-app](https://github.com/microsoft/react-native-test-app) | `3.10.22` | `4.0.0` |



Updates `@release-it/conventional-changelog` from 8.0.2 to 9.0.3
- [Release notes](https://github.com/release-it/conventional-changelog/releases)
- [Commits](release-it/conventional-changelog@8.0.2...9.0.3)

Updates `del-cli` from 5.1.0 to 6.0.0
- [Release notes](https://github.com/sindresorhus/del-cli/releases)
- [Commits](sindresorhus/del-cli@v5.1.0...v6.0.0)

Updates `react-native-builder-bob` from 0.30.3 to 0.31.0
- [Release notes](https://github.com/callstack/react-native-builder-bob/releases)
- [Changelog](https://github.com/callstack/react-native-builder-bob/blob/main/packages/react-native-builder-bob/CHANGELOG.md)
- [Commits](https://github.com/callstack/react-native-builder-bob/commits/[email protected]/packages/react-native-builder-bob)

Updates `@react-native/babel-preset` from 0.75.4 to 0.76.1
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](facebook/react-native@v0.75.4...v0.76.1)

Updates `@react-native/metro-config` from 0.75.4 to 0.76.1
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.76.1/packages/metro-config)

Updates `@react-native/typescript-config` from 0.75.4 to 0.76.1
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.76.1/packages/typescript-config)

Updates `@rnx-kit/metro-config` from 1.3.17 to 2.0.1
- [Release notes](https://github.com/microsoft/rnx-kit/releases)
- [Changelog](https://github.com/microsoft/rnx-kit/blob/main/packages/metro-config/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rnx-kit/commits/@rnx-kit/[email protected]/packages/metro-config)

Updates `react-native-test-app` from 3.10.22 to 4.0.0
- [Release notes](https://github.com/microsoft/react-native-test-app/releases)
- [Commits](microsoft/react-native-test-app@3.10.22...4.0.0)

---
updated-dependencies:
- dependency-name: "@release-it/conventional-changelog"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: del-cli
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: react-native-builder-bob
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@react-native/babel-preset"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@react-native/metro-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@react-native/typescript-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@rnx-kit/metro-config"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: react-native-test-app
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 12, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 18, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 18, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development-dependencies-2366c70af0 branch November 18, 2024 13:18
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants