Skip to content
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

feat(connect-react): prep preview of @pipedream/connect-react #14718

Merged
merged 38 commits into from
Nov 23, 2024
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
8c83595
initial commit
tjk Nov 22, 2024
0f1f0c9
Bump nodejs to 18.18.0
adolfo-pd Nov 22, 2024
b375bf3
lint 1
tjk Nov 22, 2024
a1b0de7
more linting
tjk Nov 22, 2024
b57ecf8
some fixes
tjk Nov 22, 2024
9d8df56
more linting
tjk Nov 22, 2024
f084a9e
TypeScript, ESLint upgrades, moving to new ESLint format
dylburger Nov 22, 2024
4a16b3d
Adding ignores
dylburger Nov 22, 2024
2707030
Updated lock file
dylburger Nov 22, 2024
611a1cc
Revvin pnpm in package.json (for GH actions)
dylburger Nov 22, 2024
b22164a
some changes
tjk Nov 22, 2024
70bfbe0
save
tjk Nov 22, 2024
80ec405
meh fixes to no-explicit-any
tjk Nov 22, 2024
c64f35d
linted, not great, but linted
tjk Nov 22, 2024
1dc232d
Addressing ESLint errors
dylburger Nov 22, 2024
f1c86b7
Merge branch 'master' into connect-react-preview
tjk Nov 22, 2024
264c7da
Merge branch 'connect-react-preview' of github.com:PipedreamHQ/pipedr…
dylburger Nov 22, 2024
7d639cd
Merge branch 'connect-react-preview' of github.com:PipedreamHQ/pipedr…
dylburger Nov 22, 2024
1073c75
revving GH actions
dylburger Nov 22, 2024
4fa8442
npm -> pnpm for SDK tests
dylburger Nov 22, 2024
d08f1f8
Fixing bad rename of props to formContextProps
adolfo-pd Nov 22, 2024
64a52f6
pnpm
dylburger Nov 22, 2024
8d789a5
Merge branch 'connect-react-preview' of github.com:PipedreamHQ/pipedr…
dylburger Nov 22, 2024
f4095a0
Updating lock file
dylburger Nov 22, 2024
c89c1e5
Lock file
dylburger Nov 22, 2024
e810e89
undef
tjk Nov 22, 2024
31c10e0
.eslintrc -> eslint.config.mjs
dylburger Nov 22, 2024
fc17d90
Merge branch 'connect-react-preview' of github.com:PipedreamHQ/pipedr…
dylburger Nov 22, 2024
fc06323
Upgrading super-linter
dylburger Nov 22, 2024
95236e2
sdk remove --ext option
tjk Nov 22, 2024
cb450e4
Removing --ext from eslint
dylburger Nov 22, 2024
3a6d2fe
Merge branch 'connect-react-preview' of github.com:PipedreamHQ/pipedr…
dylburger Nov 22, 2024
1969b72
Disabling JSON linting for now
dylburger Nov 22, 2024
d893d4c
Removing TS build, --ext extension
dylburger Nov 23, 2024
7373b0d
Disabling super-linter for now
dylburger Nov 23, 2024
06c7dc8
pnpm exec eslint
dylburger Nov 23, 2024
a7c7c61
Some updates
dylburger Nov 23, 2024
9781b02
More changes
dylburger Nov 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .eslintignore

This file was deleted.

233 changes: 0 additions & 233 deletions .eslintrc

This file was deleted.

4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nodejs 18.17.0
pnpm 7.33.6
nodejs 18.18.0
pnpm 9.14.2
python 3.11.5
poetry 1.6.1
1 change: 0 additions & 1 deletion components/rentman/node_modules/@pipedream/platform

This file was deleted.

Loading
Loading