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

[circleCI] allows us to build from forks #135

Merged
merged 3 commits into from
Jul 8, 2024
Merged

[circleCI] allows us to build from forks #135

merged 3 commits into from
Jul 8, 2024

Conversation

mercillo
Copy link
Contributor

@mercillo mercillo commented Jun 20, 2024

Whenever we branched the tools repo; the build_and_test_pr would fail. This should allow us to build from forks

Change Type (required)

Indicate the type of change your pull request is:

  • patch
  • minor
  • major

Version

Published prerelease version: 0.7.0-next.4

Changelog

Release Notes

Fix Issue Validating Templates (#125)

XLR - Fully resolve references, intersection types, conditional types, and generic types when returning a type
JSON Language Server - Add generic tokens when constructing template types in transform
Validation - Fix issue validating nested arrays in templates.

#132 - Adds a dev tools web plugin generator (#133)

Adds a generator to facilitate adding new dev tools web plugins:

pnpm gen:dev-tools-web-plugin

Fix Bug when Validating null literals (#123)

Validator - Properly validate NullType nodes against null literals

Fix Parsing Indexed Access Types with Parentheses (#112)

XLR - Fixed compilation of IndexedAccesNodes that use parentheses around the first element.

Fix Regression on Validation of Keys with Escaped Characters (#110)

XLR - Fixes validation of objects where a property is escaped using single/double quotes and the property is required or the object doesn't allow additional properties.


🚀 Enhancement

🐛 Bug Fix

📝 Documentation

Authors: 6

Copy link

codecov bot commented Jun 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.05%. Comparing base (ccdaac8) to head (24f3c58).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #135   +/-   ##
=======================================
  Coverage   73.05%   73.05%           
=======================================
  Files          87       87           
  Lines       12946    12946           
  Branches     1216     1217    +1     
=======================================
  Hits         9458     9458           
  Misses       3469     3469           
  Partials       19       19           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hborawski hborawski mentioned this pull request Jul 8, 2024
3 tasks
hborawski
hborawski previously approved these changes Jul 8, 2024
@mercillo mercillo marked this pull request as ready for review July 8, 2024 22:49
@mercillo mercillo requested a review from adierkens as a code owner July 8, 2024 22:49
@hborawski hborawski merged commit 45b78c9 into main Jul 8, 2024
8 checks passed
@hborawski hborawski deleted the circleCIFork branch July 8, 2024 23:15
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