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

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 +18 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @backstage/plugin-catalog-unprocessed-entities
2
2
 
3
+ ## 0.2.16
4
+
5
+ ### Patch Changes
6
+
7
+ - ba88bfa: Added confirmation popup for delete entities in Catalog Unprocessed Entities plugin
8
+ - a47fd39: Removes instances of default React imports, a necessary update for the upcoming React 19 migration.
9
+
10
+ <https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html>
11
+
12
+ - 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.
13
+ - Updated dependencies
14
+ - @backstage/frontend-plugin-api@0.10.1
15
+ - @backstage/core-compat-api@0.4.1
16
+ - @backstage/core-components@0.17.1
17
+ - @backstage/core-plugin-api@1.10.6
18
+ - @backstage/catalog-model@1.7.3
19
+ - @backstage/errors@1.2.7
20
+
3
21
  ## 0.2.16-next.2
4
22
 
5
23
  ### 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.16",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "catalog-unprocessed-entities",
@@ -62,12 +62,12 @@
62
62
  "test": "backstage-cli package test"
63
63
  },
64
64
  "dependencies": {
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",
69
- "@backstage/errors": "1.2.7",
70
- "@backstage/frontend-plugin-api": "0.10.1-next.1",
65
+ "@backstage/catalog-model": "^1.7.3",
66
+ "@backstage/core-compat-api": "^0.4.1",
67
+ "@backstage/core-components": "^0.17.1",
68
+ "@backstage/core-plugin-api": "^1.10.6",
69
+ "@backstage/errors": "^1.2.7",
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.0",
79
+ "@backstage/dev-utils": "^1.1.9",
80
80
  "@testing-library/jest-dom": "^6.0.0",
81
81
  "@testing-library/react": "^16.0.0",
82
82
  "@types/react": "^18.0.0",