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

1542 Коммитов

Автор SHA1 Сообщение Дата
github-actions[bot] a7e1da7d17
RELEASING: Releasing 7 package(s) (#1607)
Releases:
  @rnx-kit/tools-node@1.3.0
  @rnx-kit/react-native-test-app-msal@1.0.2
  @rnx-kit/metro-resolver-symlinks@0.1.21
  @rnx-kit/react-native-auth@0.1.2
  @rnx-kit/metro-config@1.2.33
  @rnx-kit/dep-check@1.12.16
  @rnx-kit/jest-preset@0.1.10

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-07 11:27:02 +02:00
Tommy Nguyen b56846f2b5
fix(metro-resolver-symlinks): fix handling of empty modules (#1609) 2022-06-07 09:16:22 +00:00
Tommy Nguyen 4674e76147
fix: enable `resolveSymlinks` and remove dupe code (#1608) 2022-06-07 10:58:43 +02:00
dependabot[bot] e0c542b964
build(deps-dev): bump eslint from 8.16.0 to 8.17.0 (#1602)
Bumps [eslint](https://github.com/eslint/eslint) from 8.16.0 to 8.17.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.16.0...v8.17.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-07 08:20:59 +00:00
dependabot[bot] 5d0d939760
build(deps): bump typescript from 4.7.2 to 4.7.3 (#1601)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.2 to 4.7.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.2...v4.7.3)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-07 06:48:20 +00:00
Adam Foxman f7845b3f16
Turn on fabric bot (#1606)
* add fabricbot config

* docs(changeset):
2022-06-07 08:35:58 +02:00
dependabot[bot] 23e54e4c4e
build(deps): bump actions/setup-node from 3.2.0 to 3.3.0 (#1604)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3.2.0...v3.3.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-07 08:34:14 +02:00
dependabot[bot] 2813308108
build(deps): bump @swc/core from 1.2.196 to 1.2.197 (#1603)
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.2.196 to 1.2.197.
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/compare/v1.2.196...v1.2.197)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-07 08:33:50 +02:00
Tommy Nguyen aec1f83830
fix(react-native-auth): rename `acquireToken` to fit Swift naming conventions (#1600)
* fix(react-native-auth): rename `acquireToken` to fit Swift naming conventions

If we don't explicitly specify the signature, Swift will rename it to
`acquireToken(withScopes:userPrincipalName:accountType:onTokenAcquired:)`

* docs(changeset): Rename `acquireToken` to better fit Swift naming conventions

* fix(react-native-test-app-msal): fix git tag format in podspec
2022-06-07 08:32:20 +02:00
Tommy Nguyen 28a302a156
fix(metro-resolver-symlinks): don't interfere with browser redirection (#1597) 2022-06-07 08:31:59 +02:00
Tommy Nguyen 78a6c4edc5
fix(jest-preset): use public `loadConfig` if it exists (#1596) 2022-06-07 08:31:14 +02:00
Tommy Nguyen 1edb9acd3b
fix(dep-check): dep-check fails to visit dependencies (#1595) 2022-06-07 08:29:38 +02:00
dependabot[bot] b803beb99f
build(deps-dev): bump @types/jest from 27.5.1 to 27.5.2 (#1599)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 27.5.1 to 27.5.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-03 06:46:05 +00:00
dependabot[bot] 0881389110
build(deps-dev): bump @types/pacote from 11.1.3 to 11.1.4 (#1598)
Bumps [@types/pacote](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pacote) from 11.1.3 to 11.1.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/pacote)

---
updated-dependencies:
- dependency-name: "@types/pacote"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-03 08:26:51 +02:00
dependabot[bot] 311f7114bb
build(deps): bump react-native-macos from 0.66.57 to 0.66.58 (#1593)
Bumps [react-native-macos](https://github.com/microsoft/react-native-macos) from 0.66.57 to 0.66.58.
- [Release notes](https://github.com/microsoft/react-native-macos/releases)
- [Changelog](https://github.com/microsoft/react-native-macos/blob/main/CHANGELOG.md)
- [Commits](https://github.com/microsoft/react-native-macos/compare/v0.66.57...v0.66.58)

---
updated-dependencies:
- dependency-name: react-native-macos
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-01 12:50:37 +00:00
dependabot[bot] 31293a0b85
build(deps-dev): bump @types/node from 16.11.36 to 16.11.38 (#1594)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.36 to 16.11.38.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-01 12:50:23 +00:00
Tommy Nguyen 6732bdeaa9
chore: address Dependabot alerts (#1592)
- https://github.com/advisories/GHSA-93q8-gq69-wqmw
- https://github.com/advisories/GHSA-gff7-g5r8-mg8m
2022-06-01 08:22:44 +02:00
github-actions[bot] 06b187b819
RELEASING: Releasing 3 package(s) (#1591)
Releases:
  @rnx-kit/react-native-auth@0.1.1
  @rnx-kit/metro-resolver-symlinks@0.1.20
  @rnx-kit/metro-config@1.2.32

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-31 23:52:29 +02:00
Tommy Nguyen 008f3703b0
chore: migrate to Nx (#1543) 2022-05-31 21:43:39 +00:00
Tommy Nguyen c064bb2122
fix(react-native-auth): update tag format in `.podspec` (#1589)
Also include both package and repository relative path to allow podspec
to be consumed from a local path and outside a spec repository.
2022-05-31 23:19:06 +02:00
Tommy Nguyen d6665cd398
chore(deps): bump `jest-extended` to 2.0.0 (#1584) 2022-05-31 23:18:00 +02:00
Tommy Nguyen 77b9f0d96f
fix(metro-resolver-symlinks): correctly resolve symlinks with relative paths (#1583) 2022-05-31 23:17:45 +02:00
Tommy Nguyen 6b8efc81a0
refactor(dep-check): move core profiles into Microsoft preset (#1580) 2022-05-31 23:17:30 +02:00
dependabot[bot] f83405aafc
build(deps): bump @swc/core from 1.2.194 to 1.2.196 (#1587)
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.2.194 to 1.2.196.
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/compare/v1.2.194...v1.2.196)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 12:42:13 -07:00
dependabot[bot] 54128451a0
build(deps): bump @typescript-eslint/eslint-plugin from 5.26.0 to 5.27.0 (#1586)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.26.0 to 5.27.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.27.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 13:11:58 +00:00
dependabot[bot] 8bd368e6d9
build(deps): bump react-native-windows from 0.66.20 to 0.66.21 (#1588)
Bumps [react-native-windows](https://github.com/microsoft/react-native-windows/tree/HEAD/vnext) from 0.66.20 to 0.66.21.
- [Release notes](https://github.com/microsoft/react-native-windows/releases)
- [Changelog](https://github.com/microsoft/react-native-windows/blob/react-native-windows_v0.66.21/vnext/CHANGELOG.md)
- [Commits](https://github.com/microsoft/react-native-windows/commits/react-native-windows_v0.66.21/vnext)

---
updated-dependencies:
- dependency-name: react-native-windows
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 14:51:09 +02:00
dependabot[bot] 5e49dd9b67
build(deps): bump @typescript-eslint/parser from 5.26.0 to 5.27.0 (#1585)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.26.0 to 5.27.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.27.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 14:50:34 +02:00
dependabot[bot] c668f624f3
build(deps): bump react-native-windows from 0.66.19 to 0.66.20 (#1579)
Bumps [react-native-windows](https://github.com/microsoft/react-native-windows/tree/HEAD/vnext) from 0.66.19 to 0.66.20.
- [Release notes](https://github.com/microsoft/react-native-windows/releases)
- [Changelog](https://github.com/microsoft/react-native-windows/blob/react-native-windows_v0.66.20/vnext/CHANGELOG.md)
- [Commits](https://github.com/microsoft/react-native-windows/commits/react-native-windows_v0.66.20/vnext)

---
updated-dependencies:
- dependency-name: react-native-windows
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-30 15:14:32 +02:00
dependabot[bot] 0648de9ade
build(deps): bump @babel/types from 7.18.2 to 7.18.4 (#1578)
Bumps [@babel/types](https://github.com/babel/babel/tree/HEAD/packages/babel-types) from 7.18.2 to 7.18.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.18.4/packages/babel-types)

---
updated-dependencies:
- dependency-name: "@babel/types"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-30 15:14:13 +02:00
dependabot[bot] 82623dd44b
build(deps): bump esbuild from 0.14.40 to 0.14.42 (#1577)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.14.40 to 0.14.42.
- [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.40...v0.14.42)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-30 15:13:55 +02:00
dependabot[bot] 21cbcac060
build(deps): bump @babel/parser from 7.18.3 to 7.18.4 (#1576)
Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) from 7.18.3 to 7.18.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.18.4/packages/babel-parser)

---
updated-dependencies:
- dependency-name: "@babel/parser"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-30 15:13:22 +02:00
dependabot[bot] 4dab19c8c8
build(deps-dev): bump memfs from 3.4.3 to 3.4.4 (#1575)
Bumps [memfs](https://github.com/streamich/memfs) from 3.4.3 to 3.4.4.
- [Release notes](https://github.com/streamich/memfs/releases)
- [Changelog](https://github.com/streamich/memfs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/streamich/memfs/compare/v3.4.3...v3.4.4)

---
updated-dependencies:
- dependency-name: memfs
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-30 15:13:04 +02:00
github-actions[bot] c03c97a8c9
RELEASING: Releasing 1 package(s) (#1574)
Releases:
  @rnx-kit/typescript-react-native-resolver@0.2.3

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-27 11:44:48 -07:00
dependabot[bot] 7cf554bf1b
build(deps): bump typescript from 4.6.4 to 4.7.2 (#1564)
* build(deps): bump typescript from 4.6.4 to 4.7.2

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.4 to 4.7.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.6.4...v4.7.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Adapt to expanded API syntax for ts.resolveTypeReferenceDirectives.

* docs(changeset): Add support for new type-directive resolution in TS 4.7

* docs(changeset):

* update

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adam Foxman <adam@thefoxmans.net>
2022-05-27 11:11:18 -07:00
dependabot[bot] cff7498589
build(deps): bump esbuild from 0.14.39 to 0.14.40 (#1573)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.14.39 to 0.14.40.
- [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.39...v0.14.40)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-27 12:27:36 +00:00
dependabot[bot] 4c6d32bc09
build(deps): bump @swc/core from 1.2.192 to 1.2.194 (#1571)
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.2.192 to 1.2.194.
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/compare/v1.2.192...v1.2.194)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-26 15:48:31 +02:00
dependabot[bot] dc62ef7292
build(deps): bump @babel/parser from 7.18.0 to 7.18.3 (#1570)
Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) from 7.18.0 to 7.18.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.18.3/packages/babel-parser)

---
updated-dependencies:
- dependency-name: "@babel/parser"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-26 15:46:36 +02:00
dependabot[bot] 861fa0083c
build(deps-dev): bump @babel/runtime from 7.18.2 to 7.18.3 (#1569)
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.18.2 to 7.18.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.18.3/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-26 15:46:18 +02:00
dependabot[bot] 3c535f6035
build(deps): bump got from 11.8.3 to 11.8.5 (#1568)
Bumps [got](https://github.com/sindresorhus/got) from 11.8.3 to 11.8.5.
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](https://github.com/sindresorhus/got/compare/v11.8.3...v11.8.5)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-26 15:46:01 +02:00
dependabot[bot] e70bb6ee45
build(deps): bump @babel/preset-env from 7.18.0 to 7.18.2 (#1562)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.18.0 to 7.18.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.18.2/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2022-05-25 13:39:12 +00:00
dependabot[bot] f5e2ec1dfd
build(deps): bump @babel/core from 7.18.0 to 7.18.2 (#1557)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.0 to 7.18.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.18.2/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
2022-05-25 13:06:17 +00:00
dependabot[bot] ea79c097ae
build(deps-dev): bump @babel/runtime from 7.18.0 to 7.18.2 (#1561)
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.18.0 to 7.18.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.18.2/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-25 12:53:14 +00:00
dependabot[bot] 9dc0daabcc
build(deps-dev): bump type-fest from 2.12.2 to 2.13.0 (#1563)
Bumps [type-fest](https://github.com/sindresorhus/type-fest) from 2.12.2 to 2.13.0.
- [Release notes](https://github.com/sindresorhus/type-fest/releases)
- [Commits](https://github.com/sindresorhus/type-fest/compare/v2.12.2...v2.13.0)

---
updated-dependencies:
- dependency-name: type-fest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-25 12:50:22 +00:00
dependabot[bot] 24c01eb551
build(deps): bump @swc/core from 1.2.189 to 1.2.192 (#1559)
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.2.189 to 1.2.192.
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/compare/v1.2.189...v1.2.192)

---
updated-dependencies:
- dependency-name: "@swc/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-25 12:33:40 +00:00
dependabot[bot] 6348202bc7
build(deps): bump @babel/traverse from 7.18.0 to 7.18.2 (#1560)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.0 to 7.18.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.18.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-25 14:30:27 +02:00
dependabot[bot] dc0d529d74
build(deps): bump react-native-windows from 0.66.18 to 0.66.19 (#1558)
Bumps [react-native-windows](https://github.com/microsoft/react-native-windows/tree/HEAD/vnext) from 0.66.18 to 0.66.19.
- [Release notes](https://github.com/microsoft/react-native-windows/releases)
- [Changelog](https://github.com/microsoft/react-native-windows/blob/react-native-windows_v0.66.19/vnext/CHANGELOG.md)
- [Commits](https://github.com/microsoft/react-native-windows/commits/react-native-windows_v0.66.19/vnext)

---
updated-dependencies:
- dependency-name: react-native-windows
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-25 14:29:32 +02:00
dependabot[bot] 404d139a7d
build(deps): bump @typescript-eslint/eslint-plugin from 5.25.0 to 5.26.0 (#1554)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.25.0 to 5.26.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.26.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-24 12:49:06 +00:00
dependabot[bot] 273f512f47
build(deps): bump react-native-macos from 0.66.56 to 0.66.57 (#1555)
Bumps [react-native-macos](https://github.com/microsoft/react-native-macos) from 0.66.56 to 0.66.57.
- [Release notes](https://github.com/microsoft/react-native-macos/releases)
- [Commits](https://github.com/microsoft/react-native-macos/compare/v0.66.56...v0.66.57)

---
updated-dependencies:
- dependency-name: react-native-macos
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-24 12:30:41 +00:00
dependabot[bot] 41f88a9fae
build(deps): bump @typescript-eslint/parser from 5.25.0 to 5.26.0 (#1553)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.25.0 to 5.26.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.26.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-24 12:29:52 +00:00
github-actions[bot] 147e629c6b
RELEASING: Releasing 1 package(s) (#1533)
Releases:
  @rnx-kit/dep-check@1.12.15

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-24 11:32:59 +02:00