Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore: Remove unused deps; Upgrade protobufjs; Publish src #719

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

Merged
merged 6 commits into from
Jul 5, 2022

Conversation

bergundy
Copy link
Member

No description provided.

@bergundy bergundy requested a review from lorensr June 23, 2022 16:47
@bergundy bergundy self-assigned this Jun 23, 2022
Copy link
Contributor

@lorensr lorensr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

linting

Comment on lines -29 to -31
"files": [
"lib"
],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keeping this as:

"lib", "src"

would prevent unneeded files getting published, like .tsbuildinfo and tsconfig.json

@@ -14,16 +14,14 @@
"dependencies": {
"@temporalio/internal-workflow-common": "file:../internal-workflow-common",
"@temporalio/proto": "file:../proto",
"proto3-json-serializer": "^0.1.6"
"proto3-json-serializer": "^1.0.2",
"protobufjs": "^6.11.3"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the only reference in this package is:

import type { Message, Namespace, Root, Type } from 'protobufjs';

Does that mean it should be a devDep?

"@types/rimraf": "^3.0.0",
"@types/tar": "^4.0.3",
"@types/validate-npm-package-name": "^3.0.0"
"@types/node": "^18.0.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Intended? (repeated below)

"files": [
"lib",
"workflow-isolate-extension.cc",
"binding.gyp"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

More files in this list to add back

@bergundy bergundy force-pushed the upgrade-deps branch 2 times, most recently from c2a97a4 to 50a1928 Compare June 24, 2022 17:40
Upgrade all packages

Is it fixed?

It will work eventually

Downgrade glob

Re-add files to published packages
@bergundy bergundy enabled auto-merge (squash) July 5, 2022 16:34
@bergundy bergundy merged commit 027a052 into main Jul 5, 2022
@bergundy bergundy deleted the upgrade-deps branch July 5, 2022 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants