Skip to content

📦 Bump the rnx-kit group with 2 updates #13561

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

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the rnx-kit group with 2 updates: @rnx-kit/cli and @rnx-kit/metro-config.

Updates @rnx-kit/cli from 0.16.29 to 0.16.30

Release notes

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

@​rnx-kit/cli@​0.16.30

Patch Changes

  • 6703a66: Minor cleanups in preparation for bigger changes in the near future
  • Updated dependencies [9b5d21b]
  • Updated dependencies [2d09aef]
    • @​rnx-kit/tools-react-native@​1.4.0
    • @​rnx-kit/metro-serializer-esbuild@​0.1.36
Changelog

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

0.16.30

Patch Changes

  • 6703a66: Minor cleanups in preparation for bigger changes in the near future
  • Updated dependencies [9b5d21b]
  • Updated dependencies [2d09aef]
    • @​rnx-kit/tools-react-native@​1.4.0
    • @​rnx-kit/metro-serializer-esbuild@​0.1.36
Commits

Updates @rnx-kit/metro-config from 1.3.15 to 1.3.16

Release notes

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

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

Patch Changes

  • f0a85ac: Let users know if they're missing @react-native/metro-config when on React Native 0.72+
  • f0a85ac: Workaround for Expo unintentionally overwriting our Metro config
  • Updated dependencies [9b5d21b]
    • @​rnx-kit/tools-react-native@​1.4.0
Changelog

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

1.3.16

Patch Changes

  • f0a85ac: Let users know if they're missing @react-native/metro-config when on React Native 0.72+
  • f0a85ac: Workaround for Expo unintentionally overwriting our Metro config
  • Updated dependencies [9b5d21b]
    • @​rnx-kit/tools-react-native@​1.4.0
Commits
  • 71677ee RELEASING: Releasing 4 package(s) (#3262)
  • 8ca5b06 test(metro-config): fix logical merge conflict breaking build [part 2] (#3273)
  • 5bb0c7f test(metro-config): fix logical merge conflict breaking build (#3272)
  • f0a85ac fix(metro-config): workaround for Expo unintentionally overwriting fields (#3...
  • 0639b2c test(metro-config): fix Middleware sometimes being inferred as `SimpleHandl...
  • b3fd0b3 test: migrate some tests to Node test runner (#3245)
  • 728d9c6 chore(metro-config): don't output unused .d.ts files (#3142)
  • 3799990 test: replace deprecated functions (#3012)
  • b962503 ci: bump Node to v20 to satisfy Yarn (#3007)
  • 1eb8c14 fix(eslint-plugin): bump typescript-eslint to v7 (#3002)
  • 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
###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com//pull/13561)

Bumps the rnx-kit group with 2 updates: [@rnx-kit/cli](https://github.com/microsoft/rnx-kit/tree/HEAD/packages/cli) and [@rnx-kit/metro-config](https://github.com/microsoft/rnx-kit/tree/HEAD/packages/metro-config).


Updates `@rnx-kit/cli` from 0.16.29 to 0.16.30
- [Release notes](https://github.com/microsoft/rnx-kit/releases)
- [Changelog](https://github.com/microsoft/rnx-kit/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rnx-kit/commits/@rnx-kit/cli@0.16.30/packages/cli)

Updates `@rnx-kit/metro-config` from 1.3.15 to 1.3.16
- [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/metro-config@1.3.16/packages/metro-config)

---
updated-dependencies:
- dependency-name: "@rnx-kit/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rnx-kit
- dependency-name: "@rnx-kit/metro-config"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rnx-kit
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner August 12, 2024 12:36
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 12, 2024
@acoates-ms acoates-ms merged commit 4ffccb4 into main Aug 12, 2024
55 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/rnx-kit-9ad82232be branch August 12, 2024 14:55
@microsoft-github-policy-service microsoft-github-policy-service bot added the Invalid Triage https://github.com/microsoft/react-native-windows/wiki/Triage-Process (label applied by bot) label Aug 12, 2024
@jonthysell jonthysell removed the Invalid Triage https://github.com/microsoft/react-native-windows/wiki/Triage-Process (label applied by bot) label Aug 28, 2024
@jonthysell jonthysell modified the milestones: 0.75, Next Aug 28, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants