diff --git a/.changeset/bright-maps-jump.md b/.changeset/bright-maps-jump.md
deleted file mode 100644
index c316963b4e..0000000000
--- a/.changeset/bright-maps-jump.md
+++ /dev/null
@@ -1,18 +0,0 @@
----
-"@comet/cms-admin": minor
-"@comet/cms-api": minor
----
-
-Support the import of files from external DAMs
-
-To connect an external DAM, implement a component with the necessary logic (asset picker, upload functionality, ...). Pass this component to the `DamPage` via the `additionalToolbarItems` prop.
-
-```tsx
-}
-/>
-```
-
-You can find an [example](demo/admin/src/dam/ImportFromUnsplash.tsx) in the demo project.
-
diff --git a/.changeset/eighty-tools-fail.md b/.changeset/eighty-tools-fail.md
deleted file mode 100644
index d2d04fdd21..0000000000
--- a/.changeset/eighty-tools-fail.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-"@comet/cms-api": minor
----
-
-Add `PublicUploadsService` to public API
-
-The service can be used to programmatically create public uploads, such as when creating fixtures.
diff --git a/.changeset/fifty-crabs-love.md b/.changeset/fifty-crabs-love.md
deleted file mode 100644
index 4d715ccd03..0000000000
--- a/.changeset/fifty-crabs-love.md
+++ /dev/null
@@ -1,22 +0,0 @@
----
-"@comet/cms-site": minor
----
-
-Add `hasRichTextBlockContent` helper
-
-The helper can be used to conditionally render a `RichTextBlock`.
-
-**Example:**
-
-```tsx
-import { hasRichTextBlockContent } from "@comet/cms-site";
-
-function TeaserBlock({ data: { image, text } }: PropsWithData) {
- return (
- <>
-
- {hasRichTextBlockContent(text) && }
- >
- );
-}
-```
diff --git a/.changeset/grumpy-glasses-hear.md b/.changeset/grumpy-glasses-hear.md
deleted file mode 100644
index d7b3405908..0000000000
--- a/.changeset/grumpy-glasses-hear.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@comet/cms-admin": patch
----
-
-Enable copying documents from one `PageTree` category to another (e.g. from "Main navigation" to "Top menu" in Demo)
diff --git a/.changeset/hip-cars-wonder.md b/.changeset/hip-cars-wonder.md
deleted file mode 100644
index ecd9a418f2..0000000000
--- a/.changeset/hip-cars-wonder.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-"@comet/admin": patch
----
-
-Allow passing a mix of elements and arrays to `Tabs` and `RouterTabs` as children
-
-For example:
-
-```tsx
-
-
- One
-
- {content.map((value) => (
-
- {value}
-
- ))}
- {showFourthTab && (
-
- Four
-
- )}
-
-```
\ No newline at end of file
diff --git a/.changeset/kind-fans-watch.md b/.changeset/kind-fans-watch.md
deleted file mode 100644
index 62e61f0f2b..0000000000
--- a/.changeset/kind-fans-watch.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-"@comet/cms-api": patch
----
-
-Fix encoding of special characters in names of uploaded files
-
-For example:
-
-Previously:
-- `€.jpg` -> `a.jpg`
-- `ä.jpg` -> `ai.jpg`
-
-Now:
-- `€.jpg` -> `euro.jpg`
-- `ä.jpg` -> `ae.jpg`
diff --git a/.changeset/old-tips-crash.md b/.changeset/old-tips-crash.md
deleted file mode 100644
index 3f5a9aadda..0000000000
--- a/.changeset/old-tips-crash.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@comet/admin-rte": minor
----
-
-Allow setting a tooltip to the button of custom-inline-styles using the `tooltipText` prop
diff --git a/.changeset/smart-weeks-behave.md b/.changeset/smart-weeks-behave.md
deleted file mode 100644
index c341c49c13..0000000000
--- a/.changeset/smart-weeks-behave.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-"@comet/admin": minor
----
-
-Add `Alert` component
-
-**Example:**
-
-```tsx
-import { Alert, OkayButton, SaveButton } from "@comet/admin";
-
-}>
- Action Text
-
- }
->
- Notification Text
-
-```
\ No newline at end of file
diff --git a/.changeset/stale-turtles-smile.md b/.changeset/stale-turtles-smile.md
deleted file mode 100644
index 1c07bd4190..0000000000
--- a/.changeset/stale-turtles-smile.md
+++ /dev/null
@@ -1,31 +0,0 @@
----
-"@comet/admin-rte": minor
-"@comet/cms-admin": minor
----
-
-Move soft-hyphen functionality to `@comet/admin-rte`
-
-This allows using the soft-hyphen functionality in plain RTEs, and not only in `RichTextBlock`
-
-```tsx
-const [useRteApi] = makeRteApi();
-
-export default function MyRte() {
- const { editorState, setEditorState } = useRteApi();
- return (
-
- );
-}
-```
diff --git a/.changeset/tough-penguins-call.md b/.changeset/tough-penguins-call.md
deleted file mode 100644
index b8ab3ad90e..0000000000
--- a/.changeset/tough-penguins-call.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-"@comet/cms-api": minor
----
-
-Remove license types `MICRO` and `SUBSCRIPTION`
-
-The `LicenseType` enum no longer contains the values `MICRO` and `SUBSCRIPTION`. The database migration will automatically update all licenses of type `MICRO` or `SUBSCRIPTION` to `RIGHTS_MANAGED`.
\ No newline at end of file
diff --git a/.changeset/tricky-adults-laugh.md b/.changeset/tricky-adults-laugh.md
deleted file mode 100644
index 4c34ff0d0e..0000000000
--- a/.changeset/tricky-adults-laugh.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@comet/cms-admin": minor
----
-
-Make all DAM license fields optional if `LicenseType` is `ROYALTY_FREE` even if `requireLicense` is true in `DamConfig`
diff --git a/packages/admin/admin-babel-preset/CHANGELOG.md b/packages/admin/admin-babel-preset/CHANGELOG.md
index f6b1feea06..1209f79abf 100644
--- a/packages/admin/admin-babel-preset/CHANGELOG.md
+++ b/packages/admin/admin-babel-preset/CHANGELOG.md
@@ -1,5 +1,7 @@
# @comet/admin-babel-preset
+## 5.4.0
+
## 5.3.0
## 5.2.0
diff --git a/packages/admin/admin-babel-preset/package.json b/packages/admin/admin-babel-preset/package.json
index d982671382..5f4394496a 100644
--- a/packages/admin/admin-babel-preset/package.json
+++ b/packages/admin/admin-babel-preset/package.json
@@ -1,6 +1,6 @@
{
"name": "@comet/admin-babel-preset",
- "version": "5.3.0",
+ "version": "5.4.0",
"repository": {
"type": "git",
"url": "https://github.com/vivid-planet/comet",
diff --git a/packages/admin/admin-color-picker/CHANGELOG.md b/packages/admin/admin-color-picker/CHANGELOG.md
index bcc44847a2..bcd26d7ea3 100644
--- a/packages/admin/admin-color-picker/CHANGELOG.md
+++ b/packages/admin/admin-color-picker/CHANGELOG.md
@@ -1,5 +1,14 @@
# @comet/admin-color-picker
+## 5.4.0
+
+### Patch Changes
+
+- Updated dependencies [ba800163]
+- Updated dependencies [60a18392]
+ - @comet/admin@5.4.0
+ - @comet/admin-icons@5.4.0
+
## 5.3.0
### Patch Changes
diff --git a/packages/admin/admin-color-picker/package.json b/packages/admin/admin-color-picker/package.json
index 4e0481cd24..24b3df426e 100644
--- a/packages/admin/admin-color-picker/package.json
+++ b/packages/admin/admin-color-picker/package.json
@@ -1,6 +1,6 @@
{
"name": "@comet/admin-color-picker",
- "version": "5.3.0",
+ "version": "5.4.0",
"repository": {
"type": "git",
"url": "https://github.com/vivid-planet/comet",
@@ -25,8 +25,8 @@
"start:types": "tsc --project ./tsconfig.json --emitDeclarationOnly --watch --preserveWatchOutput"
},
"dependencies": {
- "@comet/admin": "workspace:^5.3.0",
- "@comet/admin-icons": "workspace:^5.3.0",
+ "@comet/admin": "workspace:^5.4.0",
+ "@comet/admin-icons": "workspace:^5.4.0",
"clsx": "^1.1.1",
"react-colorful": "^5.5.1",
"tinycolor2": "^1.4.1",
@@ -35,8 +35,8 @@
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.20.12",
- "@comet/admin-babel-preset": "workspace:^5.3.0",
- "@comet/eslint-config": "workspace:^5.3.0",
+ "@comet/admin-babel-preset": "workspace:^5.4.0",
+ "@comet/eslint-config": "workspace:^5.4.0",
"@mui/icons-material": "^5.0.0",
"@mui/material": "^5.0.0",
"@mui/styles": "^5.0.0",
diff --git a/packages/admin/admin-date-time/CHANGELOG.md b/packages/admin/admin-date-time/CHANGELOG.md
index 761488755c..ff12f4546f 100644
--- a/packages/admin/admin-date-time/CHANGELOG.md
+++ b/packages/admin/admin-date-time/CHANGELOG.md
@@ -1,5 +1,14 @@
# @comet/admin-date-time
+## 5.4.0
+
+### Patch Changes
+
+- Updated dependencies [ba800163]
+- Updated dependencies [60a18392]
+ - @comet/admin@5.4.0
+ - @comet/admin-icons@5.4.0
+
## 5.3.0
### Patch Changes
diff --git a/packages/admin/admin-date-time/package.json b/packages/admin/admin-date-time/package.json
index 8ae9958d7e..9131135430 100644
--- a/packages/admin/admin-date-time/package.json
+++ b/packages/admin/admin-date-time/package.json
@@ -1,6 +1,6 @@
{
"name": "@comet/admin-date-time",
- "version": "5.3.0",
+ "version": "5.4.0",
"repository": {
"type": "git",
"url": "https://github.com/vivid-planet/comet",
@@ -25,8 +25,8 @@
"start:types": "tsc --project ./tsconfig.json --emitDeclarationOnly --watch --preserveWatchOutput"
},
"dependencies": {
- "@comet/admin": "workspace:^5.3.0",
- "@comet/admin-icons": "workspace:^5.3.0",
+ "@comet/admin": "workspace:^5.4.0",
+ "@comet/admin-icons": "workspace:^5.4.0",
"@mui/utils": "^5.4.1",
"clsx": "^1.1.1",
"date-fns": "^2.28.0",
@@ -35,8 +35,8 @@
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.20.12",
- "@comet/admin-babel-preset": "workspace:^5.3.0",
- "@comet/eslint-config": "workspace:^5.3.0",
+ "@comet/admin-babel-preset": "workspace:^5.4.0",
+ "@comet/eslint-config": "workspace:^5.4.0",
"@mui/material": "^5.0.0",
"@mui/styles": "^5.0.0",
"@types/react": "^17.0",
diff --git a/packages/admin/admin-icons/CHANGELOG.md b/packages/admin/admin-icons/CHANGELOG.md
index 137648c956..3fb8d4b7af 100644
--- a/packages/admin/admin-icons/CHANGELOG.md
+++ b/packages/admin/admin-icons/CHANGELOG.md
@@ -1,5 +1,7 @@
# @comet/admin-icons
+## 5.4.0
+
## 5.3.0
### Minor Changes
diff --git a/packages/admin/admin-icons/package.json b/packages/admin/admin-icons/package.json
index 2917bc74b8..e5a26ebb7b 100644
--- a/packages/admin/admin-icons/package.json
+++ b/packages/admin/admin-icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@comet/admin-icons",
- "version": "5.3.0",
+ "version": "5.4.0",
"repository": {
"type": "git",
"url": "https://github.com/vivid-planet/comet",
@@ -24,8 +24,8 @@
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.20.12",
- "@comet/admin-babel-preset": "workspace:^5.3.0",
- "@comet/eslint-config": "workspace:^5.3.0",
+ "@comet/admin-babel-preset": "workspace:^5.4.0",
+ "@comet/eslint-config": "workspace:^5.4.0",
"@mui/material": "^5.0.0",
"@types/cli-progress": "^3.8.0",
"@types/node": "^18.0.0",
diff --git a/packages/admin/admin-react-select/CHANGELOG.md b/packages/admin/admin-react-select/CHANGELOG.md
index 8b09c1f736..5cdb9c0797 100644
--- a/packages/admin/admin-react-select/CHANGELOG.md
+++ b/packages/admin/admin-react-select/CHANGELOG.md
@@ -1,5 +1,13 @@
# @comet/admin-react-select
+## 5.4.0
+
+### Patch Changes
+
+- Updated dependencies [ba800163]
+- Updated dependencies [60a18392]
+ - @comet/admin@5.4.0
+
## 5.3.0
### Patch Changes
diff --git a/packages/admin/admin-react-select/package.json b/packages/admin/admin-react-select/package.json
index 5fc14e30bd..c202ec65d7 100644
--- a/packages/admin/admin-react-select/package.json
+++ b/packages/admin/admin-react-select/package.json
@@ -1,6 +1,6 @@
{
"name": "@comet/admin-react-select",
- "version": "5.3.0",
+ "version": "5.4.0",
"repository": {
"type": "git",
"url": "https://github.com/vivid-planet/comet",
@@ -25,14 +25,14 @@
"start:types": "tsc --project ./tsconfig.json --emitDeclarationOnly --watch --preserveWatchOutput"
},
"dependencies": {
- "@comet/admin": "workspace:^5.3.0",
+ "@comet/admin": "workspace:^5.4.0",
"classnames": "^2.2.6"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.20.12",
- "@comet/admin-babel-preset": "workspace:^5.3.0",
- "@comet/eslint-config": "workspace:^5.3.0",
+ "@comet/admin-babel-preset": "workspace:^5.4.0",
+ "@comet/eslint-config": "workspace:^5.4.0",
"@mui/icons-material": "^5.0.0",
"@mui/material": "^5.0.0",
"@mui/styles": "^5.0.0",
diff --git a/packages/admin/admin-rte/CHANGELOG.md b/packages/admin/admin-rte/CHANGELOG.md
index 39e90b7059..677a715c08 100644
--- a/packages/admin/admin-rte/CHANGELOG.md
+++ b/packages/admin/admin-rte/CHANGELOG.md
@@ -1,5 +1,41 @@
# @comet/admin-rte
+## 5.4.0
+
+### Minor Changes
+
+- 981bf48c: Allow setting a tooltip to the button of custom-inline-styles using the `tooltipText` prop
+- 51d6c2b9: Move soft-hyphen functionality to `@comet/admin-rte`
+
+ This allows using the soft-hyphen functionality in plain RTEs, and not only in `RichTextBlock`
+
+ ```tsx
+ const [useRteApi] = makeRteApi();
+
+ export default function MyRte() {
+ const { editorState, setEditorState } = useRteApi();
+ return (
+
+ );
+ }
+ ```
+
+### Patch Changes
+
+- @comet/admin-icons@5.4.0
+
## 5.3.0
### Patch Changes
diff --git a/packages/admin/admin-rte/package.json b/packages/admin/admin-rte/package.json
index df1c0570f2..2f78ba6027 100644
--- a/packages/admin/admin-rte/package.json
+++ b/packages/admin/admin-rte/package.json
@@ -1,6 +1,6 @@
{
"name": "@comet/admin-rte",
- "version": "5.3.0",
+ "version": "5.4.0",
"repository": {
"type": "git",
"url": "https://github.com/vivid-planet/comet",
@@ -25,7 +25,7 @@
"start:types": "tsc --project ./tsconfig.json --emitDeclarationOnly --watch --preserveWatchOutput"
},
"dependencies": {
- "@comet/admin-icons": "workspace:^5.3.0",
+ "@comet/admin-icons": "workspace:^5.4.0",
"detect-browser": "^5.2.1",
"draftjs-conductor": "^3.0.0",
"immutable": "~3.7.4"
@@ -33,8 +33,8 @@
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.20.12",
- "@comet/admin-babel-preset": "workspace:^5.3.0",
- "@comet/eslint-config": "workspace:^5.3.0",
+ "@comet/admin-babel-preset": "workspace:^5.4.0",
+ "@comet/eslint-config": "workspace:^5.4.0",
"@mui/icons-material": "^5.0.0",
"@mui/material": "^5.0.0",
"@mui/styles": "^5.0.0",
diff --git a/packages/admin/admin-theme/CHANGELOG.md b/packages/admin/admin-theme/CHANGELOG.md
index 49da3c224b..b798b692e1 100644
--- a/packages/admin/admin-theme/CHANGELOG.md
+++ b/packages/admin/admin-theme/CHANGELOG.md
@@ -1,5 +1,11 @@
# @comet/admin-theme
+## 5.4.0
+
+### Patch Changes
+
+- @comet/admin-icons@5.4.0
+
## 5.3.0
### Patch Changes
diff --git a/packages/admin/admin-theme/package.json b/packages/admin/admin-theme/package.json
index d5f3cd1700..b3ee6c6385 100644
--- a/packages/admin/admin-theme/package.json
+++ b/packages/admin/admin-theme/package.json
@@ -1,6 +1,6 @@
{
"name": "@comet/admin-theme",
- "version": "5.3.0",
+ "version": "5.4.0",
"repository": {
"type": "git",
"url": "https://github.com/vivid-planet/comet",
@@ -25,14 +25,14 @@
"start:types": "tsc --project ./tsconfig.json --emitDeclarationOnly --watch --preserveWatchOutput"
},
"dependencies": {
- "@comet/admin-icons": "workspace:^5.3.0",
+ "@comet/admin-icons": "workspace:^5.4.0",
"@mui/utils": "^5.4.1"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.20.12",
- "@comet/admin-babel-preset": "workspace:^5.3.0",
- "@comet/eslint-config": "workspace:^5.3.0",
+ "@comet/admin-babel-preset": "workspace:^5.4.0",
+ "@comet/eslint-config": "workspace:^5.4.0",
"@mui/material": "^5.0.0",
"@mui/styles": "^5.0.0",
"@mui/system": "^5.0.0",
diff --git a/packages/admin/admin/CHANGELOG.md b/packages/admin/admin/CHANGELOG.md
index 01b7286b9b..b1a48c1002 100644
--- a/packages/admin/admin/CHANGELOG.md
+++ b/packages/admin/admin/CHANGELOG.md
@@ -1,5 +1,55 @@
# @comet/admin
+## 5.4.0
+
+### Minor Changes
+
+- 60a18392: Add `Alert` component
+
+ **Example:**
+
+ ```tsx
+ import { Alert, OkayButton, SaveButton } from "@comet/admin";
+
+ }>
+ Action Text
+
+ }
+ >
+ Notification Text
+ ;
+ ```
+
+### Patch Changes
+
+- ba800163: Allow passing a mix of elements and arrays to `Tabs` and `RouterTabs` as children
+
+ For example:
+
+ ```tsx
+
+
+ One
+
+ {content.map((value) => (
+
+ {value}
+
+ ))}
+ {showFourthTab && (
+
+ Four
+
+ )}
+
+ ```
+
+ - @comet/admin-icons@5.4.0
+
## 5.3.0
### Minor Changes
diff --git a/packages/admin/admin/package.json b/packages/admin/admin/package.json
index e9d4fa9a86..85c012198e 100644
--- a/packages/admin/admin/package.json
+++ b/packages/admin/admin/package.json
@@ -1,6 +1,6 @@
{
"name": "@comet/admin",
- "version": "5.3.0",
+ "version": "5.4.0",
"repository": {
"type": "git",
"url": "https://github.com/vivid-planet/comet",
@@ -27,7 +27,7 @@
"test:watch": "jest --watch"
},
"dependencies": {
- "@comet/admin-icons": "workspace:^5.3.0",
+ "@comet/admin-icons": "workspace:^5.4.0",
"@mui/private-theming": "^5.0.0",
"clsx": "^1.1.1",
"exceljs": "^3.4.0",
@@ -45,8 +45,8 @@
"@apollo/client": "^3.7.0",
"@babel/cli": "^7.17.6",
"@babel/core": "^7.20.12",
- "@comet/admin-babel-preset": "workspace:^5.3.0",
- "@comet/eslint-config": "workspace:^5.3.0",
+ "@comet/admin-babel-preset": "workspace:^5.4.0",
+ "@comet/eslint-config": "workspace:^5.4.0",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.0.0",
diff --git a/packages/admin/blocks-admin/CHANGELOG.md b/packages/admin/blocks-admin/CHANGELOG.md
index 5472260198..4519672c2e 100644
--- a/packages/admin/blocks-admin/CHANGELOG.md
+++ b/packages/admin/blocks-admin/CHANGELOG.md
@@ -1,5 +1,14 @@
# @comet/blocks-admin
+## 5.4.0
+
+### Patch Changes
+
+- Updated dependencies [ba800163]
+- Updated dependencies [60a18392]
+ - @comet/admin@5.4.0
+ - @comet/admin-icons@5.4.0
+
## 5.3.0
### Minor Changes
diff --git a/packages/admin/blocks-admin/package.json b/packages/admin/blocks-admin/package.json
index 7794dedfea..d98ae84e2b 100644
--- a/packages/admin/blocks-admin/package.json
+++ b/packages/admin/blocks-admin/package.json
@@ -1,6 +1,6 @@
{
"name": "@comet/blocks-admin",
- "version": "5.3.0",
+ "version": "5.4.0",
"repository": {
"type": "git",
"url": "https://github.com/vivid-planet/comet",
@@ -29,8 +29,8 @@
"test:watch": "jest --watch"
},
"dependencies": {
- "@comet/admin": "workspace:^5.3.0",
- "@comet/admin-icons": "workspace:^5.3.0",
+ "@comet/admin": "workspace:^5.4.0",
+ "@comet/admin-icons": "workspace:^5.4.0",
"@mui/lab": "^5.0.0-alpha.76",
"clipboard-copy": "^4.0.0",
"clsx": "^1.1.1",
@@ -42,9 +42,9 @@
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.20.12",
- "@comet/admin-babel-preset": "workspace:^5.3.0",
- "@comet/cli": "workspace:^5.3.0",
- "@comet/eslint-config": "workspace:^5.3.0",
+ "@comet/admin-babel-preset": "workspace:^5.4.0",
+ "@comet/cli": "workspace:^5.4.0",
+ "@comet/eslint-config": "workspace:^5.4.0",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@mui/lab": "^5.0.0-alpha.76",
diff --git a/packages/admin/cms-admin/CHANGELOG.md b/packages/admin/cms-admin/CHANGELOG.md
index ae34152f99..2baa34b262 100644
--- a/packages/admin/cms-admin/CHANGELOG.md
+++ b/packages/admin/cms-admin/CHANGELOG.md
@@ -1,5 +1,65 @@
# @comet/cms-admin
+## 5.4.0
+
+### Minor Changes
+
+- e146d8bb: Support the import of files from external DAMs
+
+ To connect an external DAM, implement a component with the necessary logic (asset picker, upload functionality, ...). Pass this component to the `DamPage` via the `additionalToolbarItems` prop.
+
+ ```tsx
+ }
+ />
+ ```
+
+ You can find an [example](demo/admin/src/dam/ImportFromUnsplash.tsx) in the demo project.
+
+- 51d6c2b9: Move soft-hyphen functionality to `@comet/admin-rte`
+
+ This allows using the soft-hyphen functionality in plain RTEs, and not only in `RichTextBlock`
+
+ ```tsx
+ const [useRteApi] = makeRteApi();
+
+ export default function MyRte() {
+ const { editorState, setEditorState } = useRteApi();
+ return (
+
+ );
+ }
+ ```
+
+- dcaf750d: Make all DAM license fields optional if `LicenseType` is `ROYALTY_FREE` even if `requireLicense` is true in `DamConfig`
+
+### Patch Changes
+
+- 087cb01d: Enable copying documents from one `PageTree` category to another (e.g. from "Main navigation" to "Top menu" in Demo)
+- Updated dependencies [ba800163]
+- Updated dependencies [981bf48c]
+- Updated dependencies [60a18392]
+- Updated dependencies [51d6c2b9]
+ - @comet/admin@5.4.0
+ - @comet/admin-rte@5.4.0
+ - @comet/admin-date-time@5.4.0
+ - @comet/admin-icons@5.4.0
+ - @comet/admin-theme@5.4.0
+ - @comet/blocks-admin@5.4.0
+
## 5.3.0
### Patch Changes
diff --git a/packages/admin/cms-admin/package.json b/packages/admin/cms-admin/package.json
index 825cc0c0cf..37c7f81f1d 100644
--- a/packages/admin/cms-admin/package.json
+++ b/packages/admin/cms-admin/package.json
@@ -1,6 +1,6 @@
{
"name": "@comet/cms-admin",
- "version": "5.3.0",
+ "version": "5.4.0",
"repository": {
"type": "git",
"url": "https://github.com/vivid-planet/comet",
@@ -34,12 +34,12 @@
"test:watch": "jest --watch"
},
"dependencies": {
- "@comet/admin": "workspace:^5.3.0",
- "@comet/admin-date-time": "workspace:^5.3.0",
- "@comet/admin-icons": "workspace:^5.3.0",
- "@comet/admin-rte": "workspace:^5.3.0",
- "@comet/admin-theme": "workspace:^5.3.0",
- "@comet/blocks-admin": "workspace:^5.3.0",
+ "@comet/admin": "workspace:^5.4.0",
+ "@comet/admin-date-time": "workspace:^5.4.0",
+ "@comet/admin-icons": "workspace:^5.4.0",
+ "@comet/admin-rte": "workspace:^5.4.0",
+ "@comet/admin-theme": "workspace:^5.4.0",
+ "@comet/blocks-admin": "workspace:^5.4.0",
"@graphql-tools/graphql-file-loader": "^7.5.17",
"@graphql-tools/load": "^7.8.14",
"@graphql-typed-document-node/core": "^3.1.1",
@@ -80,9 +80,9 @@
"@apollo/client": "^3.7.0",
"@babel/cli": "^7.17.6",
"@babel/core": "^7.20.12",
- "@comet/admin-babel-preset": "workspace:^5.3.0",
- "@comet/cli": "workspace:^5.3.0",
- "@comet/eslint-config": "workspace:^5.3.0",
+ "@comet/admin-babel-preset": "workspace:^5.4.0",
+ "@comet/cli": "workspace:^5.4.0",
+ "@comet/eslint-config": "workspace:^5.4.0",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@graphql-codegen/cli": "^2.0.0",
diff --git a/packages/api/blocks-api/CHANGELOG.md b/packages/api/blocks-api/CHANGELOG.md
index 5a57970bc9..313042eada 100644
--- a/packages/api/blocks-api/CHANGELOG.md
+++ b/packages/api/blocks-api/CHANGELOG.md
@@ -1,5 +1,7 @@
# @comet/blocks-api
+## 5.4.0
+
## 5.3.0
### Minor Changes
diff --git a/packages/api/blocks-api/package.json b/packages/api/blocks-api/package.json
index ad8ef789a2..4db88c01cc 100644
--- a/packages/api/blocks-api/package.json
+++ b/packages/api/blocks-api/package.json
@@ -1,6 +1,6 @@
{
"name": "@comet/blocks-api",
- "version": "5.3.0",
+ "version": "5.4.0",
"repository": {
"type": "git",
"url": "https://github.com/vivid-planet/comet",
@@ -29,7 +29,7 @@
"rimraf": "^3.0.0"
},
"devDependencies": {
- "@comet/eslint-config": "workspace:^5.3.0",
+ "@comet/eslint-config": "workspace:^5.4.0",
"@nestjs/common": "^9.0.0",
"@types/draft-js": "^0.11.10",
"@types/jest": "^29.5.0",
diff --git a/packages/api/cms-api/CHANGELOG.md b/packages/api/cms-api/CHANGELOG.md
index a13ac9eb12..c69830bd95 100644
--- a/packages/api/cms-api/CHANGELOG.md
+++ b/packages/api/cms-api/CHANGELOG.md
@@ -1,5 +1,47 @@
# @comet/cms-api
+## 5.4.0
+
+### Minor Changes
+
+- e146d8bb: Support the import of files from external DAMs
+
+ To connect an external DAM, implement a component with the necessary logic (asset picker, upload functionality, ...). Pass this component to the `DamPage` via the `additionalToolbarItems` prop.
+
+ ```tsx
+ }
+ />
+ ```
+
+ You can find an [example](demo/admin/src/dam/ImportFromUnsplash.tsx) in the demo project.
+
+- 27bf643b: Add `PublicUploadsService` to public API
+
+ The service can be used to programmatically create public uploads, such as when creating fixtures.
+
+- df5c959c: Remove license types `MICRO` and `SUBSCRIPTION`
+
+ The `LicenseType` enum no longer contains the values `MICRO` and `SUBSCRIPTION`. The database migration will automatically update all licenses of type `MICRO` or `SUBSCRIPTION` to `RIGHTS_MANAGED`.
+
+### Patch Changes
+
+- 60f5208e: Fix encoding of special characters in names of uploaded files
+
+ For example:
+
+ Previously:
+
+ - `€.jpg` -> `a.jpg`
+ - `ä.jpg` -> `ai.jpg`
+
+ Now:
+
+ - `€.jpg` -> `euro.jpg`
+ - `ä.jpg` -> `ae.jpg`
+ - @comet/blocks-api@5.4.0
+
## 5.3.0
### Minor Changes
diff --git a/packages/api/cms-api/package.json b/packages/api/cms-api/package.json
index 8fe69e9262..f205222ece 100644
--- a/packages/api/cms-api/package.json
+++ b/packages/api/cms-api/package.json
@@ -1,6 +1,6 @@
{
"name": "@comet/cms-api",
- "version": "5.3.0",
+ "version": "5.4.0",
"repository": {
"type": "git",
"url": "https://github.com/vivid-planet/comet",
@@ -32,7 +32,7 @@
"test:watch": "jest --watch"
},
"dependencies": {
- "@comet/blocks-api": "workspace:^5.3.0",
+ "@comet/blocks-api": "workspace:^5.4.0",
"@hapi/accept": "^5.0.2",
"@nestjs/jwt": "^9.0.0",
"@nestjs/mapped-types": "^1.2.2",
@@ -76,7 +76,7 @@
"@aws-sdk/client-s3": "^3.47.0",
"@aws-sdk/types": "^3.47.0",
"@azure/storage-blob": "^12.0.0",
- "@comet/eslint-config": "workspace:^5.3.0",
+ "@comet/eslint-config": "workspace:^5.4.0",
"@kubernetes/client-node": "^0.18.1",
"@mikro-orm/cli": "^5.7.1",
"@mikro-orm/core": "^5.7.1",
diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md
index 32cbc87f9d..ccfea3369c 100644
--- a/packages/cli/CHANGELOG.md
+++ b/packages/cli/CHANGELOG.md
@@ -1,5 +1,7 @@
# @comet/cli
+## 5.4.0
+
## 5.3.0
## 5.2.0
diff --git a/packages/cli/package.json b/packages/cli/package.json
index ac9675ad64..70aa29669e 100644
--- a/packages/cli/package.json
+++ b/packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@comet/cli",
- "version": "5.3.0",
+ "version": "5.4.0",
"repository": {
"type": "git",
"url": "https://github.com/vivid-planet/comet",
@@ -29,7 +29,7 @@
"prettier": "^2.7.1"
},
"devDependencies": {
- "@comet/eslint-config": "^5.3.0",
+ "@comet/eslint-config": "^5.4.0",
"@types/node": "^18.0.0",
"eslint": "^8.0.0",
"npm-run-all": "^4.1.5",
diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md
index 5ff7a59a1d..3eeebc349c 100644
--- a/packages/eslint-config/CHANGELOG.md
+++ b/packages/eslint-config/CHANGELOG.md
@@ -1,5 +1,11 @@
# @comet/eslint-config
+## 5.4.0
+
+### Patch Changes
+
+- @comet/eslint-plugin@5.4.0
+
## 5.3.0
### Patch Changes
diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json
index 1636012681..45822935c0 100644
--- a/packages/eslint-config/package.json
+++ b/packages/eslint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@comet/eslint-config",
- "version": "5.3.0",
+ "version": "5.4.0",
"repository": {
"type": "git",
"url": "https://github.com/vivid-planet/comet",
@@ -23,7 +23,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^9.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
- "@comet/eslint-plugin": "workspace:^5.3.0"
+ "@comet/eslint-plugin": "workspace:^5.4.0"
},
"devDependencies": {
"eslint": "^8.32.0",
diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md
index a2e5ccd0de..474a5ca47b 100644
--- a/packages/eslint-plugin/CHANGELOG.md
+++ b/packages/eslint-plugin/CHANGELOG.md
@@ -1,5 +1,7 @@
# @comet/eslint-plugin
+## 5.4.0
+
## 5.3.0
## 5.2.0
diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json
index f1205a54a9..ce23eb399b 100644
--- a/packages/eslint-plugin/package.json
+++ b/packages/eslint-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@comet/eslint-plugin",
- "version": "5.3.0",
+ "version": "5.4.0",
"main": "lib/index.js",
"scripts": {
"build": "$npm_execpath run clean && tsc",
diff --git a/packages/site/cms-site/CHANGELOG.md b/packages/site/cms-site/CHANGELOG.md
index 8ef631f4e8..52aede3c02 100644
--- a/packages/site/cms-site/CHANGELOG.md
+++ b/packages/site/cms-site/CHANGELOG.md
@@ -1,5 +1,28 @@
# @comet/cms-site
+## 5.4.0
+
+### Minor Changes
+
+- f9063860: Add `hasRichTextBlockContent` helper
+
+ The helper can be used to conditionally render a `RichTextBlock`.
+
+ **Example:**
+
+ ```tsx
+ import { hasRichTextBlockContent } from "@comet/cms-site";
+
+ function TeaserBlock({ data: { image, text } }: PropsWithData) {
+ return (
+ <>
+
+ {hasRichTextBlockContent(text) && }
+ >
+ );
+ }
+ ```
+
## 5.3.0
## 5.2.0
diff --git a/packages/site/cms-site/package.json b/packages/site/cms-site/package.json
index eebf1e32d9..4c7dd2da67 100644
--- a/packages/site/cms-site/package.json
+++ b/packages/site/cms-site/package.json
@@ -1,6 +1,6 @@
{
"name": "@comet/cms-site",
- "version": "5.3.0",
+ "version": "5.4.0",
"repository": {
"type": "git",
"url": "https://github.com/vivid-planet/comet",
@@ -33,8 +33,8 @@
"use-debounce": "^6.0.0"
},
"devDependencies": {
- "@comet/cli": "workspace:^5.3.0",
- "@comet/eslint-config": "workspace:^5.3.0",
+ "@comet/cli": "workspace:^5.4.0",
+ "@comet/eslint-config": "workspace:^5.4.0",
"@gitbeaker/node": "^34.0.0",
"@testing-library/react-hooks": "^8.0.0",
"@types/draft-js": "^0.11.10",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index fd95f720d0..a8c5ae53f8 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -961,7 +961,7 @@ importers:
packages/admin/admin:
dependencies:
'@comet/admin-icons':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../admin-icons
'@mui/private-theming':
specifier: ^5.0.0
@@ -1010,10 +1010,10 @@ importers:
specifier: ^7.20.12
version: 7.20.12
'@comet/admin-babel-preset':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../admin-babel-preset
'@comet/eslint-config':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../../eslint-config
'@emotion/react':
specifier: ^11.5.0
@@ -1181,10 +1181,10 @@ importers:
packages/admin/admin-color-picker:
dependencies:
'@comet/admin':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../admin
'@comet/admin-icons':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../admin-icons
clsx:
specifier: ^1.1.1
@@ -1206,10 +1206,10 @@ importers:
specifier: ^7.20.12
version: 7.20.12
'@comet/admin-babel-preset':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../admin-babel-preset
'@comet/eslint-config':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../../eslint-config
'@mui/icons-material':
specifier: ^5.0.0
@@ -1263,10 +1263,10 @@ importers:
packages/admin/admin-date-time:
dependencies:
'@comet/admin':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../admin
'@comet/admin-icons':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../admin-icons
'@mui/utils':
specifier: ^5.4.1
@@ -1288,10 +1288,10 @@ importers:
specifier: ^7.20.12
version: 7.20.12
'@comet/admin-babel-preset':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../admin-babel-preset
'@comet/eslint-config':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../../eslint-config
'@mui/material':
specifier: ^5.0.0
@@ -1348,10 +1348,10 @@ importers:
specifier: ^7.20.12
version: 7.20.12
'@comet/admin-babel-preset':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../admin-babel-preset
'@comet/eslint-config':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../../eslint-config
'@mui/material':
specifier: ^5.0.0
@@ -1405,7 +1405,7 @@ importers:
packages/admin/admin-react-select:
dependencies:
'@comet/admin':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../admin
classnames:
specifier: ^2.2.6
@@ -1418,10 +1418,10 @@ importers:
specifier: ^7.20.12
version: 7.20.12
'@comet/admin-babel-preset':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../admin-babel-preset
'@comet/eslint-config':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../../eslint-config
'@mui/icons-material':
specifier: ^5.0.0
@@ -1475,7 +1475,7 @@ importers:
packages/admin/admin-rte:
dependencies:
'@comet/admin-icons':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../admin-icons
detect-browser:
specifier: ^5.2.1
@@ -1494,10 +1494,10 @@ importers:
specifier: ^7.20.12
version: 7.20.12
'@comet/admin-babel-preset':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../admin-babel-preset
'@comet/eslint-config':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../../eslint-config
'@mui/icons-material':
specifier: ^5.0.0
@@ -1807,7 +1807,7 @@ importers:
packages/admin/admin-theme:
dependencies:
'@comet/admin-icons':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../admin-icons
'@mui/utils':
specifier: ^5.4.1
@@ -1820,10 +1820,10 @@ importers:
specifier: ^7.20.12
version: 7.20.12
'@comet/admin-babel-preset':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../admin-babel-preset
'@comet/eslint-config':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../../eslint-config
'@mui/material':
specifier: ^5.0.0
@@ -1868,10 +1868,10 @@ importers:
packages/admin/blocks-admin:
dependencies:
'@comet/admin':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../admin
'@comet/admin-icons':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../admin-icons
'@mui/lab':
specifier: ^5.0.0-alpha.76
@@ -1902,13 +1902,13 @@ importers:
specifier: ^7.20.12
version: 7.20.12
'@comet/admin-babel-preset':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../admin-babel-preset
'@comet/cli':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../../cli
'@comet/eslint-config':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../../eslint-config
'@emotion/react':
specifier: ^11.5.0
@@ -2001,22 +2001,22 @@ importers:
packages/admin/cms-admin:
dependencies:
'@comet/admin':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../admin
'@comet/admin-date-time':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../admin-date-time
'@comet/admin-icons':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../admin-icons
'@comet/admin-rte':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../admin-rte
'@comet/admin-theme':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../admin-theme
'@comet/blocks-admin':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../blocks-admin
'@graphql-tools/graphql-file-loader':
specifier: ^7.5.17
@@ -2134,13 +2134,13 @@ importers:
specifier: ^7.20.12
version: 7.20.12
'@comet/admin-babel-preset':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../admin-babel-preset
'@comet/cli':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../../cli
'@comet/eslint-config':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../../eslint-config
'@emotion/react':
specifier: ^11.5.0
@@ -2318,7 +2318,7 @@ importers:
version: 3.0.2
devDependencies:
'@comet/eslint-config':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../../eslint-config
'@nestjs/common':
specifier: ^9.0.0
@@ -2375,7 +2375,7 @@ importers:
packages/api/cms-api:
dependencies:
'@comet/blocks-api':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../blocks-api
'@hapi/accept':
specifier: ^5.0.2
@@ -2502,7 +2502,7 @@ importers:
specifier: ^12.0.0
version: 12.12.0
'@comet/eslint-config':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../../eslint-config
'@kubernetes/client-node':
specifier: ^0.18.1
@@ -2635,7 +2635,7 @@ importers:
version: 2.8.3
devDependencies:
'@comet/eslint-config':
- specifier: ^5.3.0
+ specifier: ^5.4.0
version: link:../eslint-config
'@types/node':
specifier: ^18.0.0
@@ -2659,7 +2659,7 @@ importers:
specifier: ^1.4.1
version: 1.4.1
'@comet/eslint-plugin':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../eslint-plugin
'@next/eslint-plugin-next':
specifier: ^12.0.0
@@ -2760,10 +2760,10 @@ importers:
version: 6.0.1(react@17.0.2)
devDependencies:
'@comet/cli':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../../cli
'@comet/eslint-config':
- specifier: workspace:^5.3.0
+ specifier: workspace:^5.4.0
version: link:../../eslint-config
'@gitbeaker/node':
specifier: ^34.0.0
@@ -3209,7 +3209,7 @@ packages:
'@babel/generator': 7.20.7
'@babel/parser': 7.20.13
'@babel/runtime': 7.20.13
- '@babel/traverse': 7.20.13(supports-color@5.5.0)
+ '@babel/traverse': 7.20.13
'@babel/types': 7.20.7
babel-preset-fbjs: 3.4.0(@babel/core@7.22.11)
chalk: 4.1.2
@@ -4285,10 +4285,10 @@ packages:
'@babel/helpers': 7.20.13
'@babel/parser': 7.20.13
'@babel/template': 7.20.7
- '@babel/traverse': 7.20.13(supports-color@5.5.0)
+ '@babel/traverse': 7.20.13
'@babel/types': 7.20.7
convert-source-map: 1.9.0
- debug: 4.3.4(supports-color@5.5.0)
+ debug: 4.3.4(supports-color@9.3.1)
gensync: 1.0.0-beta.2
json5: 2.2.3
semver: 6.3.0
@@ -4310,7 +4310,7 @@ packages:
'@babel/traverse': 7.22.11
'@babel/types': 7.22.11
convert-source-map: 1.9.0
- debug: 4.3.4(supports-color@5.5.0)
+ debug: 4.3.4(supports-color@9.3.1)
gensync: 1.0.0-beta.2
json5: 2.2.3
semver: 6.3.1
@@ -4557,7 +4557,7 @@ packages:
'@babel/helper-split-export-declaration': 7.18.6
'@babel/helper-validator-identifier': 7.19.1
'@babel/template': 7.20.7
- '@babel/traverse': 7.20.13(supports-color@5.5.0)
+ '@babel/traverse': 7.20.13
'@babel/types': 7.20.7
transitivePeerDependencies:
- supports-color
@@ -4630,7 +4630,7 @@ packages:
'@babel/helper-member-expression-to-functions': 7.20.7
'@babel/helper-optimise-call-expression': 7.18.6
'@babel/template': 7.20.7
- '@babel/traverse': 7.20.13(supports-color@5.5.0)
+ '@babel/traverse': 7.20.13
'@babel/types': 7.20.7
transitivePeerDependencies:
- supports-color
@@ -4705,7 +4705,7 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/template': 7.20.7
- '@babel/traverse': 7.20.13(supports-color@5.5.0)
+ '@babel/traverse': 7.20.13
'@babel/types': 7.20.7
transitivePeerDependencies:
- supports-color
@@ -6750,7 +6750,7 @@ packages:
'@babel/helper-split-export-declaration': 7.18.6
'@babel/parser': 7.20.13
'@babel/types': 7.20.7
- debug: 4.3.4(supports-color@5.5.0)
+ debug: 4.3.4(supports-color@9.3.1)
globals: 11.12.0
transitivePeerDependencies:
- supports-color
@@ -6784,7 +6784,7 @@ packages:
'@babel/helper-split-export-declaration': 7.22.6
'@babel/parser': 7.22.14
'@babel/types': 7.22.11
- debug: 4.3.4(supports-color@5.5.0)
+ debug: 4.3.4(supports-color@9.3.1)
globals: 11.12.0
transitivePeerDependencies:
- supports-color
@@ -8139,7 +8139,7 @@ packages:
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
ajv: 6.12.6
- debug: 4.3.4(supports-color@5.5.0)
+ debug: 4.3.4(supports-color@9.3.1)
espree: 9.5.2
globals: 13.19.0
ignore: 5.2.4
@@ -8963,7 +8963,7 @@ packages:
dependencies:
'@babel/parser': 7.20.13
'@babel/plugin-syntax-import-assertions': 7.20.0(@babel/core@7.20.12)
- '@babel/traverse': 7.20.13(supports-color@5.5.0)
+ '@babel/traverse': 7.20.13
'@babel/types': 7.20.7
'@graphql-tools/utils': 9.1.4(graphql@15.8.0)
graphql: 15.8.0
@@ -9146,7 +9146,7 @@ packages:
'@types/json-stable-stringify': 1.0.34
'@types/jsonwebtoken': 9.0.1
chalk: 4.1.2
- debug: 4.3.4(supports-color@5.5.0)
+ debug: 4.3.4(supports-color@9.3.1)
dotenv: 16.0.3
graphql: 15.8.0
graphql-request: 5.1.0(graphql@15.8.0)
@@ -9497,7 +9497,7 @@ packages:
engines: {node: '>=10.10.0'}
dependencies:
'@humanwhocodes/object-schema': 1.2.1
- debug: 4.3.4(supports-color@5.5.0)
+ debug: 4.3.4(supports-color@9.3.1)
minimatch: 3.1.2
transitivePeerDependencies:
- supports-color
@@ -15248,7 +15248,7 @@ packages:
resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==}
engines: {node: '>= 6.0.0'}
dependencies:
- debug: 4.3.4(supports-color@5.5.0)
+ debug: 4.3.4(supports-color@9.3.1)
transitivePeerDependencies:
- supports-color
dev: true
@@ -19675,7 +19675,7 @@ packages:
ajv: 6.12.6
chalk: 4.1.2
cross-spawn: 7.0.3
- debug: 4.3.4(supports-color@5.5.0)
+ debug: 4.3.4(supports-color@9.3.1)
doctrine: 3.0.0
escape-string-regexp: 4.0.0
eslint-scope: 7.1.1
@@ -21836,7 +21836,7 @@ packages:
dependencies:
'@tootallnate/once': 2.0.0
agent-base: 6.0.2
- debug: 4.3.4(supports-color@5.5.0)
+ debug: 4.3.4(supports-color@9.3.1)
transitivePeerDependencies:
- supports-color
dev: true
@@ -21897,7 +21897,7 @@ packages:
engines: {node: '>= 6'}
dependencies:
agent-base: 6.0.2
- debug: 4.3.4(supports-color@5.5.0)
+ debug: 4.3.4(supports-color@9.3.1)
transitivePeerDependencies:
- supports-color
dev: true
@@ -28169,7 +28169,7 @@ packages:
resolution: {integrity: sha512-efCx3b+0Z69/LGJmm9Yvi4cqEdxnoGnxYxGxBghkkTTFeXRtTCmmhO0AnAfHz59k957uTSuy8WaHqOs8wbYUWg==}
engines: {node: '>=6'}
dependencies:
- debug: 4.3.4(supports-color@5.5.0)
+ debug: 4.3.4(supports-color@9.3.1)
module-details-from-path: 1.0.3
resolve: 1.22.1
transitivePeerDependencies: