@itwin/presentation-frontend 5.1.0-dev.9 → 5.1.1

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 (94) hide show
  1. package/CHANGELOG.md +85 -1
  2. package/lib/cjs/presentation-frontend/ConnectivityInformationProvider.js.map +1 -1
  3. package/lib/cjs/presentation-frontend/Diagnostics.js.map +1 -1
  4. package/lib/cjs/presentation-frontend/FrontendLoggerCategory.js.map +1 -1
  5. package/lib/cjs/presentation-frontend/IModelConnectionInitialization.js.map +1 -1
  6. package/lib/cjs/presentation-frontend/InternalSymbols.js.map +1 -1
  7. package/lib/cjs/presentation-frontend/IpcRequestsHandler.js.map +1 -1
  8. package/lib/cjs/presentation-frontend/LocalizationHelper.js.map +1 -1
  9. package/lib/cjs/presentation-frontend/Presentation.d.ts +2 -2
  10. package/lib/cjs/presentation-frontend/Presentation.js +1 -1
  11. package/lib/cjs/presentation-frontend/Presentation.js.map +1 -1
  12. package/lib/cjs/presentation-frontend/PresentationManager.d.ts +16 -11
  13. package/lib/cjs/presentation-frontend/PresentationManager.d.ts.map +1 -1
  14. package/lib/cjs/presentation-frontend/PresentationManager.js +24 -15
  15. package/lib/cjs/presentation-frontend/PresentationManager.js.map +1 -1
  16. package/lib/cjs/presentation-frontend/RulesetManager.js.map +1 -1
  17. package/lib/cjs/presentation-frontend/RulesetVariablesManager.js.map +1 -1
  18. package/lib/cjs/presentation-frontend/StreamedResponseGenerator.js.map +1 -1
  19. package/lib/cjs/presentation-frontend/favorite-properties/FavoritePropertiesManager.d.ts +4 -4
  20. package/lib/cjs/presentation-frontend/favorite-properties/FavoritePropertiesManager.d.ts.map +1 -1
  21. package/lib/cjs/presentation-frontend/favorite-properties/FavoritePropertiesManager.js +11 -11
  22. package/lib/cjs/presentation-frontend/favorite-properties/FavoritePropertiesManager.js.map +1 -1
  23. package/lib/cjs/presentation-frontend/favorite-properties/FavoritePropertiesStorage.js.map +1 -1
  24. package/lib/cjs/presentation-frontend/selection/HiliteSetProvider.d.ts +3 -3
  25. package/lib/cjs/presentation-frontend/selection/HiliteSetProvider.js +1 -1
  26. package/lib/cjs/presentation-frontend/selection/HiliteSetProvider.js.map +1 -1
  27. package/lib/cjs/presentation-frontend/selection/ISelectionProvider.d.ts +1 -1
  28. package/lib/cjs/presentation-frontend/selection/ISelectionProvider.js.map +1 -1
  29. package/lib/cjs/presentation-frontend/selection/SelectionChangeEvent.d.ts +4 -4
  30. package/lib/cjs/presentation-frontend/selection/SelectionChangeEvent.js +2 -2
  31. package/lib/cjs/presentation-frontend/selection/SelectionChangeEvent.js.map +1 -1
  32. package/lib/cjs/presentation-frontend/selection/SelectionHandler.d.ts +3 -3
  33. package/lib/cjs/presentation-frontend/selection/SelectionHandler.d.ts.map +1 -1
  34. package/lib/cjs/presentation-frontend/selection/SelectionHandler.js +2 -2
  35. package/lib/cjs/presentation-frontend/selection/SelectionHandler.js.map +1 -1
  36. package/lib/cjs/presentation-frontend/selection/SelectionHelper.d.ts +1 -1
  37. package/lib/cjs/presentation-frontend/selection/SelectionHelper.js +1 -1
  38. package/lib/cjs/presentation-frontend/selection/SelectionHelper.js.map +1 -1
  39. package/lib/cjs/presentation-frontend/selection/SelectionManager.d.ts +3 -3
  40. package/lib/cjs/presentation-frontend/selection/SelectionManager.d.ts.map +1 -1
  41. package/lib/cjs/presentation-frontend/selection/SelectionManager.js +2 -2
  42. package/lib/cjs/presentation-frontend/selection/SelectionManager.js.map +1 -1
  43. package/lib/cjs/presentation-frontend/selection/SelectionScopesManager.d.ts +3 -3
  44. package/lib/cjs/presentation-frontend/selection/SelectionScopesManager.js +2 -2
  45. package/lib/cjs/presentation-frontend/selection/SelectionScopesManager.js.map +1 -1
  46. package/lib/cjs/presentation-frontend.js +20 -0
  47. package/lib/cjs/presentation-frontend.js.map +1 -1
  48. package/lib/esm/presentation-frontend/ConnectivityInformationProvider.js.map +1 -1
  49. package/lib/esm/presentation-frontend/Diagnostics.js.map +1 -1
  50. package/lib/esm/presentation-frontend/FrontendLoggerCategory.js.map +1 -1
  51. package/lib/esm/presentation-frontend/IModelConnectionInitialization.js.map +1 -1
  52. package/lib/esm/presentation-frontend/InternalSymbols.js.map +1 -1
  53. package/lib/esm/presentation-frontend/IpcRequestsHandler.js.map +1 -1
  54. package/lib/esm/presentation-frontend/LocalizationHelper.js.map +1 -1
  55. package/lib/esm/presentation-frontend/Presentation.d.ts +2 -2
  56. package/lib/esm/presentation-frontend/Presentation.js +1 -1
  57. package/lib/esm/presentation-frontend/Presentation.js.map +1 -1
  58. package/lib/esm/presentation-frontend/PresentationManager.d.ts +16 -11
  59. package/lib/esm/presentation-frontend/PresentationManager.d.ts.map +1 -1
  60. package/lib/esm/presentation-frontend/PresentationManager.js +24 -15
  61. package/lib/esm/presentation-frontend/PresentationManager.js.map +1 -1
  62. package/lib/esm/presentation-frontend/RulesetManager.js.map +1 -1
  63. package/lib/esm/presentation-frontend/RulesetVariablesManager.js.map +1 -1
  64. package/lib/esm/presentation-frontend/StreamedResponseGenerator.js.map +1 -1
  65. package/lib/esm/presentation-frontend/favorite-properties/FavoritePropertiesManager.d.ts +4 -4
  66. package/lib/esm/presentation-frontend/favorite-properties/FavoritePropertiesManager.d.ts.map +1 -1
  67. package/lib/esm/presentation-frontend/favorite-properties/FavoritePropertiesManager.js +11 -11
  68. package/lib/esm/presentation-frontend/favorite-properties/FavoritePropertiesManager.js.map +1 -1
  69. package/lib/esm/presentation-frontend/favorite-properties/FavoritePropertiesStorage.js.map +1 -1
  70. package/lib/esm/presentation-frontend/selection/HiliteSetProvider.d.ts +3 -3
  71. package/lib/esm/presentation-frontend/selection/HiliteSetProvider.js +1 -1
  72. package/lib/esm/presentation-frontend/selection/HiliteSetProvider.js.map +1 -1
  73. package/lib/esm/presentation-frontend/selection/ISelectionProvider.d.ts +1 -1
  74. package/lib/esm/presentation-frontend/selection/ISelectionProvider.js.map +1 -1
  75. package/lib/esm/presentation-frontend/selection/SelectionChangeEvent.d.ts +4 -4
  76. package/lib/esm/presentation-frontend/selection/SelectionChangeEvent.js +2 -2
  77. package/lib/esm/presentation-frontend/selection/SelectionChangeEvent.js.map +1 -1
  78. package/lib/esm/presentation-frontend/selection/SelectionHandler.d.ts +3 -3
  79. package/lib/esm/presentation-frontend/selection/SelectionHandler.d.ts.map +1 -1
  80. package/lib/esm/presentation-frontend/selection/SelectionHandler.js +2 -2
  81. package/lib/esm/presentation-frontend/selection/SelectionHandler.js.map +1 -1
  82. package/lib/esm/presentation-frontend/selection/SelectionHelper.d.ts +1 -1
  83. package/lib/esm/presentation-frontend/selection/SelectionHelper.js +1 -1
  84. package/lib/esm/presentation-frontend/selection/SelectionHelper.js.map +1 -1
  85. package/lib/esm/presentation-frontend/selection/SelectionManager.d.ts +3 -3
  86. package/lib/esm/presentation-frontend/selection/SelectionManager.d.ts.map +1 -1
  87. package/lib/esm/presentation-frontend/selection/SelectionManager.js +2 -2
  88. package/lib/esm/presentation-frontend/selection/SelectionManager.js.map +1 -1
  89. package/lib/esm/presentation-frontend/selection/SelectionScopesManager.d.ts +3 -3
  90. package/lib/esm/presentation-frontend/selection/SelectionScopesManager.js +2 -2
  91. package/lib/esm/presentation-frontend/selection/SelectionScopesManager.js.map +1 -1
  92. package/lib/esm/presentation-frontend.js +20 -0
  93. package/lib/esm/presentation-frontend.js.map +1 -1
  94. package/package.json +20 -19
@@ -32,4 +32,24 @@ export { SelectionScopesManager, createSelectionScopeProps } from "./presentatio
32
32
  export { SelectionHandler } from "./presentation-frontend/selection/SelectionHandler.js";
33
33
  export { HiliteSetProvider } from "./presentation-frontend/selection/HiliteSetProvider.js";
34
34
  export { SelectionHelper } from "./presentation-frontend/selection/SelectionHelper.js";
35
+ const globalSymbolPresentationFrontend = Symbol.for("itwin.presentation.frontend.globals");
36
+ if (globalThis[globalSymbolPresentationFrontend]) {
37
+ // Get the stack trace from when the module was first loaded
38
+ const firstLoadStack = globalThis[globalSymbolPresentationFrontend].stack;
39
+ const error = new Error("Multiple @itwin/presentation-frontend imports detected! This may happen if:\n" +
40
+ "- You have multiple versions of the package installed\n" +
41
+ "- Your bundling configuration is incorrect\n" +
42
+ "- You're importing from both ESM and CommonJS versions");
43
+ /* eslint-disable no-console */
44
+ console.error("Duplicate @itwin/presentation-frontend import:", error);
45
+ console.error("First import occurred at:", firstLoadStack);
46
+ console.error("Current import occurred at:", error.stack);
47
+ /* eslint-enable no-console */
48
+ throw error;
49
+ }
50
+ else {
51
+ globalThis[globalSymbolPresentationFrontend] = {
52
+ stack: new Error().stack,
53
+ };
54
+ }
35
55
  //# sourceMappingURL=presentation-frontend.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"presentation-frontend.js","sourceRoot":"","sources":["../../src/presentation-frontend.ts"],"names":[],"mappings":"AAAA;;;gGAGgG;AAChG;;;;;GAKG;AACH,OAAO,EAAqB,YAAY,EAAE,MAAM,yCAAyC,CAAC;AAC1F,OAAO,EAQL,mBAAmB,GACpB,MAAM,gDAAgD,CAAC;AAGxD,OAAO,EACL,uBAAuB,EAIvB,yBAAyB,GAC1B,MAAM,0EAA0E,CAAC;AAClF,OAAO,EAEL,qCAAqC,EACrC,+BAA+B,GAChC,MAAM,0EAA0E,CAAC;AAClF,OAAO,EAAE,yBAAyB,EAAE,gCAAgC,EAAE,MAAM,wCAAwC,CAAC;AAErH;;;;;GAKG;AACH,OAAO,EAAE,kCAAkC,EAAE,MAAM,mDAAmD,CAAC;AAEvG;;;;;GAKG;AACH,OAAO,EAEL,oBAAoB,EACpB,mBAAmB,GAEpB,MAAM,2DAA2D,CAAC;AAEnE,OAAO,EAAyB,gBAAgB,EAAE,MAAM,uDAAuD,CAAC;AAChH,OAAO,EAA+B,sBAAsB,EAAE,yBAAyB,EAAE,MAAM,6DAA6D,CAAC;AAC7J,OAAO,EAAyB,gBAAgB,EAAE,MAAM,uDAAuD,CAAC;AAChH,OAAO,EAAqC,iBAAiB,EAAE,MAAM,wDAAwD,CAAC;AAC9H,OAAO,EAAE,eAAe,EAAE,MAAM,sDAAsD,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\n * Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n * See LICENSE.md in the project root for license terms and full copyright notice.\n *--------------------------------------------------------------------------------------------*/\n/**\n * @module Core\n *\n * @docs-group-description Core\n * Common types used for retrieving presentation data from iModels.\n */\nexport { PresentationProps, Presentation } from \"./presentation-frontend/Presentation.js\";\nexport {\n IModelHierarchyChangeEventArgs,\n IModelContentChangeEventArgs,\n MultipleValuesRequestOptions,\n GetNodesRequestOptions,\n GetContentRequestOptions,\n GetDistinctValuesRequestOptions,\n PresentationManagerProps,\n PresentationManager,\n} from \"./presentation-frontend/PresentationManager.js\";\nexport { RulesetManager } from \"./presentation-frontend/RulesetManager.js\";\nexport { RulesetVariablesManager } from \"./presentation-frontend/RulesetVariablesManager.js\";\nexport {\n FavoritePropertiesScope,\n PropertyFullName,\n FavoritePropertiesOrderInfo,\n FavoritePropertiesManagerProps,\n FavoritePropertiesManager,\n} from \"./presentation-frontend/favorite-properties/FavoritePropertiesManager.js\";\nexport {\n IFavoritePropertiesStorage,\n DefaultFavoritePropertiesStorageTypes,\n createFavoritePropertiesStorage,\n} from \"./presentation-frontend/favorite-properties/FavoritePropertiesStorage.js\";\nexport { consoleDiagnosticsHandler, createCombinedDiagnosticsHandler } from \"./presentation-frontend/Diagnostics.js\";\n\n/**\n * @module Logging\n *\n * @docs-group-description Logging\n * Types related to logging in this package.\n */\nexport { PresentationFrontendLoggerCategory } from \"./presentation-frontend/FrontendLoggerCategory.js\";\n\n/**\n * @module UnifiedSelection\n *\n * @docs-group-description UnifiedSelection\n * Types related to [unified selection]($docs/presentation/unified-selection/index.md).\n */\nexport {\n SelectionChangesListener,\n SelectionChangeEvent,\n SelectionChangeType,\n SelectionChangeEventArgs,\n} from \"./presentation-frontend/selection/SelectionChangeEvent.js\";\nexport { ISelectionProvider } from \"./presentation-frontend/selection/ISelectionProvider.js\";\nexport { SelectionManagerProps, SelectionManager } from \"./presentation-frontend/selection/SelectionManager.js\";\nexport { SelectionScopesManagerProps, SelectionScopesManager, createSelectionScopeProps } from \"./presentation-frontend/selection/SelectionScopesManager.js\";\nexport { SelectionHandlerProps, SelectionHandler } from \"./presentation-frontend/selection/SelectionHandler.js\";\nexport { HiliteSet, HiliteSetProviderProps, HiliteSetProvider } from \"./presentation-frontend/selection/HiliteSetProvider.js\";\nexport { SelectionHelper } from \"./presentation-frontend/selection/SelectionHelper.js\";\n"]}
1
+ {"version":3,"file":"presentation-frontend.js","sourceRoot":"","sources":["../../src/presentation-frontend.ts"],"names":[],"mappings":"AAAA;;;gGAGgG;AAChG;;;;;GAKG;AACH,OAAO,EAAqB,YAAY,EAAE,MAAM,yCAAyC,CAAC;AAC1F,OAAO,EAQL,mBAAmB,GACpB,MAAM,gDAAgD,CAAC;AAGxD,OAAO,EACL,uBAAuB,EAIvB,yBAAyB,GAC1B,MAAM,0EAA0E,CAAC;AAClF,OAAO,EAEL,qCAAqC,EACrC,+BAA+B,GAChC,MAAM,0EAA0E,CAAC;AAClF,OAAO,EAAE,yBAAyB,EAAE,gCAAgC,EAAE,MAAM,wCAAwC,CAAC;AAErH;;;;;GAKG;AACH,OAAO,EAAE,kCAAkC,EAAE,MAAM,mDAAmD,CAAC;AAEvG;;;;;GAKG;AACH,OAAO,EAEL,oBAAoB,EACpB,mBAAmB,GAEpB,MAAM,2DAA2D,CAAC;AAEnE,OAAO,EAAyB,gBAAgB,EAAE,MAAM,uDAAuD,CAAC;AAChH,OAAO,EAA+B,sBAAsB,EAAE,yBAAyB,EAAE,MAAM,6DAA6D,CAAC;AAC7J,OAAO,EAAyB,gBAAgB,EAAE,MAAM,uDAAuD,CAAC;AAChH,OAAO,EAAqC,iBAAiB,EAAE,MAAM,wDAAwD,CAAC;AAC9H,OAAO,EAAE,eAAe,EAAE,MAAM,sDAAsD,CAAC;AAEvF,MAAM,gCAAgC,GAAG,MAAM,CAAC,GAAG,CAAC,qCAAqC,CAAC,CAAC;AAC3F,IAAK,UAAkB,CAAC,gCAAgC,CAAC,EAAE,CAAC;IAC1D,4DAA4D;IAC5D,MAAM,cAAc,GAAI,UAAkB,CAAC,gCAAgC,CAAC,CAAC,KAAK,CAAC;IAEnF,MAAM,KAAK,GAAG,IAAI,KAAK,CACrB,+EAA+E;QAC7E,yDAAyD;QACzD,8CAA8C;QAC9C,wDAAwD,CAC3D,CAAC;IAEF,+BAA+B;IAC/B,OAAO,CAAC,KAAK,CAAC,gDAAgD,EAAE,KAAK,CAAC,CAAC;IACvE,OAAO,CAAC,KAAK,CAAC,2BAA2B,EAAE,cAAc,CAAC,CAAC;IAC3D,OAAO,CAAC,KAAK,CAAC,6BAA6B,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC;IAC1D,8BAA8B;IAE9B,MAAM,KAAK,CAAC;AACd,CAAC;KAAM,CAAC;IACL,UAAkB,CAAC,gCAAgC,CAAC,GAAG;QACtD,KAAK,EAAE,IAAI,KAAK,EAAE,CAAC,KAAK;KACzB,CAAC;AACJ,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n * Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n * See LICENSE.md in the project root for license terms and full copyright notice.\r\n *--------------------------------------------------------------------------------------------*/\r\n/**\r\n * @module Core\r\n *\r\n * @docs-group-description Core\r\n * Common types used for retrieving presentation data from iModels.\r\n */\r\nexport { PresentationProps, Presentation } from \"./presentation-frontend/Presentation.js\";\r\nexport {\r\n IModelHierarchyChangeEventArgs,\r\n IModelContentChangeEventArgs,\r\n MultipleValuesRequestOptions,\r\n GetNodesRequestOptions,\r\n GetContentRequestOptions,\r\n GetDistinctValuesRequestOptions,\r\n PresentationManagerProps,\r\n PresentationManager,\r\n} from \"./presentation-frontend/PresentationManager.js\";\r\nexport { RulesetManager } from \"./presentation-frontend/RulesetManager.js\";\r\nexport { RulesetVariablesManager } from \"./presentation-frontend/RulesetVariablesManager.js\";\r\nexport {\r\n FavoritePropertiesScope,\r\n PropertyFullName,\r\n FavoritePropertiesOrderInfo,\r\n FavoritePropertiesManagerProps,\r\n FavoritePropertiesManager,\r\n} from \"./presentation-frontend/favorite-properties/FavoritePropertiesManager.js\";\r\nexport {\r\n IFavoritePropertiesStorage,\r\n DefaultFavoritePropertiesStorageTypes,\r\n createFavoritePropertiesStorage,\r\n} from \"./presentation-frontend/favorite-properties/FavoritePropertiesStorage.js\";\r\nexport { consoleDiagnosticsHandler, createCombinedDiagnosticsHandler } from \"./presentation-frontend/Diagnostics.js\";\r\n\r\n/**\r\n * @module Logging\r\n *\r\n * @docs-group-description Logging\r\n * Types related to logging in this package.\r\n */\r\nexport { PresentationFrontendLoggerCategory } from \"./presentation-frontend/FrontendLoggerCategory.js\";\r\n\r\n/**\r\n * @module UnifiedSelection\r\n *\r\n * @docs-group-description UnifiedSelection\r\n * Types related to [unified selection]($docs/presentation/unified-selection/index.md).\r\n */\r\nexport {\r\n SelectionChangesListener,\r\n SelectionChangeEvent,\r\n SelectionChangeType,\r\n SelectionChangeEventArgs,\r\n} from \"./presentation-frontend/selection/SelectionChangeEvent.js\";\r\nexport { ISelectionProvider } from \"./presentation-frontend/selection/ISelectionProvider.js\";\r\nexport { SelectionManagerProps, SelectionManager } from \"./presentation-frontend/selection/SelectionManager.js\";\r\nexport { SelectionScopesManagerProps, SelectionScopesManager, createSelectionScopeProps } from \"./presentation-frontend/selection/SelectionScopesManager.js\";\r\nexport { SelectionHandlerProps, SelectionHandler } from \"./presentation-frontend/selection/SelectionHandler.js\";\r\nexport { HiliteSet, HiliteSetProviderProps, HiliteSetProvider } from \"./presentation-frontend/selection/HiliteSetProvider.js\";\r\nexport { SelectionHelper } from \"./presentation-frontend/selection/SelectionHelper.js\";\r\n\r\nconst globalSymbolPresentationFrontend = Symbol.for(\"itwin.presentation.frontend.globals\");\r\nif ((globalThis as any)[globalSymbolPresentationFrontend]) {\r\n // Get the stack trace from when the module was first loaded\r\n const firstLoadStack = (globalThis as any)[globalSymbolPresentationFrontend].stack;\r\n\r\n const error = new Error(\r\n \"Multiple @itwin/presentation-frontend imports detected! This may happen if:\\n\" +\r\n \"- You have multiple versions of the package installed\\n\" +\r\n \"- Your bundling configuration is incorrect\\n\" +\r\n \"- You're importing from both ESM and CommonJS versions\",\r\n );\r\n\r\n /* eslint-disable no-console */\r\n console.error(\"Duplicate @itwin/presentation-frontend import:\", error);\r\n console.error(\"First import occurred at:\", firstLoadStack);\r\n console.error(\"Current import occurred at:\", error.stack);\r\n /* eslint-enable no-console */\r\n\r\n throw error;\r\n} else {\r\n (globalThis as any)[globalSymbolPresentationFrontend] = {\r\n stack: new Error().stack,\r\n };\r\n}"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-frontend",
3
- "version": "5.1.0-dev.9",
3
+ "version": "5.1.1",
4
4
  "description": "Frontend of iModel.js Presentation library",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -36,15 +36,15 @@
36
36
  "rxjs-for-await": "^1.0.0"
37
37
  },
38
38
  "peerDependencies": {
39
- "@itwin/core-bentley": "5.1.0-dev.9",
40
- "@itwin/core-common": "5.1.0-dev.9",
41
- "@itwin/core-frontend": "5.1.0-dev.9",
42
- "@itwin/ecschema-metadata": "5.1.0-dev.9",
43
- "@itwin/core-quantity": "5.1.0-dev.9",
44
- "@itwin/presentation-common": "5.1.0-dev.9"
39
+ "@itwin/core-bentley": "5.1.1",
40
+ "@itwin/core-common": "5.1.1",
41
+ "@itwin/ecschema-metadata": "5.1.1",
42
+ "@itwin/core-quantity": "5.1.1",
43
+ "@itwin/core-frontend": "5.1.1",
44
+ "@itwin/presentation-common": "5.1.1"
45
45
  },
46
46
  "devDependencies": {
47
- "@itwin/eslint-plugin": "5.0.0-dev.1",
47
+ "@itwin/eslint-plugin": "5.2.2-dev.2",
48
48
  "@types/chai": "4.3.1",
49
49
  "@types/chai-as-promised": "^7",
50
50
  "@types/chai-jest-snapshot": "^1.3.8",
@@ -61,8 +61,8 @@
61
61
  "cpx2": "^8.0.0",
62
62
  "cross-env": "^7.0.3",
63
63
  "deep-equal": "^1",
64
- "eslint": "^9.13.0",
65
- "eslint-config-prettier": "^9.1.0",
64
+ "eslint": "^9.31.0",
65
+ "eslint-config-prettier": "^9.1.2",
66
66
  "jsdom": "^26.0.0",
67
67
  "mocha": "^11.1.0",
68
68
  "prettier": "^3.2.5",
@@ -71,15 +71,15 @@
71
71
  "sinon-chai": "^3.7.0",
72
72
  "typemoq": "^2.1.0",
73
73
  "typescript": "~5.6.2",
74
- "@itwin/build-tools": "5.1.0-dev.9",
75
- "@itwin/core-bentley": "5.1.0-dev.9",
76
- "@itwin/core-frontend": "5.1.0-dev.9",
77
- "@itwin/core-common": "5.1.0-dev.9",
78
- "@itwin/core-i18n": "5.1.0-dev.9",
79
- "@itwin/core-quantity": "5.1.0-dev.9",
80
- "@itwin/ecschema-metadata": "5.1.0-dev.9",
81
- "@itwin/presentation-common": "5.1.0-dev.9",
82
- "internal-tools": "3.0.0-dev.69"
74
+ "@itwin/core-bentley": "5.1.1",
75
+ "@itwin/build-tools": "5.1.1",
76
+ "@itwin/core-common": "5.1.1",
77
+ "@itwin/core-frontend": "5.1.1",
78
+ "@itwin/core-quantity": "5.1.1",
79
+ "@itwin/ecschema-metadata": "5.1.1",
80
+ "internal-tools": "3.0.0-dev.69",
81
+ "@itwin/core-i18n": "5.1.1",
82
+ "@itwin/presentation-common": "5.1.1"
83
83
  },
84
84
  "scripts": {
85
85
  "build": "npm run -s build:cjs && npm run -s build:esm",
@@ -93,6 +93,7 @@
93
93
  "extract": "betools extract --fileExt=ts --extractFrom=./src/test --recursive --out=../../generated-docs/extract",
94
94
  "extract-api": "betools extract-api --entry=lib/esm/presentation-frontend",
95
95
  "lint": "eslint \"./src/**/*.ts\" 1>&2",
96
+ "lint-deprecation": "eslint --fix -f visualstudio --no-inline-config -c ../../common/config/eslint/eslint.config.deprecation-policy.js \"./src/**/*.ts\"",
96
97
  "test": "mocha --enable-source-maps --config ./.mocharc.json",
97
98
  "prettier:fix": "prettier --write ."
98
99
  }