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

39 Коммитов

Автор SHA1 Сообщение Дата
renovate[bot] 57013d2191
fix(deps): update eslint (major) (#3394)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2024-10-17 14:41:52 +00:00
React Native SDK Bot 756ddeba67
RELEASING: Releasing 44 package(s) (#3342)
Releases:
  @rnx-kit/third-party-notices@2.0.0
  @rnx-kit/cli@0.18.0
  @rnx-kit/metro-plugin-cyclic-dependencies-detector@2.0.0
  @rnx-kit/react-native-error-trace-decorator@2.0.0
  @rnx-kit/esbuild-plugin-import-path-remapper@3.0.0
  @rnx-kit/babel-plugin-import-path-remapper@2.0.0
  @rnx-kit/babel-preset-metro-react-native@2.0.0
  @rnx-kit/metro-plugin-duplicates-checker@3.0.0
  @rnx-kit/react-native-test-app-msal@4.0.0
  @rnx-kit/react-native-lazy-index@4.0.0
  @rnx-kit/tools-react-native@2.0.0
  @rnx-kit/typescript-service@2.0.0
  @rnx-kit/commitlint-lite@2.0.0
  @rnx-kit/metro-serializer@2.0.0
  @rnx-kit/tools-language@3.0.0
  @rnx-kit/metro-service@4.0.0
  @rnx-kit/metro-config@2.0.0
  @rnx-kit/bundle-diff@2.0.0
  @rnx-kit/align-deps@3.0.0
  @rnx-kit/tools-node@3.0.0
  @rnx-kit/tsconfig@2.0.0
  @rnx-kit/console@2.0.0
  @react-native-webapis/battery-status@0.2.0
  @react-native-webapis/web-storage@0.3.0
  @rnx-kit/esbuild-bundle-analyzer@0.3.0
  @rnx-kit/metro-serializer-esbuild@0.2.0
  @rnx-kit/rn-changelog-generator@0.5.0
  @rnx-kit/metro-plugin-typescript@0.5.0
  @rnx-kit/metro-resolver-symlinks@0.2.0
  @rnx-kit/react-native-auth@0.3.0
  @rnx-kit/react-native-host@0.5.0
  @rnx-kit/patcher-rnmacos@0.2.0
  @rnx-kit/tools-filesystem@0.1.0
  @rnx-kit/tools-workspaces@0.2.0
  @rnx-kit/eslint-plugin@0.8.0
  @rnx-kit/tools-android@0.2.0
  @rnx-kit/tools-windows@0.2.0
  @rnx-kit/jest-preset@0.2.0
  @rnx-kit/tools-apple@0.2.0
  @rnx-kit/tools-shell@0.2.0
  @rnx-kit/polyfills@0.2.0
  @rnx-kit/config@0.7.0
  @rnx-kit/build@0.7.1
  @rnx-kit/eslint-config@0.0.4

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-11 08:59:50 +02:00
Tommy Nguyen 3afb5fad17
fix: bump minimum Node version to 16.17 (#3339)
`tsconfig` is also updated according to
https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping#node-16
2024-09-10 18:02:14 +00:00
Tommy Nguyen b9625034ad
ci: bump Node to v20 to satisfy Yarn (#3007) 2024-03-18 13:19:51 +01:00
Tommy Nguyen 1eb8c143af
fix(eslint-plugin): bump `typescript-eslint` to v7 (#3002) 2024-03-12 15:30:53 +01:00
Tommy Nguyen e86635199d
docs(rn-changelog-generator): format [skip ci] (#2933) 2024-01-26 13:31:53 +01:00
Blake Friedman f4809ea2fc
docs(rn-changelog-generator): use populated GitHub token link [skip ci] (#2930)
Set everything the user would have to through the url.
2024-01-25 15:05:01 +01:00
Tommy Nguyen bf893a2e82
feat(tsconfig): base TypeScript configs for working with Node (#2886) 2023-12-18 12:05:07 +01:00
Tommy Nguyen 7654fac668
chore: fix `lint` command to include more files (#2865) 2023-11-30 18:02:19 +01:00
Tommy Nguyen 2ba27400c9
feat(eslint-preset)!: migrate to flat config (#2813)
BREAKING CHANGE: ESLint 8.23+ and its new config system is now required

Read more about ESLint's new config system, flat config, here:
https://eslint.org/blog/2022/08/new-config-system-part-2/
2023-11-24 11:52:09 +01:00
Tommy Nguyen 589ea67e75
chore: bump `@types/node` to v20 (#2825) 2023-11-15 17:08:18 +00:00
renovate[bot] 42563310b9
chore(deps): update typescript type definitions (#2817)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-14 08:25:00 +00:00
Tommy Nguyen 91b10ad1c9
chore: move Jest config to break circular dependency (#2787) 2023-11-06 16:39:51 +01:00
Tommy Nguyen f4cf8828f5
chore: migrate to ESLint flat config (#2782)
Migrating to the new flat config format addresses numerous issues with
pnpm setups, especially with how plugins are resolved.
2023-11-03 14:02:18 +01:00
Tommy Nguyen 067e2ed747
chore: fix phantom dependencies (#2778) 2023-11-02 11:23:00 +01:00
Tommy Nguyen ab602dac4b
chore: fix `lint` command not linting all files (#2776) 2023-10-31 16:24:22 +00:00
Tommy Nguyen 7aa6708cdf
chore: restrict use of `export default` (#2772) 2023-10-30 13:40:33 +01:00
renovate[bot] e5b0ff61dc
chore(deps): update typescript type definitions (#2774)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2023-10-30 08:09:15 +00:00
Tommy Nguyen a1432996ff
chore: enable `@typescript-eslint/stylistic` (#2639) 2023-08-29 15:32:21 +02:00
Tommy Nguyen 113c1baac4
chore: ensure consistent import/export order (#2597) 2023-08-11 11:08:53 +02:00
renovate[bot] 469cf51153
chore(deps): update dependency prettier to v3 (#2528)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2023-07-11 09:58:39 +00:00
Tommy Nguyen 616a959a04
chore: use Jest version from align-deps (#2459) 2023-06-13 10:23:35 +01:00
React Native SDK Bot a768826a82
Version Packages (#2364)
Releases:
  @rnx-kit/rn-changelog-generator@0.4.1

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-04-14 15:52:01 +01:00
Luna b8a39ed232
Provide author name if no login (#2336)
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
Co-authored-by: Luna Wei <luwe@fb.com>
2023-04-14 15:00:32 +01:00
Tommy Nguyen a98b0421e8
chore: bump react-native to 0.71 (#2337) 2023-04-14 12:46:34 +02:00
Tommy Nguyen 1f0ac0953d
chore: bump typescript to 5.0.2 (#2292) 2023-03-20 10:26:35 +01:00
React Native SDK Bot e92dc856a5
RELEASING: Releasing 2 package(s) (#2261)Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Releases:
  @rnx-kit/metro-resolver-symlinks@0.1.27
  @rnx-kit/rn-changelog-generator@0.4.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-03-06 10:42:52 +00:00
Luna 3fa093e89d
[rn-changelog-generator] Add validation command and export (#2260)
Co-authored-by: Luna Wei <luwe@fb.com>
2023-03-06 10:18:05 +00:00
Tommy Nguyen 0e733235a0
chore: bump Yarn to 3.4.1 (#2196) 2023-02-13 12:05:27 +01:00
Tommy Nguyen ad9f348918
chore: enable `consistent-type-imports` ESLint rule (#2135) 2023-01-20 16:07:50 +01:00
Tommy Nguyen 776addd0ad
chore: bump npm dependencies (#2111) 2023-01-17 15:02:06 +01:00
Tommy Nguyen 93dda3ab3b
chore: bump Node requirement so we can target ES2019 (#1793)
* chore: bump Node requirement so we can target ES2019

According to https://kangax.github.io/compat-table/es2016plus/, we can
target ES2019 with Node 12+

* update dep-check's tsconfig
2022-08-05 00:58:22 -07:00
Tommy Nguyen bfe29746a7
fix(tools-workspaces): remove `node:` prefix to support Node <14.18 (#1732) 2022-07-09 07:50:11 +02:00
github-actions[bot] 218ce2f9b8
RELEASING: Releasing 2 package(s) (#1708)
Releases:
  @rnx-kit/build@0.1.2
  @rnx-kit/rn-changelog-generator@0.3.2

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-04 19:03:40 +02:00
Bartosz Kaszubowski 8e31bfe426
feat(rn-changelog-generator): filter sync commits, simplify types (#1712) 2022-07-04 10:26:09 +01:00
dependabot[bot] d535e6aecb
build(deps): bump esbuild from 0.14.43 to 0.14.47 (#1669)
* build(deps): bump esbuild from 0.14.43 to 0.14.47

Bumps [esbuild](https://github.com/evanw/esbuild) from 0.14.43 to 0.14.47.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.14.43...v0.14.47)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* esbuild adds `use strict` because of `alwaysStrict: true`

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2022-06-21 09:01:22 +00:00
Adam Foxman e81d50db57
Update README files, remove "dead" config types (#1343)
* Update README files

* docs(changeset): Update READMEs. Remove dead configuration types.

* Update .changeset/large-geese-share.md

Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>

* Fix READMEs

Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2022-03-31 18:09:36 +00:00
github-actions[bot] 31dea743c4
Version Packages (#1204)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-03-09 17:00:27 +01:00
Lorenzo Sciandra 648ce3cb2c
chore(incubator): create a more structured approach for experimental packages (#1189)
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2022-03-09 14:27:17 +00:00