Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Split the dependency between compile:typedefs and the legacy library #2370

Conversation

steveluscher
Copy link
Contributor

No description provided.

Copy link

changeset-bot bot commented Mar 22, 2024

⚠️ No Changeset found

Latest commit: 8b283f8

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@steveluscher steveluscher changed the base branch from 03-22-bust_the_prettier_cache_any_time_any_file_changes to 03-22-find_all_misnamed_rollup_configs_and_fix_them March 22, 2024 23:57
@steveluscher steveluscher force-pushed the 03-22-split_the_dependency_between_compile_typedefs_and_the_legacy_library branch from c048ca1 to 89625d3 Compare March 22, 2024 23:57
@steveluscher steveluscher force-pushed the 03-22-split_the_dependency_between_compile_typedefs_and_the_legacy_library branch 2 times, most recently from e08ba97 to 5ffe87b Compare March 23, 2024 00:01
"outputs": ["docs/**", "declarations/**", "lib/**"]
},
"@solana/web3.js#clean": {
"outputs": ["doc/**", "declarations/**", "lib/**"]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also bunch missing from clean.

},
"@solana/web3.js#compile:js": {
"dependsOn": ["clean", "^compile:js"],
"inputs": ["babel.config.json", "rollup.config.mjs", "tsconfig.*", "src/**"],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Babel config was missing.

Comment on lines +120 to +126
"rollup.config.types.mjs",
"scripts/typegen.sh",
"src/**",
"test/__shadow-jest-types.d.ts",
"tsconfig.*"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lots of stuff used in scripts/typegen.sh that was missing.

"@solana/web3.js#test:unit:node": {
"dependsOn": ["compile:js"],
"inputs": ["babel.config.json", "src/**", "test/**"]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests use ts-mocha so they don't actually depend on Babel.

"test:typecheck",
"test:unit:node"
],
"outputs": ["doc/**", "declarations/**", "lib/**"]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bunch of outputs missing previously.

@steveluscher steveluscher changed the base branch from 03-22-find_all_misnamed_rollup_configs_and_fix_them to 03-23-ensure_that_any_package_that_inlines_another_package_builds_that_package_first March 23, 2024 00:19
@steveluscher steveluscher force-pushed the 03-22-split_the_dependency_between_compile_typedefs_and_the_legacy_library branch from 5ffe87b to 32ccc43 Compare March 23, 2024 00:19
@steveluscher steveluscher force-pushed the 03-23-ensure_that_any_package_that_inlines_another_package_builds_that_package_first branch from c0ce53d to a32c78d Compare March 23, 2024 00:33
@steveluscher steveluscher force-pushed the 03-22-split_the_dependency_between_compile_typedefs_and_the_legacy_library branch from 32ccc43 to 3127bf6 Compare March 23, 2024 00:33
@steveluscher steveluscher force-pushed the 03-23-ensure_that_any_package_that_inlines_another_package_builds_that_package_first branch from a32c78d to 3f9f5b4 Compare March 23, 2024 00:43
@steveluscher steveluscher force-pushed the 03-22-split_the_dependency_between_compile_typedefs_and_the_legacy_library branch from 3127bf6 to 72ec318 Compare March 23, 2024 00:43
@steveluscher steveluscher changed the base branch from 03-23-ensure_that_any_package_that_inlines_another_package_builds_that_package_first to 03-22-find_all_misnamed_rollup_configs_and_fix_them March 23, 2024 01:17
@steveluscher steveluscher force-pushed the 03-22-split_the_dependency_between_compile_typedefs_and_the_legacy_library branch from 72ec318 to fb7bcbd Compare March 23, 2024 01:17
@steveluscher steveluscher reopened this Mar 23, 2024
@steveluscher steveluscher force-pushed the 03-22-split_the_dependency_between_compile_typedefs_and_the_legacy_library branch from fb7bcbd to dc74e1f Compare March 23, 2024 01:23
Copy link
Contributor Author

steveluscher commented Mar 23, 2024

Merge activity

  • Mar 22, 6:30 PM PDT: @steveluscher started a stack merge that includes this pull request via Graphite.
  • Mar 22, 6:42 PM PDT: Graphite rebased this pull request as part of a merge.
  • Mar 22, 6:43 PM PDT: @steveluscher merged this pull request with Graphite.

@steveluscher steveluscher force-pushed the 03-22-find_all_misnamed_rollup_configs_and_fix_them branch from 76fc9b4 to 3233dbb Compare March 23, 2024 01:40
Base automatically changed from 03-22-find_all_misnamed_rollup_configs_and_fix_them to master March 23, 2024 01:41
@steveluscher steveluscher force-pushed the 03-22-split_the_dependency_between_compile_typedefs_and_the_legacy_library branch from dc74e1f to 8b283f8 Compare March 23, 2024 01:42
@steveluscher steveluscher merged commit 6135928 into master Mar 23, 2024
6 checks passed
@steveluscher steveluscher deleted the 03-22-split_the_dependency_between_compile_typedefs_and_the_legacy_library branch March 23, 2024 01:43
Copy link
Contributor

🎉 This PR is included in version 1.91.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link
Contributor

Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant