Skip to content

Commit

Permalink
Merge pull request #9763 from heliocliu/MainToNext0406a
Browse files Browse the repository at this point in the history
Integrate main to next up to 6689c64
  • Loading branch information
heliocliu authored Apr 6, 2022
2 parents 3b3ac4e + f94a454 commit a763e40
Show file tree
Hide file tree
Showing 193 changed files with 615 additions and 243 deletions.
4 changes: 4 additions & 0 deletions BREAKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,14 @@ You can start by returning default code details that were passed into the code l

## 0.58 Upcoming changes
- [Doing operations not allowed on deleted sub directory](#Doing-operations-not-allowed-on-deleted-sub-directory)
- [IDirectory extends IDisposable](#IDirectory-extends-IDisposable)

### Doing operations not allowed on deleted sub directory
Users will not be allowed to do operations on a deleted directory. Users can subscribe to `disposed` event to know if a sub directory is deleted. Accessing deleted sub directory will throw `UsageError` exception now.

### IDirectory extends IDisposable
IDirectory has started extending IDisposable. This means that users implementing the IDirectory interface needs to implement IDisposable too now.

## 0.58 Breaking changes
- [Move IntervalType from merge-tree to sequence package](#Move-IntervalType-from-merge-tree-to-sequence-package)
- [Remove logger property from IContainerContext](#Remove-logger-property-from-IContainerContext)
Expand Down
32 changes: 28 additions & 4 deletions common/lib/common-definitions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/lib/common-definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/build-tools": "^0.2.58041",
"@fluidframework/common-definitions-0.20.0": "npm:@fluidframework/[email protected]",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@fluidframework/eslint-config-fluid": "^0.27.2000-59622",
"@microsoft/api-extractor": "^7.16.1",
"@rushstack/eslint-config": "^2.5.1",
"@typescript-eslint/eslint-plugin": "~5.9.0",
Expand Down
32 changes: 28 additions & 4 deletions common/lib/common-utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/lib/common-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/build-tools": "^0.2.58041",
"@fluidframework/common-utils-0.32.1": "npm:@fluidframework/[email protected]",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@fluidframework/eslint-config-fluid": "^0.27.2000-59622",
"@microsoft/api-extractor": "^7.16.1",
"@rushstack/eslint-config": "^2.5.1",
"@types/base64-js": "^1.3.0",
Expand Down
32 changes: 28 additions & 4 deletions common/lib/container-definitions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/lib/container-definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@fluidframework/container-definitions-0.45.0": "npm:@fluidframework/[email protected]",
"@fluidframework/container-definitions-0.46.0": "npm:@fluidframework/[email protected]",
"@fluidframework/container-definitions-0.47.1000": "npm:@fluidframework/[email protected]",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@fluidframework/eslint-config-fluid": "^0.27.2000-59622",
"@microsoft/api-extractor": "^7.16.1",
"@rushstack/eslint-config": "^2.5.1",
"@types/mocha": "^8.2.2",
Expand Down
32 changes: 28 additions & 4 deletions common/lib/core-interfaces/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/lib/core-interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@fluidframework/core-interfaces-0.40.0": "npm:@fluidframework/[email protected]",
"@fluidframework/core-interfaces-0.41.0": "npm:@fluidframework/[email protected]",
"@fluidframework/core-interfaces-0.42.0": "npm:@fluidframework/[email protected]",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@fluidframework/eslint-config-fluid": "^0.27.2000-59622",
"@microsoft/api-extractor": "^7.16.1",
"@rushstack/eslint-config": "^2.5.1",
"@types/node": "^14.18.0",
Expand Down
32 changes: 28 additions & 4 deletions common/lib/driver-definitions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/lib/driver-definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@fluidframework/driver-definitions-0.43.0": "npm:@fluidframework/[email protected]",
"@fluidframework/driver-definitions-0.44.0": "npm:@fluidframework/[email protected]",
"@fluidframework/driver-definitions-0.45.1000": "npm:@fluidframework/[email protected]",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@fluidframework/eslint-config-fluid": "^0.27.2000-59622",
"@microsoft/api-extractor": "^7.16.1",
"@rushstack/eslint-config": "^2.5.1",
"@typescript-eslint/eslint-plugin": "~5.9.0",
Expand Down
32 changes: 28 additions & 4 deletions common/lib/protocol-definitions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/lib/protocol-definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/build-tools": "^0.2.58041",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@fluidframework/eslint-config-fluid": "^0.27.2000-59622",
"@fluidframework/protocol-definitions-0.1024.0": "npm:@fluidframework/[email protected]",
"@fluidframework/protocol-definitions-0.1025.1": "npm:@fluidframework/[email protected]",
"@fluidframework/protocol-definitions-0.1026.0": "npm:@fluidframework/[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/collaborative-textarea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^0.59.1000",
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@fluidframework/eslint-config-fluid": "^0.27.2000-59622",
"@fluidframework/test-tools": "^0.2.3074",
"@fluidframework/test-utils": "^0.59.1000",
"@rushstack/eslint-config": "^2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/contact-collection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"devDependencies": {
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@fluidframework/eslint-config-fluid": "^0.27.2000-59622",
"@fluidframework/test-tools": "^0.2.3074",
"@rushstack/eslint-config": "^2.5.1",
"@types/expect-puppeteer": "2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/spaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"devDependencies": {
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@fluidframework/eslint-config-fluid": "^0.27.2000-59622",
"@fluidframework/test-tools": "^0.2.3074",
"@rushstack/eslint-config": "^2.5.1",
"@types/expect-puppeteer": "2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/view-framework-sampler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@fluidframework/eslint-config-fluid": "^0.27.2000-59622",
"@fluidframework/test-tools": "^0.2.3074",
"@rushstack/eslint-config": "^2.5.1",
"@types/expect-puppeteer": "2.2.1",
Expand Down
Loading

0 comments on commit a763e40

Please sign in to comment.