@fluidframework/core-utils 2.70.0-361788 → 2.71.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 +8 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @fluidframework/core-utils
2
2
 
3
+ ## 2.71.0
4
+
5
+ Dependency updates only.
6
+
7
+ ## 2.70.0
8
+
9
+ Dependency updates only.
10
+
3
11
  ## 2.63.0
4
12
 
5
13
  Dependency updates only.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/core-utils",
3
- "version": "2.70.0-361788",
3
+ "version": "2.71.0",
4
4
  "description": "Not intended for use outside the Fluid client repo.",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -69,13 +69,13 @@
69
69
  "devDependencies": {
70
70
  "@arethetypeswrong/cli": "^0.17.1",
71
71
  "@biomejs/biome": "~1.9.3",
72
- "@fluid-internal/mocha-test-setup": "2.70.0-361788",
72
+ "@fluid-internal/mocha-test-setup": "~2.71.0",
73
73
  "@fluid-tools/benchmark": "^0.51.0",
74
74
  "@fluid-tools/build-cli": "^0.58.3",
75
75
  "@fluidframework/build-common": "^2.0.3",
76
76
  "@fluidframework/build-tools": "^0.58.3",
77
- "@fluidframework/core-utils-previous": "npm:@fluidframework/core-utils@2.63.0",
78
- "@fluidframework/eslint-config-fluid": "^6.1.0",
77
+ "@fluidframework/core-utils-previous": "npm:@fluidframework/core-utils@2.70.0",
78
+ "@fluidframework/eslint-config-fluid": "^7.0.0",
79
79
  "@microsoft/api-extractor": "7.52.11",
80
80
  "@types/mocha": "^10.0.10",
81
81
  "@types/node": "^18.19.0",
@@ -127,8 +127,8 @@
127
127
  "ci:build:api-reports:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
128
128
  "ci:build:docs": "api-extractor run",
129
129
  "clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
130
- "eslint": "eslint --format stylish src",
131
- "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
130
+ "eslint": "eslint --quiet --format stylish src",
131
+ "eslint:fix": "eslint --quiet --format stylish src --fix --fix-type problem,suggestion,layout",
132
132
  "format": "npm run format:biome",
133
133
  "format:biome": "biome check . --write",
134
134
  "lint": "fluid-build . --task lint",