Joshua Smithrud
c4242b1879
build: Update Node.js to v20 ( #395 )
2024-09-04 15:44:54 -07:00
Rishhi Balakrishnan
c4f39ef22f
bump to 2.2.0 ( #394 )
2024-08-21 11:31:20 -07:00
WillieHabi
85a40048ee
update to 2.1.0 ( #390 )
2024-08-02 15:08:04 -07:00
dependabot[bot]
c24ad464f8
Bump @fluidframework/server-services-utils from 4.0.0 to 4.0.1 ( #372 )
...
Bumps [@fluidframework/server-services-utils](https://github.com/microsoft/FluidFramework/tree/HEAD/server/routerlicious/packages/services-utils ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/microsoft/FluidFramework/releases )
- [Changelog](https://github.com/microsoft/FluidFramework/blob/main/server/routerlicious/packages/services-utils/CHANGELOG.md )
- [Commits](https://github.com/microsoft/FluidFramework/commits/server_v4.0.1/server/routerlicious/packages/services-utils )
---
updated-dependencies:
- dependency-name: "@fluidframework/server-services-utils"
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-09 09:56:00 -07:00
Nick Simons
900d4a3eac
bump ( #378 )
2024-07-02 10:19:56 -07:00
Nick Simons
cda1102eb6
version bump ( #377 )
2024-06-27 18:05:40 -07:00
Nick Simons
48fc22dc37
Version bump ( #375 )
2024-06-26 10:39:34 -07:00
Nick Simons
bedd1b2db5
rc5 ( #368 )
...
* rc5
* 5.0.1
* config
* comment
* fix tests
2024-06-22 17:01:33 -07:00
Rishhi Balakrishnan
4964619e23
Update Arrow to V5 in FluidHelloWorld ( #369 )
2024-06-20 13:24:55 -07:00
Sonali Deshpande
b8b006021d
update to rc4.0.0 patch release ( #365 )
2024-05-31 13:08:23 -07:00
Rishhi Balakrishnan
8303e59644
Update FluidHelloWorld to Arm Arrow service connection ( #366 )
2024-05-31 10:36:42 -07:00
Nick Simons
4249c3506f
Update to rc3 ( #347 )
...
* Update to rc3
* Update to rc3
2024-04-16 10:23:47 -07:00
WillieHabi
8b27f5f2fc
update to latest rc 2.0.0-rc.2.0.1 ( #341 )
2024-04-04 15:05:12 -04:00
Nick Simons
abfb110a0a
Bump version ( #311 )
...
* update version
* update version
2024-01-08 22:01:26 -08:00
dependabot[bot]
994028f602
Bump @fluidframework/build-common from 2.0.0 to 2.0.3 ( #305 )
...
Bumps [@fluidframework/build-common](https://github.com/microsoft/FluidFramework/tree/HEAD/common/build/build-common ) from 2.0.0 to 2.0.3.
- [Release notes](https://github.com/microsoft/FluidFramework/releases )
- [Commits](https://github.com/microsoft/FluidFramework/commits/build-common_v2.0.3/common/build/build-common )
---
updated-dependencies:
- dependency-name: "@fluidframework/build-common"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-08 09:42:21 -08:00
Matt Rakow
114d0a54d7
Update to use 2.0 and SharedTree ( #310 )
...
* Alternate using SharedTree
* Elem rather than Elm
* Remove leftover key
* Prettier fix
* Update version to rc
---------
Co-authored-by: nmsimons <nick@dreamlarge.com>
2024-01-08 09:29:47 -08:00
Rohan Dubal
8df052e23b
Update pipeilnes to use 1ESPT/M365PT templates ( #308 )
...
* Updates pipeline build to new M365 template
* adds some new lines between major sections of build yml and adds newline at end of file for prettier
* update build machine pool name
* Add settings flag to skip tagging github PRs
* Fix formatting isue in pipelines yml file
* Fix formatting through prettier
* Add code comments
* Update true flag to not use quotes
* Enable debug logs
* Move settings to be at same level as sdl
* Remove debug flags
---------
Co-authored-by: seanimam <105244057+seanimam@users.noreply.github.com>
2023-12-19 16:29:49 -08:00
Craig Macomber (Microsoft)
91e6b34c0d
Update dependencies ( #302 )
...
* Link local host in readme
* Update package lock
* Regenerate lock file
* Remove "concurrently" dep and update others
* Regenerate lock file again
* npm dedup
* Fix formatting
2023-09-11 14:53:06 -07:00
Jason Hartman
8c1a914c27
Update dependencies for node 18 ( #301 )
...
* update dependencies
+ set jest-puppeteer to use new headless mode
+ replace obsolete puppeteer Page.waitFor with .waitForFunction
* update style
+ apply style changes from prettier config update
* configure test to wait on unique port
+ specify port for puppeteer to wait for
+ use a port unlikely to be used by regular client server
* Update min node version
Additionally in ADO pipeline:
+ explicitly use `ci` for `install`
+ invoke npm scripts without Npm task overhead after install
2023-09-11 13:33:34 -07:00
Joshua Smithrud
690765a542
docs: Add explicit note with URL for running the app ( #296 )
...
Since `npm start` does not launch the browser, this should hopefully help avoid some confusion for first-time users.
2023-07-31 13:41:28 -07:00
Joshua Smithrud
51b170b05a
ci: Publish test results when running tests in pipelines ( #297 )
...
The expected test report artifact was not being generated with our existing script configuration. This PR updates the scripts to ensure the artifact is generated as expected.
![image](https://github.com/microsoft/FluidHelloWorld/assets/54606601/ff3c337e-d4cc-4111-b794-00c7a6dc9a37 )
Also improves a code comment that I encountered while looking at the code.
2023-07-31 13:10:12 -07:00
Joshua Smithrud
170738478d
build: npm audit fix ( #294 )
2023-06-09 15:49:35 -07:00
Joshua Smithrud
4333bbcd2a
build: Update minimum node.js version to 16 ( #292 )
2023-05-09 11:55:46 -07:00
Tyler Butler
fe17018dbb
Bump to latest fluid framework and pin tinylicious ( #287 )
2023-03-30 18:21:47 -07:00
Chuck Danielsson
422f560dd0
update nvmrc to 14 from 12 ( #269 )
2023-02-27 12:40:05 -08:00
Sonali Deshpande
09654502e6
Test setup in FluidHelloWorld ( #256 )
2022-10-17 18:04:00 -07:00
Sonali Deshpande
bec000fdfb
Setup prettier ( #257 )
2022-10-17 16:55:41 -07:00
Sonali Deshpande
6a2d48791e
Configure dependabot to open prs for specific packages ( #254 )
2022-10-12 16:33:46 -07:00
zhenmichael
4959725860
updated fluid-framework and tinylicious-client versions ( #247 )
...
* updated fluid-framework and tinylicious-client versions
* removed local settings file
2022-09-14 17:40:24 -07:00
Tyler Butler
e5f02d8b51
Update azure-pipelines.yml for Azure Pipelines ( #222 )
2022-06-16 14:29:14 -07:00
Kajari Ghosh
6ce22016dc
update README to minimum node version of 14 ( #218 )
2022-06-10 09:19:13 -07:00
Curtis Man
637196f43e
Update azure-pipelines.yml for Azure Pipelines
...
Switch agent pool to small
2022-06-10 09:13:45 -07:00
Skyler Jokiel
5e1cc86b6d
Upgrade to 56 ( #209 )
...
* upgrade to 49
* update fluid deps to 56
2022-02-23 13:58:18 -08:00
Tim Wang
41b2c0389b
fixed `npm start` server starting before client issue ( #205 )
...
* fixed server starting before client issue with npm start
* switched server and client scripts
2022-01-20 17:05:23 -06:00
Tyler Butler
996f35c956
Increase contrast of dice. ( #177 )
2021-10-05 16:53:43 -07:00
Micah Godbolt
3124ec4820
move the render function second so that demo opens with client creation ( #183 )
2021-09-30 15:07:42 -07:00
Skyler Jokiel
0a25f78723
await container.attach() ( #175 )
2021-09-24 09:08:51 -07:00
Skyler Jokiel
393c6571d6
update main to 0.48.1 ( #174 )
...
* update main to 0.48.1
* Update package.json
Co-authored-by: Tyler Butler <tyler@tylerbutler.com>
Co-authored-by: Tyler Butler <tyler@tylerbutler.com>
2021-09-23 16:44:16 -07:00
Tim Wang
c880e188a8
0.48 version bump ( #170 )
2021-09-22 14:36:40 -07:00
Micah Godbolt
e4b6f9351e
Main cleanup ( #166 )
...
* main cleanup now that we are not doing other views
* updated lock
2021-09-13 14:31:21 -07:00
dependabot[bot]
5ec179025e
Bump @babel/preset-env from 7.15.0 to 7.15.6 ( #165 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.15.0 to 7.15.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.15.6/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-13 13:16:17 -07:00
dependabot[bot]
4be21d3e3c
Bump webpack-cli from 4.2.0 to 4.8.0 ( #164 )
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 4.2.0 to 4.8.0.
- [Release notes](https://github.com/webpack/webpack-cli/releases )
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.2.0...webpack-cli@4.8.0 )
---
updated-dependencies:
- dependency-name: webpack-cli
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-13 13:08:10 -07:00
Micah Godbolt
aeed4d604c
remove additional views and move all docs to website ( #163 )
...
* remove additional views and move all docs to website
* Update src/app.js
Co-authored-by: Tyler Butler <tyler@tylerbutler.com>
* Update src/app.js
Co-authored-by: Tyler Butler <tyler@tylerbutler.com>
Co-authored-by: Tyler Butler <tyler@tylerbutler.com>
2021-09-09 15:59:56 -07:00
dependabot[bot]
2049669732
Bump vue from 3.2.6 to 3.2.11 ( #161 )
...
Bumps [vue](https://github.com/vuejs/vue ) from 3.2.6 to 3.2.11.
- [Release notes](https://github.com/vuejs/vue/releases )
- [Commits](https://github.com/vuejs/vue/commits )
---
updated-dependencies:
- dependency-name: vue
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-09 15:09:40 -07:00
dependabot[bot]
e0c607c1db
Bump @babel/core from 7.15.0 to 7.15.5 ( #156 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.15.0 to 7.15.5.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.15.5/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Micah Godbolt <mgodbolt@microsoft.com>
2021-09-09 10:42:17 -07:00
Micah Godbolt
844108e089
move to template approach for js ( #158 )
...
* move to template approach for js
* move to IDs as better practice
* back to js approach
view
* remove IDs due to change of more than 1 on a page
2021-09-09 10:41:54 -07:00
Micah Godbolt
8e7ea16359
Wc view ( #157 )
...
* added wc view
* lock
* eol
* Update src/view/wc.js
* rename wcView
2021-09-08 15:27:34 -07:00
Micah Godbolt
45d41eda1f
Update code for detached container and to match new website tutorial ( #151 )
...
* detached container
* Update package.json
* changed to js and fixed all the things
* fix default view in azure example
* Update src/app-azure.js
Co-authored-by: Skyler Jokiel <skjokiel@microsoft.com>
* fixed azure view
* change back to app
* Update src/view/vueView.js
Co-authored-by: Skyler Jokiel <skjokiel@microsoft.com>
* changes due to feedback
* remove tinylicious not because it automatically runs
Co-authored-by: Skyler Jokiel <skjokiel@microsoft.com>
2021-09-02 15:52:47 -07:00
sdeshpande3
c7d3d77f8b
Version changed from 0.43 to 0.45 ( #146 )
2021-08-19 15:44:57 -07:00
Tyler Butler
96b49fa893
Clarify that any value can be passed as the tenant key in local mode ( #138 )
2021-07-14 22:04:42 -07:00