Skip to content

feat: Publish TypeScript definitions #2491

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 5 commits into from
Mar 16, 2025
Merged

Conversation

dplewis
Copy link
Member

@dplewis dplewis commented Mar 9, 2025

Pull Request

Issue

Closes: #2012
Closes: #2044
Closes: #1368

Approach

  • Publish all files in /types.
  • Publish main type definition file.
  • Prevent publishing type definition tests
  • Remove reference to @types/parse

Copy link

parse-github-assistant bot commented Mar 9, 2025

🚀 Thanks for opening this pull request!

Copy link

codecov bot commented Mar 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (8e9750d) to head (8707110).
Report is 12 commits behind head on alpha.

Additional details and impacted files
@@            Coverage Diff            @@
##             alpha     #2491   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           64        64           
  Lines         6244      6244           
  Branches      1456      1456           
=========================================
  Hits          6244      6244           

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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dplewis dplewis requested a review from a team March 9, 2025 22:46
@dplewis dplewis requested a review from mtrezza March 12, 2025 23:18
@mtrezza mtrezza changed the title feat: Publish Typescript definitions feat: Publish TypeScript definitions Mar 16, 2025
@mtrezza mtrezza merged commit fc3e573 into parse-community:alpha Mar 16, 2025
12 checks passed
parseplatformorg pushed a commit that referenced this pull request Mar 16, 2025
# [6.1.0-alpha.3](6.1.0-alpha.2...6.1.0-alpha.3) (2025-03-16)

### Features

* Publish TypeScript definitions ([#2491](#2491)) ([fc3e573](fc3e573))
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 6.1.0-alpha.3

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Mar 16, 2025
parseplatformorg pushed a commit that referenced this pull request Mar 17, 2025
# [6.1.0](6.0.0...6.1.0) (2025-03-17)

### Features

* Add `Parse.Query` option `useMaintenanceKey` ([#2484](#2484)) ([2ead3f3](2ead3f3))
* Allow `Parse.Object` field names to begin with underscore `_` to access internal fields of Parse Server ([#2475](#2475)) ([08e43ba](08e43ba))
* Publish TypeScript definitions ([#2491](#2491)) ([fc3e573](fc3e573))
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 6.1.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Mar 17, 2025
@dplewis dplewis deleted the ts-def branch March 18, 2025 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:released Released as stable version state:released-alpha Released as alpha version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expand TypeScript support Check attributes spelling when using multi level includes
3 participants