chore(deps): update dependency eslint-import-resolver-typescript to v3 #47

Merged
renovate[bot] merged 1 commit from renovate/eslint-import-resolver-typescript-3.x into main 2022-08-01 19:22:10 +00:00
renovate[bot] commented 2022-08-01 18:54:27 +00:00 (Migrated from github.com)

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-import-resolver-typescript ^2.4.0 -> 3.4.0 age adoption passing confidence

Release Notes

import-js/eslint-import-resolver-typescript

v3.4.0

Compare Source

Minor Changes

v3.3.0

Compare Source

Minor Changes
  • #​154 42f2dd6 Thanks @​JounQin! - feat: add externsionAlias option support, .d.([cm]?ts|tsx) are always preferred than .([cm]?js|jsx)

    typescript resolves typescript/lib/typescript.d.ts instead of typescript/lib/typescript.js by default

  • #​154 42f2dd6 Thanks @​JounQin! - feat: exports globSync, defaultExtensions, defaultMainFields, defaultConditionNames and defaultExtensionAlias for reusing

Patch Changes

v3.2.7

Compare Source

Patch Changes

v3.2.6

Compare Source

Patch Changes

v3.2.5

Compare Source

Patch Changes

v3.2.4

Compare Source

Patch Changes

v3.2.2

Compare Source

Patch Changes

v3.2.1

Compare Source

Patch Changes

v3.2.0

Compare Source

Minor Changes

v3.1.5

Compare Source

Patch Changes

v3.1.4

Compare Source

Patch Changes

v3.1.3

Compare Source

Patch Changes

v3.1.2

Compare Source

Patch Changes
3.1.1 (2022-06-27)
Bug Fixes

v3.1.1

Compare Source

v3.1.0

Compare Source

⚠ BREAKING CHANGES
  • use enhanced-resolve instead
Features

v3.0.0

Compare Source

⚠ BREAKING CHANGES
  • remove depracated directory option
  • use get-tsconfig to replace tsconfig-paths
  • bump globby, use synckit for sync fn
  • deps: bump tsconfig-paths to ^4.0.0 (#​104)
Features
  • bump globby, use synckit for sync fn (322cb29)

  • ignore node_modules folder in projects option glob (#​105) (1e1b5a6)

  • remove depracated directory option (67c8d59)

  • use get-tsconfig to replace tsconfig-paths (78a08e0)

  • deps: bump tsconfig-paths to ^4.0.0 (#​104) (b2edbc8)

2.7.1 (2022-04-03)
Bug Fixes

v2.7.1

Compare Source

v2.7.0

Compare Source

Features

v2.6.0

Compare Source

Bug Fixes

v2.5.0

Compare Source

Features
  • allow passing through custom options to resolve (#​79) (34c94c8)
Bug Fixes
  • bump (dev)Dependencies, apply stricter rules (#​75) (866f32f)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-import-resolver-typescript](https://togithub.com/import-js/eslint-import-resolver-typescript) | [`^2.4.0` -> `3.4.0`](https://renovatebot.com/diffs/npm/eslint-import-resolver-typescript/2.4.0/3.4.0) | [![age](https://badges.renovateapi.com/packages/npm/eslint-import-resolver-typescript/3.4.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/eslint-import-resolver-typescript/3.4.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/eslint-import-resolver-typescript/3.4.0/compatibility-slim/2.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/eslint-import-resolver-typescript/3.4.0/confidence-slim/2.4.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>import-js/eslint-import-resolver-typescript</summary> ### [`v3.4.0`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#&#8203;340) [Compare Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.3.0...v3.4.0) ##### Minor Changes - [#&#8203;161](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/161) [`82d090b`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/82d090b2411853f94909a3c9a0ed3b8bbe1bef11) Thanks [@&#8203;rbong](https://togithub.com/rbong)! - feat: add support for `jsconfig.json` ### [`v3.3.0`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#&#8203;330) [Compare Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.2.7...v3.3.0) ##### Minor Changes - [#&#8203;154](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/154) [`42f2dd6`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/42f2dd6f57c4b053f7773081ea7f1e07f73a513d) Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - feat: add `externsionAlias` option support, `.d.([cm]?ts|tsx)` are always preferred than `.([cm]?js|jsx)` `typescript` resolves `typescript/lib/typescript.d.ts` instead of `typescript/lib/typescript.js` by default - [#&#8203;154](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/154) [`42f2dd6`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/42f2dd6f57c4b053f7773081ea7f1e07f73a513d) Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - feat: exports `globSync`, `defaultExtensions`, `defaultMainFields`, `defaultConditionNames` and `defaultExtensionAlias` for reusing ##### Patch Changes - [#&#8203;154](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/154) [`42f2dd6`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/42f2dd6f57c4b053f7773081ea7f1e07f73a513d) Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - perf: cache `options` and `resolver` - [#&#8203;154](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/154) [`42f2dd6`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/42f2dd6f57c4b053f7773081ea7f1e07f73a513d) Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - chore: align with Angular Package Format correctly reference: https://angular.io/guide/angular-package-format - [#&#8203;156](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/156) [`4bd60c3`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/4bd60c37ab27d87be0e554d2563f0fea59fd4058) Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - docs: document options from `enhanced-resolve` ### [`v3.2.7`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#&#8203;327) [Compare Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.2.6...v3.2.7) ##### Patch Changes - [`60ff431`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/60ff431a4d3812dbdd793d40b6213b79c8b2db9d) Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - chore: bump synckit ### [`v3.2.6`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#&#8203;326) [Compare Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.2.5...v3.2.6) ##### Patch Changes - [#&#8203;146](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/146) [`7edb823`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/7edb82307676f507b5094448431eb117b035a712) Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - chore: use latest `get-tsconfig` package ### [`v3.2.5`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#&#8203;325) [Compare Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.2.4...v3.2.5) ##### Patch Changes - [#&#8203;136](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/136) [`abf8907`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/abf89078298ab9de2dcdf197d73cd39452fa043b) Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - build: use pnpm as manager, yarn pnp is still supported ### [`v3.2.4`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#&#8203;324) [Compare Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.2.2...v3.2.4) ##### Patch Changes - [#&#8203;139](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/139) [`3e93659`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/3e93659b6e20b84ec3805794e07494eb64a7e98f) Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - fix: run prerelease manually for yarn v3, 2nd try ### [`v3.2.2`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#&#8203;322) [Compare Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.2.1...v3.2.2) ##### Patch Changes - [#&#8203;133](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/133) [`d944b26`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/d944b26e44c3f4e56ce41bb21584b86f8b4b8da5) Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - fix: use yarn v3 with PnP linker, close [#&#8203;130](https://togithub.com/import-js/eslint-import-resolver-typescript/issues/130) ### [`v3.2.1`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#&#8203;321) [Compare Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.2.0...v3.2.1) ##### Patch Changes - [#&#8203;131](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/131) [`fb88af2`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/fb88af2ecf797f014bfe0b38994f040a535dcdba) Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - fix: try index file with extensions automatically ### [`v3.2.0`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#&#8203;320) [Compare Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.1.5...v3.2.0) ##### Minor Changes - [#&#8203;128](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/128) [`56775b3`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/56775b3e574efb712fe8f449667524c5bc0042f1) Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - refactor: support custom extensions on resolving - [#&#8203;128](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/128) [`56775b3`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/56775b3e574efb712fe8f449667524c5bc0042f1) Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - feat: try extensionless file by default ### [`v3.1.5`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#&#8203;315) [Compare Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.1.4...v3.1.5) ##### Patch Changes - [#&#8203;126](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/126) [`9cf60cb`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/9cf60cb1e7929884039c7d67317b0713aad50031) Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - fix: auto try extensions ### [`v3.1.4`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#&#8203;314) [Compare Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.1.3...v3.1.4) ##### Patch Changes - [`f88a8c9`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/f88a8c9f3bc2061d3b896764acf79e0cc3886f69) Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - refactor: use non-capturing groups for perf ### [`v3.1.3`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#&#8203;313) [Compare Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.1.2...v3.1.3) ##### Patch Changes - [#&#8203;121](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/121) [`35d3022`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/35d30226b964522bc698e842eb32eccfcf92545d) Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - fix: try index.d.ts automatically ### [`v3.1.2`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#&#8203;312) [Compare Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.1.1...v3.1.2) ##### Patch Changes - [#&#8203;118](https://togithub.com/import-js/eslint-import-resolver-typescript/pull/118) [`01f525e`](https://togithub.com/import-js/eslint-import-resolver-typescript/commit/01f525ecd02523ef02d127bc280d591ac26e8cfe) Thanks [@&#8203;JounQin](https://togithub.com/JounQin)! - docs: update repository, document `exports` support ##### [3.1.1](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/compare/v3.1.0...v3.1.1) (2022-06-27) ##### Bug Fixes - add conditionNames support ([#&#8203;114](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/issues/114)) ([c74fe0e](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/commit/c74fe0e99d219e4a28348e833fc605664f02be18)) ### [`v3.1.1`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#&#8203;311-httpsgithubcomalexgorbatcheveslint-import-resolver-typescriptcomparev310v311-2022-06-27) [Compare Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.1.0...v3.1.1) ### [`v3.1.0`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#&#8203;310-httpsgithubcomalexgorbatcheveslint-import-resolver-typescriptcomparev300v310-2022-06-25) [Compare Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v3.0.0...v3.1.0) ##### ⚠ BREAKING CHANGES - use enhanced-resolve instead ##### Features - support angular-package-format out of box ([7e0cd04](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/commit/7e0cd043e66f1a6ccc89ac57fe7d695228d5a2df)) - use enhanced-resolve instead ([39ab8b1](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/commit/39ab8b1d0e99e76a7a333f3c74498fd21add0b4a)), closes [#&#8203;85](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/issues/85) [#&#8203;107](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/issues/107) ### [`v3.0.0`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#&#8203;300-httpsgithubcomalexgorbatcheveslint-import-resolver-typescriptcomparev271v300-2022-06-25) [Compare Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v2.7.1...v3.0.0) ##### ⚠ BREAKING CHANGES - remove depracated directory option - use get-tsconfig to replace tsconfig-paths - bump globby, use synckit for sync fn - **deps:** bump tsconfig-paths to ^4.0.0 ([#&#8203;104](https://togithub.com/import-js/eslint-import-resolver-typescript/issues/104)) ##### Features - bump globby, use synckit for sync fn ([322cb29](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/commit/322cb291f9af6f7ce1d6330cf13c33ce5a70f9a7)) - ignore `node_modules` folder in `projects` option glob ([#&#8203;105](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/issues/105)) ([1e1b5a6](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/commit/1e1b5a6f09c71685d58aef400ac6254af892d669)) - remove depracated directory option ([67c8d59](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/commit/67c8d59f51dc7fc58a0abb0838274c001c1dec6c)) - use get-tsconfig to replace tsconfig-paths ([78a08e0](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/commit/78a08e082dcd5ff9e3490759f4919316e715d3ff)) - **deps:** bump tsconfig-paths to ^4.0.0 ([#&#8203;104](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/issues/104)) ([b2edbc8](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/commit/b2edbc85a6700c590d73887ce65211677305b914)) ##### [2.7.1](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/compare/v2.7.0...v2.7.1) (2022-04-03) ##### Bug Fixes - per package.json warning ([#&#8203;101](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/issues/101)) ([664465f](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/commit/664465fa75e6b197f990cd6e89ab5f086bb8d4f2)) ### [`v2.7.1`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#&#8203;271-httpsgithubcomalexgorbatcheveslint-import-resolver-typescriptcomparev270v271-2022-04-03) [Compare Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v2.7.0...v2.7.1) ### [`v2.7.0`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#&#8203;270-httpsgithubcomalexgorbatcheveslint-import-resolver-typescriptcomparev260v270-2022-03-23) [Compare Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v2.6.0...v2.7.0) ##### Features - support `.cjs` `.mjs` `.cts` `.mts` extensions ([#&#8203;84](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/issues/84)) ([1e39028](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/commit/1e39028d33e660fbd0321ea045488ba8ba8b9783)) ### [`v2.6.0`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#&#8203;260-httpsgithubcomalexgorbatcheveslint-import-resolver-typescriptcomparev250v260-2022-03-23) [Compare Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v2.5.0...v2.6.0) ##### Bug Fixes - upgrade (dev)Dependencies ([#&#8203;99](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/issues/99)) ([2e7b4f4](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/commit/2e7b4f420d03fe313386bb0079872c1c4be24eb5)) ### [`v2.5.0`](https://togithub.com/import-js/eslint-import-resolver-typescript/blob/HEAD/CHANGELOG.md#&#8203;250-httpsgithubcomalexgorbatcheveslint-import-resolver-typescriptcomparev240v250-2021-09-13) [Compare Source](https://togithub.com/import-js/eslint-import-resolver-typescript/compare/v2.4.0...v2.5.0) ##### Features - allow passing through custom options to resolve ([#&#8203;79](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/issues/79)) ([34c94c8](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/commit/34c94c87066ba42fb2b52727b95f3e34259c227f)) ##### Bug Fixes - bump (dev)Dependencies, apply stricter rules ([#&#8203;75](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/issues/75)) ([866f32f](https://togithub.com/alexgorbatchev/eslint-import-resolver-typescript/commit/866f32f2191dc7fc8df7d973cdacefa48c64a927)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/mcataford/rss-reader). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzUuMSIsInVwZGF0ZWRJblZlciI6IjMyLjEzNS4xIn0=-->
github-actions[bot] commented 2022-08-01 18:58:40 +00:00 (Migrated from github.com)

👀 Branch deployed at Website Draft URL: https://62e8225b17cd16123a2e90a1--sleepy-shaw-d8efec.netlify.app

:eyes: Branch deployed at Website Draft URL: https://62e8225b17cd16123a2e90a1--sleepy-shaw-d8efec.netlify.app
mcataford (Migrated from github.com) approved these changes 2022-08-01 19:01:37 +00:00
github-actions[bot] commented 2022-08-01 19:09:17 +00:00 (Migrated from github.com)

👀 Branch deployed at Website Draft URL: https://62e824d72f372b1606635b3e--sleepy-shaw-d8efec.netlify.app

:eyes: Branch deployed at Website Draft URL: https://62e824d72f372b1606635b3e--sleepy-shaw-d8efec.netlify.app
github-actions[bot] commented 2022-08-01 19:13:25 +00:00 (Migrated from github.com)

👀 Branch deployed at Website Draft URL: https://62e825d0c9075914a6d7b285--sleepy-shaw-d8efec.netlify.app

:eyes: Branch deployed at Website Draft URL: https://62e825d0c9075914a6d7b285--sleepy-shaw-d8efec.netlify.app
github-actions[bot] commented 2022-08-01 19:21:39 +00:00 (Migrated from github.com)

👀 Branch deployed at Website Draft URL: https://62e827bd38e8de1792a7bfd9--sleepy-shaw-d8efec.netlify.app

:eyes: Branch deployed at Website Draft URL: https://62e827bd38e8de1792a7bfd9--sleepy-shaw-d8efec.netlify.app
Sign in to join this conversation.
No description provided.