@backstage/plugin-catalog-unprocessed-entities 0.2.16-next.2 → 0.2.17-next.0

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 (2) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @backstage/plugin-catalog-unprocessed-entities
2
2
 
3
+ ## 0.2.17-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-compat-api@0.4.2-next.0
9
+ - @backstage/catalog-model@1.7.3
10
+ - @backstage/core-components@0.17.1
11
+ - @backstage/core-plugin-api@1.10.6
12
+ - @backstage/errors@1.2.7
13
+ - @backstage/frontend-plugin-api@0.10.1
14
+
15
+ ## 0.2.16
16
+
17
+ ### Patch Changes
18
+
19
+ - ba88bfa: Added confirmation popup for delete entities in Catalog Unprocessed Entities plugin
20
+ - a47fd39: Removes instances of default React imports, a necessary update for the upcoming React 19 migration.
21
+
22
+ <https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html>
23
+
24
+ - 2479827: Fixed the `convertTimeToLocalTimezone` function in the FailedEntities component to correctly parse ISO 8601 date strings and set the timezone to the current local timezone.
25
+ - Updated dependencies
26
+ - @backstage/frontend-plugin-api@0.10.1
27
+ - @backstage/core-compat-api@0.4.1
28
+ - @backstage/core-components@0.17.1
29
+ - @backstage/core-plugin-api@1.10.6
30
+ - @backstage/catalog-model@1.7.3
31
+ - @backstage/errors@1.2.7
32
+
3
33
  ## 0.2.16-next.2
4
34
 
5
35
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-unprocessed-entities",
3
- "version": "0.2.16-next.2",
3
+ "version": "0.2.17-next.0",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "catalog-unprocessed-entities",
@@ -63,11 +63,11 @@
63
63
  },
64
64
  "dependencies": {
65
65
  "@backstage/catalog-model": "1.7.3",
66
- "@backstage/core-compat-api": "0.4.1-next.2",
67
- "@backstage/core-components": "0.17.1-next.1",
68
- "@backstage/core-plugin-api": "1.10.6-next.0",
66
+ "@backstage/core-compat-api": "0.4.2-next.0",
67
+ "@backstage/core-components": "0.17.1",
68
+ "@backstage/core-plugin-api": "1.10.6",
69
69
  "@backstage/errors": "1.2.7",
70
- "@backstage/frontend-plugin-api": "0.10.1-next.1",
70
+ "@backstage/frontend-plugin-api": "0.10.1",
71
71
  "@material-ui/core": "^4.9.13",
72
72
  "@material-ui/icons": "^4.9.1",
73
73
  "@material-ui/lab": "^4.0.0-alpha.60",
@@ -75,8 +75,8 @@
75
75
  "react-use": "^17.2.4"
76
76
  },
77
77
  "devDependencies": {
78
- "@backstage/cli": "0.32.0-next.2",
79
- "@backstage/dev-utils": "1.1.9-next.2",
78
+ "@backstage/cli": "0.32.1-next.0",
79
+ "@backstage/dev-utils": "1.1.10-next.0",
80
80
  "@testing-library/jest-dom": "^6.0.0",
81
81
  "@testing-library/react": "^16.0.0",
82
82
  "@types/react": "^18.0.0",