build(typescript): Upgrade toolchain and fix and improve rollup builder#1219
Merged
Conversation
Contributor
|
The CI fails tho. |
9faafeb to
30295cb
Compare
This way installing the latest `yarn` version is as easy as running:
corepack up
…lt to building also the contracts
Usage:
# Build only the @blocksense/config-types package (and none of its deps)
just build-ts @blocksense/base-utils
# Build all TS packages (except for the websites)
just build-ts
…ined in ESM context
…imental-nextjs-vite
30295cb to
aea888b
Compare
🚀 Deployment Links of Blocksense Network websites:
|
Xearty
approved these changes
Apr 16, 2025
EmilIvanichkovv
approved these changes
Apr 16, 2025
VanyaPavlova
approved these changes
Apr 16, 2025
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Toolchain upgrades
22.14.0->23.11.04.5.0->4.9.15.5.4->5.8.38.5.6->8.6.12Details
To upgrade TypeScript we had to upgrade Yarn, as it includes patches to the TypeScript compiler, like this one: fix(compat): update patch for
typescript@5.7.1-rcyarnpkg/berry#6591To upgrade Yarn we had to upgrade Node.js to >= v23.5.0, which is the first version that supports
module.registerHooks()module.registerHooks()tracking issueSwitch storybook framework from
@storybook/nextjsto@storybook/experimental-nextjs-vite(from Webpack to Vite)apps/rollupbuilder improvementsCLI UX
yarn build-single @blocksense/base-utilsyarn build-single @blocksense/base-utilserroryarn build @blocksense/data-feeds-config-generatorerroryarn build @blocksense/data-feeds-config-generatorjust build-ts