@backstage/test-utils 0.0.0-nightly-20241119023621 → 0.0.0-nightly-20241123023427

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,17 +1,30 @@
1
1
  # @backstage/test-utils
2
2
 
3
- ## 0.0.0-nightly-20241119023621
3
+ ## 0.0.0-nightly-20241123023427
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/theme@0.0.0-nightly-20241119023621
9
- - @backstage/types@0.0.0-nightly-20241119023621
10
- - @backstage/core-app-api@0.0.0-nightly-20241119023621
11
- - @backstage/plugin-permission-common@0.0.0-nightly-20241119023621
12
- - @backstage/config@0.0.0-nightly-20241119023621
13
- - @backstage/core-plugin-api@0.0.0-nightly-20241119023621
14
- - @backstage/plugin-permission-react@0.0.0-nightly-20241119023621
8
+ - @backstage/core-app-api@0.0.0-nightly-20241123023427
9
+ - @backstage/theme@0.0.0-nightly-20241123023427
10
+ - @backstage/core-plugin-api@1.10.1
11
+ - @backstage/config@1.3.0
12
+ - @backstage/types@1.2.0
13
+ - @backstage/plugin-permission-common@0.8.2
14
+ - @backstage/plugin-permission-react@0.4.28
15
+
16
+ ## 1.7.1
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/config@1.3.0
22
+ - @backstage/theme@0.6.1
23
+ - @backstage/types@1.2.0
24
+ - @backstage/core-app-api@1.15.2
25
+ - @backstage/plugin-permission-common@0.8.2
26
+ - @backstage/core-plugin-api@1.10.1
27
+ - @backstage/plugin-permission-react@0.4.28
15
28
 
16
29
  ## 1.7.1-next.0
17
30
 
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /// <reference types="jest" />
2
- import { AnalyticsApi, AnalyticsEvent, ConfigApi, ErrorApi, ErrorApiError, ErrorApiErrorContext, FetchApi, DiscoveryApi, IdentityApi, StorageApi, StorageValueSnapshot, ApiFactory, RouteRef, ExternalRouteRef, AppComponents, IconComponent, ApiRef, ApiHolder } from '@backstage/core-plugin-api';
2
+ import { AnalyticsApi, AnalyticsEvent, ConfigApi, ErrorApiError, ErrorApiErrorContext, ErrorApi, DiscoveryApi, IdentityApi, FetchApi, StorageApi, StorageValueSnapshot, ApiFactory, RouteRef, ExternalRouteRef, AppComponents, IconComponent, ApiHolder, ApiRef } from '@backstage/core-plugin-api';
3
3
  import * as _backstage_config from '@backstage/config';
4
4
  import { Config } from '@backstage/config';
5
5
  import { JsonObject, JsonValue, Observable } from '@backstage/types';
@@ -7,7 +7,7 @@ import crossFetch from 'cross-fetch';
7
7
  import { PermissionApi } from '@backstage/plugin-permission-react';
8
8
  import { EvaluatePermissionRequest, AuthorizeResult, EvaluatePermissionResponse } from '@backstage/plugin-permission-common';
9
9
  import { TranslationApi } from '@backstage/core-plugin-api/alpha';
10
- import React, { ReactElement, ComponentType, ReactNode, PropsWithChildren } from 'react';
10
+ import React, { ReactElement, ReactNode, ComponentType, PropsWithChildren } from 'react';
11
11
  import { AppIcons } from '@backstage/core-app-api';
12
12
  import { RenderOptions, RenderResult, MatcherFunction } from '@testing-library/react';
13
13
 
@@ -1,5 +1,5 @@
1
1
  import { UrlPatternDiscovery, AlertApiForwarder, NoOpAnalyticsApi, ErrorAlerter, ErrorApiForwarder, UnhandledErrorForwarder, WebStorage, OAuthRequestManager, GoogleAuth, MicrosoftAuth, GithubAuth, OktaAuth, GitlabAuth, OneLoginAuth, BitbucketAuth, AtlassianAuth } from '@backstage/core-app-api';
2
- import { createApiFactory, configApiRef, discoveryApiRef, alertApiRef, analyticsApiRef, errorApiRef, storageApiRef, oauthRequestApiRef, googleAuthApiRef, microsoftAuthApiRef, githubAuthApiRef, oktaAuthApiRef, gitlabAuthApiRef, oneloginAuthApiRef, bitbucketAuthApiRef, atlassianAuthApiRef } from '@backstage/core-plugin-api';
2
+ import { createApiFactory, discoveryApiRef, configApiRef, alertApiRef, analyticsApiRef, errorApiRef, storageApiRef, oauthRequestApiRef, googleAuthApiRef, microsoftAuthApiRef, githubAuthApiRef, oktaAuthApiRef, gitlabAuthApiRef, oneloginAuthApiRef, bitbucketAuthApiRef, atlassianAuthApiRef } from '@backstage/core-plugin-api';
3
3
 
4
4
  const defaultApis = [
5
5
  createApiFactory({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/test-utils",
3
- "version": "0.0.0-nightly-20241119023621",
3
+ "version": "0.0.0-nightly-20241123023427",
4
4
  "description": "Utilities to test Backstage plugins and apps.",
5
5
  "backstage": {
6
6
  "role": "web-library"
@@ -57,13 +57,13 @@
57
57
  "test": "backstage-cli package test"
58
58
  },
59
59
  "dependencies": {
60
- "@backstage/config": "0.0.0-nightly-20241119023621",
61
- "@backstage/core-app-api": "0.0.0-nightly-20241119023621",
62
- "@backstage/core-plugin-api": "0.0.0-nightly-20241119023621",
63
- "@backstage/plugin-permission-common": "0.0.0-nightly-20241119023621",
64
- "@backstage/plugin-permission-react": "0.0.0-nightly-20241119023621",
65
- "@backstage/theme": "0.0.0-nightly-20241119023621",
66
- "@backstage/types": "0.0.0-nightly-20241119023621",
60
+ "@backstage/config": "1.3.0",
61
+ "@backstage/core-app-api": "0.0.0-nightly-20241123023427",
62
+ "@backstage/core-plugin-api": "1.10.1",
63
+ "@backstage/plugin-permission-common": "0.8.2",
64
+ "@backstage/plugin-permission-react": "0.4.28",
65
+ "@backstage/theme": "0.0.0-nightly-20241123023427",
66
+ "@backstage/types": "1.2.0",
67
67
  "@material-ui/core": "^4.12.2",
68
68
  "@material-ui/icons": "^4.9.1",
69
69
  "cross-fetch": "^4.0.0",
@@ -71,7 +71,7 @@
71
71
  "zen-observable": "^0.10.0"
72
72
  },
73
73
  "devDependencies": {
74
- "@backstage/cli": "0.0.0-nightly-20241119023621",
74
+ "@backstage/cli": "0.0.0-nightly-20241123023427",
75
75
  "@testing-library/jest-dom": "^6.0.0",
76
76
  "@types/jest": "*",
77
77
  "@types/react": "^18.0.0",