@axis-backstage/plugin-vacation-calendar 0.8.0 → 0.9.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.
- package/CHANGELOG.md +31 -0
- package/dist/index.d.ts +2 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @axis-backstage/plugin-vacation-calendar
|
|
2
2
|
|
|
3
|
+
## 0.9.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 199bd49: Fix critical security vulnerabilities by upgrading Backstage dependencies:
|
|
8
|
+
|
|
9
|
+
**Security Fixes:**
|
|
10
|
+
|
|
11
|
+
- Fixed CVE-2025-8101 (High Severity) in linkifyjs/linkify-react by upgrading @backstage/core-components from ^0.18.4 to ^0.18.6
|
|
12
|
+
- Fixed CVE-2026-24046 (High Severity) - UNIX Symbolic Link Following in @backstage/backend-plugin-api by upgrading from ^1.6.0 to ^1.6.2
|
|
13
|
+
- Fixed CVE-2026-24047 (High Severity) - Symlink Attack in @backstage/backend-defaults by upgrading from ^0.14.0 to ^0.15.1
|
|
14
|
+
- Fixed SNYK-JS-QS-14724253 (High Severity) - Allocation of Resources Without Limits or Throttling in qs by adding resolution to ^6.14.1
|
|
15
|
+
|
|
16
|
+
**Additional Package Upgrades:**
|
|
17
|
+
Upgraded packages to versions that depend on patched Backstage core packages:
|
|
18
|
+
|
|
19
|
+
- @backstage/plugin-mcp-actions-backend: ^0.1.6 → ^0.1.8
|
|
20
|
+
- @backstage/plugin-search-backend: ^2.0.9 → ^2.0.11
|
|
21
|
+
- @backstage/plugin-techdocs-backend: ^2.1.3 → ^2.1.4
|
|
22
|
+
- @backstage/backend-test-utils: ^1.10.2 → ^1.10.4 (in jira-dashboard-backend and readme-backend)
|
|
23
|
+
|
|
24
|
+
**Code Improvements:**
|
|
25
|
+
|
|
26
|
+
- Removed redundant @backstage/backend-defaults imports from production code paths in backend plugins (jira-dashboard-backend, readme-backend, statuspage-backend)
|
|
27
|
+
|
|
28
|
+
## 0.9.0
|
|
29
|
+
|
|
30
|
+
### Minor Changes
|
|
31
|
+
|
|
32
|
+
- 7d98ad2: Bumped to backstage 1.46.2
|
|
33
|
+
|
|
3
34
|
## 0.8.0
|
|
4
35
|
|
|
5
36
|
### Minor Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
|
|
3
3
|
import { OAuthApi, FetchApi } from '@backstage/core-plugin-api';
|
|
4
|
+
import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
|
|
4
5
|
import { Calendar, ScheduleInformation } from '@microsoft/microsoft-graph-types';
|
|
5
6
|
|
|
6
7
|
/**
|
|
@@ -20,7 +21,7 @@ declare const VacationCalendarPage: () => react_jsx_runtime.JSX.Element;
|
|
|
20
21
|
*
|
|
21
22
|
* @public
|
|
22
23
|
*/
|
|
23
|
-
declare const vacationCalendarApiRef:
|
|
24
|
+
declare const vacationCalendarApiRef: _backstage_frontend_plugin_api.ApiRef<VacationCalendarApi>;
|
|
24
25
|
/**
|
|
25
26
|
* The definition for the VacationCalendar api.
|
|
26
27
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axis-backstage/plugin-vacation-calendar",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.1",
|
|
4
4
|
"main": "dist/index.esm.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"postpack": "backstage-cli package postpack"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@backstage/catalog-model": "^1.7.
|
|
32
|
-
"@backstage/core-components": "^0.
|
|
33
|
-
"@backstage/core-plugin-api": "^1.
|
|
31
|
+
"@backstage/catalog-model": "^1.7.6",
|
|
32
|
+
"@backstage/core-components": "^0.18.6",
|
|
33
|
+
"@backstage/core-plugin-api": "^1.12.1",
|
|
34
34
|
"@backstage/errors": "^1.2.7",
|
|
35
|
-
"@backstage/plugin-catalog-react": "^1.
|
|
36
|
-
"@backstage/theme": "^0.
|
|
35
|
+
"@backstage/plugin-catalog-react": "^1.21.4",
|
|
36
|
+
"@backstage/theme": "^0.7.1",
|
|
37
37
|
"@date-io/luxon": "3.0.0",
|
|
38
38
|
"@material-ui/core": "^4.12.4",
|
|
39
39
|
"@material-ui/pickers": "^3.3.11",
|
|
@@ -57,11 +57,11 @@
|
|
|
57
57
|
"react-router-dom": "^6.3.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@backstage/catalog-client": "^1.
|
|
61
|
-
"@backstage/cli": "^0.
|
|
62
|
-
"@backstage/core-app-api": "^1.
|
|
63
|
-
"@backstage/dev-utils": "^1.1.
|
|
64
|
-
"@backstage/test-utils": "^1.7.
|
|
60
|
+
"@backstage/catalog-client": "^1.12.1",
|
|
61
|
+
"@backstage/cli": "^0.35.1",
|
|
62
|
+
"@backstage/core-app-api": "^1.19.3",
|
|
63
|
+
"@backstage/dev-utils": "^1.1.18",
|
|
64
|
+
"@backstage/test-utils": "^1.7.14",
|
|
65
65
|
"@testing-library/dom": "^10.0.0",
|
|
66
66
|
"@testing-library/jest-dom": "^6.0.0",
|
|
67
67
|
"@testing-library/react": "^16.0.0",
|