@fluidframework/odsp-urlresolver 2.74.0 → 2.81.0-374083

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/odsp-urlresolver
2
2
 
3
+ ## 2.80.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.74.0
4
8
 
5
9
  Dependency updates only.
package/eslint.config.mts CHANGED
@@ -1,8 +1,8 @@
1
- /* eslint-disable */
2
- /**
3
- * GENERATED FILE - DO NOT EDIT DIRECTLY.
4
- * To regenerate: pnpm tsx scripts/generate-flat-eslint-configs.ts --typescript
1
+ /*!
2
+ * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
+ * Licensed under the MIT License.
5
4
  */
5
+
6
6
  import type { Linter } from "eslint";
7
7
  import { recommended } from "../../../common/build/eslint-config-fluid/flat.mts";
8
8
 
@@ -12,25 +12,6 @@ const config: Linter.Config[] = [
12
12
  rules: {
13
13
  "@typescript-eslint/no-use-before-define": "off",
14
14
  "@typescript-eslint/strict-boolean-expressions": "off",
15
- "@typescript-eslint/consistent-type-imports": [
16
- "error",
17
- {
18
- "fixStyle": "inline-type-imports",
19
- },
20
- ],
21
- "@typescript-eslint/no-import-type-side-effects": "error",
22
- },
23
- },
24
- {
25
- files: ["**/*.{ts,tsx}"],
26
- ignores: ["**/src/test/**", "**/tests/**", "**/*.spec.ts", "**/*.test.ts"],
27
- rules: {
28
- "@typescript-eslint/consistent-type-exports": [
29
- "error",
30
- {
31
- "fixMixedExportsWithInlineTypeSpecifier": true,
32
- },
33
- ],
34
15
  },
35
16
  },
36
17
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/odsp-urlresolver",
3
- "version": "2.74.0",
3
+ "version": "2.81.0-374083",
4
4
  "description": "Url Resolver for odsp urls.",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -37,33 +37,33 @@
37
37
  "main": "lib/index.js",
38
38
  "types": "lib/public.d.ts",
39
39
  "dependencies": {
40
- "@fluid-internal/client-utils": "~2.74.0",
41
- "@fluidframework/core-interfaces": "~2.74.0",
42
- "@fluidframework/core-utils": "~2.74.0",
43
- "@fluidframework/driver-definitions": "~2.74.0",
44
- "@fluidframework/odsp-driver": "~2.74.0",
45
- "@fluidframework/odsp-driver-definitions": "~2.74.0"
40
+ "@fluid-internal/client-utils": "2.81.0-374083",
41
+ "@fluidframework/core-interfaces": "2.81.0-374083",
42
+ "@fluidframework/core-utils": "2.81.0-374083",
43
+ "@fluidframework/driver-definitions": "2.81.0-374083",
44
+ "@fluidframework/odsp-driver": "2.81.0-374083",
45
+ "@fluidframework/odsp-driver-definitions": "2.81.0-374083"
46
46
  },
47
47
  "devDependencies": {
48
- "@arethetypeswrong/cli": "^0.17.1",
48
+ "@arethetypeswrong/cli": "^0.18.2",
49
49
  "@biomejs/biome": "~1.9.3",
50
- "@fluid-internal/mocha-test-setup": "~2.74.0",
51
- "@fluid-tools/build-cli": "^0.61.0",
50
+ "@fluid-internal/mocha-test-setup": "2.81.0-374083",
51
+ "@fluid-tools/build-cli": "^0.63.0",
52
52
  "@fluidframework/build-common": "^2.0.3",
53
- "@fluidframework/build-tools": "^0.61.0",
54
- "@fluidframework/eslint-config-fluid": "~2.74.0",
55
- "@fluidframework/odsp-urlresolver-previous": "npm:@fluidframework/odsp-urlresolver@2.73.0",
53
+ "@fluidframework/build-tools": "^0.63.0",
54
+ "@fluidframework/eslint-config-fluid": "2.81.0-374083",
55
+ "@fluidframework/odsp-urlresolver-previous": "npm:@fluidframework/odsp-urlresolver@2.80.0",
56
56
  "@microsoft/api-extractor": "7.52.11",
57
57
  "@types/mocha": "^10.0.10",
58
58
  "@types/node": "^18.19.0",
59
- "concurrently": "^8.2.1",
59
+ "concurrently": "^9.2.1",
60
60
  "copyfiles": "^2.4.1",
61
- "cross-env": "^7.0.3",
62
- "eslint": "~8.57.1",
61
+ "cross-env": "^10.1.0",
62
+ "eslint": "~9.39.1",
63
63
  "jiti": "^2.6.1",
64
64
  "mocha": "^10.8.2",
65
65
  "mocha-multi-reporters": "^1.5.1",
66
- "rimraf": "^4.4.0",
66
+ "rimraf": "^6.1.2",
67
67
  "typescript": "~5.4.5"
68
68
  },
69
69
  "typeValidation": {
package/.eslintrc.cjs DELETED
@@ -1,27 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
-
6
- module.exports = {
7
- extends: [require.resolve("@fluidframework/eslint-config-fluid"), "prettier"],
8
- parserOptions: {
9
- project: ["./tsconfig.json", "./src/test/tsconfig.json"],
10
- },
11
- rules: {
12
- "@typescript-eslint/no-use-before-define": "off",
13
- "@typescript-eslint/strict-boolean-expressions": "off",
14
-
15
- // #region TODO: remove these once eslint-config-fluid has been updated to 5.8.0
16
- "@typescript-eslint/consistent-type-exports": [
17
- "error",
18
- { fixMixedExportsWithInlineTypeSpecifier: true },
19
- ],
20
- "@typescript-eslint/consistent-type-imports": [
21
- "error",
22
- { fixStyle: "inline-type-imports" },
23
- ],
24
- "@typescript-eslint/no-import-type-side-effects": "error",
25
- // #endregion
26
- },
27
- };