Skip to content

Commit

Permalink
Merge branch 'main' into relnotes-main
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbutler committed Jan 29, 2024
2 parents 5bb1965 + 25406b7 commit 210da89
Show file tree
Hide file tree
Showing 375 changed files with 5,290 additions and 2,809 deletions.
139 changes: 0 additions & 139 deletions .devcontainer/docker-compose.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/changeset-reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
jobs:
load_report:
runs-on: ubuntu-latest
permissions:
actions: read
pull-requests: write
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # ratchet:actions/checkout@v3
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/linkcheck-reporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
types:
- completed

permissions:
actions: read
pull-requests: write

jobs:
load_report:
runs-on: ubuntu-latest
Expand Down
22 changes: 0 additions & 22 deletions .github/workflows/merge-next-notify.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/pr-check-changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
pull_request:
types: [labeled, unlabeled, opened, synchronize, reopened]

permissions:
pull-requests: read

jobs:
# When a PR has the changeset-required label, check if it has a changeset.
changeset-required:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
types: [opened, synchronize, reopened, labeled, unlabeled]
branches: [main, next, release/*]

permissions:
pull-requests: write

jobs:
areas_label:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
- next
- release/*

permissions:
pull-requests: write

jobs:
validate-codeowners:
name: Validate CODEOWNERS
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/stale-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
name: Delete Stale Branches
on: workflow_dispatch

permissions:
contents: write

jobs:
stale_branches:
name: Cleanup old branches
Expand Down
105 changes: 0 additions & 105 deletions .github/workflows/sync-branch.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/website-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ defaults:
run:
working-directory: ./docs

permissions:
pull-requests: read

jobs:

build_site:
Expand Down
7 changes: 7 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,13 @@
"${fileDirname}/../../dist/**/*.js",
"${fileDirname}/../../../dist/**/*.js",
"${fileDirname}/../../../../dist/**/*.js",
// e2e tests load ESM modules since test-end-to-end-tests specifies "type": "module" in its package.json.
// This ensures that source maps are loaded for those files as well (e.g. so putting a breakpoint in
// containerRuntime.ts while debugging a test in test-end-to-end-tests works)
"${workspaceFolder}/**/lib/**/!(*.spec,*.test,*.tests).mjs",
"${fileDirname}/../../lib/**/*.mjs",
"${fileDirname}/../../../lib/**/*.mjs",
"${fileDirname}/../../../../lib/**/*.mjs",
],
"preLaunchTask": "Build Current Tests",
"internalConsoleOptions": "openOnSessionStart",
Expand Down
6 changes: 3 additions & 3 deletions azure/packages/azure-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@
"@fluidframework/driver-utils": "workspace:~",
"@fluidframework/fluid-static": "workspace:~",
"@fluidframework/map": "workspace:~",
"@fluidframework/protocol-definitions": "^3.1.0",
"@fluidframework/protocol-definitions": "^3.2.0-231454",
"@fluidframework/routerlicious-driver": "workspace:~",
"@fluidframework/runtime-utils": "workspace:~",
"@fluidframework/server-services-client": "^3.0.0",
"@fluidframework/server-services-client": "^3.1.0-231702",
"@fluidframework/telemetry-utils": "workspace:~",
"axios": "^1.6.2"
},
Expand All @@ -126,7 +126,7 @@
"@fluidframework/test-runtime-utils": "workspace:~",
"@fluidframework/test-utils": "workspace:~",
"@fluidframework/tree": "workspace:~",
"@microsoft/api-extractor": "^7.38.3",
"@microsoft/api-extractor": "^7.39.1",
"@types/mocha": "^9.1.1",
"@types/node": "^18.19.0",
"@types/uuid": "^9.0.2",
Expand Down
Loading

0 comments on commit 210da89

Please sign in to comment.