Граф коммитов

2611 Коммитов

Автор SHA1 Сообщение Дата
renovate[bot] b209a3806c
chore(deps): update dependency react-native-test-app to v2.5.20 (#2655)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-11 09:38:19 +02:00
renovate[bot] ddbab3bd19
chore(deps): update dependency @types/semver to v7.5.1 (#2654)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-11 09:37:49 +02:00
renovate[bot] c702d49e6b
chore(deps): update dependency @types/qrcode to v1.5.2 (#2653)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-11 09:33:29 +02:00
renovate[bot] 461265a727
chore(deps): update dependency @babel/preset-env to v7.22.15 (#2652)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-11 09:33:09 +02:00
React Native SDK Bot 6bc9ed2131
RELEASING: Releasing 1 package(s) (#2644)
Releases:
  @rnx-kit/eslint-plugin@0.5.1

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-04 10:29:30 +02:00
renovate[bot] e3b88b424a
chore(deps): update dependency @types/node to v18.17.12 (#2649)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2023-09-04 08:18:39 +00:00
renovate[bot] df7add263d
chore(deps): update dependency react-native to v0.71.13 (#2650)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-04 10:07:45 +02:00
renovate[bot] 51862467ea
chore(deps): update jest monorepo to v29.6.3 (#2647)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-04 10:03:30 +02:00
renovate[bot] d025a2d238
chore(deps): update babel monorepo to v7.22.11 (#2645)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-04 10:00:11 +02:00
renovate[bot] 49783975ca
chore(deps): update dependency @types/react to v18.2.21 (#2646) 2023-09-03 23:03:05 +00:00
Tommy Nguyen d67d59d2ac
fix(eslint-plugin): use `context.filename` if available (#2643) 2023-08-31 18:54:01 +02:00
Tommy Nguyen fb9a57ed3d
chore: bulk fix metadata in all packages (#2642) 2023-08-31 14:02:23 +02:00
Tommy Nguyen 1b8d13d8cc
chore(react-native-test-app-msal): move into incubator (#2641)
Move `react-native-test-app-msal` into incubator to avoid having it show
up on the website and confuse people.
2023-08-31 09:43:36 +02:00
React Native SDK Bot f8ff32fce8
RELEASING: Releasing 3 package(s) (#2637)
Releases:
  @rnx-kit/react-native-lazy-index@3.0.0
  @rnx-kit/esbuild-bundle-analyzer@0.2.0
  @rnx-kit/eslint-plugin@0.5.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-30 08:44:01 +02:00
AAHAbbas 19f4963aa0
fix(esbuild-bundle-analyzer): cleaner output (#2623) 2023-08-29 19:29:09 +02:00
Tommy Nguyen a1432996ff
chore: enable `@typescript-eslint/stylistic` (#2639) 2023-08-29 15:32:21 +02:00
Tommy Nguyen a669c0210f
fix(lazy-index): update error messages (#2638) 2023-08-29 15:32:03 +02:00
renovate[bot] 950fcf0a3d
fix(deps): update typescript-eslint monorepo to v6 (major) (#2628)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2023-08-29 11:59:19 +02:00
Tommy Nguyen 027a9b2ea4
ci: drop Node 14, add 20 (#2629) 2023-08-29 11:03:37 +02:00
Tommy Nguyen a3b3a189c2
feat(lazy-index)!: removed elements that made the plugin confusing (#2622)
BREAKING CHANGE: Removed elements that made the plugin confusing.

- Scanning capability has been removed in favour of explicit
  declaration.
- Experiences should now be passed directly to the plugin in `index.js`:
  ```js
  // @codegen
  module.exports = require("@rnx-kit/react-native-lazy-index")({
    // declare experiences here
  });
  ```
  This should makes it more obvious to users that codegen is happening
  in this file. Check the `README` for an example.
- Experiences can still be declared in `package.json`. Just don't pass
  anything to the plugin:
  ```js
  // @codegen
  module.exports = require("@rnx-kit/react-native-lazy-index")();
  ```
2023-08-28 18:58:54 +02:00
Tommy Nguyen aca170f9e0
test(metro-serializer-esbuild): replace `@react-native-community/cli-plugin-metro` (#2609) 2023-08-28 18:58:27 +02:00
React Native SDK Bot 13214574e0
RELEASING: Releasing 2 package(s) (#2630)
Releases:
  @rnx-kit/metro-config@1.3.9
  @rnx-kit/react-native-auth@0.2.4

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-28 12:14:33 +02:00
Sveinar Rasmussen 8872a52edb
fix(react-native-auth): RNXAccountType was wrong on iOS (#2636) 2023-08-28 10:04:22 +00:00
renovate[bot] 4cd4db9f44
chore(deps): update dependency @types/node to v18.17.11 (#2632)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2023-08-28 07:37:52 +00:00
renovate[bot] 7749028d33
chore(deps): update dependency eslint-plugin-react to v7.33.2 (#2635)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-28 09:33:19 +02:00
renovate[bot] 3a5eab8ec1
chore(deps): update gradle/gradle-build-action action to v2.7.1 (#2633)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2023-08-28 07:29:31 +00:00
Tommy Nguyen 660793b595
fix(metro-config): ignore unrelated file changes (#2624) 2023-08-25 16:08:06 +00:00
renovate[bot] 0d89d70ad0
chore(deps): update dependency eslint to v8.47.0 (#2627)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-25 07:25:13 +00:00
renovate[bot] 38e8c64b83
fix(deps): update dependency com.google.android.material:material to v1.9.0 (#2626)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2023-08-25 07:24:47 +00:00
renovate[bot] 6d50a9403b
chore(deps): update actions/setup-node action to v3.8.1 (#2625)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-25 07:11:35 +00:00
React Native SDK Bot fbd81b489f
RELEASING: Releasing 2 package(s) (#2620)
Releases:
  @rnx-kit/metro-resolver-symlinks@0.1.32
  @rnx-kit/cli@0.16.13

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-21 21:26:34 +02:00
Tommy Nguyen 6ec789058e
fix(metro-resolver-symlinks): fix asset loading (#2606) 2023-08-21 21:05:10 +02:00
Tommy Nguyen 675254291d
fix(cli): refresh menu/help message (#2619) 2023-08-21 10:44:10 +00:00
React Native SDK Bot d6515056d2
RELEASING: Releasing 7 package(s) (#2603)
Releases:
  @rnx-kit/cli@0.16.12
  @rnx-kit/metro-serializer-esbuild@0.1.28
  @rnx-kit/tools-react-native@1.3.2
  @rnx-kit/metro-service@3.1.1
  @rnx-kit/metro-plugin-typescript@0.4.4
  @rnx-kit/typescript-service@1.5.7
  @rnx-kit/metro-resolver-symlinks@0.1.31

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-21 07:28:29 +00:00
Tommy Nguyen 2fc23772d9
docs(changeset): `@rnx-kit/config` does not need to be bumped (#2618) 2023-08-21 09:05:52 +02:00
renovate[bot] 7256ae2e58
chore(deps): update dependency prettier to v3.0.2 (#2617)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2023-08-21 06:56:16 +00:00
renovate[bot] 01eb1b6fb9
chore(deps): update dependency memfs to v4.2.1 (#2616)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-21 08:32:56 +02:00
renovate[bot] 2b8543c45d
chore(deps): update dependency @types/react to v18.2.20 (#2615)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-21 08:32:39 +02:00
renovate[bot] 5c76641116
chore(deps): update babel monorepo to v7.22.10 (#2614)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-21 08:32:17 +02:00
Tommy Nguyen 39deedd86e
docs(changeset): bump `@rnx-kit/cli` and `@rnx-kit/config` (#2612) 2023-08-17 15:09:55 +01:00
Tommy Nguyen 1bc772ccb0
fix(tools-react-native): find `metro` via `@react-native/community-cli-plugin` (#2608) 2023-08-17 10:12:07 +00:00
Tommy Nguyen 668c6f4003
chore(android): `kotlin-stdlib` is added by default (#2611) 2023-08-17 11:16:31 +02:00
Tommy Nguyen ebca91d77c
refactor(metro-resolver-symlinks): reuse `findMetroPath` (#2610) 2023-08-17 11:15:49 +02:00
Tommy Nguyen 11e8e5468f
fix(metro-service): clean up after `cli-plugin-metro` deprecation (#2607) 2023-08-17 11:15:05 +02:00
Tommy Nguyen 1c2725b840
fix(metro-plugin-typescript): proper support for TypeScript 5.0 (#2605) 2023-08-15 19:01:08 +02:00
renovate[bot] 5b7b569a5e
chore(deps): update yarn to v3.6.1 (#2501)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2023-08-14 11:32:46 +02:00
Tommy Nguyen d8f53ed736
fix: bump esbuild to 0.19 series (#2604) 2023-08-14 09:28:49 +00:00
renovate[bot] 661854c538
chore(deps): update microsoft/react-native-test-app action to v2.5.15 (#2600)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2023-08-14 08:59:28 +00:00
renovate[bot] 7f15211550
fix(deps): update dependency esbuild to v0.18.20 (#2601)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2023-08-14 08:33:37 +00:00
renovate[bot] 7212719063
chore(deps): update dependency @types/node to v18.17.5 (#2598)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2023-08-14 07:47:55 +00:00