-
Notifications
You must be signed in to change notification settings - Fork 215
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
Update to latest Rush and pnpm versions #2990
Merged
Merged
Conversation
This file contains 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
wgoehrig
approved these changes
Jan 5, 2022
aruniverse
approved these changes
Jan 5, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we're going to need to keep the audits more up to date, but should be ok
pmconne
added a commit
that referenced
this pull request
Jan 14, 2022
* Update changelog for 3.0 release (#2854) * Create a table of contents and re-organize the contents to be more navigable. * Spelling and formatting fixes * Consistent casing; fix header level. * Updates to AppUi change info * Example with `ParentNode` symbol for root node rule makes no sense * Promote `getContentInstanceKeys` API to @beta to make it referenceable from docs Co-authored-by: Paul Connelly <[email protected]> Co-authored-by: NancyMcCallB <[email protected]> Co-authored-by: Grigas <[email protected]> * Web IPC fix (#2996) * Update roadmap.md (#2989) Co-authored-by: Matt.Gooding <[email protected]> Co-authored-by: [email protected] <[email protected]> Co-authored-by: Grigas <[email protected]> Co-authored-by: bsteinbk <[email protected]> Co-authored-by: Caleb Shafer <[email protected]> Co-authored-by: Keith Bentley <[email protected]> * Update to latest Rush and pnpm versions (#2990) * 3.0.0-dev.177 * transformer defer aspect export of deferred elements (#2983) * prevent trying to export aspects of deferred elements * configure linter to understand the dot notation escape hatch * remove callProtected * remove protection from IModelExportHandler methods to make it less weird and add note about exclusivity of calls Co-authored-by: Michael Belousov <[email protected]> * Improve support for transparent textures (#2994) * Define Pass type. * Helper functions. * Use Pass in place of RenderPass. * Textured surfaces with mixed transparency draw in both passes. Not producing correct results yet. * Seems to work. * api; lint. * api; lint. * fix raster text. * not for classifiers. * Update early z flags. * Specify texture transparency for test. * fix transparent pixel discard for classifiers. * Fix flickering in TwoWayViewportSync (#3002) * Swap to use the new imodels clients (#2912) * Update to use the new imodels client * Remove the old imodelhub tests * keep an internal imodelbank-client for testing * Improve ambient occlusion algorithm in situations where scene depth range is very deep (#3001) Co-authored-by: Paul Connelly <[email protected]> * 3.0.0-dev.178 * 3.0.0-dev.179 * 3.0.0-dev.180 * 3.0.0-dev.181 * UI: Fix tree node icon alignment (#2853) * Bug: MessageBoxIconType.NoSymbol shows Success icon instead of no symbol (#2998) * Honor "None" and "No Symbol" for MessageBox components * Update testing * extract-api * Support view-independent decoration graphics (#3007) * Default camera on for 3d View Creator (#3004) Co-authored-by: Paul Connelly <[email protected]> * 3.0.0-dev.182 * Remove @EarlinLutz from CODEOWNERS.md (#3013) * Create integration tests (full stack tests) for RealityDataSource and RealityDataAccess client. (#2952) * Create integration tests (full stack tests) for RealityDataSource and RealityDataAccess client. * Put back package in alphabetical order * Add changelog * Revisited the way map layers authentication is handled in the UI. (#3009) * Revisited the way map layers authentifcation is handled in the UI. * Added changed log * Added api files * Fixed build errors following linting. Updated changedlog message, * Created new documentation group for map layers. * Updated module directives to MapLayers * Revert adjustZPlanes globe change (#3014) * Sky cube primitive buffers must be bound when attempting to draw a sky cube. * Revert adjustZPlanes globe change. * rush extract-api * rush change * changelog unneeded for regression that was never released. Co-authored-by: Paul Connelly <[email protected]> * Updating map-layers code owner. (#3020) * Optimize matrix calculation (#3022) * optimize matrix calculation * optimize matrix calculation * remove vague changelog of no interest to package consumers Co-authored-by: Paul Connelly <[email protected]> * lock down itwinui-react version (#3023) * 3.0.0-dev.183 * Unregister maplayers itemsProvider and widget control on terminate (#3003) * Unregister maplayers itemsProvider and widget control on termine * Added changelog. * Dont register Widget control. * Fix lint errors. * Remove the itwin client package (#3021) * Remove the `@bentley/itwin-client` package * Roll the request wrappers into packages that need it, including imodelhub client, core-mobile and core-frontend Co-authored-by: Paul Connelly <[email protected]> * Fix schedule state synchronization (#3030) * 2.19.14 - 2.19.28 changelogs (#3031) * clean up old changelogs (#3029) * Set correct dist-tag in publish pipeline (#2700) * Fix bug where new releases of old versions would get 'latest' tag * delete unused variables * Update dist tag logic * Improve logic for giving out 'previous' tag * Fix bugs and add comments to dist tag script * Handle empty versions * 3.0.0-dev.184 * Fix unhandled exception on iOS when exitPointerLock is called. (#3033) * Presentation: Empty selection set after clear and replace (#3034) * Add a test to reproduce selection set becoming empty due to unified selection after clearing and replacing selection set * Fix unified selection tests to wait not only for `unified -> viewport` selection, but also for `viewport -> unified` selection to be synced * Fix hilite set being cached with wrong guid * rush change * [build] Fix the use of the previousVer variable (#3037) * Replace Viewport.readImage (#3035) * readImageBuffer. * Allow absolute viewport position so view rect can be precisely specified in pixels. * testBlankViewport * Test proving readImage reads upside-down. * Test inverted y in view rect. * Corresponding readImageBuffer tests. * Implement readImageBuffer; tests pass. * docs, rename. * deprecate RenderTarget.readImage too. * tests * finish up tests. * doc. * NextVersion.md * fix up callers of readImage. * update test for correct behavior. * update a couple more tests. * extract-api * doc is lie. * completely unimportant typo. * Provide default tool assistance for face/edge/vertex selection phase. (#3036) * 3.0.0-dev.185 * 3.1.0-dev.0 * @bentley/imodeljs-native 3.1.1 * Update core-mobile API exports and release tags (#2836) * Update core-mobile release tags * Simplify RenderMaterial creation. (#3042) * Simplify RenderMaterial creation. * move webgl test to webgl dir. * wip tests. * wip test * fix test. * finish tests. * docs. * docs, deprecation * Lint; NextVersion * words. * words words * extract-api * unused import. * 3.1.0-dev.1 * fix presentation-full-stack-tests Co-authored-by: Caleb Shafer <[email protected]> Co-authored-by: NancyMcCallB <[email protected]> Co-authored-by: Grigas <[email protected]> Co-authored-by: swbsi <[email protected]> Co-authored-by: Matt.Gooding <[email protected]> Co-authored-by: [email protected] <[email protected]> Co-authored-by: bsteinbk <[email protected]> Co-authored-by: Keith Bentley <[email protected]> Co-authored-by: imodeljs-admin <[email protected]> Co-authored-by: Michael Belousov <[email protected]> Co-authored-by: Michael Belousov <[email protected]> Co-authored-by: markschlosseratbentley <[email protected]> Co-authored-by: Robert Lukasonok <[email protected]> Co-authored-by: kckst8 <[email protected]> Co-authored-by: MarcBedard8 <[email protected]> Co-authored-by: Michel D'Astous <[email protected]> Co-authored-by: MarcNeely <[email protected]> Co-authored-by: Seamus Kirby <[email protected]> Co-authored-by: Travis Cobbs <[email protected]> Co-authored-by: bbastings <[email protected]> Co-authored-by: GerardasB <[email protected]> Co-authored-by: Robert Schili <[email protected]> Co-authored-by: hnn0003 <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Colin Kerr <[email protected]> Co-authored-by: williamkbentley <[email protected]> Co-authored-by: affank <[email protected]> Co-authored-by: Affan Khan <[email protected]> Co-authored-by: Sam Wilson <[email protected]>
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.
Move to the latest Rush version to pick up some fixes (referenced here) that should make life easier with the peer dependency hell introduced in #2912.
Updated pnpm to keep both up-to-date.