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: introduce workspace for js packages #2677

Merged
merged 32 commits into from
Sep 14, 2023
Merged

chore: introduce workspace for js packages #2677

merged 32 commits into from
Sep 14, 2023

Conversation

kobyhallx
Copy link
Contributor

@kobyhallx kobyhallx commented Sep 13, 2023

Description

Problem*

Building and testing npm packages between CI and local development environments were suboptimal resulting in lack of standard approach and further in problems with not easily understanding how to execute. This PR attempts to resolve this and offer more straight forward workflow.

Summary*

Introduction of javascript workspaces as defined by package.json, aligning CI workflows and local build scripts.

Documentation

  • This PR requires documentation updates when merged.

    • I will submit a noir-lang/docs PR.
    • I will request for and support Dev Rel's help in documenting this PR.

Additional Context

PR Checklist*

  • I have tested the changes locally.
  • I have formatted the changes with Prettier and/or cargo fmt on default settings.

@socket-security
Copy link

socket-security bot commented Sep 13, 2023

Updated and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
ava 5.2.0...5.3.1 None +10/-14 1.06 MB novemberborn

🚮 Removed packages: @esm-bundle/chai@4.3.4-fix.0, @noir-lang/noir-source-resolver@1.1.2, @noir-lang/noirc_abi@0.8.0, chai@4.3.7, eslint@8.45.0, typescript@5.1.6

@TomAFrench TomAFrench changed the title chore: introduce workspace for js packags chore: introduce workspace for js packages Sep 13, 2023
@TomAFrench
Copy link
Member

I've migrated this across to use yarn v3 here

TomAFrench
TomAFrench previously approved these changes Sep 14, 2023
@kobyhallx kobyhallx added this pull request to the merge queue Sep 14, 2023
@kobyhallx kobyhallx removed this pull request from the merge queue due to a manual request Sep 14, 2023
@kobyhallx kobyhallx added this pull request to the merge queue Sep 14, 2023
Merged via the queue into master with commit f804579 Sep 14, 2023
14 checks passed
@kobyhallx kobyhallx deleted the kh-js-workspace branch September 14, 2023 15:00
TomAFrench added a commit that referenced this pull request Sep 15, 2023
* master:
  chore: Add deprecation message for default type in for loop (#2689)
  chore!: Change `noir-lang/noir-source-resolver` to `noir-lang/source-resolver` (#2718)
  chore: clippy fixes (#2719)
  chore: Integrate noir.js into workspace and CI release workflow (#2705)
  feat: Add initial version of noir.js (#2681)
  chore: switch `release-source-resolver.yml` to use yarn (#2704)
  chore: move stranded test to correct directory (#2701)
  chore(ci): deny wildcard dependencies (#2702)
  chore: fix `noirc_abi_wasm` publish for release-please (#2699)
  chore: introduce workspace for js packages (#2677)
  feat: Allow methods defined in a contract to be non-entry points (#2687)
  chore: revert some unwanted small changes from PR2180 (#2685)
  feat(lsp): Add nargo capabilities for test metadata (#2532)
  chore(ci): Add `cargo deny` workflow (#2682)
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