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

chore(all) [PDE-4089]: v16 release development branch #923

Merged
merged 25 commits into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
8a842bc
Param name fixed.
szchenghuang Oct 13, 2024
a228bea
Width of produced markdown docs fixed to 80 chars.
szchenghuang Oct 11, 2024
0e421a5
Deps of @oclif packages upgraded.
szchenghuang Oct 11, 2024
1a56b58
Command args and flags upgraded.
szchenghuang Oct 11, 2024
7a35cfd
Run scripts updated.
szchenghuang Oct 14, 2024
08fbf8b
Tests for ZapierBaseCommand upgraded with command flag tests added.
szchenghuang Oct 11, 2024
2b9ee8e
Tests for register command upgraded.
szchenghuang Oct 11, 2024
c52228c
logList is really printing tables (without borders).
szchenghuang Oct 9, 2024
eb6cc3f
argv parsed.
szchenghuang Oct 13, 2024
bd46b4a
yarn lock file updated.
szchenghuang Oct 13, 2024
94dcc9d
Docs updated.
szchenghuang Oct 14, 2024
20f8308
Function name consolidated.
szchenghuang Oct 14, 2024
b4f36d9
@oclif/core requires node >= 18.
szchenghuang Oct 14, 2024
2b7d073
Old code removed.
szchenghuang Oct 25, 2024
aed5230
Merge branch 'zapier-platform-major-release-16.0.0-dev' into pde-5214…
szchenghuang Oct 25, 2024
22d51bc
Merge pull request #890 from zapier/pde-5214.oclif
szchenghuang Oct 25, 2024
c05894f
Merge branch 'main' into zapier-platform-major-release-16.0.0-dev
rnegron Oct 31, 2024
debe29c
Merge branch 'main' into zapier-platform-major-release-16.0.0-dev
rnegron Nov 4, 2024
9461d67
build(schema-to-ts): [PDE-5183] schema-to-ts is now part of yarn work…
rnegron Nov 6, 2024
ff4d9c0
Merge branch 'main' into zapier-platform-major-release-16.0.0-dev
rnegron Nov 22, 2024
31e8c01
Merge branch 'main' into zapier-platform-major-release-16.0.0-dev
rnegron Nov 25, 2024
adb1bd9
BREAKING CHANGE(all): [v16] Bump dependency package versions (#926)
rnegron Dec 4, 2024
349f4b3
chore(all): [v16] Bump eslint and related packages, bump prettier and…
rnegron Dec 4, 2024
ad4366e
chore(types): Add type for z.request option skipEncodingChars (#928)
tkcranny Dec 11, 2024
c9d65d7
Merge branch 'main' into zapier-platform-major-release-16.0.0-dev
rnegron Dec 11, 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
4 changes: 0 additions & 4 deletions .eslintignore

This file was deleted.

34 changes: 0 additions & 34 deletions .eslintrc

This file was deleted.

3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn lerna run --stream precommit && yarn generate-types && yarn lint-staged
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ package.json
package-lock.json
packages/cli/src/generators/templates/
.yarn

/.nx/workspace-data
6 changes: 0 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ In the repo directory, install dependencies with yarn:
yarn
```

An additional step is required while we drop Node.js 16 support (see [GitHub comment](https://github.com/zapier/zapier-platform/pull/821#issuecomment-2230958511)) - install `schema-to-ts` dependencies:
```bash
cd schema-to-ts
yarn
```

That's it! Now you have a local environment for development.

## Running Tests
Expand Down
20 changes: 0 additions & 20 deletions docs/cli.html

This file was deleted.

Loading
Loading