Merged
Conversation
bc9ce1b to
3b1a5b6
Compare
29a2d09 to
af9543c
Compare
This reverts commit 19d7885.
* origin/main: feat: Add `getIasToken()` and `getIasDestination()` convenience functions (#6431)
* origin/main: feat: Add `getIasToken()` and `getIasDestination()` convenience functions (#6431)
Co-authored-by: Copilot <[email protected]>
a9a91fb to
3811ebf
Compare
Co-authored-by: Copilot <[email protected]>
fe4ca2e to
c1b9b7f
Compare
* origin/main: chore: Reorder step configurations (#6521) chore(deps): bump bignumber.js from 10.0.2 to 11.0.0 (#6520) chore(deps): bump fast-xml-parser from 5.6.0 to 5.7.1 (#6519) Co-authored-by: Copilot <[email protected]>
davidkna-sap
added a commit
that referenced
this pull request
Apr 23, 2026
* origin/main: chore: Replace yarn with pnpm (#6448) chore: Reorder step configurations (#6521) chore(deps): bump bignumber.js from 10.0.2 to 11.0.0 (#6520) chore(deps): bump fast-xml-parser from 5.6.0 to 5.7.1 (#6519) feat: Add `getIasToken()` and `getIasDestination()` convenience functions (#6431) chore(deps-dev): bump memfs from 4.57.1 to 4.57.2 (#6516) chore: Correct merge-and-write-changelogs action path in package.json (#6479) chore(deps-dev): bump turbo from 2.8.10 to 2.9.6 (#6499)
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.
Replaces Yarn 1 (Classic) with pnpm 10 across the entire monorepo.
Motivation: pnpm natively enforces two security properties that Yarn Classic lacks:
better-sqlite3is allow-listed to make e2e tests works, but building on demand may also be possible)Changes
.github/actions/setup/action.yml: reusable composite action that handles pnpm set-upmock-fs(semi-unmaintained) withmemfs+unionfstest-resources/mock-fs.js: a union overlay filesystem factory (memfs on top of real fs) used across testsbuild-packages/check-public-api/index.ts:removesmock-fsusage entirely; now compiles into a temp directoryturbo.json: explicit per-package compile dependency graph added for dependency cycle-resolutionlicenseewith manual check usingpnpm license list --jsonsqlite3(unmaintained) with@cap-js/sqlite(usesbetter-sqlite3)