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

Major Updates: ESM-Only, Decorators-Only, SWC-based build #3359

Merged
merged 25 commits into from
Feb 3, 2022

Conversation

darthtrevino
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Jan 29, 2022

Codecov Report

Merging #3359 (6a96ac5) into main (8e6c5e9) will increase coverage by 0.91%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3359      +/-   ##
==========================================
+ Coverage   56.47%   57.38%   +0.91%     
==========================================
  Files         263      196      -67     
  Lines        3901     3074     -827     
  Branches      772      540     -232     
==========================================
- Hits         2203     1764     -439     
+ Misses       1697     1310     -387     
+ Partials        1        0       -1     
Impacted Files Coverage Δ
packages/backend-html5/src/HTML5BackendImpl.ts 14.09% <0.00%> (-58.69%) ⬇️
...ages/react-dnd/src/internals/wrapConnectorHooks.ts 40.47% <0.00%> (-29.80%) ⬇️
packages/backend-html5/src/index.ts 85.71% <0.00%> (-14.29%) ⬇️
packages/backend-html5/src/EnterLeaveCounter.ts 88.23% <0.00%> (-11.77%) ⬇️
packages/react-dnd/src/hooks/useCollector.ts 78.57% <0.00%> (-11.43%) ⬇️
packages/backend-html5/src/OptionsReader.ts 57.89% <0.00%> (-3.22%) ⬇️
packages/backend-touch/src/TouchBackendImpl.ts 14.17% <0.00%> (-0.56%) ⬇️
...ackages/react-dnd/src/internals/TargetConnector.ts 87.93% <0.00%> (-0.41%) ⬇️
...ackages/react-dnd/src/internals/SourceConnector.ts 92.52% <0.00%> (-0.34%) ⬇️
packages/dnd-core/src/contracts.ts 100.00% <0.00%> (ø)
... and 357 more

@darthtrevino darthtrevino changed the title Upgrade Yarn Publish esm-only packages; SWC-based build system Feb 3, 2022
@darthtrevino darthtrevino changed the title Publish esm-only packages; SWC-based build system Major Updates: ESM-Only, Decorators-Only, SWC-based build Feb 3, 2022
@darthtrevino darthtrevino merged commit a2d52be into main Feb 3, 2022
@darthtrevino darthtrevino deleted the chore/upgrade_yarn branch February 3, 2022 21:53
darthtrevino added a commit that referenced this pull request Feb 3, 2022
* upgrade yarn

* update typescript, other core libs

* add chmod+x

* fix: add chmod+x to lint-commit

* chore: update vscode sds

* chore: use shx for clean; crank up ts settings

* chore: remove rimraf

* build: add typecheck phase; remove watch

* remove .pnp.cjs

* build: remove rollup

* chore: remove umd specifications, unused tasks

* chore: remove gulpfiles

* build: move typechecks & type emission to build phase

* chore: cut semver - major for removing umd builds

* ci: remove node 12 from CI

* test: remove umd build tests

* build: replace custom build package with swc

* chore: update yarn lock

* build: update swcrc targets

* docs: remove deprecated info from readme

* test: update tests

* feat: remove decorators api

* chore: update semver

* build: update .npmignore files

* test: add MonotonicInterpolant test
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.

1 participant