@fluidframework/fluid-runner 2.12.0 → 2.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/fluid-runner
2
2
 
3
+ ## 2.13.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.12.0
4
8
 
5
9
  Dependency updates only.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/fluid-runner",
3
- "version": "2.12.0",
3
+ "version": "2.13.0",
4
4
  "description": "Utility for running various functionality inside a Fluid Framework environment",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -71,28 +71,28 @@
71
71
  "temp-directory": "nyc/.nyc_output"
72
72
  },
73
73
  "dependencies": {
74
- "@fluidframework/aqueduct": "~2.12.0",
75
- "@fluidframework/container-definitions": "~2.12.0",
76
- "@fluidframework/container-loader": "~2.12.0",
77
- "@fluidframework/core-interfaces": "~2.12.0",
78
- "@fluidframework/driver-definitions": "~2.12.0",
79
- "@fluidframework/odsp-driver": "~2.12.0",
80
- "@fluidframework/odsp-driver-definitions": "~2.12.0",
81
- "@fluidframework/telemetry-utils": "~2.12.0",
74
+ "@fluidframework/aqueduct": "~2.13.0",
75
+ "@fluidframework/container-definitions": "~2.13.0",
76
+ "@fluidframework/container-loader": "~2.13.0",
77
+ "@fluidframework/core-interfaces": "~2.13.0",
78
+ "@fluidframework/driver-definitions": "~2.13.0",
79
+ "@fluidframework/odsp-driver": "~2.13.0",
80
+ "@fluidframework/odsp-driver-definitions": "~2.13.0",
81
+ "@fluidframework/telemetry-utils": "~2.13.0",
82
82
  "@json2csv/plainjs": "^7.0.6",
83
83
  "yargs": "17.7.2"
84
84
  },
85
85
  "devDependencies": {
86
86
  "@arethetypeswrong/cli": "^0.17.1",
87
87
  "@biomejs/biome": "~1.9.3",
88
- "@fluid-internal/mocha-test-setup": "~2.12.0",
88
+ "@fluid-internal/mocha-test-setup": "~2.13.0",
89
89
  "@fluid-tools/build-cli": "^0.51.0",
90
90
  "@fluidframework/build-common": "^2.0.3",
91
91
  "@fluidframework/build-tools": "^0.51.0",
92
92
  "@fluidframework/eslint-config-fluid": "^5.6.0",
93
- "@fluidframework/fluid-runner-previous": "npm:@fluidframework/fluid-runner@2.11.0",
93
+ "@fluidframework/fluid-runner-previous": "npm:@fluidframework/fluid-runner@2.12.0",
94
94
  "@microsoft/api-extractor": "7.47.8",
95
- "@types/mocha": "^9.1.1",
95
+ "@types/mocha": "^10.0.10",
96
96
  "@types/node": "^18.19.0",
97
97
  "@types/yargs": "^17.0.32",
98
98
  "c8": "^8.0.1",
@@ -142,7 +142,7 @@
142
142
  "ci:build:docs": "api-extractor run",
143
143
  "clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" nyc _api-extractor-temp outputFolder",
144
144
  "eslint": "eslint --format stylish src \"bin/*\"",
145
- "eslint:fix": "npm run eslint -- --fix --fix-type problem,suggestion,layout",
145
+ "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
146
146
  "format": "npm run format:biome",
147
147
  "format:biome": "biome check . --write",
148
148
  "format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",