analytics - version:bump to v1.34.1 (#2251)
* v1.34.1 version bump * Manual changes Signed-off-by: Andre Wanlin <awanlin@spotify.com> --------- Signed-off-by: Andre Wanlin <awanlin@spotify.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
parent
b0190ad991
commit
ac6e8f9293
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
'@backstage-community/plugin-analytics-module-ga': minor
|
||||
'@backstage-community/plugin-analytics-module-ga4': minor
|
||||
'@backstage-community/plugin-analytics-module-matomo': minor
|
||||
'@backstage-community/plugin-analytics-module-newrelic-browser': minor
|
||||
'@backstage-community/plugin-analytics-provider-segment': minor
|
||||
---
|
||||
|
||||
Backstage version bump to v1.34.1
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"version": "1.32.2"
|
||||
"version": "1.34.1"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,11 +33,10 @@
|
|||
"directory": "workspaces/analytics"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.28.0",
|
||||
"@backstage/cli": "^0.29.4",
|
||||
"@backstage/e2e-test-utils": "^0.1.1",
|
||||
"@backstage/repo-tools": "^0.10.0",
|
||||
"@backstage/repo-tools": "^0.12.0",
|
||||
"@changesets/cli": "^2.27.1",
|
||||
"@spotify/prettier-config": "^15.0.0",
|
||||
"knip": "^5.27.4",
|
||||
"node-gyp": "^10.0.0",
|
||||
"prettier": "^2.3.2",
|
||||
|
|
@ -47,7 +46,7 @@
|
|||
"@types/react": "^18",
|
||||
"@types/react-dom": "^18"
|
||||
},
|
||||
"prettier": "@spotify/prettier-config",
|
||||
"prettier": "@backstage/cli/config/prettier",
|
||||
"lint-staged": {
|
||||
"*.{js,jsx,ts,tsx,mjs,cjs}": [
|
||||
"eslint --fix",
|
||||
|
|
|
|||
|
|
@ -35,15 +35,15 @@
|
|||
"test": "backstage-cli package test"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/config": "^1.2.0",
|
||||
"@backstage/core-components": "^0.15.1",
|
||||
"@backstage/core-plugin-api": "^1.10.0",
|
||||
"@backstage/frontend-plugin-api": "^0.9.0",
|
||||
"@backstage/config": "^1.3.1",
|
||||
"@backstage/core-components": "^0.16.2",
|
||||
"@backstage/core-plugin-api": "^1.10.2",
|
||||
"@backstage/frontend-plugin-api": "^0.9.3",
|
||||
"react-ga": "^3.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.28.0",
|
||||
"@backstage/dev-utils": "^1.1.2",
|
||||
"@backstage/cli": "^0.29.4",
|
||||
"@backstage/dev-utils": "^1.1.5",
|
||||
"@testing-library/dom": "^10.0.0",
|
||||
"@testing-library/jest-dom": "^6.0.0",
|
||||
"@testing-library/react": "^15.0.0",
|
||||
|
|
|
|||
|
|
@ -35,15 +35,15 @@
|
|||
"test": "backstage-cli package test"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/config": "^1.2.0",
|
||||
"@backstage/core-components": "^0.15.1",
|
||||
"@backstage/core-plugin-api": "^1.10.0",
|
||||
"@backstage/frontend-plugin-api": "^0.9.0",
|
||||
"@backstage/config": "^1.3.1",
|
||||
"@backstage/core-components": "^0.16.2",
|
||||
"@backstage/core-plugin-api": "^1.10.2",
|
||||
"@backstage/frontend-plugin-api": "^0.9.3",
|
||||
"react-ga4": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.28.0",
|
||||
"@backstage/dev-utils": "^1.1.2",
|
||||
"@backstage/cli": "^0.29.4",
|
||||
"@backstage/dev-utils": "^1.1.5",
|
||||
"@testing-library/dom": "^10.0.0",
|
||||
"@testing-library/jest-dom": "^6.0.0",
|
||||
"@testing-library/react": "^15.0.0",
|
||||
|
|
|
|||
|
|
@ -34,16 +34,16 @@
|
|||
"directory": "workspaces/analytics/plugins/analytics-module-matomo"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/core-plugin-api": "^1.10.0"
|
||||
"@backstage/core-plugin-api": "^1.10.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "0.28.2",
|
||||
"@backstage/core-app-api": "1.15.1",
|
||||
"@backstage/core-components": "^0.15.1",
|
||||
"@backstage/dev-utils": "1.1.2",
|
||||
"@backstage/cli": "^0.29.4",
|
||||
"@backstage/core-app-api": "^1.15.3",
|
||||
"@backstage/core-components": "^0.16.2",
|
||||
"@backstage/dev-utils": "^1.1.5",
|
||||
"@redhat-developer/red-hat-developer-hub-theme": "0.4.0",
|
||||
"@testing-library/jest-dom": "6.6.3",
|
||||
"@types/node": "18.19.68",
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ import { AnalyticsApi } from '@backstage/core-plugin-api';
|
|||
import { AnalyticsEvent } from '@backstage/core-plugin-api';
|
||||
import { ApiFactory } from '@backstage/core-plugin-api';
|
||||
import { BackstagePlugin } from '@backstage/core-plugin-api';
|
||||
import { Config } from '@backstage/config';
|
||||
import { Config } from '@backstage/config/index';
|
||||
import { ConfigApi } from '@backstage/core-plugin-api';
|
||||
|
||||
// @public (undocumented)
|
||||
|
|
|
|||
|
|
@ -34,15 +34,15 @@
|
|||
"test": "backstage-cli package test"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/config": "^1.2.0",
|
||||
"@backstage/core-components": "^0.15.1",
|
||||
"@backstage/core-plugin-api": "^1.10.0",
|
||||
"@backstage/frontend-plugin-api": "^0.9.0",
|
||||
"@backstage/config": "^1.3.1",
|
||||
"@backstage/core-components": "^0.16.2",
|
||||
"@backstage/core-plugin-api": "^1.10.2",
|
||||
"@backstage/frontend-plugin-api": "^0.9.3",
|
||||
"@newrelic/browser-agent": "^1.236.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.28.0",
|
||||
"@backstage/dev-utils": "^1.1.2",
|
||||
"@backstage/cli": "^0.29.4",
|
||||
"@backstage/dev-utils": "^1.1.5",
|
||||
"@testing-library/jest-dom": "^6.0.0",
|
||||
"@testing-library/react": "^15.0.0",
|
||||
"@types/react": "^18.2.58",
|
||||
|
|
|
|||
|
|
@ -33,10 +33,10 @@
|
|||
"postpack": "backstage-cli package postpack"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/config": "^1.2.0",
|
||||
"@backstage/core-components": "^0.15.1",
|
||||
"@backstage/core-plugin-api": "^1.10.0",
|
||||
"@backstage/theme": "^0.6.0",
|
||||
"@backstage/config": "^1.3.1",
|
||||
"@backstage/core-components": "^0.16.2",
|
||||
"@backstage/core-plugin-api": "^1.10.2",
|
||||
"@backstage/theme": "^0.6.3",
|
||||
"@material-ui/core": "^4.9.13",
|
||||
"@material-ui/icons": "^4.11.3",
|
||||
"@material-ui/lab": "4.0.0-alpha.61",
|
||||
|
|
@ -50,10 +50,10 @@
|
|||
"react-router-dom": "^6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "0.28.2",
|
||||
"@backstage/core-app-api": "1.15.1",
|
||||
"@backstage/dev-utils": "1.1.2",
|
||||
"@backstage/test-utils": "1.7.0",
|
||||
"@backstage/cli": "^0.29.4",
|
||||
"@backstage/core-app-api": "^1.15.3",
|
||||
"@backstage/dev-utils": "^1.1.5",
|
||||
"@backstage/test-utils": "^1.7.3",
|
||||
"@redhat-developer/red-hat-developer-hub-theme": "0.4.0",
|
||||
"@spotify/prettier-config": "^15.0.0",
|
||||
"@testing-library/dom": "9.3.4",
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ import { AnalyticsEvent } from '@backstage/core-plugin-api';
|
|||
import { ApiFactory } from '@backstage/core-plugin-api';
|
||||
import { BackstagePlugin } from '@backstage/core-plugin-api';
|
||||
import { Config } from '@backstage/config';
|
||||
import { Config as Config_2 } from '@backstage/config/index';
|
||||
import { IdentityApi } from '@backstage/core-plugin-api';
|
||||
|
||||
// @public
|
||||
|
|
@ -28,7 +29,7 @@ export const SegmentAnalyticsApi: ApiFactory<
|
|||
AnalyticsApi,
|
||||
SegmentAnalytics,
|
||||
{
|
||||
configApi: Config;
|
||||
configApi: Config_2;
|
||||
identityApi: IdentityApi;
|
||||
}
|
||||
>;
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue